fix(i18n): complete missing translations for toolbar tooltips and button texts
Add data-i18n-title to 5 header buttons, data-i18n to 3 settings buttons. Add 10 new keys to STRINGS.de and STRINGS.en including background URL validation error messages.
This commit is contained in:
@@ -202,6 +202,13 @@ const STRINGS = {
|
||||
'header.theme': 'Darstellung',
|
||||
'header.settings': 'Einstellungen',
|
||||
|
||||
// Header Tooltips
|
||||
'header.import_title': 'Bookmarks importieren (HTML)',
|
||||
'header.board_title': 'Neues Board hinzufügen',
|
||||
'header.note_title': 'Schnellnotiz',
|
||||
'header.theme_title': 'Darstellung & Theme',
|
||||
'header.settings_title': 'Einstellungen',
|
||||
|
||||
// Settings-Panel Überschrift
|
||||
'settings.title': 'Einstellungen',
|
||||
|
||||
@@ -255,6 +262,13 @@ const STRINGS = {
|
||||
'settings.bg_upload.desc': 'Lokales Bild als Hintergrund verwenden',
|
||||
'settings.search_engine_toggle': 'Suchmaschine wechseln',
|
||||
|
||||
// Settings Buttons + Validierung
|
||||
'settings.onboarding_btn': 'Start',
|
||||
'settings.reset_btn': 'Reset',
|
||||
'settings.bg_upload_btn': 'Upload',
|
||||
'settings.bg_invalid_url': 'Nur lokale Bilder (Upload) sind als Hintergrund erlaubt.',
|
||||
'settings.bg_invalid_url.title': 'Ungültige URL',
|
||||
|
||||
// Modals
|
||||
'modal.new_board': 'Neues Board',
|
||||
'modal.board_name': 'Board-Name...',
|
||||
@@ -493,6 +507,13 @@ const STRINGS = {
|
||||
'header.theme': 'Theme',
|
||||
'header.settings': 'Settings',
|
||||
|
||||
// Header Tooltips
|
||||
'header.import_title': 'Import bookmarks (HTML)',
|
||||
'header.board_title': 'Add new board',
|
||||
'header.note_title': 'Quick note',
|
||||
'header.theme_title': 'Appearance & Theme',
|
||||
'header.settings_title': 'Settings',
|
||||
|
||||
// Settings panel heading
|
||||
'settings.title': 'Settings',
|
||||
|
||||
@@ -546,6 +567,13 @@ const STRINGS = {
|
||||
'settings.bg_upload.desc': 'Use a local image as background',
|
||||
'settings.search_engine_toggle': 'Switch search engine',
|
||||
|
||||
// Settings Buttons + Validation
|
||||
'settings.onboarding_btn': 'Start',
|
||||
'settings.reset_btn': 'Reset',
|
||||
'settings.bg_upload_btn': 'Upload',
|
||||
'settings.bg_invalid_url': 'Only local images (upload) are allowed as background.',
|
||||
'settings.bg_invalid_url.title': 'Invalid URL',
|
||||
|
||||
// Modals
|
||||
'modal.new_board': 'New Board',
|
||||
'modal.board_name': 'Board name...',
|
||||
|
||||
Reference in New Issue
Block a user