Skip to content

Commit

Permalink
Sync localization strings with Weblate
Browse files Browse the repository at this point in the history
Triggered by e15c42a on branch refs/heads/weblate-localization
  • Loading branch information
Google Translate authored and weblate committed Nov 3, 2023
1 parent 5ceb6bd commit 48c1f00
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
22 changes: 11 additions & 11 deletions specifyweb/frontend/js_src/lib/localization/preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ export const preferencesText = createDictionary({
},
matchThemeColor: {
'en-us': 'Match theme color',
'de-ch': '',
'es-es': '',
'fr-fr': '',
'ru-ru': '',
'uk-ua': '',
'de-ch': 'Passen Sie die Themenfarbe an',
'es-es': 'Combinar el color del tema',
'fr-fr': 'Faire correspondre la couleur du thème',
'ru-ru': 'Подобрать цвет темы',
'uk-ua': 'Підберіть колір теми',
},
reduceMotion: {
'en-us': 'Reduce motion',
Expand Down Expand Up @@ -863,11 +863,11 @@ export const preferencesText = createDictionary({
},
lightSideBarBackground: {
'en-us': 'Light sidebar background in light mode',
'de-ch': '',
'es-es': '',
'fr-fr': '',
'ru-ru': '',
'uk-ua': '',
'de-ch': 'Heller Seitenleistenhintergrund im Hellmodus',
'es-es': 'Fondo de barra lateral claro en modo claro',
'fr-fr': 'Arrière-plan clair de la barre latérale en mode clair',
'ru-ru': 'Светлый фон боковой панели в светлом режиме',
'uk-ua': 'Світлий фон бічної панелі в світлому режимі',
},
darkForeground: {
'en-us': 'Foreground (dark theme)',
Expand Down Expand Up @@ -1431,7 +1431,7 @@ export const preferencesText = createDictionary({
tableIcon: {
'en-us': 'Table icon',
'ru-ru': 'Иконка таблицы',
'es-es': 'Icono de tabla',
'es-es': 'Icono de mesa',
'fr-fr': 'Icône du tableau',
'uk-ua': 'Значок таблиці',
'de-ch': 'Tabellensymbol',
Expand Down
5 changes: 2 additions & 3 deletions specifyweb/frontend/js_src/lib/localization/workbench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,7 @@ export const wbText = createDictionary({
'uk-ua':
'Помилка завантаження через одну або кілька помилок значення клітинки.',
'de-ch': `
Der Upload ist aufgrund eines oder mehrerer Zellenwertfehler
fehlgeschlagen.
Der Upload ist aufgrund eines oder mehrerer Zellwertfehler fehlgeschlagen.
`,
},
uploadErrorsSecondDescription: {
Expand Down Expand Up @@ -1294,7 +1293,7 @@ export const wbText = createDictionary({
'ru-ru': 'Количество столбцов',
'es-es': 'Número de columnas:',
'fr-fr': 'Le nombre de colonnes',
'uk-ua': 'Кількість колон',
'uk-ua': 'Кількість стовпців',
'de-ch': 'Anzahl der Spalten',
},
importedFileName: {
Expand Down

0 comments on commit 48c1f00

Please sign in to comment.