diff --git a/public/locales/da/layout/modals/add-app.json b/public/locales/da/layout/modals/add-app.json index 3482ed339..3b2e7f4f8 100644 --- a/public/locales/da/layout/modals/add-app.json +++ b/public/locales/da/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Åbn i nyt faneblad", "description": "Åbn appen i en ny fane i stedet for den aktuelle fane." }, + "tooltipDescription": { + "label": "Applikationsbeskrivelse", + "description": "Den tekst, du indtaster, vises, når du holder musen over din app.\nBrug den til at give brugerne flere detaljer om din app, eller lad den stå tom, hvis du ikke vil have noget." + }, "customProtocolWarning": "Brug af en ikke-standardiseret protokol. Dette kan kræve forudinstallerede programmer og kan medføre sikkerhedsrisici. Sørg for, at din adresse er sikker og pålidelig." }, "network": { @@ -49,6 +53,25 @@ "title": "Indlæser eksterne ikoner", "text": "Dette kan tage nogle sekunder" } + }, + "appNameStatus": { + "label": "App Navn Status", + "description": "Vælg, hvor du vil have titlen vist, hvis den overhovedet skal vises.", + "dropdown": { + "normal": "Vis kun titel på flise", + "hover": "Vis kun titel på tooltip hover", + "hidden": "Vis slet ikke" + } + }, + "positionAppName": { + "label": "App Navn Position", + "description": "Placering af appens navn i forhold til ikonet.", + "dropdown": { + "top": "Top", + "right": "Højre", + "bottom": "Bund", + "left": "Venstre" + } } }, "integration": { diff --git a/public/locales/de/layout/modals/add-app.json b/public/locales/de/layout/modals/add-app.json index 06a5c16c2..c86fb076c 100644 --- a/public/locales/de/layout/modals/add-app.json +++ b/public/locales/de/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "In neuem Tab öffnen", "description": "Öffnen Sie die App in einer neuen Registerkarte, anstatt in der aktuellen Registerkarte." }, + "tooltipDescription": { + "label": "Beschreibung der Anwendung", + "description": "Dieser von Ihnen eingegebene Text wird angezeigt, wenn Sie den Mauszeiger über Ihre App bewegen.\nVerwenden Sie diesen Text, um den Nutzern mehr Informationen über Ihre App zu geben, oder lassen Sie ihn leer, um nichts anzuzeigen." + }, "customProtocolWarning": "Verwendung eines nicht standardmäßigen Protokolls. Dies kann vorinstallierte Anwendungen erfordern und Sicherheitsrisiken einbringen. Stellen Sie sicher, dass Ihre Adresse sicher und vertrauenswürdig ist." }, "network": { @@ -49,6 +53,25 @@ "title": "Lade externe Icons", "text": "Dies kann einige Sekunden dauern…" } + }, + "appNameStatus": { + "label": "App-Namensstatus", + "description": "Wählen Sie, wo der Titel angezeigt werden soll, wenn überhaupt.", + "dropdown": { + "normal": "Titel nur auf Kachel anzeigen", + "hover": "Titel nur bei Halten des Mauszeigers über den Tooltip anzeigen", + "hidden": "Nicht anzeigen" + } + }, + "positionAppName": { + "label": "Position des App-Namen", + "description": "Position des App-Namens in Relation zum Symbol.", + "dropdown": { + "top": "Oben", + "right": "Rechts", + "bottom": "Unten", + "left": "Links" + } } }, "integration": { diff --git a/public/locales/el/common.json b/public/locales/el/common.json index 0bbe563b2..c0eaa2b53 100644 --- a/public/locales/el/common.json +++ b/public/locales/el/common.json @@ -36,5 +36,5 @@ "medium": "μεσαίο", "large": "μεγάλο" }, - "seeMore": "" + "seeMore": "Δείτε περισσότερα..." } \ No newline at end of file diff --git a/public/locales/el/layout/modals/add-app.json b/public/locales/el/layout/modals/add-app.json index c9ecd6d47..8dbf73399 100644 --- a/public/locales/el/layout/modals/add-app.json +++ b/public/locales/el/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Άνοιγμα σε νέα καρτέλα", "description": "Ανοίξτε την εφαρμογή σε νέα καρτέλα αντί της τρέχουσας." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "Χρήση μη τυποποιημένου πρωτοκόλλου. Αυτό μπορεί να απαιτεί προεγκατεστημένες εφαρμογές και να εισάγει κινδύνους ασφαλείας. Βεβαιωθείτε ότι η διεύθυνσή σας είναι ασφαλής και αξιόπιστη." }, "network": { @@ -49,6 +53,25 @@ "title": "Φόρτωση εξωτερικών εικονιδίων", "text": "Αυτό μπορεί να διαρκέσει μερικά δευτερόλεπτα" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/el/modules/bookmark.json b/public/locales/el/modules/bookmark.json index 13ebd4a7f..421567f9e 100644 --- a/public/locales/el/modules/bookmark.json +++ b/public/locales/el/modules/bookmark.json @@ -6,7 +6,7 @@ "title": "Ρυθμίσεις σελιδοδεικτών", "name": { "label": "Τίτλος Widget", - "info": "" + "info": "Αφήστε το κενό για να παραμείνει ο τίτλος κρυμμένος." }, "items": { "label": "Στοιχεία" diff --git a/public/locales/es/layout/modals/add-app.json b/public/locales/es/layout/modals/add-app.json index 8c1f40dfe..44d6d47a4 100644 --- a/public/locales/es/layout/modals/add-app.json +++ b/public/locales/es/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Abrir en una pestaña nueva", "description": "Abre la aplicación en una nueva pestaña en lugar de la actual." }, + "tooltipDescription": { + "label": "Descripción de la Aplicación", + "description": "El texto que hayas introducido, aparecerá cuando pases el ratón por encima de tu app.\nÚsalo para dar más detalles a los usuarios sobre tu app, o déjalo vacío para no tener nada." + }, "customProtocolWarning": "Usando un protocolo no estándar. Esto puede requerir aplicaciones preinstaladas y puede presentar riesgos de seguridad. Asegúrese de que su dirección sea segura y confiable." }, "network": { @@ -49,6 +53,25 @@ "title": "Cargando iconos externos", "text": "Esto puede tardar unos pocos segundos" } + }, + "appNameStatus": { + "label": "", + "description": "Elije dónde deseas que aparezca el título, si es que lo hace.", + "dropdown": { + "normal": "Mostrar título solo en la tarjeta", + "hover": "Mostrar título solo al pasar el cursos por la información sobre herramientas", + "hidden": "No mostrar en absoluto" + } + }, + "positionAppName": { + "label": "", + "description": "Posición del nombre de la app en relación con el icono.", + "dropdown": { + "top": "Superior", + "right": "Derecha", + "bottom": "Inferior", + "left": "Izquierda" + } } }, "integration": { diff --git a/public/locales/fr/layout/modals/add-app.json b/public/locales/fr/layout/modals/add-app.json index d8815da37..13ce1dca8 100644 --- a/public/locales/fr/layout/modals/add-app.json +++ b/public/locales/fr/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Ouvrir dans un nouvel onglet", "description": "Ouvrez l'application dans un nouvel onglet au lieu de l'onglet actuel." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "Utilisation d'un protocole non standard. Ceci peut nécessiter des applications préinstallées et peut introduire des failles de sécurité. Assurez-vous que votre adresse est sécurisée et de confiance." }, "network": { @@ -49,6 +53,25 @@ "title": "Chargement d'icônes externes", "text": "Cela peut prendre quelques secondes" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/he/layout/modals/add-app.json b/public/locales/he/layout/modals/add-app.json index 2079eff8c..24573044e 100644 --- a/public/locales/he/layout/modals/add-app.json +++ b/public/locales/he/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "פתיחה בכרטיסיה חדשה", "description": "פתח את האפליקציה בלשונית חדשה במקום הנוכחית." }, + "tooltipDescription": { + "label": "תיאור האפליקציה", + "description": "הטקסט שתזין יופיע כאשר תרחף מעל האפליקציה שלך.\nהשתמש בזה כדי לתת למשתמשים פרטים נוספים על האפליקציה שלך או השאר ריק על מנת לא להציג כלום." + }, "customProtocolWarning": "שימוש בפרוטוקול לא סטנדרטי. פעולה זו עשויה לדרוש יישומים מותקנים מראש ויכולה להציג סיכוני אבטחה. ודא שהכתובת שלך מאובטחת ומהימנה." }, "network": { @@ -49,6 +53,25 @@ "title": "טוען אייקונים חיצוניים", "text": "פעולה זו עשויה להימשך מספר שניות" } + }, + "appNameStatus": { + "label": "סטטוס שם האפליקציה", + "description": "בחר היכן תרצה שהכותרת תופיע, אם בכלל.", + "dropdown": { + "normal": "הצג כותרת על אריח בלבד", + "hover": "הצג כותרת ריחוף בלבד", + "hidden": "אל תציג בכלל" + } + }, + "positionAppName": { + "label": "מיקום שם האפליקציה", + "description": "מיקום שם האפליקציה ביחס לסמל.", + "dropdown": { + "top": "עליון", + "right": "ימין", + "bottom": "תחתון", + "left": "שמאל" + } } }, "integration": { diff --git a/public/locales/hr/layout/modals/add-app.json b/public/locales/hr/layout/modals/add-app.json index 7ecc075f1..7bdce4cae 100644 --- a/public/locales/hr/layout/modals/add-app.json +++ b/public/locales/hr/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Otvori u novoj kartici", "description": "Otvori aplikaciju u novoj kartici umjesto u trenutnoj." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "" }, "network": { @@ -49,6 +53,25 @@ "title": "Učitavanje vanjskih ikona", "text": "Ovo može potrajati nekoliko sekundi" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/it/layout/modals/add-app.json b/public/locales/it/layout/modals/add-app.json index 4cb6481a9..03be1b2ae 100644 --- a/public/locales/it/layout/modals/add-app.json +++ b/public/locales/it/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Apri in una nuova scheda", "description": "Apri l'app in una nuova scheda invece di quella attuale." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "Si sta utilizzando un protocollo non standard. Questo potrebbe richiedere applicazioni preinstallate e introdurre rischi per la sicurezza. Assicurarsi che il vostro indirizzo sia sicuro e affidabile." }, "network": { @@ -49,6 +53,25 @@ "title": "Caricamento icone esterne", "text": "Questa operazione potrebbe richiedere alcuni secondi" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/ja/layout/modals/add-app.json b/public/locales/ja/layout/modals/add-app.json index f62330aea..cd7de1db8 100644 --- a/public/locales/ja/layout/modals/add-app.json +++ b/public/locales/ja/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "新しいタブで開く", "description": "アプリを現在のタブではなく、新しいタブで開く。" }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "" }, "network": { @@ -49,6 +53,25 @@ "title": "", "text": "" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/ko/layout/modals/add-app.json b/public/locales/ko/layout/modals/add-app.json index 0a0e639ed..ee215cf76 100644 --- a/public/locales/ko/layout/modals/add-app.json +++ b/public/locales/ko/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "", "description": "" }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "" }, "network": { @@ -49,6 +53,25 @@ "title": "", "text": "" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/lol/layout/modals/add-app.json b/public/locales/lol/layout/modals/add-app.json index 91406c68e..868f4f1f1 100644 --- a/public/locales/lol/layout/modals/add-app.json +++ b/public/locales/lol/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Open in new tab", "description": "Open Teh App In New Tab Instead Ov Teh Current Wan." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "" }, "network": { @@ -49,6 +53,25 @@ "title": "", "text": "" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/lv/layout/modals/add-app.json b/public/locales/lv/layout/modals/add-app.json index 9eb62179e..ef77d5198 100644 --- a/public/locales/lv/layout/modals/add-app.json +++ b/public/locales/lv/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Atvērt jaunā cilnē", "description": "Atveriet lietotni jaunā cilnē, nevis pašreizējā cilnē." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "Tiek izmantots nestandarta protokols. Tam var būt nepieciešamas iepriekš instalētas lietojumprogrammas, un tas var radīt drošības riskus. Pārliecinieties, ka jūsu adrese ir droša un uzticama." }, "network": { @@ -49,6 +53,25 @@ "title": "Notiek ārējo ikonu ielādēšana", "text": "Tas var aizņemt dažas sekundes" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/nl/layout/modals/add-app.json b/public/locales/nl/layout/modals/add-app.json index 1769e8bd2..1cd3e6e13 100644 --- a/public/locales/nl/layout/modals/add-app.json +++ b/public/locales/nl/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Open in nieuw tabblad", "description": "Open de app in een nieuw tabblad in plaats van de huidige." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "" }, "network": { @@ -49,6 +53,25 @@ "title": "Externe pictogrammen laden", "text": "Dit kan enkele seconden duren" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/no/layout/modals/add-app.json b/public/locales/no/layout/modals/add-app.json index de0aa938a..ba1bdff1c 100644 --- a/public/locales/no/layout/modals/add-app.json +++ b/public/locales/no/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Åpne i ny fane", "description": "Åpne appen i en ny fane i stedet for denne." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "" }, "network": { @@ -49,6 +53,25 @@ "title": "Laster eksterne ikoner", "text": "Dette kan ta noen sekunder" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/pl/layout/modals/add-app.json b/public/locales/pl/layout/modals/add-app.json index d9d9023a8..175e19150 100644 --- a/public/locales/pl/layout/modals/add-app.json +++ b/public/locales/pl/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Otwórz w nowej karcie", "description": "Otwórz aplikację w nowej karcie zamiast w bieżącej." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "" }, "network": { @@ -49,6 +53,25 @@ "title": "Ładowanie zewnętrznych ikon", "text": "To może zająć kilka sekund" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/pt/layout/modals/add-app.json b/public/locales/pt/layout/modals/add-app.json index 22a6ed251..dca8c2d35 100644 --- a/public/locales/pt/layout/modals/add-app.json +++ b/public/locales/pt/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Abrir em novo separador", "description": "Abrir a aplicação num novo separador em vez do actual." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "" }, "network": { @@ -49,6 +53,25 @@ "title": "Carregando ícones externos", "text": "Isto pode levar alguns segundos" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/ru/layout/modals/add-app.json b/public/locales/ru/layout/modals/add-app.json index a383b69a2..eba77d72c 100644 --- a/public/locales/ru/layout/modals/add-app.json +++ b/public/locales/ru/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Открыть в новой вкладке", "description": "Открывать приложение в новой вкладке вместо текущей." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "Использование нестандартного протокола. Для этого могут потребоваться предустановленные приложения, что может создать угрозу безопасности. Убедитесь, что ваш адрес безопасен и заслуживает доверия." }, "network": { @@ -49,6 +53,25 @@ "title": "Загрузка внешних иконок", "text": "Это может занять несколько секунд" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/sk/common.json b/public/locales/sk/common.json index 13bbe7e77..ab1fac303 100644 --- a/public/locales/sk/common.json +++ b/public/locales/sk/common.json @@ -36,5 +36,5 @@ "medium": "stredný", "large": "veľký" }, - "seeMore": "" + "seeMore": "Viac informácií..." } \ No newline at end of file diff --git a/public/locales/sk/layout/modals/add-app.json b/public/locales/sk/layout/modals/add-app.json index ced71b723..2020405eb 100644 --- a/public/locales/sk/layout/modals/add-app.json +++ b/public/locales/sk/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Otvoriť na novej karte", "description": "Otvorenie aplikácie na novej karte namiesto aktuálnej." }, + "tooltipDescription": { + "label": "Popis aplikácie", + "description": "Text, ktorý zadáte, sa zobrazí po nabehnutí na aplikáciu.\nPomocou neho môžete používateľom poskytnúť viac informácií o vašej aplikácii alebo ho môžete nechať prázdny, ak nechcete mať nič." + }, "customProtocolWarning": "Používanie neštandardného protokolu. Môže to vyžadovať predinštalované aplikácie a môže to predstavovať bezpečnostné riziká. Uistite sa, že vaša adresa je bezpečná a dôveryhodná." }, "network": { @@ -49,6 +53,25 @@ "title": "Načítanie externých ikon", "text": "Môže to trvať niekoľko sekúnd" } + }, + "appNameStatus": { + "label": "Názov aplikácie Stav", + "description": "Vyberte, kde sa má názov zobrazovať, ak vôbec.", + "dropdown": { + "normal": "Zobrazenie názvu iba na dlaždici", + "hover": "Zobrazenie názvu len pri zobrazení nápovedy po nabehnutí na nástroj", + "hidden": "Viac nezobrazovať" + } + }, + "positionAppName": { + "label": "Názov aplikácie Pozícia", + "description": "Poloha názvu aplikácie vzhľadom na ikonu.", + "dropdown": { + "top": "Hore", + "right": "Vpravo", + "bottom": "Dole", + "left": "Vľavo" + } } }, "integration": { diff --git a/public/locales/sk/modules/bookmark.json b/public/locales/sk/modules/bookmark.json index 881df8b77..b9659d730 100644 --- a/public/locales/sk/modules/bookmark.json +++ b/public/locales/sk/modules/bookmark.json @@ -6,7 +6,7 @@ "title": "Nastavenia záložiek", "name": { "label": "Názov Widgetu", - "info": "" + "info": "Nechajte prázdne, aby názov zostal skrytý." }, "items": { "label": "Položky" diff --git a/public/locales/sl/layout/modals/add-app.json b/public/locales/sl/layout/modals/add-app.json index 442b455a1..bd8e1223b 100644 --- a/public/locales/sl/layout/modals/add-app.json +++ b/public/locales/sl/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Odprite v novem zavihku", "description": "Odprite aplikacijo v novem zavihku namesto v trenutnem zavihku." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "" }, "network": { @@ -49,6 +53,25 @@ "title": "Nalaganje zunanjih ikon", "text": "To lahko traja nekaj sekund" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/sv/layout/modals/add-app.json b/public/locales/sv/layout/modals/add-app.json index 44efc33f2..7440d84fa 100644 --- a/public/locales/sv/layout/modals/add-app.json +++ b/public/locales/sv/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Öppna i ny flik", "description": "Öppna appen i en ny flik istället för den nuvarande." }, + "tooltipDescription": { + "label": "Applikationsbeskrivning", + "description": "Den text du anger kommer att visas när du håller muspekaren över din app.\nAnvänd detta för att ge användarna mer information om din app eller lämna tomt för att inte ha något." + }, "customProtocolWarning": "Använda ett protokoll som inte är standard. Detta kan kräva förinstallerade applikationer och kan medföra säkerhetsrisker. Se till att din adress är säker och betrodd." }, "network": { @@ -49,6 +53,25 @@ "title": "Laddar externa ikoner", "text": "Detta kan ta några sekunder" } + }, + "appNameStatus": { + "label": "Status för appens namn", + "description": "Välj var du vill att titeln ska visas, om överhuvudtaget.", + "dropdown": { + "normal": "Visa endast rubrik på ruta", + "hover": "Visa rubrik endast vid hovring av verktygstips", + "hidden": "Visa inte överhuvudtaget" + } + }, + "positionAppName": { + "label": "Appens namnposition", + "description": "Position för appens namn i förhållande till ikonen.", + "dropdown": { + "top": "Topp", + "right": "Höger", + "bottom": "Botten", + "left": "Vänster" + } } }, "integration": { diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json index 180ef47f9..450896547 100644 --- a/public/locales/tr/common.json +++ b/public/locales/tr/common.json @@ -36,5 +36,5 @@ "medium": "orta", "large": "Büyük" }, - "seeMore": "" + "seeMore": "Daha fazla..." } \ No newline at end of file diff --git a/public/locales/tr/layout/modals/add-app.json b/public/locales/tr/layout/modals/add-app.json index 770337790..47acb944c 100644 --- a/public/locales/tr/layout/modals/add-app.json +++ b/public/locales/tr/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Yeni sekmede aç", "description": "Uygulamayı mevcut sekme yerine yeni bir sekmede açın." }, + "tooltipDescription": { + "label": "Uygulama Tanımı", + "description": "Girdiğiniz metin, uygulamanızın üzerine gelindiğinde görünecektir.\nKullanıcılara uygulamanız hakkında daha fazla ayrıntı vermek için bunu kullanın veya açılır pencereyi kullanmamak için boş bırakın." + }, "customProtocolWarning": "Standart olmayan protokol kullanmak. Bu, önceden yüklenmiş uygulamalar gerektirebilir ve güvenlik riskleri doğurabilir. Adresinizin güvenli ve güvenilir olduğundan emin olun." }, "network": { @@ -49,6 +53,25 @@ "title": "Harici simgeler yükleniyor", "text": "Bu bir kaç saniye alabilir" } + }, + "appNameStatus": { + "label": "Uygulama Adı Durumu", + "description": "Eğer varsa, başlığın nerede görünmesini istediğinizi seçin.", + "dropdown": { + "normal": "Başlığı yalnızca döşemede göster", + "hover": "Başlığı yalnızca araç ipucunun üzerine gelindiğinde göster", + "hidden": "Hiç gösterme" + } + }, + "positionAppName": { + "label": "Uygulama Adı Pozisyonu", + "description": "Uygulama isminin simgeye göre konumu.", + "dropdown": { + "top": "Üst", + "right": "Sağ", + "bottom": "Alt", + "left": "Sol" + } } }, "integration": { diff --git a/public/locales/tr/modules/bookmark.json b/public/locales/tr/modules/bookmark.json index 957cb1b67..cec2ae9fb 100644 --- a/public/locales/tr/modules/bookmark.json +++ b/public/locales/tr/modules/bookmark.json @@ -6,7 +6,7 @@ "title": "Yer İşareti ayarları", "name": { "label": "Widget başlığı", - "info": "" + "info": "Başlığı gizlemek için boş bırakın." }, "items": { "label": "Ögeler" diff --git a/public/locales/uk/layout/modals/add-app.json b/public/locales/uk/layout/modals/add-app.json index 79e09b095..0735d84f4 100644 --- a/public/locales/uk/layout/modals/add-app.json +++ b/public/locales/uk/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Відкрити в новій вкладці", "description": "Відкрийте додаток у новій вкладці замість поточної." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "" }, "network": { @@ -49,6 +53,25 @@ "title": "Завантаження зовнішніх іконок", "text": "Це може зайняти кілька секунд" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/vi/layout/modals/add-app.json b/public/locales/vi/layout/modals/add-app.json index db0ee757e..53aea5008 100644 --- a/public/locales/vi/layout/modals/add-app.json +++ b/public/locales/vi/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "Mở trong tab mới", "description": "Mở ứng dụng trong tab mới thay vì tab hiện tại." }, + "tooltipDescription": { + "label": "", + "description": "" + }, "customProtocolWarning": "" }, "network": { @@ -49,6 +53,25 @@ "title": "Đang tải biểu tượng ngoài", "text": "Có thể mất vài giây" } + }, + "appNameStatus": { + "label": "", + "description": "", + "dropdown": { + "normal": "", + "hover": "", + "hidden": "" + } + }, + "positionAppName": { + "label": "", + "description": "", + "dropdown": { + "top": "", + "right": "", + "bottom": "", + "left": "" + } } }, "integration": { diff --git a/public/locales/zh/layout/modals/add-app.json b/public/locales/zh/layout/modals/add-app.json index 99281adba..eb916e89b 100644 --- a/public/locales/zh/layout/modals/add-app.json +++ b/public/locales/zh/layout/modals/add-app.json @@ -25,6 +25,10 @@ "label": "在新标签页中打开", "description": "在新标签页中打开应用,而不是当前标签页。" }, + "tooltipDescription": { + "label": "应用描述", + "description": "输入的文本将在鼠标悬停其上时显示。\n它可用来向用户提供有关应用的详情,留空以隐藏。" + }, "customProtocolWarning": "使用非标准协议。这可能需要预先安装应用程序,并可能引入安全风险。确保你的地址安全可靠。" }, "network": { @@ -49,6 +53,25 @@ "title": "正在加载外部图标", "text": "这可能需要几秒钟" } + }, + "appNameStatus": { + "label": "应用名称状态", + "description": "选择您希望标题显示的位置(如果有的话)。", + "dropdown": { + "normal": "仅在磁贴上显示标题", + "hover": "仅在提示框上悬停时显示标题", + "hidden": "不显示" + } + }, + "positionAppName": { + "label": "应用名称位置", + "description": "应用名称相对于图标的位置。", + "dropdown": { + "top": "上方", + "right": "右侧", + "bottom": "下侧", + "left": "左侧" + } } }, "integration": {