mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
New Crowdin Translations (#2395)
* New Crowdin translations by GitHub Action * Increase timeout --------- Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Johannes Klein <johannes.t.klein@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ describe( "AICamera", () => {
|
||||
|
||||
// On suggestions find the first element in the suggestions list
|
||||
const otherSuggestionsTitle = element( by.text( "OTHER SUGGESTIONS" ) );
|
||||
await waitFor( otherSuggestionsTitle ).toBeVisible( ).withTimeout( 20_000 );
|
||||
await waitFor( otherSuggestionsTitle ).toBeVisible( ).withTimeout( 30_000 );
|
||||
const firstSuggestion = element( by.id( /SuggestionsList\.taxa\..*/ ) ).atIndex(
|
||||
0
|
||||
);
|
||||
|
||||
@@ -161,7 +161,7 @@ Data-quality-needs-id-description = Diese Beobachtung bedarf weiterer Bestimmung
|
||||
Data-quality-research-description = Diese Beobachtung weist genügend Bestimmungen auf, um als Forschungsqualität zu gelten
|
||||
DATE = DATUM
|
||||
Date = Datum
|
||||
date-format-long = dd.MMM.YYYY
|
||||
date-format-long = dd.MMM.yyyy
|
||||
date-format-month-day = d. MMM
|
||||
date-format-month-year = MMM. yyyy
|
||||
date-format-short = dd. MM. yy
|
||||
@@ -182,8 +182,8 @@ datetime-difference-days = { $count } Tage
|
||||
datetime-difference-hours = { $count } Std.
|
||||
datetime-difference-minutes = { $count } Min.
|
||||
datetime-difference-weeks = { $count } Wo.
|
||||
datetime-format-long = dd. MMMM YYYY HH:mm
|
||||
datetime-format-short = DD. MM.YY, HH:mm
|
||||
datetime-format-long = dd. MMMM yyyy HH:mm
|
||||
datetime-format-short = dd. MM.yy, HH:mm
|
||||
December = Dezember
|
||||
DELETE = LÖSCHEN
|
||||
Delete-all-observations = Alle Beobachtungen löschen
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
"Data-quality-research-description": "Diese Beobachtung weist genügend Bestimmungen auf, um als Forschungsqualität zu gelten",
|
||||
"DATE": "DATUM",
|
||||
"Date": "Datum",
|
||||
"date-format-long": "dd.MMM.YYYY",
|
||||
"date-format-long": "dd.MMM.yyyy",
|
||||
"date-format-month-day": "d. MMM",
|
||||
"date-format-month-year": "MMM. yyyy",
|
||||
"date-format-short": "dd. MM. yy",
|
||||
@@ -176,8 +176,8 @@
|
||||
"datetime-difference-hours": "{ $count } Std.",
|
||||
"datetime-difference-minutes": "{ $count } Min.",
|
||||
"datetime-difference-weeks": "{ $count } Wo.",
|
||||
"datetime-format-long": "dd. MMMM YYYY HH:mm",
|
||||
"datetime-format-short": "DD. MM.YY, HH:mm",
|
||||
"datetime-format-long": "dd. MMMM yyyy HH:mm",
|
||||
"datetime-format-short": "dd. MM.yy, HH:mm",
|
||||
"December": "Dezember",
|
||||
"DELETE": "LÖSCHEN",
|
||||
"Delete-all-observations": "Alle Beobachtungen löschen",
|
||||
|
||||
Reference in New Issue
Block a user