Skip to content

Commit

Permalink
Sync localization strings with Weblate
Browse files Browse the repository at this point in the history
Triggered by 3db8089 on branch refs/heads/weblate-localization
  • Loading branch information
gallegonovato authored and weblate committed Jan 14, 2024
1 parent 1e9be50 commit bc3e1c3
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions specifyweb/frontend/js_src/lib/localization/attachments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ export const attachmentsText = createDictionary({
pleaseReselectAllFiles: {
'en-us': 'Please reselect all files before uploading.',
'de-ch': 'Bitte wählen Sie alle Dateien vor dem Hochladen erneut aus.',
'es-es': 'Vuelva a seleccionar todos los archivos antes de cargarlos.',
'es-es':
'Por favor, vuelva a seleccionar todos los archivos antes de cargarlos.',
'fr-fr':
'Veuillez resélectionner tous les fichiers avant de les télécharger.',
'ru-ru': 'Пожалуйста, повторно выберите все файлы перед загрузкой.',
Expand All @@ -153,23 +154,23 @@ export const attachmentsText = createDictionary({
alreadyUploaded: {
'en-us': 'Already Uploaded',
'de-ch': 'Bereits hochgeladen',
'es-es': 'Ya subido',
'es-es': 'Ya se ha cargado',
'fr-fr': 'Déjà téléchargé',
'ru-ru': 'Уже загружено',
'uk-ua': 'Вже завантажено',
},
skipped: {
'en-us': 'Skipped',
'de-ch': 'Übersprungen',
'es-es': 'Saltado',
'es-es': 'Omitido',
'fr-fr': 'Sauté',
'ru-ru': 'Пропущено',
'uk-ua': 'Пропущено',
},
cancelled: {
'en-us': 'Cancelled',
'de-ch': 'Abgesagt',
'es-es': 'Cancelado',
'es-es': 'Anulado',
'fr-fr': 'Annulé',
'ru-ru': 'Отменено',
'uk-ua': 'Скасовано',
Expand All @@ -179,7 +180,7 @@ export const attachmentsText = createDictionary({
'de-ch':
'{action:string} war in Bearbeitung, als die Unterbrechung auftrat',
'es-es':
'{action:string} estaba en progreso cuando ocurrió la interrupción',
'{action:string} estaba en curso cuando se produjo la interrupción',
'fr-fr':
"{action :string} était en cours lorsque l'interruption s'est produite",
'ru-ru': '{action:string} выполнялся, когда произошло прерывание',
Expand All @@ -188,7 +189,7 @@ export const attachmentsText = createDictionary({
matchError: {
'en-us': 'Match Error',
'de-ch': 'Übereinstimmungsfehler',
'es-es': 'Sin coincidencia',
'es-es': 'Error de coincidencia',
'fr-fr': 'Erreur de correspondance',
'ru-ru': 'Ошибка совпадения',
'uk-ua': 'Помилка збігу',
Expand All @@ -197,25 +198,23 @@ export const attachmentsText = createDictionary({
'en-us': 'Error reading file',
'de-ch':
'Wählen Sie Dateien aus oder ziehen Sie sie hierher, um zu beginnen.',
'es-es': 'Elija archivos o arrástrelos aquí para comenzar.',
'es-es': 'Error al leer el archivo',
'fr-fr': 'Erreur de lecture du fichier',
'ru-ru': 'Ошибка чтения файла',
'uk-ua': 'Виберіть файли або перетягніть їх сюди, щоб почати.',
},
unhandledFatalResourceError: {
'en-us': 'Unhandled fatal resource error:',
'de-ch': 'Unbehandelter schwerwiegender Ressourcenfehler:',
'es-es': 'Error fatal de recursos no controlados:',
'es-es': 'Error de recurso fatal no controlado:',
'fr-fr': 'Erreur de ressource fatale non gérée :',
'ru-ru': 'Необработанная фатальная ошибка ресурса:',
'uk-ua': 'Необроблена критична помилка ресурсу:',
},
attachmentImportDatasetsCount: {
'en-us': 'Attachment Import Data Sets ({count:number})',
'de-ch': 'Anhang-Importdatensätze ({count:number})',
'es-es': `
Conjuntos de datos de importación de archivos adjuntos ({count:number})
`,
'es-es': 'Adjuntar el conjuntos de datos de importación ({count:number})',
'fr-fr':
"Ensembles de données d'importation de pièces jointes ({count :number})",
'ru-ru': 'Наборы данных импорта вложений ({count:number})',
Expand All @@ -224,7 +223,7 @@ export const attachmentsText = createDictionary({
newAttachmentDataset: {
'en-us': 'New Attachment Data Set {date: string}',
'de-ch': 'Neuer Anhangsdatensatz {date: string}',
'es-es': 'Nuevo conjunto de datos adjuntos {fecha: cadena}',
'es-es': 'Nuevo conjunto de datos adjuntos {date: string}',
'fr-fr': 'Nouvel ensemble de données de pièces jointes {date : chaîne}',
'ru-ru': 'Новый набор данных вложения {дата: строка}',
'uk-ua': 'Новий набір даних вкладення {date: string}',
Expand All @@ -240,7 +239,7 @@ export const attachmentsText = createDictionary({
uploadInterrupted: {
'en-us': 'Upload Interrupted',
'de-ch': 'Upload unterbrochen',
'es-es': 'Elija archivos o arrástrelos aquí para comenzar.',
'es-es': 'Carga interrumpida',
'fr-fr': 'Téléchargement interrompu',
'ru-ru': 'Загрузка прервана',
'uk-ua': 'Завантаження перервано',
Expand All @@ -256,7 +255,7 @@ export const attachmentsText = createDictionary({
`,
'es-es': `
La carga estaba en curso cuando se produjo una interrupción. Es posible
que se hayan subido algunos archivos.
que se hayan cargado algunos archivos.
`,
'fr-fr': `
Le téléchargement était en cours lorsqu'une interruption s'est produite.
Expand Down

0 comments on commit bc3e1c3

Please sign in to comment.