mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 09:15:49 -06:00
feat: Update translations
This commit is contained in:
@@ -1027,5 +1027,19 @@
|
|||||||
"version": "Versió {versionCode}",
|
"version": "Versió {versionCode}",
|
||||||
"notes": "{count, plural, zero{Notes} one{Nota} other{Notes}}",
|
"notes": "{count, plural, zero{Notes} one{Nota} other{Notes}}",
|
||||||
"addNote": "Afegir Nota",
|
"addNote": "Afegir Nota",
|
||||||
"newerVersionAvailable": "Newer version available:"
|
"newerVersionAvailable": "Newer version available:",
|
||||||
|
"dateOutOfRange": "Date must be between {firstDate} and {lastDate}.",
|
||||||
|
"@dateOutOfRange": {
|
||||||
|
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||||
|
"placeholders": {
|
||||||
|
"firstDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
},
|
||||||
|
"lastDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1027,5 +1027,19 @@
|
|||||||
"version": "Version {versionCode}",
|
"version": "Version {versionCode}",
|
||||||
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
||||||
"addNote": "Add note",
|
"addNote": "Add note",
|
||||||
"newerVersionAvailable": "Newer version available:"
|
"newerVersionAvailable": "Newer version available:",
|
||||||
|
"dateOutOfRange": "Date must be between {firstDate} and {lastDate}.",
|
||||||
|
"@dateOutOfRange": {
|
||||||
|
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||||
|
"placeholders": {
|
||||||
|
"firstDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
},
|
||||||
|
"lastDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1027,5 +1027,19 @@
|
|||||||
"version": "Version {versionCode}",
|
"version": "Version {versionCode}",
|
||||||
"notes": "{count, plural, zero{Notizen} one{Notiz} other{Notizen}}",
|
"notes": "{count, plural, zero{Notizen} one{Notiz} other{Notizen}}",
|
||||||
"addNote": "Notiz hinzufügen",
|
"addNote": "Notiz hinzufügen",
|
||||||
"newerVersionAvailable": "Neuere Version verfügbar:"
|
"newerVersionAvailable": "Neuere Version verfügbar:",
|
||||||
|
"dateOutOfRange": "Das Datum muss zwischen {firstDate} und {lastDate} liegen.",
|
||||||
|
"@dateOutOfRange": {
|
||||||
|
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||||
|
"placeholders": {
|
||||||
|
"firstDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
},
|
||||||
|
"lastDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1027,5 +1027,20 @@
|
|||||||
"version": "Version {versionCode}",
|
"version": "Version {versionCode}",
|
||||||
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
||||||
"addNote": "Add note",
|
"addNote": "Add note",
|
||||||
"newerVersionAvailable": "Newer version available:"
|
"newerVersionAvailable": "Newer version available:",
|
||||||
|
"dateOutOfRange": "Date must be between {firstDate} and {lastDate}.",
|
||||||
|
"@dateOutOfRange": {
|
||||||
|
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||||
|
"placeholders": {
|
||||||
|
"firstDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
},
|
||||||
|
"lastDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1027,5 +1027,19 @@
|
|||||||
"version": "Version {versionCode}",
|
"version": "Version {versionCode}",
|
||||||
"notes": "{count, plural, zero{Notas} one{Nota} other{Notas}}",
|
"notes": "{count, plural, zero{Notas} one{Nota} other{Notas}}",
|
||||||
"addNote": "Añadir nota",
|
"addNote": "Añadir nota",
|
||||||
"newerVersionAvailable": "Newer version available:"
|
"newerVersionAvailable": "Newer version available:",
|
||||||
|
"dateOutOfRange": "Date must be between {firstDate} and {lastDate}.",
|
||||||
|
"@dateOutOfRange": {
|
||||||
|
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||||
|
"placeholders": {
|
||||||
|
"firstDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
},
|
||||||
|
"lastDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1027,5 +1027,19 @@
|
|||||||
"version": "Version {versionCode}",
|
"version": "Version {versionCode}",
|
||||||
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
||||||
"addNote": "Ajouter une note",
|
"addNote": "Ajouter une note",
|
||||||
"newerVersionAvailable": "Newer version available:"
|
"newerVersionAvailable": "Newer version available:",
|
||||||
|
"dateOutOfRange": "Date must be between {firstDate} and {lastDate}.",
|
||||||
|
"@dateOutOfRange": {
|
||||||
|
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||||
|
"placeholders": {
|
||||||
|
"firstDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
},
|
||||||
|
"lastDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1027,5 +1027,19 @@
|
|||||||
"version": "Versione {versionCode}",
|
"version": "Versione {versionCode}",
|
||||||
"notes": "{count, plural, zero{Nota} one{Nota} other{Note}}",
|
"notes": "{count, plural, zero{Nota} one{Nota} other{Note}}",
|
||||||
"addNote": "Aggiungi nota",
|
"addNote": "Aggiungi nota",
|
||||||
"newerVersionAvailable": "Newer version available:"
|
"newerVersionAvailable": "Newer version available:",
|
||||||
|
"dateOutOfRange": "Date must be between {firstDate} and {lastDate}.",
|
||||||
|
"@dateOutOfRange": {
|
||||||
|
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||||
|
"placeholders": {
|
||||||
|
"firstDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
},
|
||||||
|
"lastDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1027,5 +1027,19 @@
|
|||||||
"version": "Version {versionCode}",
|
"version": "Version {versionCode}",
|
||||||
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
||||||
"addNote": "Add note",
|
"addNote": "Add note",
|
||||||
"newerVersionAvailable": "Newer version available:"
|
"newerVersionAvailable": "Newer version available:",
|
||||||
|
"dateOutOfRange": "Date must be between {firstDate} and {lastDate}.",
|
||||||
|
"@dateOutOfRange": {
|
||||||
|
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||||
|
"placeholders": {
|
||||||
|
"firstDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
},
|
||||||
|
"lastDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1027,5 +1027,19 @@
|
|||||||
"version": "Version {versionCode}",
|
"version": "Version {versionCode}",
|
||||||
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
||||||
"addNote": "Add note",
|
"addNote": "Add note",
|
||||||
"newerVersionAvailable": "Newer version available:"
|
"newerVersionAvailable": "Newer version available:",
|
||||||
|
"dateOutOfRange": "Date must be between {firstDate} and {lastDate}.",
|
||||||
|
"@dateOutOfRange": {
|
||||||
|
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||||
|
"placeholders": {
|
||||||
|
"firstDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
},
|
||||||
|
"lastDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1027,5 +1027,19 @@
|
|||||||
"version": "Version {versionCode}",
|
"version": "Version {versionCode}",
|
||||||
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
||||||
"addNote": "Add note",
|
"addNote": "Add note",
|
||||||
"newerVersionAvailable": "Newer version available:"
|
"newerVersionAvailable": "Newer version available:",
|
||||||
|
"dateOutOfRange": "Date must be between {firstDate} and {lastDate}.",
|
||||||
|
"@dateOutOfRange": {
|
||||||
|
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||||
|
"placeholders": {
|
||||||
|
"firstDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
},
|
||||||
|
"lastDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1027,5 +1027,19 @@
|
|||||||
"version": "Version {versionCode}",
|
"version": "Version {versionCode}",
|
||||||
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
||||||
"addNote": "Add note",
|
"addNote": "Add note",
|
||||||
"newerVersionAvailable": "Newer version available:"
|
"newerVersionAvailable": "Newer version available:",
|
||||||
|
"dateOutOfRange": "Date must be between {firstDate} and {lastDate}.",
|
||||||
|
"@dateOutOfRange": {
|
||||||
|
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||||
|
"placeholders": {
|
||||||
|
"firstDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
},
|
||||||
|
"lastDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1027,5 +1027,19 @@
|
|||||||
"version": "Version {versionCode}",
|
"version": "Version {versionCode}",
|
||||||
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
"notes": "{count, plural, zero{Notes} one{Note} other{Notes}}",
|
||||||
"addNote": "Add note",
|
"addNote": "Add note",
|
||||||
"newerVersionAvailable": "Newer version available:"
|
"newerVersionAvailable": "Newer version available:",
|
||||||
|
"dateOutOfRange": "Date must be between {firstDate} and {lastDate}.",
|
||||||
|
"@dateOutOfRange": {
|
||||||
|
"description": "Error message shown when the user tries to select a date outside of the allowed range.",
|
||||||
|
"placeholders": {
|
||||||
|
"firstDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
},
|
||||||
|
"lastDate": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "yMd"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
10
scripts/upload_translation_source.sh
Normal file
10
scripts/upload_translation_source.sh
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
set -Eeuo pipefail
|
||||||
|
|
||||||
|
__script_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||||
|
readonly __script_dir
|
||||||
|
|
||||||
|
cd "$__script_dir/../"
|
||||||
|
echo "Uploading source translation file..."
|
||||||
|
crowdin upload sources --identity=crowdin_credentials.yml --preserve-hierarchy
|
||||||
|
flutter packages pub get
|
||||||
Reference in New Issue
Block a user