mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 04:08:03 -06:00
Added translations, fixed chips theming
This commit is contained in:
@@ -488,18 +488,30 @@
|
||||
"@loginPageUsernameLabel": {},
|
||||
"loginPageUsernameValidatorMessageText": "Username must not be empty.",
|
||||
"@loginPageUsernameValidatorMessageText": {},
|
||||
"matchingAlgorithmAllDescription": "All: Document contains all of these words",
|
||||
"matchingAlgorithmAllDescription": "Document contains all of these words",
|
||||
"@matchingAlgorithmAllDescription": {},
|
||||
"matchingAlgorithmAnyDescription": "Any: Document contains any of these words",
|
||||
"matchingAlgorithmAllName": "All",
|
||||
"@matchingAlgorithmAllName": {},
|
||||
"matchingAlgorithmAnyDescription": "Document contains any of these words",
|
||||
"@matchingAlgorithmAnyDescription": {},
|
||||
"matchingAlgorithmAutoDescription": "Auto: Learn matching automatically",
|
||||
"matchingAlgorithmAnyName": "Any",
|
||||
"@matchingAlgorithmAnyName": {},
|
||||
"matchingAlgorithmAutoDescription": "Learn matching automatically",
|
||||
"@matchingAlgorithmAutoDescription": {},
|
||||
"matchingAlgorithmExactDescription": "Exact: Document contains this string",
|
||||
"matchingAlgorithmAutoName": "Auto",
|
||||
"@matchingAlgorithmAutoName": {},
|
||||
"matchingAlgorithmExactDescription": "Document contains this string",
|
||||
"@matchingAlgorithmExactDescription": {},
|
||||
"matchingAlgorithmFuzzyDescription": "Fuzzy: Document contains a word similar to this word",
|
||||
"matchingAlgorithmExactName": "Exact",
|
||||
"@matchingAlgorithmExactName": {},
|
||||
"matchingAlgorithmFuzzyDescription": "Document contains a word similar to this word",
|
||||
"@matchingAlgorithmFuzzyDescription": {},
|
||||
"matchingAlgorithmRegexDescription": "Regular Expression: Document matches this regular expression",
|
||||
"matchingAlgorithmFuzzyName": "Fuzzy",
|
||||
"@matchingAlgorithmFuzzyName": {},
|
||||
"matchingAlgorithmRegexDescription": "Document matches this regular expression",
|
||||
"@matchingAlgorithmRegexDescription": {},
|
||||
"matchingAlgorithmRegexName": "Regular Expression",
|
||||
"@matchingAlgorithmRegexName": {},
|
||||
"offlineWidgetText": "An internet connection could not be established.",
|
||||
"@offlineWidgetText": {},
|
||||
"onboardingDoneButtonLabel": "Done",
|
||||
|
||||
Reference in New Issue
Block a user