From 0e8f31bddd6c49261d7147130ca64e1519e19bb8 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 04:55:29 +0200
Subject: [PATCH 01/79] New translations accessibility.json (Turkish)
---
public/locales/tr/settings/customization/accessibility.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/tr/settings/customization/accessibility.json b/public/locales/tr/settings/customization/accessibility.json
index 5f782572a..1dae404a9 100644
--- a/public/locales/tr/settings/customization/accessibility.json
+++ b/public/locales/tr/settings/customization/accessibility.json
@@ -4,7 +4,7 @@
"description": "Varsayılan olarak, Homarr'daki ping animasyonu aktiftir. Bu rahatsız edici olabilir. Bu animasyonu devre dışı bırakacaktır"
},
"replaceIconsWithDots": {
- "label": "Ping noktası simge ile değiştirin",
+ "label": "Ping noktalarını ikon ile değiştirin",
"description": "Renk körü (Daltonizm) kullanıcılar için ping noktaları tanınmayabilir. Bu, göstergeleri simgelerle değiştirecektir"
},
"alert": "Bir şey mi kaçırdınız? Homarr'ın erişilebilirliğini memnuniyetle genişleteceğiz"
From 5b546cf4dd79acb40d039de4b383304174492fe1 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 09:39:13 +0200
Subject: [PATCH 02/79] New translations calendar.json (Slovak)
---
public/locales/sk/modules/calendar.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/public/locales/sk/modules/calendar.json b/public/locales/sk/modules/calendar.json
index 85c3ac787..6e331cd97 100644
--- a/public/locales/sk/modules/calendar.json
+++ b/public/locales/sk/modules/calendar.json
@@ -13,9 +13,9 @@
"radarrReleaseType": {
"label": "Typ Radarr releasu",
"data": {
- "inCinemas": "",
- "physicalRelease": "",
- "digitalRelease": ""
+ "inCinemas": "V kinách",
+ "physicalRelease": "Fyzický",
+ "digitalRelease": "Digitálny"
}
},
"hideWeekDays": {
@@ -24,11 +24,11 @@
"fontSize": {
"label": "Veľkosť písma",
"data": {
- "xs": "",
- "sm": "",
- "md": "",
- "lg": "",
- "xl": ""
+ "xs": "Extra malé",
+ "sm": "Malé",
+ "md": "Stredné",
+ "lg": "Veľké",
+ "xl": "Extra veľké"
}
}
}
From 6bb8a932aa6b7d338212f2d5d484c2f18adb2017 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 09:39:14 +0200
Subject: [PATCH 03/79] New translations weather.json (Slovak)
---
public/locales/sk/modules/weather.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/sk/modules/weather.json b/public/locales/sk/modules/weather.json
index dfd349b6c..1e06620f2 100644
--- a/public/locales/sk/modules/weather.json
+++ b/public/locales/sk/modules/weather.json
@@ -33,5 +33,5 @@
"unknown": "Neznámy"
}
},
- "error": ""
+ "error": "Došlo k chybe"
}
From 7c0c5cf5ef417b67c8b474edd0d0341a74f8d92c Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 09:39:15 +0200
Subject: [PATCH 04/79] New translations color-selector.json (Slovak)
---
public/locales/sk/settings/customization/color-selector.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/public/locales/sk/settings/customization/color-selector.json b/public/locales/sk/settings/customization/color-selector.json
index b45164892..ad2ccfe7e 100644
--- a/public/locales/sk/settings/customization/color-selector.json
+++ b/public/locales/sk/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "Farby",
- "suffix": "{{color}} farba"
+ "suffix": "{{color}} farba",
+ "primary": "Primárne",
+ "secondary": "Sekundárne"
}
\ No newline at end of file
From 62f2c226950b9999ed8b4d0858616e4ff16a7cc0 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 09:39:16 +0200
Subject: [PATCH 05/79] New translations search-engine.json (Slovak)
---
public/locales/sk/settings/general/search-engine.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/sk/settings/general/search-engine.json b/public/locales/sk/settings/general/search-engine.json
index daa2c1f4f..6307363fc 100644
--- a/public/locales/sk/settings/general/search-engine.json
+++ b/public/locales/sk/settings/general/search-engine.json
@@ -1,7 +1,7 @@
{
"title": "Vyhľadávač",
"configurationName": "Konfigurácia vyhľadávača",
- "custom": "",
+ "custom": "Vlastné",
"tips": {
"generalTip": "Môžete použiť viacero predpon! Ich pridaním pred dotaz sa výsledky vyfiltrujú. !s (Web), !t (Torrenty), !y (YouTube) a !m (Médiá).",
"placeholderTip": "%s možno použiť ako zástupný symbol pre dotaz."
From a6b8a980fde3c742a904b9bbaaed62bbb76f564e Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 09:39:17 +0200
Subject: [PATCH 06/79] New translations selector.json (Slovak)
---
.../sk/layout/element-selector/selector.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/public/locales/sk/layout/element-selector/selector.json b/public/locales/sk/layout/element-selector/selector.json
index 47aafb99d..387db530e 100644
--- a/public/locales/sk/layout/element-selector/selector.json
+++ b/public/locales/sk/layout/element-selector/selector.json
@@ -8,18 +8,18 @@
"actionIcon": {
"tooltip": "Pridajte dlaždicu"
},
- "apps": "",
+ "apps": "Aplikácie",
"app": {
- "defaultName": ""
+ "defaultName": "Vaša aplikácia"
},
- "widgets": "",
- "categories": "",
+ "widgets": "Miniaplikácie",
+ "categories": "Kategórie",
"category": {
- "newName": "",
- "defaultName": "",
+ "newName": "Názov novej kategórie",
+ "defaultName": "Nová Kategória",
"created": {
- "title": "",
- "message": ""
+ "title": "Kategória vytvorená",
+ "message": "Bola vytvorená kategória \"{{name}}\""
}
}
}
From bc4852f3695a9d94b3429ba7c07de479676bed78 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 09:39:18 +0200
Subject: [PATCH 07/79] New translations toggle-edit-mode.json (Slovak)
---
public/locales/sk/layout/header/actions/toggle-edit-mode.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/sk/layout/header/actions/toggle-edit-mode.json b/public/locales/sk/layout/header/actions/toggle-edit-mode.json
index 4c66ebd20..a0aaded60 100644
--- a/public/locales/sk/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/sk/layout/header/actions/toggle-edit-mode.json
@@ -8,5 +8,5 @@
"title": "Režim úprav je povolený pre veľkosť <1>{{size}}1>",
"text": "Teraz môžete svoje aplikácie upravovať a konfigurovať. Zmeny sa neuložia, kým neukončíte režim úprav"
},
- "unloadEvent": ""
+ "unloadEvent": "Ukončite režim úprav a uložte zmeny"
}
From bb6615f7cfaf192753c0f0d1e4387c4ec65a4033 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:02:51 +0200
Subject: [PATCH 08/79] New translations common.json (Slovak)
---
public/locales/sk/common.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/sk/common.json b/public/locales/sk/common.json
index ab1fac303..439da6114 100644
--- a/public/locales/sk/common.json
+++ b/public/locales/sk/common.json
@@ -10,7 +10,7 @@
"disabled": "Zakázané",
"enableAll": "Povoliť všetko",
"disableAll": "Zakázať všetko",
- "version": "Verzia",
+ "version": "verzia",
"changePosition": "Zmeniť pozíciu",
"remove": "Odstrániť",
"removeConfirm": "Ste si istý ze chcete odstrániť {{item}}?",
From 77c1bcab29a196762a4cfde097e8224810ae0984 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:02:52 +0200
Subject: [PATCH 09/79] New translations add-app.json (Slovak)
---
public/locales/sk/layout/modals/add-app.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/public/locales/sk/layout/modals/add-app.json b/public/locales/sk/layout/modals/add-app.json
index 7feee56bb..b4de7332c 100644
--- a/public/locales/sk/layout/modals/add-app.json
+++ b/public/locales/sk/layout/modals/add-app.json
@@ -55,8 +55,8 @@
}
},
"appNameFontSize": {
- "label": "",
- "description": ""
+ "label": "Názov aplikácie Veľkosť písma",
+ "description": "Nastavenie veľkosti písma pre zobrazenie názvu aplikácie na dlaždici."
},
"appNameStatus": {
"label": "Názov aplikácie Stav",
@@ -104,11 +104,11 @@
},
"validation": {
"popover": "Váš formulár obsahuje neplatné údaje. Preto ho nemožno uložiť. Vyriešte všetky problémy a znovu kliknite na toto tlačidlo, aby ste uložili svoje zmeny",
- "name": "",
- "noUrl": "",
- "invalidUrl": "",
- "noIconUrl": "",
- "noExternalUri": "",
- "invalidExternalUri": ""
+ "name": "Názov je povinný",
+ "noUrl": "URL je povinná",
+ "invalidUrl": "Hodnota nie je platná url",
+ "noIconUrl": "Toto pole je povinné",
+ "noExternalUri": "Vyžaduje sa externý URI",
+ "invalidExternalUri": "Externý URI nie je platný uri"
}
}
From 5ca76285a1727c479ba55d34fa5fdc380e476621 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:02:52 +0200
Subject: [PATCH 10/79] New translations about.json (Slovak)
---
public/locales/sk/layout/modals/about.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/public/locales/sk/layout/modals/about.json b/public/locales/sk/layout/modals/about.json
index d0e4596ad..59299338b 100644
--- a/public/locales/sk/layout/modals/about.json
+++ b/public/locales/sk/layout/modals/about.json
@@ -6,24 +6,24 @@
"key": "Klávesová skratka",
"action": "Akcia",
"keybinds": "Kľúčové väzby",
- "documentation": "",
+ "documentation": "Dokumentácia",
"actions": {
- "toggleTheme": "",
- "focusSearchBar": "",
- "openDocker": "",
- "toggleEdit": ""
+ "toggleTheme": "Prepínanie režimu svetlo/tma",
+ "focusSearchBar": "Zameranie na vyhľadávací panel",
+ "openDocker": "Otvoriť docker Widget",
+ "toggleEdit": "Prepnutie režimu úprav"
},
"metrics": {
"configurationSchemaVersion": "Verzia konfiguračnej schémy",
"configurationsCount": "Dostupné konfigurácie",
- "version": "Verzia",
+ "version": "verzia",
"nodeEnvironment": "Node prostredie",
"i18n": "Načítané prekladové priestory I18n",
"locales": "Nakonfigurované lokality I18n",
"experimental_disableEditMode": "EXPERIMENTÁLNE: Zakázanie režimu úprav"
},
"version": {
- "new": "",
- "dropdown": ""
+ "new": "Novinka: {{newVersion}}",
+ "dropdown": "Verzia {{newVersion}} je k dispozícii! Aktuálna verzia je {{currentVersion}}"
}
}
\ No newline at end of file
From d3d0484b7f0584351b8d91d3a7736e0a5018fe9f Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:02:53 +0200
Subject: [PATCH 11/79] New translations torrents-status.json (Slovak)
---
public/locales/sk/modules/torrents-status.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/locales/sk/modules/torrents-status.json b/public/locales/sk/modules/torrents-status.json
index 1da94b7b0..f12e07fbf 100644
--- a/public/locales/sk/modules/torrents-status.json
+++ b/public/locales/sk/modules/torrents-status.json
@@ -59,12 +59,12 @@
},
"generic": {
"title": "Vyskytla sa neočakávaná chyba",
- "text": ""
+ "text": "Nieje možné komunikovať s klientmi Torrent. Skontrolujte prosím svoju konfiguráciu"
}
},
"loading": {
- "title": "",
- "description": ""
+ "title": "Načítavanie",
+ "description": "Nadväzovanie spojenia..."
},
"popover": {
"introductionPrefix": "Spravovaný",
From c8dbc1aa3e1c54735e1c80d56376c1b32ac87983 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:02:55 +0200
Subject: [PATCH 12/79] New translations rss.json (Slovak)
---
public/locales/sk/modules/rss.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/locales/sk/modules/rss.json b/public/locales/sk/modules/rss.json
index b94d65d6e..7211a7990 100644
--- a/public/locales/sk/modules/rss.json
+++ b/public/locales/sk/modules/rss.json
@@ -12,8 +12,8 @@
"label": "Interval obnovovania (v minútach)"
},
"dangerousAllowSanitizedItemContent": {
- "label": "",
- "info": ""
+ "label": "Povolenie formátovania HTML (Nebezpečné)",
+ "info": "Povolenie formátovania HTML zvonku by mohlo byť nebezpečné.
Uistite sa, že zdroj pochádza z dôveryhodného zdroja."
},
"textLinesClamp": {
"label": "Svorka textových riadkov"
From a87d2053c41d634ad8e2625aa16b32a1aa5b8680 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:02:56 +0200
Subject: [PATCH 13/79] New translations media-server.json (Slovak)
---
public/locales/sk/modules/media-server.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/sk/modules/media-server.json b/public/locales/sk/modules/media-server.json
index ffbd33b2a..96e741aa7 100644
--- a/public/locales/sk/modules/media-server.json
+++ b/public/locales/sk/modules/media-server.json
@@ -6,7 +6,7 @@
"title": "Nastavenia mini aplikácie mediálneho servera"
}
},
- "loading": "",
+ "loading": "Načítanie streamov",
"card": {
"table": {
"header": {
From 30b67e879a91d9a9a3b7c2717cc42597cafff5da Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:02:57 +0200
Subject: [PATCH 14/79] New translations iframe.json (Slovak)
---
public/locales/sk/modules/iframe.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/sk/modules/iframe.json b/public/locales/sk/modules/iframe.json
index 61a58ab95..6a7147ec6 100644
--- a/public/locales/sk/modules/iframe.json
+++ b/public/locales/sk/modules/iframe.json
@@ -39,7 +39,7 @@
"title": "Neplatná URL",
"text": "Skontrolujte, či ste v konfigurácii mini aplikácie zadali platnú adresu"
},
- "browserSupport": ""
+ "browserSupport": "Váš prehliadač nepodporuje iframe. Aktualizujte svoj prehliadač."
}
}
}
From e544b8994ef41aea35f3872cb57bbf6c14b94780 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:02:58 +0200
Subject: [PATCH 15/79] New translations media-requests-list.json (Slovak)
---
public/locales/sk/modules/media-requests-list.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/public/locales/sk/modules/media-requests-list.json b/public/locales/sk/modules/media-requests-list.json
index b5b75fd7b..c85b2a02b 100644
--- a/public/locales/sk/modules/media-requests-list.json
+++ b/public/locales/sk/modules/media-requests-list.json
@@ -8,7 +8,7 @@
"label": "Nahradiť odkazy s externým hostiteľom"
},
"openInNewTab": {
- "label": ""
+ "label": "Otvorenie odkazov v novej karte"
}
}
},
@@ -23,13 +23,13 @@
"tooltips": {
"approve": "Schváliť žiadosti",
"decline": "Odmietnutie žiadosti",
- "approving": ""
+ "approving": "Schválenie žiadosti..."
},
"mutation": {
- "approving": "",
- "declining": "",
- "request": "",
- "approved": "",
- "declined": ""
+ "approving": "Schvaľovanie",
+ "declining": "Zamietanie",
+ "request": "žiadosť...",
+ "approved": "Žiadosť bola schválená!",
+ "declined": "Žiadosť bola zamietnutá!"
}
}
From 090fb6ad77c5481b9e1236c8df8b8ed2978f5d85 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:02:59 +0200
Subject: [PATCH 16/79] New translations media-requests-stats.json (Slovak)
---
.../sk/modules/media-requests-stats.json | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/public/locales/sk/modules/media-requests-stats.json b/public/locales/sk/modules/media-requests-stats.json
index ec189eccb..48be32d47 100644
--- a/public/locales/sk/modules/media-requests-stats.json
+++ b/public/locales/sk/modules/media-requests-stats.json
@@ -8,20 +8,20 @@
"label": "Nahradiť odkazy s externým hostiteľom"
},
"openInNewTab": {
- "label": ""
+ "label": "Otvorenie odkazov v novej karte"
}
}
},
"mediaStats": {
- "title": "",
- "pending": "",
- "tvRequests": "",
- "movieRequests": "",
- "approved": "",
- "totalRequests": ""
+ "title": "Štatistiky médií",
+ "pending": "Čakajúce na schválenie",
+ "tvRequests": "TV požiadavky",
+ "movieRequests": "Filmové požiadavky",
+ "approved": "Už schválené",
+ "totalRequests": "Celkom"
},
"userStats": {
- "title": "",
- "requests": ""
+ "title": "Najlepší používatelia",
+ "requests": "Požiadavky: {{number}}"
}
}
From 3c685a69e4a7c0d57ca825244a2a4f15780c837b Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:03:00 +0200
Subject: [PATCH 17/79] New translations bookmark.json (Slovak)
---
public/locales/sk/modules/bookmark.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/public/locales/sk/modules/bookmark.json b/public/locales/sk/modules/bookmark.json
index 521e77e5c..9ee257a6a 100644
--- a/public/locales/sk/modules/bookmark.json
+++ b/public/locales/sk/modules/bookmark.json
@@ -14,7 +14,7 @@
"layout": {
"label": "Rozloženie",
"data": {
- "autoGrid": "",
+ "autoGrid": "Automatická mriežka",
"horizontal": "Horizontálne",
"vertical": "Vertikálne"
}
@@ -29,15 +29,15 @@
},
"item": {
"validation": {
- "length": "",
- "invalidLink": "",
- "errorMsg": ""
+ "length": "Dĺžka musí byť medzi {{shortest}} a {{longest}}",
+ "invalidLink": "Neplatný odkaz",
+ "errorMsg": "Neuložil sa, pretože sa vyskytli chyby pri overovaní. Prosím, skontrolujte svoje vstupy"
},
"name": "Názov",
- "url": "",
+ "url": "Adresa URL",
"newTab": "Otvoriť na novej karte",
- "hideHostname": "",
- "hideIcon": "",
+ "hideHostname": "Skryť názov hostiteľa",
+ "hideIcon": "Skryť ikonu",
"delete": "Vymazať"
}
}
From 2b7a3accca06f91f9a9fb0da3115b372ff26f549 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:03:01 +0200
Subject: [PATCH 18/79] New translations common.json (Slovak)
---
public/locales/sk/layout/common.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/public/locales/sk/layout/common.json b/public/locales/sk/layout/common.json
index 88b5308fd..806929d86 100644
--- a/public/locales/sk/layout/common.json
+++ b/public/locales/sk/layout/common.json
@@ -16,10 +16,10 @@
}
},
"menu": {
- "moveUp": "",
- "moveDown": "",
- "addCategory": "",
- "addAbove": "",
- "addBelow": ""
+ "moveUp": "Posunúť nahor",
+ "moveDown": "Posunúť nadol",
+ "addCategory": "Pridať kategóriu {{location}}",
+ "addAbove": "nad",
+ "addBelow": "pod"
}
}
\ No newline at end of file
From 18a514b340a5de706e91d834f9a2ca27aba341a6 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:03:02 +0200
Subject: [PATCH 19/79] New translations edit-mode-toggle.json (Slovak)
---
.../sk/settings/general/edit-mode-toggle.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/public/locales/sk/settings/general/edit-mode-toggle.json b/public/locales/sk/settings/general/edit-mode-toggle.json
index caa4f1311..ec36b3831 100644
--- a/public/locales/sk/settings/general/edit-mode-toggle.json
+++ b/public/locales/sk/settings/general/edit-mode-toggle.json
@@ -1,22 +1,22 @@
{
"menu": {
- "toggle": "",
- "enable": "",
- "disable": ""
+ "toggle": "Prepnutie režimu úprav",
+ "enable": "Povolenie režimu úprav",
+ "disable": "Zakázanie režimu úprav"
},
"form": {
- "label": "",
- "message": "",
+ "label": "Upraviť heslo",
+ "message": "Aby ste mohli prepnúť režim úprav, musíte zadať heslo, ktoré ste zadali do premennej prostredia s názvom EDIT_MODE_PASSWORD . Ak nie je nastavená, nie je možné zapínať a vypínať režim úprav.",
"submit": "Odoslať"
},
"notification": {
"success": {
- "title": "",
- "message": ""
+ "title": "Hotovo",
+ "message": "Úspešne sa prepol režim úprav, načítavanie stránky..."
},
"error": {
"title": "Chyba",
- "message": ""
+ "message": "Nepodarilo sa prepnúť režim úprav, skúste to prosím znova."
}
}
}
\ No newline at end of file
From 5f348a56be7b1faf48bec6a3c59ef71ff8cbcb99 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 11:03:03 +0200
Subject: [PATCH 20/79] New translations cache-buttons.json (Slovak)
---
.../sk/settings/general/cache-buttons.json | 24 +++++++++----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/public/locales/sk/settings/general/cache-buttons.json b/public/locales/sk/settings/general/cache-buttons.json
index 685994c48..fd36af644 100644
--- a/public/locales/sk/settings/general/cache-buttons.json
+++ b/public/locales/sk/settings/general/cache-buttons.json
@@ -1,24 +1,24 @@
{
- "title": "",
+ "title": "Čistenie vyrovnávacej pamäte",
"selector": {
- "label": "",
+ "label": "Vyberte vyrovnávaciu pamäť, ktorú chcete vymazať",
"data": {
- "ping": "",
- "repositoryIcons": "",
- "calendar&medias": "",
- "weather": ""
+ "ping": "Dotazy Ping",
+ "repositoryIcons": "Ikony vzdialených/miestnych zariadení",
+ "calendar&medias": "Médiá z kalendára",
+ "weather": "Údaje o počasí"
}
},
"buttons": {
- "notificationTitle": "",
+ "notificationTitle": "Vyrovnávacia pamäť bola vymazaná",
"clearAll": {
- "text": "",
- "notificationMessage": ""
+ "text": "Vymazať celú vyrovnávaciu pamäť",
+ "notificationMessage": "Všetky vyrovnávacie pamäte boli vymazané"
},
"clearSelect": {
- "text": "",
- "notificationMessageSingle": "",
- "notificationMessageMulti": ""
+ "text": "Vymazanie vybraných dotazov",
+ "notificationMessageSingle": "Vymazanie vyrovnávacej pamäte pre {{value}}",
+ "notificationMessageMulti": "Vymazanie vyrovnávacej pamäte pre {{values}}"
}
}
}
\ No newline at end of file
From 01b5534915dd7b15b932eaf071cdd9835178a4b0 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 20:54:56 +0200
Subject: [PATCH 21/79] New translations usenet.json (Chinese Simplified)
---
public/locales/zh/modules/usenet.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/zh/modules/usenet.json b/public/locales/zh/modules/usenet.json
index a4738b1cb..3dc42ca99 100644
--- a/public/locales/zh/modules/usenet.json
+++ b/public/locales/zh/modules/usenet.json
@@ -16,7 +16,7 @@
"history": "历史"
},
"info": {
- "sizeLeft": "左侧尺寸调整",
+ "sizeLeft": "左侧大小",
"paused": "已暂停"
},
"queue": {
From c97ca8056376720d441cb48a00efec4e13649d08 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 20:54:57 +0200
Subject: [PATCH 22/79] New translations add-app.json (Chinese Simplified)
---
public/locales/zh/layout/modals/add-app.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/locales/zh/layout/modals/add-app.json b/public/locales/zh/layout/modals/add-app.json
index de294d872..7aacd1dea 100644
--- a/public/locales/zh/layout/modals/add-app.json
+++ b/public/locales/zh/layout/modals/add-app.json
@@ -85,12 +85,12 @@
"integration": {
"type": {
"label": "集成配置",
- "description": "集成配置将用于连接到您的应用程序。",
+ "description": "集成配置将用于连接到您的应用。",
"placeholder": "选择一个集成",
"defined": "已定义",
"undefined": "未定义",
- "public": "公开的",
- "private": "私有的",
+ "public": "公开",
+ "private": "私有",
"explanationPrivate": "私有密钥仅会被发送到服务器一次。一旦您的浏览器刷新了页面,它将永远不会再次发送。",
"explanationPublic": "公开的密钥将始终发送给客户端,并且可以通过API访问。它不应该包含任何机密值,如用户名、密码、令牌、证书等!"
},
From d992a7f4139061096db44935c3bf88edb5ae61ad Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 20:54:59 +0200
Subject: [PATCH 23/79] New translations rss.json (Chinese Simplified)
---
public/locales/zh/modules/rss.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/zh/modules/rss.json b/public/locales/zh/modules/rss.json
index 0a2b2086d..356dfa180 100644
--- a/public/locales/zh/modules/rss.json
+++ b/public/locales/zh/modules/rss.json
@@ -16,7 +16,7 @@
"info": "允许从外部进行HTML格式化可能是危险的。
请确保订阅来自信任的来源。"
},
"textLinesClamp": {
- "label": "文本线夹"
+ "label": "文字线条"
}
},
"card": {
From 9f845c733d3ad256636359e899c4ef90905afc0f Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 20:55:01 +0200
Subject: [PATCH 24/79] New translations media-requests-list.json (Chinese
Simplified)
---
public/locales/zh/modules/media-requests-list.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/locales/zh/modules/media-requests-list.json b/public/locales/zh/modules/media-requests-list.json
index dfb4ccf86..a48599770 100644
--- a/public/locales/zh/modules/media-requests-list.json
+++ b/public/locales/zh/modules/media-requests-list.json
@@ -13,7 +13,7 @@
}
},
"noRequests": "未找到请求。请确保您已正确配置您的应用。",
- "pending": "有 {{countPendingApproval}} 个请求等待审批。",
+ "pending": "有 {{countPendingApproval}} 个请求等待批准。",
"nonePending": "目前没有待批准的项目。静待媒体更新!",
"state": {
"approved": "已批准",
@@ -27,7 +27,7 @@
},
"mutation": {
"approving": "正在批准",
- "declining": "下降",
+ "declining": "拒绝中",
"request": "请求...",
"approved": "请求被批准!",
"declined": "请求被拒绝!"
From bdde7893055df2c075a777d6d45bf5461f3bb1f0 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Tue, 5 Sep 2023 20:55:04 +0200
Subject: [PATCH 25/79] New translations cache-buttons.json (Chinese
Simplified)
---
public/locales/zh/settings/general/cache-buttons.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/zh/settings/general/cache-buttons.json b/public/locales/zh/settings/general/cache-buttons.json
index 51911688b..3518ea39f 100644
--- a/public/locales/zh/settings/general/cache-buttons.json
+++ b/public/locales/zh/settings/general/cache-buttons.json
@@ -16,7 +16,7 @@
"notificationMessage": "已清除所有缓存"
},
"clearSelect": {
- "text": "清除所选查询",
+ "text": "清除所选缓存",
"notificationMessageSingle": "{{value}} 的缓存已清除",
"notificationMessageMulti": "{{values}} 的缓存已清除"
}
From 408237740fb68b73bbaaebfc17789b3a43b88314 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 10:54:12 +0200
Subject: [PATCH 26/79] New translations selector.json (Chinese Simplified)
---
public/locales/zh/layout/element-selector/selector.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/zh/layout/element-selector/selector.json b/public/locales/zh/layout/element-selector/selector.json
index a050e2f10..be4531c31 100644
--- a/public/locales/zh/layout/element-selector/selector.json
+++ b/public/locales/zh/layout/element-selector/selector.json
@@ -3,7 +3,7 @@
"title": "添加新磁贴",
"text": "磁贴是 Homarr 的主要组成元素。它们被用来显示你的应用程序和其他信息。您可以根据需要增加任意数量的磁贴。"
},
- "widgetDescription": "小组件与您的应用交互,为您提供更多的应用程序控制。它们在使用前通常需要额外的配置。",
+ "widgetDescription": "组件与您的应用交互,为您提供更多的应用程序控制。它们在使用前通常需要额外的配置。",
"goBack": "上一步",
"actionIcon": {
"tooltip": "添加磁贴"
From da3692265aaa0bc6a802dc93cb45f7302ba314dd Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 12:43:52 +0200
Subject: [PATCH 27/79] New translations cache-buttons.json (Spanish)
---
public/locales/es/settings/general/cache-buttons.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/es/settings/general/cache-buttons.json b/public/locales/es/settings/general/cache-buttons.json
index 1174e9d35..66bbc2c7b 100644
--- a/public/locales/es/settings/general/cache-buttons.json
+++ b/public/locales/es/settings/general/cache-buttons.json
@@ -5,7 +5,7 @@
"data": {
"ping": "Consultas de ping",
"repositoryIcons": "Iconos remotos/locales",
- "calendar&medias": "Multimedia desde el Calendario",
+ "calendar&medias": "Multimedia del Calendario",
"weather": "Datos meteorológicos"
}
},
From 6617e542563a604ae0a72bc8eeb3e430252f5033 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 12:43:53 +0200
Subject: [PATCH 28/79] New translations calendar.json (Chinese Simplified)
---
public/locales/zh/modules/calendar.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/zh/modules/calendar.json b/public/locales/zh/modules/calendar.json
index f08423c63..0afd9301e 100644
--- a/public/locales/zh/modules/calendar.json
+++ b/public/locales/zh/modules/calendar.json
@@ -3,7 +3,7 @@
"name": "日历",
"description": "在日历中显示来自支持集成中的即将发布的版本。",
"settings": {
- "title": "设置日历小部件",
+ "title": "日历组件设置",
"useSonarrv4": {
"label": "使用Sonarr v4 API"
},
From 21a38bb438a54eb81ab4c9872adaa56b444f3e4a Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 12:43:54 +0200
Subject: [PATCH 29/79] New translations dashdot.json (Chinese Simplified)
---
public/locales/zh/modules/dashdot.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/zh/modules/dashdot.json b/public/locales/zh/modules/dashdot.json
index 071a48405..e5b85a9cd 100644
--- a/public/locales/zh/modules/dashdot.json
+++ b/public/locales/zh/modules/dashdot.json
@@ -3,7 +3,7 @@
"name": "Dash.",
"description": "在 Homarr 中显示一个外部 Dash. 的图表。",
"settings": {
- "title": "设置 Dash. 组件",
+ "title": "Dash. 组件设置",
"dashName": {
"label": "Dash. 名称"
},
From e9f8de9be8712dfe5af7b45f81d6850be2d2f9af Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 12:43:55 +0200
Subject: [PATCH 30/79] New translations date.json (Chinese Simplified)
---
public/locales/zh/modules/date.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/zh/modules/date.json b/public/locales/zh/modules/date.json
index 7273e6bf1..361cd4127 100644
--- a/public/locales/zh/modules/date.json
+++ b/public/locales/zh/modules/date.json
@@ -3,7 +3,7 @@
"name": "日期和时间",
"description": "显示当前的日期和时间。",
"settings": {
- "title": "设置日期和时间组件",
+ "title": "日期和时间组件设置",
"display24HourFormat": {
"label": "全时显示(24 小时)"
},
From 7ed51b6da374ae478b5f342aa48936a68fe74eee Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 12:43:58 +0200
Subject: [PATCH 31/79] New translations media-server.json (Chinese Simplified)
---
public/locales/zh/modules/media-server.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/zh/modules/media-server.json b/public/locales/zh/modules/media-server.json
index 762b6ae99..ab65c99fd 100644
--- a/public/locales/zh/modules/media-server.json
+++ b/public/locales/zh/modules/media-server.json
@@ -3,7 +3,7 @@
"name": "媒体服务",
"description": "与您的 Jellyfin 或 Plex 媒体服务交互",
"settings": {
- "title": "设置媒体服务组件"
+ "title": "媒体服务组件设置"
}
},
"loading": "正在载入流",
From 0fc1f1b92f93320b726ae6ee18ebfdff05a463c8 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 12:44:01 +0200
Subject: [PATCH 32/79] New translations notebook.json (Chinese Simplified)
---
public/locales/zh/modules/notebook.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/zh/modules/notebook.json b/public/locales/zh/modules/notebook.json
index 96b2b5a2b..7a4996447 100644
--- a/public/locales/zh/modules/notebook.json
+++ b/public/locales/zh/modules/notebook.json
@@ -3,7 +3,7 @@
"name": "笔记本",
"description": "一个基于 Markdown 的交互式组件,供您写下笔记!",
"settings": {
- "title": "设置笔记本组件",
+ "title": "笔记本组件设置",
"showToolbar": {
"label": "显示帮助您写下 Markdown 的工具栏"
},
From 65a0e789e72e23e61f746cea1cefe6af410284fd Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 14:00:20 +0200
Subject: [PATCH 33/79] New translations about.json (Spanish)
---
public/locales/es/layout/modals/about.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/locales/es/layout/modals/about.json b/public/locales/es/layout/modals/about.json
index 2ce82ce03..163f6875e 100644
--- a/public/locales/es/layout/modals/about.json
+++ b/public/locales/es/layout/modals/about.json
@@ -18,8 +18,8 @@
"configurationsCount": "Configuraciones disponibles",
"version": "Versión",
"nodeEnvironment": "Entorno del nodo",
- "i18n": "I18n espacios de nombres de traducción cargados",
- "locales": "I18n locales configurados",
+ "i18n": "Espacios de nombres de traducción cargados",
+ "locales": "Configuraciones regionales",
"experimental_disableEditMode": "EXPERIMENTAL: Desactivar modo edición"
},
"version": {
From d5c8669dd8030840ac350fd8151bbe7b442759f0 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 21:07:53 +0200
Subject: [PATCH 34/79] New translations search-engine.json (Russian)
---
public/locales/ru/settings/general/search-engine.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/ru/settings/general/search-engine.json b/public/locales/ru/settings/general/search-engine.json
index bc483d852..3247fc95a 100644
--- a/public/locales/ru/settings/general/search-engine.json
+++ b/public/locales/ru/settings/general/search-engine.json
@@ -1,7 +1,7 @@
{
"title": "Поисковая система",
"configurationName": "Настройка поисковой системы",
- "custom": "",
+ "custom": "Вручную",
"tips": {
"generalTip": "Существует множество префиксов, которые вы можете использовать! Добавив их перед запросом, вы отфильтруете результаты. !s (Интернет), !t (Торренты), !y (YouTube) и !m (Медиа).",
"placeholderTip": "%s можно использовать в качестве заполнителя для запроса."
From c3689cb2655b4e9529f1f07e7ca1f865821d20b4 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 21:07:53 +0200
Subject: [PATCH 35/79] New translations toggle-edit-mode.json (Russian)
---
public/locales/ru/layout/header/actions/toggle-edit-mode.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/ru/layout/header/actions/toggle-edit-mode.json b/public/locales/ru/layout/header/actions/toggle-edit-mode.json
index 4f7481f29..8f393f3f0 100644
--- a/public/locales/ru/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/ru/layout/header/actions/toggle-edit-mode.json
@@ -8,5 +8,5 @@
"title": "Режим редактирования включен для <1>{{size}}1> размера",
"text": "Теперь вы можете скорректировать и настраивать свои приложения. Изменения не сохраняются до выхода из режима редактирования"
},
- "unloadEvent": ""
+ "unloadEvent": "Выйти из режима редактирования, чтобы сохранить ваши изменения"
}
From 63f3a9e158b540f0399c79a04c10a9072c1459ab Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 21:07:54 +0200
Subject: [PATCH 36/79] New translations add-app.json (Russian)
---
public/locales/ru/layout/modals/add-app.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/locales/ru/layout/modals/add-app.json b/public/locales/ru/layout/modals/add-app.json
index 67f4fadc8..f6c468dc2 100644
--- a/public/locales/ru/layout/modals/add-app.json
+++ b/public/locales/ru/layout/modals/add-app.json
@@ -55,8 +55,8 @@
}
},
"appNameFontSize": {
- "label": "",
- "description": ""
+ "label": "Размер шрифта названия приложения",
+ "description": "Установить размер шрифта отображаемого на плитке названия приложения."
},
"appNameStatus": {
"label": "Статус названия приложения",
From a34167d274d522b1be48e88ce4107d00d06136af Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 21:07:55 +0200
Subject: [PATCH 37/79] New translations about.json (Russian)
---
public/locales/ru/layout/modals/about.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/locales/ru/layout/modals/about.json b/public/locales/ru/layout/modals/about.json
index d37e2a481..57b4f5ffd 100644
--- a/public/locales/ru/layout/modals/about.json
+++ b/public/locales/ru/layout/modals/about.json
@@ -6,7 +6,7 @@
"key": "Горячие клавиши",
"action": "Действие",
"keybinds": "Сочетания клавиш",
- "documentation": "",
+ "documentation": "Документация",
"actions": {
"toggleTheme": "Переключить светлую/темную тему",
"focusSearchBar": "Перейти в панель поиска",
@@ -23,7 +23,7 @@
"experimental_disableEditMode": "ЭКСПЕРИМЕНТАЛЬНЫЙ: Отключить режим редактирования"
},
"version": {
- "new": "",
- "dropdown": ""
+ "new": "Новая: {{newVersion}}",
+ "dropdown": "Версия {{newVersion}} уже доступна! Текущая версия: {{currentVersion}}"
}
}
\ No newline at end of file
From 8558c5e3dd5576763417184dfcade85541139e5c Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 21:07:57 +0200
Subject: [PATCH 38/79] New translations media-requests-list.json (Russian)
---
public/locales/ru/modules/media-requests-list.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/ru/modules/media-requests-list.json b/public/locales/ru/modules/media-requests-list.json
index fdd567a88..848e8f2a1 100644
--- a/public/locales/ru/modules/media-requests-list.json
+++ b/public/locales/ru/modules/media-requests-list.json
@@ -8,7 +8,7 @@
"label": "Заменить ссылки на внешний хост"
},
"openInNewTab": {
- "label": ""
+ "label": "Открывать ссылки в новых вкладках"
}
}
},
From faf2b1195b71f1bd38c0036935c233ccae1cca9d Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 21:07:57 +0200
Subject: [PATCH 39/79] New translations media-requests-stats.json (Russian)
---
public/locales/ru/modules/media-requests-stats.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/public/locales/ru/modules/media-requests-stats.json b/public/locales/ru/modules/media-requests-stats.json
index 2b5ef875d..cebc0c2a9 100644
--- a/public/locales/ru/modules/media-requests-stats.json
+++ b/public/locales/ru/modules/media-requests-stats.json
@@ -8,20 +8,20 @@
"label": "Заменить ссылки на внешний хост"
},
"openInNewTab": {
- "label": ""
+ "label": "Открывать ссылки в новых вкладках"
}
}
},
"mediaStats": {
- "title": "",
+ "title": "Статистика медиа",
"pending": "",
"tvRequests": "",
"movieRequests": "",
"approved": "",
- "totalRequests": ""
+ "totalRequests": "Всего"
},
"userStats": {
"title": "",
- "requests": ""
+ "requests": "Запросов: {{number}}"
}
}
From ab91776aa9575ad82d47a1f136fd3b55504eb52c Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 21:07:58 +0200
Subject: [PATCH 40/79] New translations bookmark.json (Russian)
---
public/locales/ru/modules/bookmark.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/ru/modules/bookmark.json b/public/locales/ru/modules/bookmark.json
index b296d33f9..1d64d87e6 100644
--- a/public/locales/ru/modules/bookmark.json
+++ b/public/locales/ru/modules/bookmark.json
@@ -29,7 +29,7 @@
},
"item": {
"validation": {
- "length": "",
+ "length": "Длина строки должна быть между {{shortest}} и {{longest}} символами",
"invalidLink": "",
"errorMsg": ""
},
From 305be41c46bf865cb06256eb1a2fdc18ed7e4044 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 21:07:59 +0200
Subject: [PATCH 41/79] New translations notebook.json (Russian)
---
public/locales/ru/modules/notebook.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/public/locales/ru/modules/notebook.json b/public/locales/ru/modules/notebook.json
index 3ad2a768e..af6ac5e73 100644
--- a/public/locales/ru/modules/notebook.json
+++ b/public/locales/ru/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Блокнот",
+ "description": "Интерактивный виджет на основе Markdown для записи ваших заметок!",
"settings": {
- "title": "",
+ "title": "Настройки виджета блокнота",
"showToolbar": {
- "label": ""
+ "label": "Показывать панель инструментов, чтобы помочь вам писать Markdown текст"
},
"content": {
- "label": ""
+ "label": "Содержимое блокнота"
}
}
}
From 52de93e4120c40f89affc82a0e151edb917998d3 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 21:08:00 +0200
Subject: [PATCH 42/79] New translations edit-mode-toggle.json (Russian)
---
.../ru/settings/general/edit-mode-toggle.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/public/locales/ru/settings/general/edit-mode-toggle.json b/public/locales/ru/settings/general/edit-mode-toggle.json
index df5bdff3b..f30356a2d 100644
--- a/public/locales/ru/settings/general/edit-mode-toggle.json
+++ b/public/locales/ru/settings/general/edit-mode-toggle.json
@@ -1,17 +1,17 @@
{
"menu": {
- "toggle": "",
- "enable": "",
- "disable": ""
+ "toggle": "Переключить режим редактирования",
+ "enable": "Включить режим редактирования",
+ "disable": "Выключить режим редактирования"
},
"form": {
- "label": "",
- "message": "",
+ "label": "Изменить пароль",
+ "message": "Чтобы включить режим редактирования, необходимо ввести пароль, который вы ввели в переменную окружения под названием EDIT_MODE_PASSWORD. Если он не был установлен, вы не сможете включить или выключить режим редактирования.",
"submit": "Подтвердить"
},
"notification": {
"success": {
- "title": "",
+ "title": "Успех",
"message": ""
},
"error": {
From f36d9e785160a72cadc8bb7ce933a0432130ea0a Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 22:03:46 +0200
Subject: [PATCH 43/79] New translations media-requests-stats.json (Russian)
---
public/locales/ru/modules/media-requests-stats.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/public/locales/ru/modules/media-requests-stats.json b/public/locales/ru/modules/media-requests-stats.json
index cebc0c2a9..74317f810 100644
--- a/public/locales/ru/modules/media-requests-stats.json
+++ b/public/locales/ru/modules/media-requests-stats.json
@@ -14,14 +14,14 @@
},
"mediaStats": {
"title": "Статистика медиа",
- "pending": "",
- "tvRequests": "",
- "movieRequests": "",
- "approved": "",
+ "pending": "Ожидающие утверждения",
+ "tvRequests": "Запросы сериалов",
+ "movieRequests": "Запросы фильмов",
+ "approved": "Уже одобрено",
"totalRequests": "Всего"
},
"userStats": {
- "title": "",
+ "title": "Топ пользователей",
"requests": "Запросов: {{number}}"
}
}
From 405f3e4c1f840dab8b6d9aa8e532340f62340859 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 22:03:47 +0200
Subject: [PATCH 44/79] New translations bookmark.json (Russian)
---
public/locales/ru/modules/bookmark.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/public/locales/ru/modules/bookmark.json b/public/locales/ru/modules/bookmark.json
index 1d64d87e6..12d856223 100644
--- a/public/locales/ru/modules/bookmark.json
+++ b/public/locales/ru/modules/bookmark.json
@@ -30,13 +30,13 @@
"item": {
"validation": {
"length": "Длина строки должна быть между {{shortest}} и {{longest}} символами",
- "invalidLink": "",
- "errorMsg": ""
+ "invalidLink": "Недействительная ссылка",
+ "errorMsg": "Не удалось сохранить, так как возникли ошибки валидации. Пожалуйста, исправьте ошибки"
},
"name": "Имя",
- "url": "",
+ "url": "Ссылка",
"newTab": "Открыть в новой вкладке",
- "hideHostname": "",
+ "hideHostname": "Скрыть имя хоста",
"hideIcon": "Скрыть иконку",
"delete": "Удалить"
}
From 78d636f0a0c7a25921b70c23577d3911a7f7f7c0 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 22:03:48 +0200
Subject: [PATCH 45/79] New translations common.json (Russian)
---
public/locales/ru/layout/common.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/locales/ru/layout/common.json b/public/locales/ru/layout/common.json
index 1baa80968..2e14b63c2 100644
--- a/public/locales/ru/layout/common.json
+++ b/public/locales/ru/layout/common.json
@@ -18,8 +18,8 @@
"menu": {
"moveUp": "Переместить вверх",
"moveDown": "Переместить вниз",
- "addCategory": "",
- "addAbove": "",
- "addBelow": ""
+ "addCategory": "Добавить категорию {{location}}",
+ "addAbove": "выше",
+ "addBelow": "ниже"
}
}
\ No newline at end of file
From a85132755410d19cc6169a6e5d20c65b673f8a78 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 22:03:49 +0200
Subject: [PATCH 46/79] New translations edit-mode-toggle.json (Russian)
---
public/locales/ru/settings/general/edit-mode-toggle.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/locales/ru/settings/general/edit-mode-toggle.json b/public/locales/ru/settings/general/edit-mode-toggle.json
index f30356a2d..23c754000 100644
--- a/public/locales/ru/settings/general/edit-mode-toggle.json
+++ b/public/locales/ru/settings/general/edit-mode-toggle.json
@@ -12,11 +12,11 @@
"notification": {
"success": {
"title": "Успех",
- "message": ""
+ "message": "Режим редактирования успешно переключён, перезагружаем страницу..."
},
"error": {
"title": "Ошибка",
- "message": ""
+ "message": "Не удалось переключить режим редактирования, попробуйте ещё раз."
}
}
}
\ No newline at end of file
From e35fbe659eaaedf68a56c4547020aab970432445 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Wed, 6 Sep 2023 22:03:50 +0200
Subject: [PATCH 47/79] New translations cache-buttons.json (Russian)
---
.../ru/settings/general/cache-buttons.json | 24 +++++++++----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/public/locales/ru/settings/general/cache-buttons.json b/public/locales/ru/settings/general/cache-buttons.json
index 685994c48..c48ad196c 100644
--- a/public/locales/ru/settings/general/cache-buttons.json
+++ b/public/locales/ru/settings/general/cache-buttons.json
@@ -1,24 +1,24 @@
{
- "title": "",
+ "title": "Очистка кэша",
"selector": {
- "label": "",
+ "label": "Выберите кэш(и) для очистки",
"data": {
- "ping": "",
- "repositoryIcons": "",
- "calendar&medias": "",
- "weather": ""
+ "ping": "Пинг запросы",
+ "repositoryIcons": "Удалённые/Локальные иконки",
+ "calendar&medias": "Публикации из календаря",
+ "weather": "Данные о погоде"
}
},
"buttons": {
- "notificationTitle": "",
+ "notificationTitle": "Кэш очищен",
"clearAll": {
- "text": "",
- "notificationMessage": ""
+ "text": "Очистить весь кэш",
+ "notificationMessage": "Весь кэш был очищен"
},
"clearSelect": {
- "text": "",
- "notificationMessageSingle": "",
- "notificationMessageMulti": ""
+ "text": "Очистить выбранные запросы",
+ "notificationMessageSingle": "Кэш для {{value}} был очищен",
+ "notificationMessageMulti": "Кэш для {{values}} был очищен"
}
}
}
\ No newline at end of file
From dc52a8ce5e330b733221b07325f6e54713298f2e Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:48 +0200
Subject: [PATCH 48/79] New translations calendar.json (French)
---
public/locales/fr/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/fr/modules/calendar.json b/public/locales/fr/modules/calendar.json
index 47691bdea..3229b885e 100644
--- a/public/locales/fr/modules/calendar.json
+++ b/public/locales/fr/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Masquer les jours de la semaine"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Taille de la police",
"data": {
From ed043ccd43cf4b85c98d1dfe5a5431a238fde7ba Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:48 +0200
Subject: [PATCH 49/79] New translations calendar.json (Spanish)
---
public/locales/es/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/es/modules/calendar.json b/public/locales/es/modules/calendar.json
index df5e9620d..6c2349e5f 100644
--- a/public/locales/es/modules/calendar.json
+++ b/public/locales/es/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Ocultar días de la semana"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Tamaño de fuente",
"data": {
From 3d4308026d3ef5a73361ddd9397ab3c15840769f Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:49 +0200
Subject: [PATCH 50/79] New translations calendar.json (Danish)
---
public/locales/da/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/da/modules/calendar.json b/public/locales/da/modules/calendar.json
index 7f98be5da..6f5602799 100644
--- a/public/locales/da/modules/calendar.json
+++ b/public/locales/da/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Skjul ugedage"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Skriftstørrelse",
"data": {
From 86b5368e969bc70b0f9b0398581cf4ed9a1603ee Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:50 +0200
Subject: [PATCH 51/79] New translations calendar.json (German)
---
public/locales/de/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/de/modules/calendar.json b/public/locales/de/modules/calendar.json
index 654707b1f..6d5500b79 100644
--- a/public/locales/de/modules/calendar.json
+++ b/public/locales/de/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Wochentage ausblenden"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Schriftgröße",
"data": {
From bf6353482ed854c7851004d80694e21a216464a4 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:51 +0200
Subject: [PATCH 52/79] New translations calendar.json (Greek)
---
public/locales/el/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/el/modules/calendar.json b/public/locales/el/modules/calendar.json
index de7034408..89067bed6 100644
--- a/public/locales/el/modules/calendar.json
+++ b/public/locales/el/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Απόκρυψη εργάσιμων"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Μέγεθος γραμματοσειράς",
"data": {
From b269c7ce6d9416bed6b58f9ee37d605109f99489 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:52 +0200
Subject: [PATCH 53/79] New translations calendar.json (Hebrew)
---
public/locales/he/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/he/modules/calendar.json b/public/locales/he/modules/calendar.json
index 4a0836eb6..73a1bdd0e 100644
--- a/public/locales/he/modules/calendar.json
+++ b/public/locales/he/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "הסתר ימי שבוע"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "גודל גופן",
"data": {
From 5b36ac1bad753f4bcbf3e6d527a08f9af67a3344 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:53 +0200
Subject: [PATCH 54/79] New translations calendar.json (Hungarian)
---
public/locales/hu/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/hu/modules/calendar.json b/public/locales/hu/modules/calendar.json
index ccb34bc44..5d504d6d0 100644
--- a/public/locales/hu/modules/calendar.json
+++ b/public/locales/hu/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Hétköznapok elrejtése"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Betűméret",
"data": {
From a93e031f95f654a95b48e54ef4d5e84d4ffc6152 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:55 +0200
Subject: [PATCH 55/79] New translations calendar.json (Italian)
---
public/locales/it/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/it/modules/calendar.json b/public/locales/it/modules/calendar.json
index fc241cc16..224625d16 100644
--- a/public/locales/it/modules/calendar.json
+++ b/public/locales/it/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Nascondi giorni della settimana"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Dimensioni carattere",
"data": {
From c3704718a18d4e6331c1b49ecd61ed8f9a1115fd Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:55 +0200
Subject: [PATCH 56/79] New translations calendar.json (Japanese)
---
public/locales/ja/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/ja/modules/calendar.json b/public/locales/ja/modules/calendar.json
index 20ca6a94e..445e0e0aa 100644
--- a/public/locales/ja/modules/calendar.json
+++ b/public/locales/ja/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "平日を隠す"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "文字サイズ",
"data": {
From 9c7045986e01e0555650ed55ad8ad3de75d7ecb3 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:56 +0200
Subject: [PATCH 57/79] New translations calendar.json (Korean)
---
public/locales/ko/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/ko/modules/calendar.json b/public/locales/ko/modules/calendar.json
index 356fb8560..858c62276 100644
--- a/public/locales/ko/modules/calendar.json
+++ b/public/locales/ko/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": ""
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "",
"data": {
From 4a25da9ad6e2d666bd8645df150eca9b406bad69 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:57 +0200
Subject: [PATCH 58/79] New translations calendar.json (Dutch)
---
public/locales/nl/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/nl/modules/calendar.json b/public/locales/nl/modules/calendar.json
index 17f82ec2a..6e8a5419e 100644
--- a/public/locales/nl/modules/calendar.json
+++ b/public/locales/nl/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": ""
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "",
"data": {
From a0a688674480bce29321d9284b1d91129d7c241e Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:58 +0200
Subject: [PATCH 59/79] New translations calendar.json (Norwegian)
---
public/locales/no/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/no/modules/calendar.json b/public/locales/no/modules/calendar.json
index 8caf16073..c776856d3 100644
--- a/public/locales/no/modules/calendar.json
+++ b/public/locales/no/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": ""
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "",
"data": {
From 197d11bb575639af4a0ae6a25e6b7fba174c1161 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:37:59 +0200
Subject: [PATCH 60/79] New translations calendar.json (Polish)
---
public/locales/pl/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/pl/modules/calendar.json b/public/locales/pl/modules/calendar.json
index 938839e97..926330efd 100644
--- a/public/locales/pl/modules/calendar.json
+++ b/public/locales/pl/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": ""
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "",
"data": {
From 0bd535543f906d8f6283d697e867abe692be1212 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:38:00 +0200
Subject: [PATCH 61/79] New translations calendar.json (Russian)
---
public/locales/ru/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/ru/modules/calendar.json b/public/locales/ru/modules/calendar.json
index 8ff9bbbed..700acad57 100644
--- a/public/locales/ru/modules/calendar.json
+++ b/public/locales/ru/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Скрыть дни недели"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Размер шрифта",
"data": {
From 50d13e97eeb99e7333bb45f8b09853b4bc463e31 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:38:01 +0200
Subject: [PATCH 62/79] New translations calendar.json (Slovak)
---
public/locales/sk/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/sk/modules/calendar.json b/public/locales/sk/modules/calendar.json
index 6e331cd97..e6148d947 100644
--- a/public/locales/sk/modules/calendar.json
+++ b/public/locales/sk/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Skryť dni v týždni"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Veľkosť písma",
"data": {
From aa2d46e8059827c5cd9fc6fbbc85a25702dc67d0 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:38:02 +0200
Subject: [PATCH 63/79] New translations calendar.json (Slovenian)
---
public/locales/sl/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/sl/modules/calendar.json b/public/locales/sl/modules/calendar.json
index 7ec7ffb7c..d912b46b1 100644
--- a/public/locales/sl/modules/calendar.json
+++ b/public/locales/sl/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": ""
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "",
"data": {
From 3c63388c6e1794be35275fa4ce5c386974ae43ab Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:38:03 +0200
Subject: [PATCH 64/79] New translations calendar.json (Swedish)
---
public/locales/sv/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/sv/modules/calendar.json b/public/locales/sv/modules/calendar.json
index 5a593b718..981639030 100644
--- a/public/locales/sv/modules/calendar.json
+++ b/public/locales/sv/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Dölj veckodagar"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Teckenstorlek",
"data": {
From 5efbdd49136d77b056965cfca7ac0b456ee9d32d Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:38:04 +0200
Subject: [PATCH 65/79] New translations calendar.json (Turkish)
---
public/locales/tr/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/tr/modules/calendar.json b/public/locales/tr/modules/calendar.json
index 950b526ea..690552430 100644
--- a/public/locales/tr/modules/calendar.json
+++ b/public/locales/tr/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Haftanın günlerini gizle"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Font Boyutu",
"data": {
From 831ebfd1a92733073ac242b163f0aad2c94d4a62 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:38:05 +0200
Subject: [PATCH 66/79] New translations calendar.json (Ukrainian)
---
public/locales/uk/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/uk/modules/calendar.json b/public/locales/uk/modules/calendar.json
index 440ba3d24..546914f46 100644
--- a/public/locales/uk/modules/calendar.json
+++ b/public/locales/uk/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": ""
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Розмір шрифту",
"data": {
From 6cb6d8139f3a572c84c45168e924787b7691f310 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:38:06 +0200
Subject: [PATCH 67/79] New translations calendar.json (Chinese Simplified)
---
public/locales/zh/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/zh/modules/calendar.json b/public/locales/zh/modules/calendar.json
index 0afd9301e..cf74ff058 100644
--- a/public/locales/zh/modules/calendar.json
+++ b/public/locales/zh/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "隐藏星期"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "字体大小",
"data": {
From 2c5b08e0feeac4017bbc4e4f7a6bdfe70fe6997a Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:38:07 +0200
Subject: [PATCH 68/79] New translations calendar.json (Vietnamese)
---
public/locales/vi/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/vi/modules/calendar.json b/public/locales/vi/modules/calendar.json
index baac74c3e..18357600f 100644
--- a/public/locales/vi/modules/calendar.json
+++ b/public/locales/vi/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": ""
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "",
"data": {
From 6ea84fcf389d44438915b86bbe46baf56f8a1917 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:38:08 +0200
Subject: [PATCH 69/79] New translations calendar.json (Portuguese, Brazilian)
---
public/locales/pt/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/pt/modules/calendar.json b/public/locales/pt/modules/calendar.json
index 0a21f8bcf..9b036f55e 100644
--- a/public/locales/pt/modules/calendar.json
+++ b/public/locales/pt/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": ""
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "",
"data": {
From 13cbce6ba26e22f46b3d78b43a0bb0b30b3b9077 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:38:09 +0200
Subject: [PATCH 70/79] New translations calendar.json (Croatian)
---
public/locales/hr/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/hr/modules/calendar.json b/public/locales/hr/modules/calendar.json
index 1e4163951..cf0469a1e 100644
--- a/public/locales/hr/modules/calendar.json
+++ b/public/locales/hr/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Sakri dane u tjednu"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Veličina fonta",
"data": {
From a553976869632f26c32837fa43af4679952a2968 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:38:10 +0200
Subject: [PATCH 71/79] New translations calendar.json (Latvian)
---
public/locales/lv/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/lv/modules/calendar.json b/public/locales/lv/modules/calendar.json
index 46e91168e..6cc60c70c 100644
--- a/public/locales/lv/modules/calendar.json
+++ b/public/locales/lv/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": "Paslēpt darba dienas"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "Fonta Izmērs",
"data": {
From f408aab5d35ef21547fbc48e20c180b94495d842 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 21:38:11 +0200
Subject: [PATCH 72/79] New translations calendar.json (LOLCAT)
---
public/locales/lol/modules/calendar.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/locales/lol/modules/calendar.json b/public/locales/lol/modules/calendar.json
index f7ca489d8..6334e4ee3 100644
--- a/public/locales/lol/modules/calendar.json
+++ b/public/locales/lol/modules/calendar.json
@@ -21,6 +21,9 @@
"hideWeekDays": {
"label": ""
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
"label": "",
"data": {
From 06373bcc473c88a50b487f46f9e7d771c5bb6d7b Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 22:40:21 +0200
Subject: [PATCH 73/79] New translations calendar.json (Danish)
---
public/locales/da/modules/calendar.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/da/modules/calendar.json b/public/locales/da/modules/calendar.json
index 6f5602799..dd63915bc 100644
--- a/public/locales/da/modules/calendar.json
+++ b/public/locales/da/modules/calendar.json
@@ -22,7 +22,7 @@
"label": "Skjul ugedage"
},
"showUnmonitored": {
- "label": ""
+ "label": "Vis uovervågede elementer"
},
"fontSize": {
"label": "Skriftstørrelse",
From 36a613b6fe36696beeb2a195d483a53b02c0c6d7 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 22:40:22 +0200
Subject: [PATCH 74/79] New translations calendar.json (German)
---
public/locales/de/modules/calendar.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/de/modules/calendar.json b/public/locales/de/modules/calendar.json
index 6d5500b79..6a861d304 100644
--- a/public/locales/de/modules/calendar.json
+++ b/public/locales/de/modules/calendar.json
@@ -22,7 +22,7 @@
"label": "Wochentage ausblenden"
},
"showUnmonitored": {
- "label": ""
+ "label": "Nicht überwachte Elemente anzeigen"
},
"fontSize": {
"label": "Schriftgröße",
From f28df6aa9a851cc0f76639e82d071ff3cbcc8e70 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 22:40:23 +0200
Subject: [PATCH 75/79] New translations calendar.json (Swedish)
---
public/locales/sv/modules/calendar.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/sv/modules/calendar.json b/public/locales/sv/modules/calendar.json
index 981639030..30b326b71 100644
--- a/public/locales/sv/modules/calendar.json
+++ b/public/locales/sv/modules/calendar.json
@@ -22,7 +22,7 @@
"label": "Dölj veckodagar"
},
"showUnmonitored": {
- "label": ""
+ "label": "Visa oövervakade objekt"
},
"fontSize": {
"label": "Teckenstorlek",
From 54a374a83dc3f9175652df99810ea7231a3345a2 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Thu, 7 Sep 2023 22:40:24 +0200
Subject: [PATCH 76/79] New translations calendar.json (Turkish)
---
public/locales/tr/modules/calendar.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/tr/modules/calendar.json b/public/locales/tr/modules/calendar.json
index 690552430..ab92cbbd2 100644
--- a/public/locales/tr/modules/calendar.json
+++ b/public/locales/tr/modules/calendar.json
@@ -22,7 +22,7 @@
"label": "Haftanın günlerini gizle"
},
"showUnmonitored": {
- "label": ""
+ "label": "İzlenmeyen öğeleri göster"
},
"fontSize": {
"label": "Font Boyutu",
From 25c2f8fa9009eac9f9d46f2b182af7e0a0dfd8b3 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Fri, 8 Sep 2023 01:11:49 +0200
Subject: [PATCH 77/79] New translations calendar.json (Spanish)
---
public/locales/es/modules/calendar.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/es/modules/calendar.json b/public/locales/es/modules/calendar.json
index 6c2349e5f..8bad682c0 100644
--- a/public/locales/es/modules/calendar.json
+++ b/public/locales/es/modules/calendar.json
@@ -22,7 +22,7 @@
"label": "Ocultar días de la semana"
},
"showUnmonitored": {
- "label": ""
+ "label": "Mostrar elementos no monitorizados"
},
"fontSize": {
"label": "Tamaño de fuente",
From 12cf0ff94b91bcfb1390ed2341ede6c151829a19 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Fri, 8 Sep 2023 05:08:35 +0200
Subject: [PATCH 78/79] New translations calendar.json (Chinese Simplified)
---
public/locales/zh/modules/calendar.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/zh/modules/calendar.json b/public/locales/zh/modules/calendar.json
index cf74ff058..80f174df5 100644
--- a/public/locales/zh/modules/calendar.json
+++ b/public/locales/zh/modules/calendar.json
@@ -22,7 +22,7 @@
"label": "隐藏星期"
},
"showUnmonitored": {
- "label": ""
+ "label": "显示未监视项目"
},
"fontSize": {
"label": "字体大小",
From 4cc9b2234cde5c95b995683b923d8d990e6a6eb1 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Fri, 8 Sep 2023 07:10:29 +0200
Subject: [PATCH 79/79] New translations calendar.json (Hebrew)
---
public/locales/he/modules/calendar.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/locales/he/modules/calendar.json b/public/locales/he/modules/calendar.json
index 73a1bdd0e..234fa5e36 100644
--- a/public/locales/he/modules/calendar.json
+++ b/public/locales/he/modules/calendar.json
@@ -22,7 +22,7 @@
"label": "הסתר ימי שבוע"
},
"showUnmonitored": {
- "label": ""
+ "label": "הצג פריטים ללא פיקוח"
},
"fontSize": {
"label": "גודל גופן",