-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Suggest to import from API (#74)
- Loading branch information
Showing
17 changed files
with
257 additions
and
120 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
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 |
---|---|---|
|
@@ -27,19 +27,31 @@ | |
"apiProvider": "API Provider", | ||
"importFromApiProvider": "Sync with API provider", | ||
"warningImportFromApiProvider": "This action imports objects of this organization and tries to integrate them. Are you sure, you want to continue?", | ||
"recommendFirstImportFromApiProvider": "Cannot determine the last import. Would you like import the data?", | ||
"recommendImportFromApiProvider": "The last import was on {date} at {time}. Would you like to update the data?", | ||
"@recommendImportFromApiProvider": { | ||
"placeholders": { | ||
"date": { | ||
"type": "DateTime", | ||
"format": "yMd" | ||
}, | ||
"time": { | ||
"type": "DateTime", | ||
"format": "Hm" | ||
} | ||
} | ||
}, | ||
"reportProvider": "Report Provider", | ||
"database": "Database", | ||
"exportDatabase": "Export database", | ||
"restoreDatabase": "Restore database", | ||
"restoreDefaultDatabase": "Restore default database", | ||
"resetDatabase": "Reset database", | ||
"bellSound": "Bell sound", | ||
|
||
"profile": "Profile", | ||
"username": "Username", | ||
"password": "Password", | ||
"email": "Email", | ||
|
||
"auth_signIn": "Sign in", | ||
"auth_signInPrompt_phrase": "Already have an account? Sign In", | ||
"auth_signIntoAccount_phrase": "Sign in to your account", | ||
|
@@ -51,7 +63,6 @@ | |
"auth_password_save_phrase": "Save password", | ||
"auth_change_password": "Change password", | ||
"auth_agreeTermsAndConditions_phrase": "I read and agree to Terms & Conditions", | ||
|
||
"imprint": "Imprint", | ||
"imprint_phrase": "**Angaben gem. § 5 TMG:**\n\nOberhauser Dev\n\nAugust Oberhauser\n\nGroßhausener Str. 16\n\n86551 Aichach\n\n**Kontaktaufnahme:**\n\nE-Mail: [email protected]\n\n**Umsatzsteuer-Identifikationsnummer gem. § 27 a Umsatzsteuergesetz:**\n\nDE XXX XXX XXX", | ||
"about": "About", | ||
|
@@ -63,7 +74,6 @@ | |
"about_Development": "Development", | ||
"about_development_phrase": "August Oberhauser\n\nEmail: [email protected]\n\nWebsite: [oberhauser.dev](https://oberhauser.dev)", | ||
"privacy_policy": "Privacy Policy", | ||
|
||
"optionSelect": "select", | ||
"noneSelected": "None selected", | ||
"edit": "Edit", | ||
|
@@ -97,15 +107,13 @@ | |
"warningPrefilledLineup": "The lineup was prefilled with values from a previous match!", | ||
"retry": "Retry", | ||
"networkTimeout": "Network timeout", | ||
|
||
"event": "Event", | ||
"place": "Place", | ||
"date": "Date", | ||
"minutes": "Minutes", | ||
"seconds": "Seconds", | ||
"startDate": "Beginning", | ||
"endDate": "End", | ||
|
||
"wrestlingRulesPdf": "https://uww.org/sites/default/files/2019-12/wrestling_rules.pdf", | ||
"teamMatchTranscript": "Transcript for Team Matches", | ||
"teamMatchScoreSheet": "Score sheet for Team Matches", | ||
|
@@ -120,7 +128,6 @@ | |
"numberAbbreviation": "No.", | ||
"total": "Total", | ||
"participantVacant": "vacant", | ||
|
||
"weight": "Weight", | ||
"weightClass": "Weight Class", | ||
"weightClasses": "Weight Classes", | ||
|
@@ -190,7 +197,6 @@ | |
"classificationPoints": "Classification Points", | ||
"participations": "Participations", | ||
"boutConfig": "Bout configuration", | ||
|
||
"red": "Red", | ||
"blue": "Blue", | ||
"winner": "Winner", | ||
|
@@ -211,15 +217,13 @@ | |
"activityDuration": "Activity duration", | ||
"injuryDuration": "Injury duration", | ||
"periodCount": "Number of periods", | ||
|
||
"referee": "Referee", | ||
"refereeAbbr": "REF", | ||
"judge": "Judge", | ||
"matChairman": "Mat president", | ||
"timeKeeper": "Time Keeper", | ||
"transcriptionWriter": "Transcription Writer", | ||
"steward": "Steward", | ||
|
||
"prename": "Prename", | ||
"surname": "Surname", | ||
"age": "Age", | ||
|
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
Oops, something went wrong.