mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
Latest translations and fallbacks
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"trending": "Trending",
|
||||
"installed": "Nainstalováno",
|
||||
"active": "Aktivní",
|
||||
"inactive": "Neaktivní",
|
||||
|
||||
@@ -32,5 +32,9 @@
|
||||
"sockets.settings": "WebSocket Settings",
|
||||
"sockets.max-attempts": "Max Reconnection Attempts",
|
||||
"sockets.default-placeholder": "Default: %1",
|
||||
"sockets.delay": "Reconnection Delay"
|
||||
"sockets.delay": "Reconnection Delay",
|
||||
|
||||
"analytics.settings": "Analytics Settings",
|
||||
"analytics.max-cache": "Analytics Cache Max Value",
|
||||
"analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)"
|
||||
}
|
||||
@@ -6,6 +6,7 @@
|
||||
"max-length": "Maximální délka konverzační zprávy",
|
||||
"max-room-size": "Maximální počet uživatelů v konverzační místnosti",
|
||||
"delay": "Čas mezi konverzačními zprávami v milisekundách",
|
||||
"notification-delay": "Notification delay for chat messages. (0 for no delay)",
|
||||
"restrictions.seconds-edit-after": "Počet sekund, kdy může být ještě konverzační zpráva upravena (pro zakázání - 0)",
|
||||
"restrictions.seconds-delete-after": "Počet sekund, kdy může být ještě konverzační zpráva odstraněna (pro zakázání - 0)"
|
||||
}
|
||||
@@ -27,9 +27,12 @@
|
||||
"log.alt-text-placeholder": "Alternativní text pro přístupnost",
|
||||
"favicon": "Ikonka (favicon)",
|
||||
"favicon.upload": "Nahrát",
|
||||
"touch-icon": "Ikonka domovské obrazovky/dotyková",
|
||||
"pwa": "Progressive Web App",
|
||||
"touch-icon": "Touch Icon",
|
||||
"touch-icon.upload": "Nahrát",
|
||||
"touch-icon.help": "Doporučená velikost a formát je: jen v *.png 192x192. Nebude-li určena dotyková ikona, NodeBB nepoužije žádnou z ikon (favicon).",
|
||||
"touch-icon.help": "Recommended size and format: 512x512, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
|
||||
"maskable-icon": "Maskable (Homescreen) Icon",
|
||||
"maskable-icon.help": "Recommended size and format: 512x512, PNG format only. If no maskable icon is specified, NodeBB will fall back to the Touch Icon.",
|
||||
"outgoing-links": "Odchozí odkazy",
|
||||
"outgoing-links.warning-page": "Použít stránku s upozorněním při odchozích odkazech",
|
||||
"search-default-sort-by": "Výchozí třídění při hledání",
|
||||
@@ -38,4 +41,4 @@
|
||||
"theme-color": "Theme Color",
|
||||
"background-color": "Background Color",
|
||||
"background-color-help": "Color used for splash screen background when website is installed as a PWA"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user