Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
fbce919
New translations intl_en.arb (Romanian)
fritterhoff Feb 24, 2025
80aba50
New translations intl_en.arb (French)
fritterhoff Feb 24, 2025
9366465
New translations intl_en.arb (Spanish)
fritterhoff Feb 24, 2025
35566f5
New translations intl_en.arb (Afrikaans)
fritterhoff Feb 24, 2025
8fad9fb
New translations intl_en.arb (Arabic)
fritterhoff Feb 24, 2025
c8f7351
New translations intl_en.arb (Catalan)
fritterhoff Feb 24, 2025
11c2e4e
New translations intl_en.arb (Czech)
fritterhoff Feb 24, 2025
b6df3b8
New translations intl_en.arb (Danish)
fritterhoff Feb 24, 2025
022e49e
New translations intl_en.arb (German)
fritterhoff Feb 24, 2025
3d849ba
New translations intl_en.arb (Greek)
fritterhoff Feb 24, 2025
c1e8e2f
New translations intl_en.arb (Finnish)
fritterhoff Feb 24, 2025
52ece5d
New translations intl_en.arb (Hebrew)
fritterhoff Feb 24, 2025
dbafbf0
New translations intl_en.arb (Hungarian)
fritterhoff Feb 24, 2025
27d3140
New translations intl_en.arb (Italian)
fritterhoff Feb 24, 2025
48c6631
New translations intl_en.arb (Japanese)
fritterhoff Feb 24, 2025
029c6ae
New translations intl_en.arb (Korean)
fritterhoff Feb 24, 2025
45f9872
New translations intl_en.arb (Dutch)
fritterhoff Feb 24, 2025
6c0eb16
New translations intl_en.arb (Norwegian)
fritterhoff Feb 24, 2025
f3a1676
New translations intl_en.arb (Polish)
fritterhoff Feb 24, 2025
bb80d22
New translations intl_en.arb (Portuguese)
fritterhoff Feb 24, 2025
dd66759
New translations intl_en.arb (Russian)
fritterhoff Feb 24, 2025
8ed2237
New translations intl_en.arb (Serbian (Cyrillic))
fritterhoff Feb 24, 2025
8570160
New translations intl_en.arb (Swedish)
fritterhoff Feb 24, 2025
f0dd1d5
New translations intl_en.arb (Turkish)
fritterhoff Feb 24, 2025
aefc076
New translations intl_en.arb (Ukrainian)
fritterhoff Feb 24, 2025
7d4929b
New translations intl_en.arb (Chinese Simplified)
fritterhoff Feb 24, 2025
455ec83
New translations intl_en.arb (Chinese Traditional)
fritterhoff Feb 24, 2025
0d120e2
New translations intl_en.arb (Vietnamese)
fritterhoff Feb 24, 2025
3de69fa
New translations intl_en.arb (Portuguese, Brazilian)
fritterhoff Feb 24, 2025
ba5477b
New translations intl_en.arb (Spanish)
fritterhoff Feb 24, 2025
35d2f24
New translations intl_en.arb (Portuguese)
fritterhoff Feb 24, 2025
452553d
New translations intl_en.arb (Serbian (Cyrillic))
fritterhoff Feb 24, 2025
bd06af4
New translations intl_en.arb (Swedish)
fritterhoff Feb 24, 2025
7938fdf
New translations intl_en.arb (Chinese Simplified)
fritterhoff Feb 24, 2025
4dbd025
New translations intl_en.arb (Chinese Traditional)
fritterhoff Feb 24, 2025
9a75428
New translations intl_en.arb (Portuguese, Brazilian)
fritterhoff Feb 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
427 changes: 427 additions & 0 deletions lib/l10n/intl_af.arb

Large diffs are not rendered by default.

427 changes: 427 additions & 0 deletions lib/l10n/intl_ar.arb

Large diffs are not rendered by default.

427 changes: 427 additions & 0 deletions lib/l10n/intl_ca.arb

Large diffs are not rendered by default.

