-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
84 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
arb-dir: lib/l10n | ||
template-arb-file: app_en.arb | ||
output-localization-file: app_localizations.dart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"yes": "Ja", | ||
"no": "Nein", | ||
"logout": "Ausloggen?", | ||
"login": "Anmeldung", | ||
"loggingIn": "Einloggen...", | ||
"loginFailed": "Einloggen fehlgeschlagen: ", | ||
"username": "Nutzername", | ||
"password": "Passwort", | ||
"server": "Server", | ||
"fieldRequired": "Erforderlich.", | ||
"fileUploaded": "Datei hochgeladen.", | ||
"readyToUpload": "Bereit zum Hochladen.", | ||
"shareInstructions": "Wählen Sie im Menü \"Freigeben\" die Option \"Paperless Share\", um Bilder und Dokumente hochzuladen.", | ||
"serverInstructions": "Ihr Server wird versuchen, es automatisch zu verarbeiten. Es sollte in wenigen Augenblicken erscheinen." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"yes": "Yes", | ||
"no": "No", | ||
"logout": "Logout?", | ||
"login": "Login", | ||
"loggingIn": "Logging in...", | ||
"loginFailed": "Failed to login: ", | ||
"username": "Username", | ||
"password": "Password", | ||
"server": "Server", | ||
"fieldRequired": "Required.", | ||
"fileUploaded": "File uploaded.", | ||
"readyToUpload": "Ready to upload!", | ||
"shareInstructions": "Select Paperless Share in the Share Menu to upload pictures and documents", | ||
"serverInstructions": "Your server will attempt to process it automatically. It should appear within a few moments." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters