-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PE-4616: Translations #1367
Merged
Merged
PE-4616: Translations #1367
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
2d53864
[Localizely] Translations update
matibat d3b774b
feat(localization es): corrects some spanish nits PE-4616
matibat 07d2c9a
feat(localization es): corrects some spanish nits PE-4616
matibat cc06f73
feat(localization zh-hk): reverts unnecessary change PE-4616
matibat 10cd331
Merge remote-tracking branch 'origin/dev' into localizely_2023-09-18_…
matibat ad9518b
feat(deps): bumps ardrive-io dep version PE-4653
matibat bf5d7df
Merge pull request #1376 from ardriveapp/PE-4653_fix_buttons_overflow
matibat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -22,6 +22,10 @@ | |
"@addSomeFiles": { | ||
"description": "Empty folder" | ||
}, | ||
"advanced": "Avanzadas", | ||
"@advanced": { | ||
"description": "The advanced options" | ||
}, | ||
"aggreeToTerms_body": "Acepto los términos de servicio y la política de privacidad de ArDrive.", | ||
"@aggreeToTerms_body": { | ||
"description": "Checkbox for agreeing to the terms of service and privacy policy" | ||
|
@@ -40,6 +44,8 @@ | |
}, | ||
"amount": "Cantidad", | ||
"@amount": {}, | ||
"anErrorOccuredWhileDownloadingYourFiles": "Se ha producido un error al descargar los archivos. Por favor, inténtalo de nuevo.", | ||
"@anErrorOccuredWhileDownloadingYourFiles": {}, | ||
"anErrorOccuredWhileDownloadingYourKeyfile": "Se ha producido un error al descargar el archivo de claves de su monedero. Inténtalo de nuevo.", | ||
"@anErrorOccuredWhileDownloadingYourKeyfile": {}, | ||
"anyFilesWillOutliveYou": "¡Los archivos que cargues aquí existirán para siempre!", | ||
|
@@ -330,7 +336,7 @@ | |
"@createHereEmphasized": { | ||
"description": "Create the manifest in the current selected folder" | ||
}, | ||
"createManifest": "Crear manifiesto", | ||
"createManifest": "Nuevo manifiesto", | ||
"@createManifest": { | ||
"description": "To create a manifest" | ||
}, | ||
|
@@ -346,7 +352,7 @@ | |
"@createNewSnapshot": { | ||
"description": "The action of snapshotting a drive" | ||
}, | ||
"createSnapshot": "Crear instantánea", | ||
"createSnapshot": "Nueva instantánea", | ||
"@createSnapshot": { | ||
"description": "The action of snapshotting a drive" | ||
}, | ||
|
@@ -685,6 +691,14 @@ | |
"@failedToCreateManifestEmphasized": { | ||
"description": "The manifest could not be created" | ||
}, | ||
"failedToCreatePin": "No se ha podido crear el anclaje. Vuelve a intentarlo más tarde.", | ||
"@failedToCreatePin": { | ||
"description": "The pin could not be created" | ||
}, | ||
"failedToRetrieveFileInfromation": "No se ha podido recuperar la información del archivo", | ||
"@failedToRetrieveFileInfromation": { | ||
"description": "Explains that there was an error while retrieving the file infromation" | ||
}, | ||
"failedToSyncDrive": "No se pudo sincronizar el contenido de la unidad.", | ||
"@failedToSyncDrive": { | ||
"description": "The app wasn't able to sync the drive" | ||
|
@@ -710,6 +724,10 @@ | |
} | ||
} | ||
}, | ||
"fileDoesExistButIsInvalid": "El archivo proporcionado está dañado y no se puede anclar.", | ||
"@fileDoesExistButIsInvalid": { | ||
"description": "Explains that the file does exist, but some of its properties make it invalid" | ||
}, | ||
"fileDownloadFailed": "La descarga del archivo ha fallado", | ||
"@fileDownloadFailed": { | ||
"description": "Could not export the CSV data" | ||
|
@@ -734,6 +752,10 @@ | |
"@fileID": { | ||
"description": "The Entity-ID tag of files" | ||
}, | ||
"fileIsNotPublic": "La ID proporcionada es para un archivo privado y no puede anclarse.", | ||
"@fileIsNotPublic": { | ||
"description": "Warning explaining that the file is not public" | ||
}, | ||
"fileName": "Nombre del archivo", | ||
"@fileName": { | ||
"description": "The name of certain file" | ||
|
@@ -795,6 +817,10 @@ | |
"@fileSystem": { | ||
"description": "Button label to select a file from file system" | ||
}, | ||
"fileType": "Tipo de archivo", | ||
"@fileType": { | ||
"description": "The MIME type of the file" | ||
}, | ||
"fileWasCreatedWithName": "El archivo fue creado con el nombre: \"{fileName}\".", | ||
"@fileWasCreatedWithName": { | ||
"description": "File activity (journal): created", | ||
|
@@ -813,6 +839,10 @@ | |
"@fileWasMoved": { | ||
"description": "File activity (journal): moved" | ||
}, | ||
"fileWasPinnedToTheDrive": "Archivo anclado a la unidad.", | ||
"@fileWasPinnedToTheDrive": { | ||
"description": "File activity (journal): was pinned" | ||
}, | ||
"fileWasRenamed": "El archivo fue renombrado a: \"{fileName}\".", | ||
"@fileWasRenamed": { | ||
"description": "File activity (journal): renamed", | ||
|
@@ -955,6 +985,8 @@ | |
"@help": { | ||
"description": "Link to a form for collecting feedback from the user" | ||
}, | ||
"helpCenter": "Centro de ayuda", | ||
"@helpCenter": {}, | ||
"howAreConversionsDetermined": "¿Cómo se calculan las conversiones?", | ||
"@howAreConversionsDetermined": {}, | ||
"howDoesKeyfileLoginWork": "¿Cómo funcionan el archivo de claves y la frase de recuperación de inicio de sesión?", | ||
|
@@ -1184,6 +1216,18 @@ | |
"@movingItemsEmphasized": { | ||
"description": "Moving Items dialog title" | ||
}, | ||
"multiDownloadCompleteWithSkippedFiles": "Descarga completa con {numSkippedFiles} archivo(s) omitido(s)", | ||
"@multiDownloadCompleteWithSkippedFiles": { | ||
"description": "Title to modal shown when user completes multi-file download and has skipped files. " | ||
}, | ||
"multiDownloadDownloadingFilesProgress": "Descargando archivo(s)... {currentFileNum} de {totalNumFiles}", | ||
"@multiDownloadDownloadingFilesProgress": { | ||
"description": "Title to modal shown when user is downloading multiple file. " | ||
}, | ||
"multiDownloadErrorTryAgain": "Ha habido un error al descargar tu(s) archivo(s). Inténtalo de nuevo.", | ||
"@multiDownloadErrorTryAgain": { | ||
"description": "Error message to show user when an error has occurred downloading a file within a set of multi-file downloads." | ||
}, | ||
"name": "Nombre", | ||
"@name": { | ||
"description": "Name of certain entity" | ||
|
@@ -1298,6 +1342,8 @@ | |
"@orContinueWith": { | ||
"description": "text to continue with ar connect" | ||
}, | ||
"ourChannels": "Nuestros canales:", | ||
"@ourChannels": {}, | ||
"password": "Contraseña", | ||
"@password": { | ||
"description": "Label for the 'password' input" | ||
|
@@ -1336,6 +1382,10 @@ | |
"@personalDrivesEmphasized": { | ||
"description": "Sub-header for the personal drives list. Emphasized with upper case" | ||
}, | ||
"pinFailedToUpload": "No se ha podido cargar el anclaje", | ||
"@pinFailedToUpload": { | ||
"description": "Explains that pin creation has failed" | ||
}, | ||
"pleaseAcceptTheTermsToContinue": "Acepta los términos y condiciones para continuar.", | ||
"@pleaseAcceptTheTermsToContinue": { | ||
"description": "terms and conditions cta" | ||
|
@@ -1412,6 +1462,16 @@ | |
"@publicDrives": { | ||
"description": "Public drives accordion title" | ||
}, | ||
"quoteUpdatesIn": "El presupuesto se actualiza en {timer}", | ||
"@quoteUpdatesIn": { | ||
"description": "Indicates the time left for the next update of the quote", | ||
"placeholders": { | ||
"timer": { | ||
"type": "String", | ||
"example": "10:00" | ||
} | ||
} | ||
}, | ||
"recreateFolderEmphasized": "RECREAR CARPETA", | ||
"@recreateFolderEmphasized": { | ||
"description": "Recreate a folder that failed to be minted" | ||
|
@@ -1496,6 +1556,8 @@ | |
"@selectWalletEmphasized": { | ||
"description": "Users can log in with a crypto wallet, so this prompts them to choose one for their login. Emphasized with upper case" | ||
}, | ||
"share": "Compartir", | ||
"@share": {}, | ||
"sharedDrives": "Discos compartidos", | ||
"@sharedDrives": { | ||
"description": "Sub-header for the shared drives list" | ||
|
@@ -1528,6 +1590,20 @@ | |
"@shareFileWithOthers": { | ||
"description": "To share a file link" | ||
}, | ||
"shareLogsDescription": "Puedes compartir tus registros con el equipo de ArDrive para ayudarnos a mejorar la aplicación. Puedes descargar los registros en tu dispositivo y compartirlos con nosotros por correo electrónico, Discord o añadirlos a un tique de asistencia.", | ||
"@shareLogsDescription": {}, | ||
"shareLogsEmailBody": "Se adjuntan los registros de usuario de ArDrive.", | ||
"@shareLogsEmailBody": {}, | ||
"shareLogsEmailSubject": "Registros de ArDrive", | ||
"@shareLogsEmailSubject": {}, | ||
"shareLogsNativeShareSubject": "Registros de ArDrive", | ||
"@shareLogsNativeShareSubject": {}, | ||
"shareLogsNativeShareText": "Se adjuntan los registros de usuario de ArDrive.", | ||
"@shareLogsNativeShareText": {}, | ||
Comment on lines
+1597
to
+1602
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We're now asking for translations to the same duplicate wordings. |
||
"shareLogsText": "Compartir registros", | ||
"@shareLogsText": {}, | ||
"shareLogsWithEmailText": "Enviar correo electrónico", | ||
"@shareLogsWithEmailText": {}, | ||
"sharePendingFile": "El archivo que intentas compartir sigue pendiente y no puede ser compartido en este momento.", | ||
"@sharePendingFile": { | ||
"description": "Pending file share dialog text" | ||
|
@@ -1692,6 +1768,20 @@ | |
"@turboAddCreditsBlurb": { | ||
"description": "text placeholder for turbo balance when no user" | ||
}, | ||
"turboCustomAmount": "Importe personalizado (mín. {min} - máx. {max})", | ||
"@turboCustomAmount": { | ||
"description": "Describes the range of credits the user can choose", | ||
"placeholders": { | ||
"max": { | ||
"type": "String", | ||
"example": "$10,000" | ||
}, | ||
"min": { | ||
"type": "String", | ||
"example": "$5" | ||
} | ||
} | ||
}, | ||
"turboErrorMessageEstimationInformationFailed": "Error al cargar la información. Inténtalo de nuevo.", | ||
"@turboErrorMessageEstimationInformationFailed": {}, | ||
"turboErrorMessageFetchPaymentIntentFailed": "El procesador de pagos no está disponible. Inténtalo de nuevo más tarde.", | ||
|
@@ -1704,6 +1794,20 @@ | |
"@turboErrorMessageSessionExpired": {}, | ||
"turboErrorMessageUnknown": "No se ha podido realizar el pago. Comprueba la información de su tarjeta e inténtalo de nuevo.", | ||
"@turboErrorMessageUnknown": {}, | ||
"turboPleaseEnterAmountBetween": "Introduce un importe entre {min} y {max}", | ||
"@turboPleaseEnterAmountBetween": { | ||
"description": "Error message for when the given amount is not in range", | ||
"placeholders": { | ||
"max": { | ||
"type": "String", | ||
"example": "$10,000" | ||
}, | ||
"min": { | ||
"type": "String", | ||
"example": "$5" | ||
} | ||
} | ||
}, | ||
"unableToFetchEstimateAtThisTime": "No se puede obtener la estimación en este momento.", | ||
"@unableToFetchEstimateAtThisTime": {}, | ||
"unableToUpdateQuote": "No se ha podido actualizar el presupuesto. Inténtalo de nuevo.", | ||
|
@@ -1958,4 +2062,4 @@ | |
"@zippingYourFiles": { | ||
"description": "Download failure message when a file is too big" | ||
} | ||
} | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops! This is missing the definition for the placeholder:
multiDownloadCompleteWithSkippedFiles
. Did we test this?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tested production. It's working so I'll leave this as a tech-debt. The only deal is with the code which is expecting any value instead of a concrete number formatted as an integer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PE-4622