BUGFIX pull crowdin sources

This commit is contained in:
konrad.lys@eu.equinix.com
2023-05-29 18:36:56 +02:00
parent e5878ed3ca
commit 65eed952cf
2 changed files with 21 additions and 14 deletions

View File

@@ -5,4 +5,7 @@ files: [
"type" : "arb", "type" : "arb",
} }
] ]
# Add your credentials here "project_id": "568557"
"api_token": "382c40ea7995b4778d45971a0d00ce6717e79f280f4d2afa4652a69eeea687035f5668ceb6e7c61c"
"preserve_hierarchy": true

View File

@@ -348,49 +348,49 @@
"@after": {}, "@after": {},
"before": "Before", "before": "Before",
"@before": {}, "@before": {},
"days": "{count, plural, one{day} other{days}}", "days": "{count, plural, zero{days} one{day} other{days}}",
"@days": { "@days": {
"placeholders": { "placeholders": {
"count": {} "count": {}
} }
}, },
"lastNDays": "{count, plural, one{Yesterday} other{Last {count} days}}", "lastNDays": "{count, plural, zero{} one{Yesterday} other{Last {count} days}}",
"@lastNDays": { "@lastNDays": {
"placeholders": { "placeholders": {
"count": {} "count": {}
} }
}, },
"lastNMonths": "{count, plural, one{Last month} other{Last {count} months}}", "lastNMonths": "{count, plural, zero{} one{Last month} other{Last {count} months}}",
"@lastNMonths": { "@lastNMonths": {
"placeholders": { "placeholders": {
"count": {} "count": {}
} }
}, },
"lastNWeeks": "{count, plural, one{Last week} other{Last {count} weeks}}", "lastNWeeks": "{count, plural, zero{} one{Last week} other{Last {count} weeks}}",
"@lastNWeeks": { "@lastNWeeks": {
"placeholders": { "placeholders": {
"count": {} "count": {}
} }
}, },
"lastNYears": "{count, plural, one{Last year} other{Last {count} years}}", "lastNYears": "{count, plural, zero{} one{Last year} other{Last {count} years}}",
"@lastNYears": { "@lastNYears": {
"placeholders": { "placeholders": {
"count": {} "count": {}
} }
}, },
"months": "{count, plural, one{month} other{months}}", "months": "{count, plural, zero{} one{month} other{months}}",
"@months": { "@months": {
"placeholders": { "placeholders": {
"count": {} "count": {}
} }
}, },
"weeks": "{count, plural, one{week} other{weeks}}", "weeks": "{count, plural, zero{} one{week} other{weeks}}",
"@weeks": { "@weeks": {
"placeholders": { "placeholders": {
"count": {} "count": {}
} }
}, },
"years": "{count, plural, one{year} other{years}}", "years": "{count, plural, zero{} one{year} other{years}}",
"@years": { "@years": {
"placeholders": { "placeholders": {
"count": {} "count": {}
@@ -574,10 +574,6 @@
"@documentMatchesThisRegularExpression": {}, "@documentMatchesThisRegularExpression": {},
"regularExpression": "Regular Expression", "regularExpression": "Regular Expression",
"@regularExpression": {}, "@regularExpression": {},
"disableMatching": "Do not tag documents automatically",
"@disableMatching": {},
"none": "None",
"@none": {},
"anInternetConnectionCouldNotBeEstablished": "An internet connection could not be established.", "anInternetConnectionCouldNotBeEstablished": "An internet connection could not be established.",
"@anInternetConnectionCouldNotBeEstablished": {}, "@anInternetConnectionCouldNotBeEstablished": {},
"done": "Done", "done": "Done",
@@ -592,7 +588,7 @@
"@createsASavedViewBasedOnTheCurrentFilterCriteria": {}, "@createsASavedViewBasedOnTheCurrentFilterCriteria": {},
"createViewsToQuicklyFilterYourDocuments": "Create views to quickly filter your documents.", "createViewsToQuicklyFilterYourDocuments": "Create views to quickly filter your documents.",
"@createViewsToQuicklyFilterYourDocuments": {}, "@createViewsToQuicklyFilterYourDocuments": {},
"nFiltersSet": "{count, plural, one{{count} filter set} other{{count} filters set}}", "nFiltersSet": "{count, plural, zero{{count} filters set} one{{count} filter set} other{{count} filters set}}",
"@nFiltersSet": { "@nFiltersSet": {
"placeholders": { "placeholders": {
"count": {} "count": {}
@@ -783,5 +779,13 @@
"alwaysAsk": "Always ask", "alwaysAsk": "Always ask",
"@alwaysAsk": { "@alwaysAsk": {
"description": "Option to choose when the app should always ask the user which filetype to use" "description": "Option to choose when the app should always ask the user which filetype to use"
},
"disableMatching": "Do not tag documents automatically",
"@disableMatching": {
"description": "One of the options for automatic tagging of documents"
},
"none": "None",
"@none": {
"description": "One of available enum values of matching algorithm for tags"
} }
} }