69 changes: 31 additions & 38 deletions lib/l10n/intl_cs.arb
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"@@locale": "cs",
"retry": "Zkusit znovu",
"@retry": {
"description": "Label for e.g. a button. Something is tried to be done again."
},
"accept": "Přijmout",
"@accept": {
"description": "Label for e.g. a button. Something gets accepted by the user."
Expand All @@ -12,15 +8,15 @@
"@decline": {
"description": "Label for e.g. a button. Something gets declined by the user."
},
"editToken": null,
"editToken": "Edit Token",
"@editToken": {
"description": "Title of the edit token sheet."
},
"name": "Název",
"@name": {
"description": "Describes the field where the tokens name should be entered."
},
"nameFieldEmpty": null,
"nameFieldEmpty": "Name can't be empty",
"@nameFieldEmpty": {
"description": "Error message when the name field is empty."
},
Expand All @@ -36,35 +32,35 @@
"@delete": {
"description": "Label that describes deleting the token."
},
"saveChanges": null,
"saveChanges": "Save Changes",
"@saveChanges": {
"description": "Label that describes saving changes to a token."
},
"dismiss": "Zavřít",
"@dismiss": {
"description": "Text of a button that closes a dialog."
},
"next": null,
"next": "Next",
"@next": {
"description": "Text of a button that goes to the next page."
},
"addToken": "Přidat token",
"@addToken": {
"description": "The button to open the screen to add tokens by hand."
},
"addTokenTitle": null,
"addTokenTitle": "Pair new Push Token",
"@addTokenTitle": {
"description": "The title of the token add screen."
},
"addTokenSubtitle": null,
"addTokenSubtitle": "Point your camera at your screen to capture the QR code",
"@addTokenSubtitle": {
"description": "The subtitle of the token add screen."
},
"or": null,
"or": "OR",
"@or": {
"description": "This is shown as a splitter between the option to add a new token by either scanning a QR code OR uploading one as a file."
},
"uploadQrCodeButton": null,
"uploadQrCodeButton": "Upload QR Code",
"@uploadQrCodeButton": {
"description": "The button in the token add view to upload QR codes as an image."
},
Expand All @@ -75,7 +71,6 @@
"confirmDeletionOf": "Opravdu chcete smazat token {name}?",
"@confirmDeletionOf": {
"description": "Asks for confirmation on deleting a token.",
"type": "text",
"placeholders": {
"name": {
"example": "PUSH1234"
Expand All @@ -94,19 +89,19 @@
"@phonePart": {
"description": "Title of a dialog telling the user that the phone was generated, and it is shown to the user."
},
"tokens": null,
"tokens": "Tokens",
"@tokens": {
"description": "Button to open the tokens page."
},
"settings": "Nastavení",
"@settings": {
"description": "Button to open the settings page."
},
"noSettingsSelected": null,
"noSettingsSelected": "Select a setting",
"@noSettingsSelected": {
"description": "Message when no setting is selected on tablets."
},
"appearance": null,
"appearance": "Appearance",
"@appearance": {
"description": "Title of the setting group where the theme can be selected."
},
Expand All @@ -126,7 +121,7 @@
"@darkTheme": {
"description": "The dark theme."
},
"autoTheme": null,
"autoTheme": "Auto",
"@autoTheme": {
"description": "The automatic theme applied by the system settings."
},
Expand Down Expand Up @@ -169,7 +164,6 @@
"errorRollOutFailed": "Registrace tokenu {name} selhala.",
"@errorRollOutFailed": {
"description": "Tells the user that the token could not be rolled out, because a network error occurred.",
"type": "text",
"placeholders": {
"name": {
"example": "PUSH1234A"
Expand All @@ -189,10 +183,13 @@
"@errorSynchronizationNoNetworkConnection": {
"description": "Tells the user that synchronizing the push tokens failed because the server could not be reached."
},
"errorRollOutNoConnectionToServer": "Registrace tokenu {name} selhala. Server není dostupný.",
"@errorRollOutNoConnectionToServer": {
"description": "Tells the user that the roll-out failed because the server could not be reached."
},
"errorRollOutUnknownError": "Vyskytla se neznámá chyba. Registrace není možná: {e}",
"@errorRollOutUnknownError": {
"description": "Tells the user that the roll-out failed because of an unknown error.",
"type": "text",
"placeholders": {
"e": {
"example": "IllegalArgumentException on Line 5 ..."
Expand Down Expand Up @@ -292,25 +289,25 @@
"@lock": {
"description": "Description of button that locks a token."
},
"lockDescription": null,
"lockDescription": "Lock a token with biometric authentication.",
"@lockDescription": {
"description": "Description of the lock option when editing a token."
},
"search": null,
"search": "Search",
"@search": {
"description": "Placeholder text for search bar."
},
"noResultTitle": "Nejsou nainstalovány žádné tokeny.",
"@noResultTitle": {
"description": "No tokens installed yet."
"description": "No tokens stored yet."
},
"noResultText1": "stiskněte tlačítko ",
"@noResultText1": {
"description": "first noresult text"
"description": "first no result text"
},
"noResultText2": " a začněte s používáním.",
"@noResultText2": {
"description": "second noresult text"
"description": "second no result text"
},
"onBoardingText1": "vícefázové ověření\nusnadněno",
"onBoardingTitle2": "Maximální Bezpečnost",
Expand Down Expand Up @@ -359,21 +356,16 @@
"@rolloutCompleted": {
"description": "Message for the rollout process"
},
"errorRollOutNoConnectionToServer": "Registrace tokenu {name} selhala. Server není dostupný.",
"@errorRollOutNoConnectionToServer": {
"description": "Message for the rollout process",
"placeholders": {
"name": {
"example": "PUSH1234A"
}
}
},
"authToAcceptPushRequest": "Pro přijetí požadavku na push notifikaci se přihlaste.",
"authToDeclinePushRequest": "Pro odmítnutí požadavku na push notifikaci se přihlaste.",
"pushRequestParseError": "Požadavek na odeslání se nepodařilo zpracovat.",
"errorRollOutSSLHandshakeFailed": "SSL handshake se nezdařil. Roll-out není možný.",
"@errorRollOutSSLHandshakeFailed": {
"description": "Tells the user that the roll-out failed because the SSL handshake failed."
},
"errorWhenPullingChallenges": "Při dotazování na výzvy {name} došlo k chybě.",
"@errorWhenPullingChallenges": {
"description": "errorWhenPullingChallenges",
"placeholders": {
"name": {
"example": "PUSH1234A"
Expand All @@ -389,31 +381,31 @@
}
}
},
"cameraPermissionPermanentlyDenied": null,
"cameraPermissionPermanentlyDenied": "Camera permission is permanently denied. Please grant camera permission in the system settings.",
"cameraPermissionPermanentlyDeniedButton": "Udělit oprávnění",
"decryptErrorTitle": "Chyba dešifrování",
"decryptErrorContent": "Bohužel se aplikaci nepodařilo dešifrovat vaše tokeny. To znamená, že šifrovací klíč je poškozen. Můžete to zkusit znovu nebo odstranit data aplikace, čímž by došlo k odstranění tokenů v aplikaci.",
"decryptErrorButtonDelete": "Odstranit",
"decryptErrorButtonSendError": "Odeslat chybu",
"decryptErrorButtonRetry": "Opakování",
"decryptErrorDeleteConfirmationContent": "Jste si jisti, že chcete data aplikace odstranit?",
"licenses": null,
"licenses": "Open Source Licenses",
"@licenses": {
"description": "Button to open the licenses page"
},
"appVersion": null,
"appVersion": "App Version",
"@appVersion": {
"description": "App version info in the About page"
},
"privacyPolicy": "Zásady ochrany osobních údajů",
"@privacyPolicy": {
"description": "Button to open the privacy policy"
},
"website": null,
"website": "Website",
"@website": {
"description": "Button to open the website"
},
"github": null,
"github": "GitHub",
"@github": {
"description": "Button to open the GitHub page"
},
Expand All @@ -422,6 +414,7 @@
"authenticationRequest": "Žádost o ověření",
"requestInfo": "Odesláno {issuer} pro váš účet: \"{account}\"",
"@requestInfo": {
"description": "Description of the authentication request.",
"placeholders": {
"issuer": {
"example": "eduMFA"
Expand Down
Loading