Skip to content

Commit

Permalink
Update l10n-strings.ts
Browse files Browse the repository at this point in the history
Slovak
  • Loading branch information
physedo authored Aug 17, 2024
1 parent cd36280 commit 6a24665
Showing 1 changed file with 108 additions and 0 deletions.
108 changes: 108 additions & 0 deletions src/editor/l10n-strings.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,112 @@
export const STRINGS = {
/// Slovak
'sk': {
'keyboard.tooltip.symbols': 'Symboly',
'keyboard.tooltip.greek': 'Grécke písmená',
'keyboard.tooltip.numeric': 'Číselné',
'keyboard.tooltip.alphabetic': 'Rímske písmená',
'tooltip.copy to clipboard': 'Kopírovať do schránky',
'tooltip.cut to clipboard': 'Vystrihnúť do schránky',
'tooltip.paste from clipboard': 'Prilepiť zo schránky',
'tooltip.redo': 'Znova',
'tooltip.toggle virtual keyboard': 'Prepnúť virtuálnu klávesnicu',
'tooltip.menu': 'Menu',
'tooltip.undo': 'Späť',
'menu.borders': 'Okraje',
'menu.insert matrix': 'Vložiť maticu',
'menu.array.add row above': 'Pridať riadok pred',
'menu.array.add row below': 'Pridať riadok po',
'menu.array.add column after': 'Pridať stĺpec po',
'menu.array.add column before': 'Pridať stĺpec pred',
'menu.array.delete row': 'Odstrániť riadok',
'menu.array.delete rows': 'Odstrániť vybrané riadky',
'menu.array.delete column': 'Odstrániť stĺpec',
'menu.array.delete columns': 'Odstrániť vybrané stĺpce',

'menu.mode': 'Režim',
'menu.mode-math': 'Matematika',
'menu.mode-text': 'Text',
'menu.mode-latex': 'LaTeX',

'menu.insert': 'Vložiť',
'menu.insert.abs': 'Absolútna hodnota',
'menu.insert.abs-template': '\\left|x\\right|',
'menu.insert.nth-root': 'n<sup>tý</sup> koreň',
'menu.insert.nth-root-template': '\\sqrt[n]{x}',
'menu.insert.log-base': 'Logaritmus základ a',
'menu.insert.log-base-template': '\\log_a(x)',
'menu.insert.heading-calculus': 'Kalkulus',
'menu.insert.derivative': 'Derivácia',
'menu.insert.derivative-template':
'\\dfrac{\\mathrm{d}}{\\mathrm{d}x}f(x)\\bigm|_{x=a}',
'menu.insert.nth-derivative': 'n<sup>tá</sup> derivácia',
'menu.insert.nth-derivative-template':
'\\dfrac{\\mathrm{d}^n}{\\mathrm{d}x^n}f(x)\\bigm|_{x=a}',
'menu.insert.integral': 'Integrál',
'menu.insert.integral-template': '$\\int_a^b f(x)\\,\\mathrm{d}x$',
'menu.insert.sum': 'Súčet',
'menu.insert.sum-template': '$\\sum_{i=1}^n x_i$',
'menu.insert.product': 'Súčin',
'menu.insert.product-template': '\\prod_{i=1}^n x_i',
'menu.insert.heading-complex-numbers': 'Komplexné čísla',
'menu.insert.modulus': 'Modul',
'menu.insert.modulus-template': '\\lvert z \\rvert',
'menu.insert.argument': 'Argument',
'menu.insert.argument-template': '\\arg(z)',
'menu.insert.real-part': 'Reálna časť',
'menu.insert.real-part-template': '\\Re(z)',
'menu.insert.imaginary-part': 'Imaginárna časť',
'menu.insert.imaginary-part-template': '\\Im(z)',
'menu.insert.conjugate': 'Komplexne združené',
'menu.insert.conjugate-template': '\\overline{z}',

'tooltip.blackboard': 'Tabuľa',
'tooltip.bold': 'Tučné',
'tooltip.italic': 'Kurzíva',
'tooltip.fraktur': 'Fraktúra',
'tooltip.script': 'Rukopis',
'tooltip.caligraphic': 'Kaligrafické',
'tooltip.typewriter': 'Písací stroj',
'tooltip.roman-upright': 'Rímske vzpriamené',

'tooltip.row-by-col': '%@ × %@',

'menu.font-style': 'Štýl písma',
'menu.accent': 'Prízvuk',
'menu.decoration': 'Dekorácia',
'menu.color': 'Farba',
'menu.background-color': 'Pozadie',
'menu.evaluate': 'Vyhodnotiť',
'menu.simplify': 'Zjednodušiť',
'menu.solve': 'Riešiť',
'menu.solve-for': 'Riešiť pre %@',

'menu.cut': 'Vystrihnúť',
'menu.copy': 'Kopírovať',
'menu.copy-as-latex': 'Kopírovať ako LaTeX',
'menu.copy-as-ascii-math': 'Kopírovať ako ASCII Math',
'menu.copy-as-mathml': 'Kopírovať ako MathML',
'menu.paste': 'Prilepiť',
'menu.select-all': 'Vybrať všetko',

// Colors (accessible labels in color swatches)
'color.red': 'Červená',
'color.orange': 'Oranžová',
'color.yellow': 'Žltá',
'color.lime': 'Limetková',
'color.green': 'Zelená',
'color.teal': 'Modrozelená',
'color.cyan': 'Azúrová',
'color.blue': 'Modrá',
'color.indigo': 'Indigová',
'color.purple': 'Fialová',
'color.magenta': 'Magenta',
'color.black': 'Čierna',
'color.dark-grey': 'Tmavosivá',
'color.grey': 'Sivá',
'color.light-grey': 'Svetlosivá',
'color.white': 'Biela',
},
'en': {
'keyboard.tooltip.symbols': 'Symbols',
'keyboard.tooltip.greek': 'Greek Letters',
Expand Down

0 comments on commit 6a24665

Please sign in to comment.