Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #644

Open
wants to merge 4 commits into
base: translations
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 114 additions & 0 deletions projects/rero/ng-core/src/lib/translate/i18n/cs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"{{ total }} result": "",
"{{ total }} results": "",
"A file with same name already exists.": "",
"Add": "",
"Add a new file": "",
"Add field": "",
"Add fields": "",
"An error occurred": "",
"An error occurred, files cannot be loaded.": "",
"Apply": "",
"Back": "",
"Bad request": "",
"between {{min}} and {{max}}": "",
"Cancel": "",
"Checksum": "",
"Choose a name for your template": "",
"Clear filter": "",
"Confirmation": "",
"de": "",
"Delete": "",
"Do you really want to delete this record?": "",
"Do you really want to remove this file?": "",
"Do you want to quit the page? The changes made so far will be lost.": "",
"Download": "",
"Edit": "",
"Edit mode": "",
"en": "",
"Enter a query to get results.": "",
"Export as": "",
"Field(s) in error: ": "",
"File name": "",
"File removed successfully.": "",
"File uploaded successfully. The files uploaded here will be publicly available. Make sure that you are legally allowed to distribute a file before adding it to a document.": "",
"Filter": "",
"Filter…": "",
"Forbidden": "",
"fr": "",
"Generate a new password": "",
"Help": "",
"Information": "",
"it": "",
"Jump to": "",
"Last 7 days": "",
"Last month": "",
"Last year": "",
"less…": "",
"Load": "",
"Load from template": "",
"Load template": "",
"Loading a template will reload the current form. All values previously encoded will be lost.": "",
"maximum {{max}}": "",
"Maximum Size exceeded.": "",
"Metadata have been saved successfully.": "",
"Mime type": "",
"minimum {{min}}": "",
"Modified at": "",
"more…": "",
"My private templates": "",
"New version": "",
"No result": "",
"Not found": "",
"Number of chars": "",
"Number of words": "",
"OK": "",
"Press space for all.": "",
"Public templates": "",
"Quit": "",
"Quit the page": "",
"Record created.": "",
"Record deleted.": "",
"Record updated.": "",
"Result list is empty.": "",
"Save": "",
"Save as template": "",
"search": "",
"Search in": "",
"Select a template": "",
"Select an option…": "",
"should be < {{step}}": "",
"should be <= {{max}}": "",
"should be > {{step}}": "",
"should be >= {{min}}": "",
"should be equal to constant \"{{const}}\"": "",
"should be multiple of ${{step}}": "",
"should be null": "",
"should have {{counter}} {{keys}}": "",
"should NOT be longer than {{maxLength}} characters": "",
"should NOT be shorter than {{minLength}} characters": "",
"should NOT have duplicate items": "",
"should NOT have fewer than {{minItems}} items": "",
"should NOT have more than {{maxItems}} items": "",
"Show": "",
"Show or hide password": "",
"Size": "",
"Sort by": "",
"Stay": "",
"strictly {{counter}}": "",
"Template loaded": "",
"The form contains errors.": "",
"The password has been copied to the clipboard.": "",
"the value is already taken": "",
"There are no records in this section": "",
"This field is required": "",
"This month": "",
"This year": "",
"Too many items. Should be less than {{max}}.": "",
"Unauthorized": "",
"Upload": "",
"Use": "",
"Warning!": "",
"You cannot read this record": "",
"You cannot update this record": ""
}
4 changes: 2 additions & 2 deletions projects/rero/ng-core/src/lib/translate/i18n/de.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"{{ total }} result": "{{ total }} Ergebnis",
"{{ total }} results": "{{ total }} Ergebnisse",
"A file with same name already exists.": "Eine Datei mit demselben Namen existiert bereits.",
"A file with same name already exists.": "Eine Datei mit diesem Namen existiert bereits.",
"Add": "Hinzufügen",
"Add a new file": "Neue Datei hinzufügen",
"Add field": "Feld hinzufügen",
Expand Down Expand Up @@ -73,7 +73,7 @@
"Result list is empty.": "Die Ergebnisliste ist leer.",
"Save": "Speichern",
"Save as template": "Als Vorlage speichern",
"search": "suchen",
"search": "Suche",
"Search in": "Suchen in",
"Select a template": "Eine Vorlage wählen",
"Select an option…": "Eine Option wählen…",
Expand Down
2 changes: 1 addition & 1 deletion projects/rero/ng-core/src/lib/translate/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"Result list is empty.": "La liste de résultat est vide.",
"Save": "Enregistrer",
"Save as template": "Enregistrer en tant que modèle",
"search": "rechercher",
"search": "recherche",
"Search in": "Chercher dans",
"Select a template": "Sélectionner un modèle",
"Select an option…": "Sélectionner une option…",
Expand Down
2 changes: 1 addition & 1 deletion projects/rero/ng-core/src/lib/translate/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"Result list is empty.": "L'elenco dei risultati è vuoto.",
"Save": "Salvare",
"Save as template": "Salvare come modello",
"search": "Ricercare",
"search": "ricerca",
"Search in": "Cercare in",
"Select a template": "Selezionare un modello",
"Select an option…": "Selezionare un'opzione…",
Expand Down