@lotte-innovate/ui-component-test 0.0.121 → 0.0.123
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +6 -6
- package/dist/globals.css +3 -3
- package/dist/lib/Typography/Text/index.mjs +1 -1
- package/dist/lib/color/alpha.mjs +1 -1
- package/dist/lib/color/alpha.mjs.map +1 -1
- package/dist/lib/components/Box/index.d.ts +10 -0
- package/dist/lib/components/Box/index.js +56 -0
- package/dist/lib/components/Box/index.mjs +2 -0
- package/dist/lib/components/Box/index.mjs.map +1 -0
- package/dist/lib/components/Calendar/index.d.ts +8 -0
- package/dist/lib/components/Calendar/index.js +49 -0
- package/dist/lib/components/Calendar/index.mjs +3 -0
- package/dist/lib/components/Calendar/index.mjs.map +1 -0
- package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +6 -2
- package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.js +18 -3
- package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.mjs +1 -1
- package/dist/lib/components/Datepicker/index.d.ts +14 -0
- package/dist/lib/components/Datepicker/index.js +35 -0
- package/dist/lib/components/Datepicker/index.mjs +3 -0
- package/dist/lib/components/Datepicker/index.mjs.map +1 -0
- package/dist/lib/components/Dialog/DialogAction.js +3 -2
- package/dist/lib/components/Dialog/DialogAction.mjs +1 -1
- package/dist/lib/components/Dialog/DialogCancel.js +2 -1
- package/dist/lib/components/Dialog/DialogCancel.mjs +1 -1
- package/dist/lib/components/Dialog/DialogRoot.js +1 -1
- package/dist/lib/components/Dialog/DialogRoot.mjs +1 -1
- package/dist/lib/components/Editor/index.d.ts +3 -0
- package/dist/lib/components/Editor/index.js +51 -16
- package/dist/lib/components/Editor/index.mjs +1 -1
- package/dist/lib/components/Footer/index.js +1 -1
- package/dist/lib/components/Footer/index.mjs +1 -1
- package/dist/lib/components/Gnb/GnbLogo.d.ts +1 -0
- package/dist/lib/components/Gnb/GnbLogo.js +2 -2
- package/dist/lib/components/Gnb/GnbLogo.mjs +1 -1
- package/dist/lib/components/Gnb/GnbLogo.mjs.map +1 -1
- package/dist/lib/components/Gnb/GnbMenu.d.ts +0 -2
- package/dist/lib/components/Gnb/GnbMenu.js +2 -5
- package/dist/lib/components/Gnb/GnbMenu.mjs +1 -1
- package/dist/lib/components/Gnb/GnbMenuItem.d.ts +11 -0
- package/dist/lib/components/Gnb/GnbMenuItem.js +46 -0
- package/dist/lib/components/Gnb/GnbMenuItem.mjs +3 -0
- package/dist/lib/components/Gnb/GnbMenuItem.mjs.map +1 -0
- package/dist/lib/components/Gnb/index.d.ts +1 -0
- package/dist/lib/components/Gnb/index.js +2 -0
- package/dist/lib/components/Gnb/index.mjs +1 -1
- package/dist/lib/components/Gnb/index.mjs.map +1 -1
- package/dist/lib/components/Grid/NumberingPagination.d.ts +2 -0
- package/dist/lib/components/Grid/NumberingPagination.js +76 -0
- package/dist/lib/components/Grid/NumberingPagination.mjs +2 -0
- package/dist/lib/components/Grid/NumberingPagination.mjs.map +1 -0
- package/dist/lib/components/Grid/Pagination.js +2 -1
- package/dist/lib/components/Grid/index.js +2 -2
- package/dist/lib/components/Grid/index.mjs +1 -1
- package/dist/lib/components/Grid/useGrid.js +14 -8
- package/dist/lib/components/Grid/useGrid.mjs +1 -1
- package/dist/lib/components/Label/index.d.ts +2 -0
- package/dist/lib/components/Label/index.js +3 -3
- package/dist/lib/components/Label/index.mjs +1 -1
- package/dist/lib/components/Modal/ModalAction.d.ts +11 -0
- package/dist/lib/components/Modal/ModalAction.js +62 -0
- package/dist/lib/components/Modal/ModalAction.mjs +3 -0
- package/dist/lib/components/Modal/ModalAction.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalCancel.d.ts +10 -0
- package/dist/lib/components/Modal/ModalCancel.js +58 -0
- package/dist/lib/components/Modal/ModalCancel.mjs +3 -0
- package/dist/lib/components/Modal/ModalCancel.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalContent.d.ts +11 -0
- package/dist/lib/components/Modal/ModalContent.js +61 -0
- package/dist/lib/components/Modal/ModalContent.mjs +3 -0
- package/dist/lib/components/Modal/ModalContent.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalDescription.d.ts +5 -0
- package/dist/lib/components/Modal/ModalDescription.js +47 -0
- package/dist/lib/components/Modal/ModalDescription.mjs +3 -0
- package/dist/lib/components/Modal/ModalDescription.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalFooter.d.ts +2 -0
- package/dist/lib/components/Modal/ModalFooter.js +30 -0
- package/dist/lib/components/Modal/ModalFooter.mjs +2 -0
- package/dist/lib/components/Modal/ModalFooter.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalRoot.d.ts +16 -0
- package/dist/lib/components/Modal/ModalRoot.js +42 -0
- package/dist/lib/components/Modal/ModalRoot.mjs +3 -0
- package/dist/lib/components/Modal/ModalRoot.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalTitle.d.ts +11 -0
- package/dist/lib/components/Modal/ModalTitle.js +63 -0
- package/dist/lib/components/Modal/ModalTitle.mjs +3 -0
- package/dist/lib/components/Modal/ModalTitle.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalTrigger.d.ts +3 -0
- package/dist/lib/components/Modal/ModalTrigger.js +30 -0
- package/dist/lib/components/Modal/ModalTrigger.mjs +2 -0
- package/dist/lib/components/Modal/ModalTrigger.mjs.map +1 -0
- package/dist/lib/components/Modal/index.d.ts +15 -0
- package/dist/lib/components/Modal/index.js +19 -0
- package/dist/lib/components/Modal/index.mjs +2 -0
- package/dist/lib/components/Modal/index.mjs.map +1 -0
- package/dist/lib/components/Popover/index.mjs.map +1 -1
- package/dist/lib/components/SearchBar/index.d.ts +15 -0
- package/dist/lib/components/SearchBar/index.js +85 -0
- package/dist/lib/components/SearchBar/index.mjs +3 -0
- package/dist/lib/components/SearchBar/index.mjs.map +1 -0
- package/dist/lib/components/SideBar/index.d.ts +21 -0
- package/dist/lib/components/SideBar/index.js +100 -0
- package/dist/lib/components/SideBar/index.mjs +3 -0
- package/dist/lib/components/SideBar/index.mjs.map +1 -0
- package/dist/lib/components/Tabs/DynamicTabs.d.ts +30 -0
- package/dist/lib/components/Tabs/DynamicTabs.js +73 -0
- package/dist/lib/components/Tabs/DynamicTabs.mjs +3 -0
- package/dist/lib/components/Tabs/DynamicTabs.mjs.map +1 -0
- package/dist/lib/components/Tabs/index.d.ts +2 -2
- package/dist/lib/components/TextField/index.d.ts +4 -0
- package/dist/lib/components/TextField/index.js +39 -4
- package/dist/lib/components/TextField/index.mjs +1 -1
- package/dist/lib/components/Timeline/TimelineConnector.js +1 -3
- package/dist/lib/components/Timeline/TimelineConnector.mjs +2 -0
- package/dist/lib/components/Timeline/TimelineConnector.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineContent.mjs +2 -0
- package/dist/lib/components/Timeline/TimelineContent.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineDescription.mjs +2 -0
- package/dist/lib/components/Timeline/TimelineDescription.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineHeader.mjs +2 -0
- package/dist/lib/components/Timeline/TimelineHeader.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineIcon.js +4 -3
- package/dist/lib/components/Timeline/TimelineIcon.mjs +3 -0
- package/dist/lib/components/Timeline/TimelineIcon.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineItem.js +1 -1
- package/dist/lib/components/Timeline/TimelineItem.mjs +2 -0
- package/dist/lib/components/Timeline/TimelineItem.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineRoot.js +13 -7
- package/dist/lib/components/Timeline/TimelineRoot.mjs +3 -0
- package/dist/lib/components/Timeline/TimelineRoot.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineTime.d.ts +3 -1
- package/dist/lib/components/Timeline/TimelineTime.js +16 -4
- package/dist/lib/components/Timeline/TimelineTime.mjs +3 -0
- package/dist/lib/components/Timeline/TimelineTime.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineTitle.d.ts +3 -1
- package/dist/lib/components/Timeline/TimelineTitle.js +16 -4
- package/dist/lib/components/Timeline/TimelineTitle.mjs +3 -0
- package/dist/lib/components/Timeline/TimelineTitle.mjs.map +1 -0
- package/dist/lib/components/Timeline/index.mjs +2 -0
- package/dist/lib/components/Timeline/index.mjs.map +1 -0
- package/dist/lib/components/Tooltip/index.d.ts +1 -0
- package/dist/lib/components/Tooltip/index.js +2 -2
- package/dist/lib/components/Tooltip/index.mjs +1 -1
- package/dist/lib/components/index.d.ts +8 -0
- package/dist/lib/components/index.js +8 -0
- package/dist/lib/constants.js +1 -1
- package/dist/lib/constants.mjs +1 -1
- package/dist/lib/constants.mjs.map +1 -1
- package/dist/lib/index.mjs +1 -1
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatDistance/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatDistance/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatLong/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatLong/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatRelative/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatRelative/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/localize/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/localize/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/match/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/match/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/index.mjs.map +1 -0
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/lib/types.d.ts +0 -5
- package/dist/lib/utils/classPrefixes.js +3 -0
- package/dist/lib/utils/langs/it.d.ts +0 -0
- package/dist/lib/utils/langs/it.js +2 -0
- package/dist/lib/utils/langs/it.mjs +3 -0
- package/dist/lib/utils/langs/it.mjs.map +1 -0
- package/dist/lib/utils/langs/ja.d.ts +0 -0
- package/dist/lib/utils/langs/ja.js +2 -0
- package/dist/lib/utils/langs/ja.mjs +3 -0
- package/dist/lib/utils/langs/ja.mjs.map +1 -0
- package/dist/lib/utils/langs/ko_KR.d.ts +0 -0
- package/dist/lib/utils/langs/ko_KR.js +2 -0
- package/dist/lib/utils/langs/ko_KR.mjs +3 -0
- package/dist/lib/utils/langs/ko_KR.mjs.map +1 -0
- package/dist/lib/utils/langs/vi.d.ts +0 -0
- package/dist/lib/utils/langs/vi.js +2 -0
- package/dist/lib/utils/langs/vi.mjs +3 -0
- package/dist/lib/utils/langs/vi.mjs.map +1 -0
- package/dist/lib/utils/langs/zh_CN.d.ts +0 -0
- package/dist/lib/utils/langs/zh_CN.js +2 -0
- package/dist/lib/utils/langs/zh_CN.mjs +3 -0
- package/dist/lib/utils/langs/zh_CN.mjs.map +1 -0
- package/dist/lib/utils/useLoadTinyMCE.d.ts +1 -0
- package/dist/lib/utils/useLoadTinyMCE.js +154 -0
- package/dist/lib/utils/useLoadTinyMCE.mjs +2 -0
- package/dist/lib/utils/useLoadTinyMCE.mjs.map +1 -0
- package/dist/lib/utils/useWindowSize.d.ts +1 -0
- package/dist/lib/utils/useWindowSize.js +17 -0
- package/dist/lib/utils/useWindowSize.mjs +2 -0
- package/dist/lib/utils/useWindowSize.mjs.map +1 -0
- package/dist/tailwind.config.js +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -5
- package/dist/lib/components/Grid/Pagination.mjs +0 -2
- package/dist/lib/components/Grid/Pagination.mjs.map +0 -1
- package/public/tinymce/CHANGELOG.md +0 -3453
- package/public/tinymce/README.md +0 -73
- package/public/tinymce/bower.json +0 -27
- package/public/tinymce/composer.json +0 -52
- package/public/tinymce/icons/default/icons.js +0 -194
- package/public/tinymce/icons/default/icons.min.js +0 -1
- package/public/tinymce/icons/default/index.js +0 -7
- package/public/tinymce/license.txt +0 -21
- package/public/tinymce/models/dom/index.js +0 -7
- package/public/tinymce/models/dom/model.js +0 -8040
- package/public/tinymce/models/dom/model.min.js +0 -4
- package/public/tinymce/package.json +0 -32
- package/public/tinymce/plugins/advlist/index.js +0 -7
- package/public/tinymce/plugins/advlist/plugin.js +0 -259
- package/public/tinymce/plugins/advlist/plugin.min.js +0 -4
- package/public/tinymce/plugins/autolink/index.js +0 -7
- package/public/tinymce/plugins/autolink/plugin.js +0 -228
- package/public/tinymce/plugins/autolink/plugin.min.js +0 -4
- package/public/tinymce/plugins/code/index.js +0 -7
- package/public/tinymce/plugins/code/plugin.js +0 -85
- package/public/tinymce/plugins/code/plugin.min.js +0 -4
- package/public/tinymce/plugins/codesample/index.js +0 -7
- package/public/tinymce/plugins/codesample/plugin.js +0 -2463
- package/public/tinymce/plugins/codesample/plugin.min.js +0 -4
- package/public/tinymce/plugins/image/index.js +0 -7
- package/public/tinymce/plugins/image/plugin.js +0 -1505
- package/public/tinymce/plugins/image/plugin.min.js +0 -4
- package/public/tinymce/plugins/link/index.js +0 -7
- package/public/tinymce/plugins/link/plugin.js +0 -1242
- package/public/tinymce/plugins/link/plugin.min.js +0 -4
- package/public/tinymce/plugins/lists/index.js +0 -7
- package/public/tinymce/plugins/lists/plugin.js +0 -2172
- package/public/tinymce/plugins/lists/plugin.min.js +0 -4
- package/public/tinymce/plugins/table/index.js +0 -7
- package/public/tinymce/plugins/table/plugin.js +0 -3462
- package/public/tinymce/plugins/table/plugin.min.js +0 -4
- package/public/tinymce/skins/content/default/content.css +0 -61
- package/public/tinymce/skins/content/default/content.js +0 -2
- package/public/tinymce/skins/content/default/content.min.css +0 -1
- package/public/tinymce/skins/ui/oxide/content.css +0 -785
- package/public/tinymce/skins/ui/oxide/content.inline.css +0 -779
- package/public/tinymce/skins/ui/oxide/content.inline.js +0 -2
- package/public/tinymce/skins/ui/oxide/content.inline.min.css +0 -1
- package/public/tinymce/skins/ui/oxide/content.js +0 -2
- package/public/tinymce/skins/ui/oxide/content.min.css +0 -1
- package/public/tinymce/skins/ui/oxide/skin.css +0 -3763
- package/public/tinymce/skins/ui/oxide/skin.js +0 -2
- package/public/tinymce/skins/ui/oxide/skin.min.css +0 -1
- package/public/tinymce/skins/ui/oxide/skin.shadowdom.css +0 -30
- package/public/tinymce/skins/ui/oxide/skin.shadowdom.js +0 -2
- package/public/tinymce/skins/ui/oxide/skin.shadowdom.min.css +0 -1
- package/public/tinymce/skins/ui/oxide-dark/content.css +0 -766
- package/public/tinymce/skins/ui/oxide-dark/content.inline.css +0 -779
- package/public/tinymce/skins/ui/oxide-dark/content.inline.js +0 -2
- package/public/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -1
- package/public/tinymce/skins/ui/oxide-dark/content.js +0 -2
- package/public/tinymce/skins/ui/oxide-dark/content.min.css +0 -1
- package/public/tinymce/skins/ui/oxide-dark/skin.css +0 -3766
- package/public/tinymce/skins/ui/oxide-dark/skin.js +0 -2
- package/public/tinymce/skins/ui/oxide-dark/skin.min.css +0 -1
- package/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +0 -30
- package/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +0 -2
- package/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -1
- package/public/tinymce/themes/silver/index.js +0 -7
- package/public/tinymce/themes/silver/theme.js +0 -30775
- package/public/tinymce/themes/silver/theme.min.js +0 -384
- package/public/tinymce/tinymce.d.ts +0 -3238
- package/public/tinymce/tinymce.js +0 -31779
- package/public/tinymce/tinymce.min.js +0 -384
package/dist/lib/types.d.ts
CHANGED
@@ -83,8 +83,3 @@ export type IChartDataLabels = {
|
|
83
83
|
};
|
84
84
|
export type IExtendedAccentColor = ComponentProps<typeof Theme>['accentColor'] & IColor;
|
85
85
|
export type IExtendedThemeColor = ComponentProps<typeof SliderTheme>['color'] & IColor;
|
86
|
-
export interface INavItem {
|
87
|
-
title: string;
|
88
|
-
href: string;
|
89
|
-
disabled?: boolean;
|
90
|
-
}
|
@@ -3,6 +3,7 @@ export var classPrefixesByScale = {
|
|
3
3
|
border: [4, 6, 7, 8, 9],
|
4
4
|
bg: [1, 2, 3, 4, 5, 6, 7, 9, 10, 12],
|
5
5
|
text: [1, 8, 9, 10, 11, 12],
|
6
|
+
'focus:bg': [9],
|
6
7
|
'hover:bg': [2, 3, 4, 6, 9, 10],
|
7
8
|
'hover:border': [4, 6, 7, 8, 9],
|
8
9
|
'hover:text': [1, 10, 11, 12],
|
@@ -23,4 +24,6 @@ export var classPrefixesByScale = {
|
|
23
24
|
'data-[state=unchecked]:bg': [2, 3, 5, 6, 7],
|
24
25
|
'data-[state=unchecked]:border': [4, 6, 7, 8, 9],
|
25
26
|
'data-[state=unchecked]:text': [8],
|
27
|
+
'aria-selected:bg': [9],
|
28
|
+
'aria-selected:hover:bg': [9],
|
26
29
|
};
|
File without changes
|
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";
|
2
|
+
tinymce.addI18n("it", { "#": "#", "Accessibility": "Accessibilit\xe0", "Accordion": "", "Accordion body...": "", "Accordion summary...": "", "Action": "Azione", "Activity": "Attivit\xe0", "Address": "Indirizzo", "Advanced": "Avanzate", "Align": "Allinea", "Align center": "Allinea al centro", "Align left": "Allinea a sinistra", "Align right": "Allinea a destra", "Alignment": "Allineamento", "Alignment {0}": "", "All": "Tutto", "Alternative description": "Descrizione alternativa", "Alternative source": "Sorgente alternativa", "Alternative source URL": "URL sorgente alternativa", "Anchor": "Ancora", "Anchor...": "Ancoraggio...", "Anchors": "Ancoraggi", "Animals and Nature": "Animali e natura", "Arrows": "Frecce", "B": "B", "Background color": "Colore dello sfondo", "Background color {0}": "", "Black": "Nero", "Block": "Blocco", "Block {0}": "", "Blockquote": "Citazione", "Blocks": "Blocchi", "Blue": "Blu", "Blue component": "Componente blu", "Body": "Corpo", "Bold": "Grassetto", "Border": "Bordo", "Border color": "Colore del bordo", "Border style": "Stile del bordo", "Border width": "Larghezza del bordo", "Bottom": "In basso", "Browse files": "", "Browse for an image": "Cerca un'immagine", "Browse links": "", "Bullet list": "Elenco puntato", "Cancel": "Annulla", "Caption": "Didascalia", "Cell": "Cella", "Cell padding": "Spaziatura interna celle", "Cell properties": "Propriet\xe0 cella", "Cell spacing": "Spaziatura tra celle", "Cell styles": "Stili cella", "Cell type": "Tipo di cella", "Center": "Centro", "Characters": "Caratteri", "Characters (no spaces)": "Caratteri (senza spazi)", "Circle": "Circolo", "Class": "Classe", "Clear formatting": "Cancella la formattazione", "Close": "Chiudi", "Code": "Codice", "Code sample...": "Esempio di codice...", "Code view": "Visualizza codice", "Color Picker": "Selezione colori", "Color swatch": "Campione di colore", "Cols": "Colonne", "Column": "Colonna", "Column clipboard actions": "Azioni appunti colonna", "Column group": "Gruppo di colonne", "Column header": "Intestazione colonna", "Constrain proportions": "Mantieni proporzioni", "Copy": "Copia", "Copy column": "Copia colonna", "Copy row": "Copia riga", "Could not find the specified string.": "Impossibile trovare la stringa specificata.", "Could not load emojis": "Non posso caricare le emojis", "Count": "Conteggio", "Currency": "Valuta", "Current window": "Finestra corrente", "Custom color": "Colore personalizzato", "Custom...": "Personalizzato...", "Cut": "Taglia", "Cut column": "Taglia colonna", "Cut row": "Taglia riga", "Dark Blue": "Blu scuro", "Dark Gray": "Grigio scuro", "Dark Green": "Verde scuro", "Dark Orange": "Arancio scuro", "Dark Purple": "Viola scuro", "Dark Red": "Rosso scuro", "Dark Turquoise": "Turchese scuro", "Dark Yellow": "Giallo scuro", "Dashed": "Trattini", "Date/time": "Data/ora", "Decrease indent": "Riduci rientro", "Default": "Predefinito", "Delete accordion": "", "Delete column": "Elimina colonna", "Delete row": "Elimina riga", "Delete table": "Elimina tabella", "Dimensions": "Dimensioni", "Disc": "Disco", "Div": "Div", "Document": "Documento", "Dotted": "Puntini", "Double": "Doppio", "Drop an image here": "Rilasciare un'immagine qui", "Dropped file type is not supported": "Tipo di file non supportato", "Edit": "Modifica", "Embed": "Incorpora", "Emojis": "Emojis", "Emojis...": "Emojis...", "Error": "Errore", "Error: Form submit field collision.": "Errore: Conflitto di campi nel modulo inviato.", "Error: No form element found.": "Errore: Nessun elemento di modulo trovato.", "Extended Latin": "Latino esteso", "Failed to initialize plugin: {0}": "Inizializzazione plugin fallita: {0}", "Failed to load plugin url: {0}": "Caricamento URL plugin fallito: {0}", "Failed to load plugin: {0} from url {1}": "Caricamento plugin fallito: {0} dall'URL {1}", "Failed to upload image: {0}": "Caricamento immagine fallito: {0}", "File": "File", "Find": "Trova", "Find (if searchreplace plugin activated)": "Trova (se \xe8 attivato l'apposito plugin)", "Find and Replace": "Trova e sostituisci", "Find and replace...": "Trova e sostituisci...", "Find in selection": "Trova nella selezione", "Find whole words only": "Trova solo parole intere", "Flags": "Bandiere", "Focus to contextual toolbar": "Imposta stato attivo per la barra degli strumenti contestuale", "Focus to element path": "Imposta stato attivo per il percorso dell'elemento", "Focus to menubar": "Imposta stato attivo per la barra dei menu", "Focus to toolbar": "Imposta stato attivo per la barra degli strumenti", "Font": "Carattere", "Font size {0}": "", "Font sizes": "Dimensioni font", "Font {0}": "", "Fonts": "Caratteri", "Food and Drink": "Cibi e bevande", "Footer": "Pi\xe8 di pagina", "Format": "Formato", "Format {0}": "", "Formats": "Formati", "Fullscreen": "A tutto schermo", "G": "V", "General": "Generali", "Gray": "Grigio", "Green": "Verde", "Green component": "Componente verde", "Groove": "Groove", "Handy Shortcuts": "Scorciatoie utili", "Header": "Intestazione", "Header cell": "Cella d'intestazione", "Heading 1": "Titolo 1", "Heading 2": "Titolo 2", "Heading 3": "Titolo 3", "Heading 4": "Titolo 4", "Heading 5": "Titolo 5", "Heading 6": "Titolo 6", "Headings": "Titoli", "Height": "Altezza", "Help": "Guida", "Hex color code": "Colore esadecimale", "Hidden": "Nascosto", "Horizontal align": "Allineamento orizzontale", "Horizontal line": "Linea orizzontale", "Horizontal space": "Spazio orizzontale", "ID": "ID", "ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "ID dovrebbe iniziare con una lettera, seguita solo da lettere, numeri, trattini, punti, due punti.", "Image is decorative": "L'immagine \xe8 decorativa", "Image list": "Elenco immagini", "Image title": "Titolo immagine", "Image...": "Immagine...", "ImageProxy HTTP error: Could not find Image Proxy": "Errore HTTP ImageProxy: impossibile trovare Image Proxy", "ImageProxy HTTP error: Incorrect Image Proxy URL": "Errore HTTP ImageProxy: URL Image Proxy non corretto", "ImageProxy HTTP error: Rejected request": "Errore HTTP ImageProxy: richiesta rifiutata", "ImageProxy HTTP error: Unknown ImageProxy error": "Errore HTTP ImageProxy: errore sconosciuto", "Increase indent": "Aumenta rientro", "Inline": "In linea", "Insert": "Inserisci", "Insert Template": "Inserisci modello", "Insert accordion": "", "Insert column after": "Inserisci colonna dopo", "Insert column before": "Inserisci colonna prima", "Insert date/time": "Inserisci data/ora", "Insert image": "Inserisci immagine", "Insert link (if link plugin activated)": "Inserisci un collegamento (se \xe8 attivato l'apposito plugin)", "Insert row after": "Inserisci riga dopo", "Insert row before": "Inserisci riga prima", "Insert table": "Inserisci tabella", "Insert template...": "Inserisci modello...", "Insert video": "Inserisci video", "Insert/Edit code sample": "Inserisci/modifica esempio di codice", "Insert/edit image": "Inserisci/modifica immagine", "Insert/edit link": "Inserisci/modifica collegamento", "Insert/edit media": "Inserisci/modifica oggetti multimediali", "Insert/edit video": "Inserisci/modifica video", "Inset": "Inserto", "Invalid hex color code: {0}": "Codice esadecimale colore non valido: {0}", "Invalid input": "Dato non valido", "Italic": "Corsivo", "Justify": "Giustifica", "Keyboard Navigation": "Navigazione tramite tastiera", "Language": "Lingua", "Learn more...": "Maggiori informazioni...", "Left": "Sinistra", "Left to right": "Da sinistra a destra", "Light Blue": "Azzurro", "Light Gray": "Grigio chiaro", "Light Green": "Verde chiaro", "Light Purple": "Viola chiaro", "Light Red": "Rosso chiaro", "Light Yellow": "Giallo chiaro", "Line height": "Altezza linea", "Link list": "Elenco collegamenti", "Link...": "Collegamento...", "List Properties": "Propriet\xe0 Lista", "List properties...": "Propriet\xe0 lista...", "Loading emojis...": "Caricamento emojis...", "Loading...": "Lettura in corso...", "Lower Alpha": "Alfabetico minuscolo", "Lower Greek": "Greco minuscolo", "Lower Roman": "Romano minuscolo", "Match case": "Maiuscole/minuscole", "Mathematical": "Caratteri matematici", "Media poster (Image URL)": "Poster dell'oggetto multimediale (URL dell'immagine)", "Media...": "Oggetto multimediale...", "Medium Blue": "Blu medio", "Medium Gray": "Grigio medio", "Medium Purple": "Viola medio", "Merge cells": "Unisci le celle", "Middle": "Centrato", "Midnight Blue": "Blu notte", "More...": "Altro\u2026", "Name": "Nome", "Navy Blue": "Blu scuro", "New document": "Nuovo documento", "New window": "Nuova finestra", "Next": "Avanti", "No": "No", "No alignment": "Senza allineamento", "No color": "Nessun colore", "Nonbreaking space": "Spazio indivisibile", "None": "Nessuno", "Numbered list": "Elenco numerato", "OR": "OPPURE", "Objects": "Oggetti", "Ok": "OK", "Open help dialog": "Apri la finestra di aiuto", "Open link": "Apri link", "Open link in...": "Apri collegamento in...", "Open popup menu for split buttons": "Apri il menu a comparsa per i pulsanti divisi", "Orange": "Arancio", "Outset": "Inizio", "Page break": "Interruzione di pagina", "Paragraph": "Paragrafo", "Paste": "Incolla", "Paste as text": "Incolla senza formattazioni", "Paste column after": "Inserisci colonna dopo", "Paste column before": "Inserisci colonna prima", "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Incolla \xe8 in modalit\xe0 testo normale. I contenuti saranno incollati come testo normale se non viene disattivata questa opzione.", "Paste or type a link": "Incolla o digita un collegamento", "Paste row after": "Incolla riga dopo", "Paste row before": "Incolla riga prima", "Paste your embed code below:": "Incolla il codice d'incorporamento di seguito:", "People": "Persone", "Plugins": "Plugin", "Plugins installed ({0}):": "Plugin installati ({0}):", "Powered by {0}": "Con tecnologia {0}", "Pre": "Pre", "Preferences": "Preferenze", "Preformatted": "Preformattato", "Premium plugins:": "Plugin Premium:", "Press the Up and Down arrow keys to resize the editor.": "", "Press the arrow keys to resize the editor.": "", "Press {0} for help": "", "Preview": "Anteprima", "Previous": "Indietro", "Print": "Stampa", "Print...": "Stampa...", "Purple": "Viola", "Quotations": "Citazioni", "R": "R", "Range 0 to 255": "Intervallo da 0 a 255", "Red": "Rosso", "Red component": "Componente rosso", "Redo": "Ripristina", "Remove": "Rimuovi", "Remove color": "Rimuovi colore", "Remove link": "Rimuovi collegamento", "Replace": "Sostituisci", "Replace all": "Sostituisci tutto", "Replace with": "Sostituisci con", "Resize": "Ridimensiona", "Restore last draft": "Ripristina l'ultima bozza", "Reveal or hide additional toolbar items": "", "Rich Text Area": "Area di testo ricco", "Rich Text Area. Press ALT-0 for help.": "Area di testo RTF. Premere ALT-0 per la guida.", "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Area di testo RTF. Premere ALT-F9 per il menu. Premere ALT-F10 per la barra degli strumenti. Premere ALT-0 per la guida.", "Ridge": "Ridge", "Right": "Destra", "Right to left": "Da destra a sinistra", "Row": "Riga", "Row clipboard actions": "Azioni appunti riga", "Row group": "Gruppo di righe", "Row header": "Intestazione riga", "Row properties": "Propriet\xe0 della riga", "Row type": "Tipo di riga", "Rows": "Righe", "Save": "Salva", "Save (if save plugin activated)": "Salva (se \xe8 attivato l'apposito plugin)", "Scope": "Ambito", "Search": "Cerca", "Select all": "Seleziona tutto", "Select...": "Seleziona...", "Selection": "Selezione", "Shortcut": "Collegamento", "Show blocks": "Mostra blocchi", "Show caption": "Mostra didascalia", "Show invisible characters": "Mostra caratteri invisibili", "Size": "Dimensione carattere", "Solid": "Pieno", "Source": "Fonte", "Source code": "Codice sorgente", "Special Character": "Carattere Speciale", "Special character...": "Carattere speciale...", "Split cell": "Dividi la cella", "Square": "Quadrato", "Start list at number": "La lista inizia con il numero", "Strikethrough": "Barrato", "Style": "Stile", "Subscript": "Pedice", "Superscript": "Apice", "Switch to or from fullscreen mode": "Attiva/disattiva la modalit\xe0 schermo intero", "Symbols": "Simboli", "System Font": "Carattere di sistema", "Table": "Tabella", "Table caption": "Titolo tabella", "Table properties": "Propriet\xe0 della tabella", "Table styles": "Stili tabella", "Template": "Modello", "Templates": "Modelli", "Text": "Testo", "Text color": "Colore testo", "Text color {0}": "", "Text to display": "Testo da visualizzare", "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL inserito sembra essere un indirizzo email. Si vuole aggiungere il necessario prefisso mailto:?", "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "L'URL inserito sembra essere un collegamento esterno. Si vuole aggiungere il necessario prefisso http://?", "The URL you entered seems to be an external link. Do you want to add the required https:// prefix?": "L'URL inserito sembra essere un collegamento esterno. Si vuole aggiungere il necessario prefisso http://?", "Title": "Titolo", "To open the popup, press Shift+Enter": "Per aprire il popup, premere Shift+Invio", "Toggle accordion": "", "Tools": "Strumenti", "Top": "In alto", "Travel and Places": "Viaggi e luoghi", "Turquoise": "Turchese", "Underline": "Sottolineato", "Undo": "Annulla", "Upload": "Carica", "Uploading image": "Caricamento immagine", "Upper Alpha": "Alfabetico maiuscolo", "Upper Roman": "Romano maiuscolo", "Url": "URL", "User Defined": "Definito dall'utente", "Valid": "Valido", "Version": "Versione", "Vertical align": "Allineamento verticale", "Vertical space": "Spazio verticale", "View": "Visualizza", "Visual aids": "Aiuti visivi", "Warn": "Avviso", "White": "Bianco", "Width": "Larghezza", "Word count": "Conteggio parole", "Words": "Parole", "Words: {0}": "Parole: {0}", "Yellow": "Giallo", "Yes": "S\xec", "You are using {0}": "Si sta utilizzando {0}", "You have unsaved changes are you sure you want to navigate away?": "Ci sono modifiche non salvate, si \xe8 sicuro di volere uscire?", "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Il browser non supporta l'accesso diretto alla cartella degli appunti. Usare i tasti di scelta rapida Ctrl+X/C/V.", "alignment": "allineamento", "austral sign": "simbolo dell'austral", "cedi sign": "simbolo del cedi", "colon sign": "simbolo del col\xf3n", "cruzeiro sign": "simbolo del cruzeiro", "currency sign": "simbolo di valuta", "dollar sign": "simbolo del dollaro", "dong sign": "simbolo del dong", "drachma sign": "simbolo della dracma", "euro-currency sign": "simbolo dell'euro", "example": "esempio", "formatting": "formattazione", "french franc sign": "simbolo del franco francese", "german penny symbol": "simbolo del pfennig tedesco", "guarani sign": "simbolo del guaran\xec", "history": "cronologia", "hryvnia sign": "simbolo della hryvnia", "indentation": "indentazione", "indian rupee sign": "simbolo della rup\xeca indiana", "kip sign": "simbolo del kip", "lira sign": "simbolo della lira", "livre tournois sign": "simbolo della lira di Tours", "manat sign": "simbolo del manat", "mill sign": "simbolo del mill", "naira sign": "simbolo della naira", "new sheqel sign": "simbolo del nuovo shekel", "nordic mark sign": "simbolo del marco nordico", "peseta sign": "simbolo della peseta", "peso sign": "simbolo del peso", "ruble sign": "simbolo del rublo", "rupee sign": "simbolo della rup\xeca", "spesmilo sign": "simbolo dello spesmilo", "styles": "stili", "tenge sign": "simbolo del tenge", "tugrik sign": "simbolo del tugrik", "turkish lira sign": "simbolo della lira turca", "won sign": "simbolo del won", "yen character": "simbolo dello yen", "yen/yuan character variant one": "simbolo yen/yuan variante uno", "yuan character": "simbolo dello yuan", "yuan character, in hong kong and taiwan": "simbolo dello yuan, Hong Kong e Taiwan", "{0} characters": "{0} caratteri", "{0} columns, {1} rows": "", "{0} words": "{0} parole" });
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
tinymce.addI18n("it",{"#":"#",Accessibility:"Accessibilità",Accordion:"","Accordion body...":"","Accordion summary...":"",Action:"Azione",Activity:"Attività",Address:"Indirizzo",Advanced:"Avanzate",Align:"Allinea","Align center":"Allinea al centro","Align left":"Allinea a sinistra","Align right":"Allinea a destra",Alignment:"Allineamento","Alignment {0}":"",All:"Tutto","Alternative description":"Descrizione alternativa","Alternative source":"Sorgente alternativa","Alternative source URL":"URL sorgente alternativa",Anchor:"Ancora","Anchor...":"Ancoraggio...",Anchors:"Ancoraggi","Animals and Nature":"Animali e natura",Arrows:"Frecce",B:"B","Background color":"Colore dello sfondo","Background color {0}":"",Black:"Nero",Block:"Blocco","Block {0}":"",Blockquote:"Citazione",Blocks:"Blocchi",Blue:"Blu","Blue component":"Componente blu",Body:"Corpo",Bold:"Grassetto",Border:"Bordo","Border color":"Colore del bordo","Border style":"Stile del bordo","Border width":"Larghezza del bordo",Bottom:"In basso","Browse files":"","Browse for an image":"Cerca un'immagine","Browse links":"","Bullet list":"Elenco puntato",Cancel:"Annulla",Caption:"Didascalia",Cell:"Cella","Cell padding":"Spaziatura interna celle","Cell properties":"Proprietà cella","Cell spacing":"Spaziatura tra celle","Cell styles":"Stili cella","Cell type":"Tipo di cella",Center:"Centro",Characters:"Caratteri","Characters (no spaces)":"Caratteri (senza spazi)",Circle:"Circolo",Class:"Classe","Clear formatting":"Cancella la formattazione",Close:"Chiudi",Code:"Codice","Code sample...":"Esempio di codice...","Code view":"Visualizza codice","Color Picker":"Selezione colori","Color swatch":"Campione di colore",Cols:"Colonne",Column:"Colonna","Column clipboard actions":"Azioni appunti colonna","Column group":"Gruppo di colonne","Column header":"Intestazione colonna","Constrain proportions":"Mantieni proporzioni",Copy:"Copia","Copy column":"Copia colonna","Copy row":"Copia riga","Could not find the specified string.":"Impossibile trovare la stringa specificata.","Could not load emojis":"Non posso caricare le emojis",Count:"Conteggio",Currency:"Valuta","Current window":"Finestra corrente","Custom color":"Colore personalizzato","Custom...":"Personalizzato...",Cut:"Taglia","Cut column":"Taglia colonna","Cut row":"Taglia riga","Dark Blue":"Blu scuro","Dark Gray":"Grigio scuro","Dark Green":"Verde scuro","Dark Orange":"Arancio scuro","Dark Purple":"Viola scuro","Dark Red":"Rosso scuro","Dark Turquoise":"Turchese scuro","Dark Yellow":"Giallo scuro",Dashed:"Trattini","Date/time":"Data/ora","Decrease indent":"Riduci rientro",Default:"Predefinito","Delete accordion":"","Delete column":"Elimina colonna","Delete row":"Elimina riga","Delete table":"Elimina tabella",Dimensions:"Dimensioni",Disc:"Disco",Div:"Div",Document:"Documento",Dotted:"Puntini",Double:"Doppio","Drop an image here":"Rilasciare un'immagine qui","Dropped file type is not supported":"Tipo di file non supportato",Edit:"Modifica",Embed:"Incorpora",Emojis:"Emojis","Emojis...":"Emojis...",Error:"Errore","Error: Form submit field collision.":"Errore: Conflitto di campi nel modulo inviato.","Error: No form element found.":"Errore: Nessun elemento di modulo trovato.","Extended Latin":"Latino esteso","Failed to initialize plugin: {0}":"Inizializzazione plugin fallita: {0}","Failed to load plugin url: {0}":"Caricamento URL plugin fallito: {0}","Failed to load plugin: {0} from url {1}":"Caricamento plugin fallito: {0} dall'URL {1}","Failed to upload image: {0}":"Caricamento immagine fallito: {0}",File:"File",Find:"Trova","Find (if searchreplace plugin activated)":"Trova (se è attivato l'apposito plugin)","Find and Replace":"Trova e sostituisci","Find and replace...":"Trova e sostituisci...","Find in selection":"Trova nella selezione","Find whole words only":"Trova solo parole intere",Flags:"Bandiere","Focus to contextual toolbar":"Imposta stato attivo per la barra degli strumenti contestuale","Focus to element path":"Imposta stato attivo per il percorso dell'elemento","Focus to menubar":"Imposta stato attivo per la barra dei menu","Focus to toolbar":"Imposta stato attivo per la barra degli strumenti",Font:"Carattere","Font size {0}":"","Font sizes":"Dimensioni font","Font {0}":"",Fonts:"Caratteri","Food and Drink":"Cibi e bevande",Footer:"Piè di pagina",Format:"Formato","Format {0}":"",Formats:"Formati",Fullscreen:"A tutto schermo",G:"V",General:"Generali",Gray:"Grigio",Green:"Verde","Green component":"Componente verde",Groove:"Groove","Handy Shortcuts":"Scorciatoie utili",Header:"Intestazione","Header cell":"Cella d'intestazione","Heading 1":"Titolo 1","Heading 2":"Titolo 2","Heading 3":"Titolo 3","Heading 4":"Titolo 4","Heading 5":"Titolo 5","Heading 6":"Titolo 6",Headings:"Titoli",Height:"Altezza",Help:"Guida","Hex color code":"Colore esadecimale",Hidden:"Nascosto","Horizontal align":"Allineamento orizzontale","Horizontal line":"Linea orizzontale","Horizontal space":"Spazio orizzontale",ID:"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID dovrebbe iniziare con una lettera, seguita solo da lettere, numeri, trattini, punti, due punti.","Image is decorative":"L'immagine è decorativa","Image list":"Elenco immagini","Image title":"Titolo immagine","Image...":"Immagine...","ImageProxy HTTP error: Could not find Image Proxy":"Errore HTTP ImageProxy: impossibile trovare Image Proxy","ImageProxy HTTP error: Incorrect Image Proxy URL":"Errore HTTP ImageProxy: URL Image Proxy non corretto","ImageProxy HTTP error: Rejected request":"Errore HTTP ImageProxy: richiesta rifiutata","ImageProxy HTTP error: Unknown ImageProxy error":"Errore HTTP ImageProxy: errore sconosciuto","Increase indent":"Aumenta rientro",Inline:"In linea",Insert:"Inserisci","Insert Template":"Inserisci modello","Insert accordion":"","Insert column after":"Inserisci colonna dopo","Insert column before":"Inserisci colonna prima","Insert date/time":"Inserisci data/ora","Insert image":"Inserisci immagine","Insert link (if link plugin activated)":"Inserisci un collegamento (se è attivato l'apposito plugin)","Insert row after":"Inserisci riga dopo","Insert row before":"Inserisci riga prima","Insert table":"Inserisci tabella","Insert template...":"Inserisci modello...","Insert video":"Inserisci video","Insert/Edit code sample":"Inserisci/modifica esempio di codice","Insert/edit image":"Inserisci/modifica immagine","Insert/edit link":"Inserisci/modifica collegamento","Insert/edit media":"Inserisci/modifica oggetti multimediali","Insert/edit video":"Inserisci/modifica video",Inset:"Inserto","Invalid hex color code: {0}":"Codice esadecimale colore non valido: {0}","Invalid input":"Dato non valido",Italic:"Corsivo",Justify:"Giustifica","Keyboard Navigation":"Navigazione tramite tastiera",Language:"Lingua","Learn more...":"Maggiori informazioni...",Left:"Sinistra","Left to right":"Da sinistra a destra","Light Blue":"Azzurro","Light Gray":"Grigio chiaro","Light Green":"Verde chiaro","Light Purple":"Viola chiaro","Light Red":"Rosso chiaro","Light Yellow":"Giallo chiaro","Line height":"Altezza linea","Link list":"Elenco collegamenti","Link...":"Collegamento...","List Properties":"Proprietà Lista","List properties...":"Proprietà lista...","Loading emojis...":"Caricamento emojis...","Loading...":"Lettura in corso...","Lower Alpha":"Alfabetico minuscolo","Lower Greek":"Greco minuscolo","Lower Roman":"Romano minuscolo","Match case":"Maiuscole/minuscole",Mathematical:"Caratteri matematici","Media poster (Image URL)":"Poster dell'oggetto multimediale (URL dell'immagine)","Media...":"Oggetto multimediale...","Medium Blue":"Blu medio","Medium Gray":"Grigio medio","Medium Purple":"Viola medio","Merge cells":"Unisci le celle",Middle:"Centrato","Midnight Blue":"Blu notte","More...":"Altro…",Name:"Nome","Navy Blue":"Blu scuro","New document":"Nuovo documento","New window":"Nuova finestra",Next:"Avanti",No:"No","No alignment":"Senza allineamento","No color":"Nessun colore","Nonbreaking space":"Spazio indivisibile",None:"Nessuno","Numbered list":"Elenco numerato",OR:"OPPURE",Objects:"Oggetti",Ok:"OK","Open help dialog":"Apri la finestra di aiuto","Open link":"Apri link","Open link in...":"Apri collegamento in...","Open popup menu for split buttons":"Apri il menu a comparsa per i pulsanti divisi",Orange:"Arancio",Outset:"Inizio","Page break":"Interruzione di pagina",Paragraph:"Paragrafo",Paste:"Incolla","Paste as text":"Incolla senza formattazioni","Paste column after":"Inserisci colonna dopo","Paste column before":"Inserisci colonna prima","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Incolla è in modalità testo normale. I contenuti saranno incollati come testo normale se non viene disattivata questa opzione.","Paste or type a link":"Incolla o digita un collegamento","Paste row after":"Incolla riga dopo","Paste row before":"Incolla riga prima","Paste your embed code below:":"Incolla il codice d'incorporamento di seguito:",People:"Persone",Plugins:"Plugin","Plugins installed ({0}):":"Plugin installati ({0}):","Powered by {0}":"Con tecnologia {0}",Pre:"Pre",Preferences:"Preferenze",Preformatted:"Preformattato","Premium plugins:":"Plugin Premium:","Press the Up and Down arrow keys to resize the editor.":"","Press the arrow keys to resize the editor.":"","Press {0} for help":"",Preview:"Anteprima",Previous:"Indietro",Print:"Stampa","Print...":"Stampa...",Purple:"Viola",Quotations:"Citazioni",R:"R","Range 0 to 255":"Intervallo da 0 a 255",Red:"Rosso","Red component":"Componente rosso",Redo:"Ripristina",Remove:"Rimuovi","Remove color":"Rimuovi colore","Remove link":"Rimuovi collegamento",Replace:"Sostituisci","Replace all":"Sostituisci tutto","Replace with":"Sostituisci con",Resize:"Ridimensiona","Restore last draft":"Ripristina l'ultima bozza","Reveal or hide additional toolbar items":"","Rich Text Area":"Area di testo ricco","Rich Text Area. Press ALT-0 for help.":"Area di testo RTF. Premere ALT-0 per la guida.","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Area di testo RTF. Premere ALT-F9 per il menu. Premere ALT-F10 per la barra degli strumenti. Premere ALT-0 per la guida.",Ridge:"Ridge",Right:"Destra","Right to left":"Da destra a sinistra",Row:"Riga","Row clipboard actions":"Azioni appunti riga","Row group":"Gruppo di righe","Row header":"Intestazione riga","Row properties":"Proprietà della riga","Row type":"Tipo di riga",Rows:"Righe",Save:"Salva","Save (if save plugin activated)":"Salva (se è attivato l'apposito plugin)",Scope:"Ambito",Search:"Cerca","Select all":"Seleziona tutto","Select...":"Seleziona...",Selection:"Selezione",Shortcut:"Collegamento","Show blocks":"Mostra blocchi","Show caption":"Mostra didascalia","Show invisible characters":"Mostra caratteri invisibili",Size:"Dimensione carattere",Solid:"Pieno",Source:"Fonte","Source code":"Codice sorgente","Special Character":"Carattere Speciale","Special character...":"Carattere speciale...","Split cell":"Dividi la cella",Square:"Quadrato","Start list at number":"La lista inizia con il numero",Strikethrough:"Barrato",Style:"Stile",Subscript:"Pedice",Superscript:"Apice","Switch to or from fullscreen mode":"Attiva/disattiva la modalità schermo intero",Symbols:"Simboli","System Font":"Carattere di sistema",Table:"Tabella","Table caption":"Titolo tabella","Table properties":"Proprietà della tabella","Table styles":"Stili tabella",Template:"Modello",Templates:"Modelli",Text:"Testo","Text color":"Colore testo","Text color {0}":"","Text to display":"Testo da visualizzare","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"L'URL inserito sembra essere un indirizzo email. Si vuole aggiungere il necessario prefisso mailto:?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"L'URL inserito sembra essere un collegamento esterno. Si vuole aggiungere il necessario prefisso http://?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"L'URL inserito sembra essere un collegamento esterno. Si vuole aggiungere il necessario prefisso http://?",Title:"Titolo","To open the popup, press Shift+Enter":"Per aprire il popup, premere Shift+Invio","Toggle accordion":"",Tools:"Strumenti",Top:"In alto","Travel and Places":"Viaggi e luoghi",Turquoise:"Turchese",Underline:"Sottolineato",Undo:"Annulla",Upload:"Carica","Uploading image":"Caricamento immagine","Upper Alpha":"Alfabetico maiuscolo","Upper Roman":"Romano maiuscolo",Url:"URL","User Defined":"Definito dall'utente",Valid:"Valido",Version:"Versione","Vertical align":"Allineamento verticale","Vertical space":"Spazio verticale",View:"Visualizza","Visual aids":"Aiuti visivi",Warn:"Avviso",White:"Bianco",Width:"Larghezza","Word count":"Conteggio parole",Words:"Parole","Words: {0}":"Parole: {0}",Yellow:"Giallo",Yes:"Sì","You are using {0}":"Si sta utilizzando {0}","You have unsaved changes are you sure you want to navigate away?":"Ci sono modifiche non salvate, si è sicuro di volere uscire?","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Il browser non supporta l'accesso diretto alla cartella degli appunti. Usare i tasti di scelta rapida Ctrl+X/C/V.",alignment:"allineamento","austral sign":"simbolo dell'austral","cedi sign":"simbolo del cedi","colon sign":"simbolo del colón","cruzeiro sign":"simbolo del cruzeiro","currency sign":"simbolo di valuta","dollar sign":"simbolo del dollaro","dong sign":"simbolo del dong","drachma sign":"simbolo della dracma","euro-currency sign":"simbolo dell'euro",example:"esempio",formatting:"formattazione","french franc sign":"simbolo del franco francese","german penny symbol":"simbolo del pfennig tedesco","guarani sign":"simbolo del guaranì",history:"cronologia","hryvnia sign":"simbolo della hryvnia",indentation:"indentazione","indian rupee sign":"simbolo della rupìa indiana","kip sign":"simbolo del kip","lira sign":"simbolo della lira","livre tournois sign":"simbolo della lira di Tours","manat sign":"simbolo del manat","mill sign":"simbolo del mill","naira sign":"simbolo della naira","new sheqel sign":"simbolo del nuovo shekel","nordic mark sign":"simbolo del marco nordico","peseta sign":"simbolo della peseta","peso sign":"simbolo del peso","ruble sign":"simbolo del rublo","rupee sign":"simbolo della rupìa","spesmilo sign":"simbolo dello spesmilo",styles:"stili","tenge sign":"simbolo del tenge","tugrik sign":"simbolo del tugrik","turkish lira sign":"simbolo della lira turca","won sign":"simbolo del won","yen character":"simbolo dello yen","yen/yuan character variant one":"simbolo yen/yuan variante uno","yuan character":"simbolo dello yuan","yuan character, in hong kong and taiwan":"simbolo dello yuan, Hong Kong e Taiwan","{0} characters":"{0} caratteri","{0} columns, {1} rows":"","{0} words":"{0} parole"});
|
3
|
+
//# sourceMappingURL=it.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"it.mjs","sources":["../../../lib/utils/langs/it.js"],"sourcesContent":["\"use strict\";\ntinymce.addI18n(\"it\", { \"#\": \"#\", \"Accessibility\": \"Accessibilit\\xe0\", \"Accordion\": \"\", \"Accordion body...\": \"\", \"Accordion summary...\": \"\", \"Action\": \"Azione\", \"Activity\": \"Attivit\\xe0\", \"Address\": \"Indirizzo\", \"Advanced\": \"Avanzate\", \"Align\": \"Allinea\", \"Align center\": \"Allinea al centro\", \"Align left\": \"Allinea a sinistra\", \"Align right\": \"Allinea a destra\", \"Alignment\": \"Allineamento\", \"Alignment {0}\": \"\", \"All\": \"Tutto\", \"Alternative description\": \"Descrizione alternativa\", \"Alternative source\": \"Sorgente alternativa\", \"Alternative source URL\": \"URL sorgente alternativa\", \"Anchor\": \"Ancora\", \"Anchor...\": \"Ancoraggio...\", \"Anchors\": \"Ancoraggi\", \"Animals and Nature\": \"Animali e natura\", \"Arrows\": \"Frecce\", \"B\": \"B\", \"Background color\": \"Colore dello sfondo\", \"Background color {0}\": \"\", \"Black\": \"Nero\", \"Block\": \"Blocco\", \"Block {0}\": \"\", \"Blockquote\": \"Citazione\", \"Blocks\": \"Blocchi\", \"Blue\": \"Blu\", \"Blue component\": \"Componente blu\", \"Body\": \"Corpo\", \"Bold\": \"Grassetto\", \"Border\": \"Bordo\", \"Border color\": \"Colore del bordo\", \"Border style\": \"Stile del bordo\", \"Border width\": \"Larghezza del bordo\", \"Bottom\": \"In basso\", \"Browse files\": \"\", \"Browse for an image\": \"Cerca un'immagine\", \"Browse links\": \"\", \"Bullet list\": \"Elenco puntato\", \"Cancel\": \"Annulla\", \"Caption\": \"Didascalia\", \"Cell\": \"Cella\", \"Cell padding\": \"Spaziatura interna celle\", \"Cell properties\": \"Propriet\\xe0 cella\", \"Cell spacing\": \"Spaziatura tra celle\", \"Cell styles\": \"Stili cella\", \"Cell type\": \"Tipo di cella\", \"Center\": \"Centro\", \"Characters\": \"Caratteri\", \"Characters (no spaces)\": \"Caratteri (senza spazi)\", \"Circle\": \"Circolo\", \"Class\": \"Classe\", \"Clear formatting\": \"Cancella la formattazione\", \"Close\": \"Chiudi\", \"Code\": \"Codice\", \"Code sample...\": \"Esempio di codice...\", \"Code view\": \"Visualizza codice\", \"Color Picker\": \"Selezione colori\", \"Color swatch\": \"Campione di colore\", \"Cols\": \"Colonne\", \"Column\": \"Colonna\", \"Column clipboard actions\": \"Azioni appunti colonna\", \"Column group\": \"Gruppo di colonne\", \"Column header\": \"Intestazione colonna\", \"Constrain proportions\": \"Mantieni proporzioni\", \"Copy\": \"Copia\", \"Copy column\": \"Copia colonna\", \"Copy row\": \"Copia riga\", \"Could not find the specified string.\": \"Impossibile trovare la stringa specificata.\", \"Could not load emojis\": \"Non posso caricare le emojis\", \"Count\": \"Conteggio\", \"Currency\": \"Valuta\", \"Current window\": \"Finestra corrente\", \"Custom color\": \"Colore personalizzato\", \"Custom...\": \"Personalizzato...\", \"Cut\": \"Taglia\", \"Cut column\": \"Taglia colonna\", \"Cut row\": \"Taglia riga\", \"Dark Blue\": \"Blu scuro\", \"Dark Gray\": \"Grigio scuro\", \"Dark Green\": \"Verde scuro\", \"Dark Orange\": \"Arancio scuro\", \"Dark Purple\": \"Viola scuro\", \"Dark Red\": \"Rosso scuro\", \"Dark Turquoise\": \"Turchese scuro\", \"Dark Yellow\": \"Giallo scuro\", \"Dashed\": \"Trattini\", \"Date/time\": \"Data/ora\", \"Decrease indent\": \"Riduci rientro\", \"Default\": \"Predefinito\", \"Delete accordion\": \"\", \"Delete column\": \"Elimina colonna\", \"Delete row\": \"Elimina riga\", \"Delete table\": \"Elimina tabella\", \"Dimensions\": \"Dimensioni\", \"Disc\": \"Disco\", \"Div\": \"Div\", \"Document\": \"Documento\", \"Dotted\": \"Puntini\", \"Double\": \"Doppio\", \"Drop an image here\": \"Rilasciare un'immagine qui\", \"Dropped file type is not supported\": \"Tipo di file non supportato\", \"Edit\": \"Modifica\", \"Embed\": \"Incorpora\", \"Emojis\": \"Emojis\", \"Emojis...\": \"Emojis...\", \"Error\": \"Errore\", \"Error: Form submit field collision.\": \"Errore: Conflitto di campi nel modulo inviato.\", \"Error: No form element found.\": \"Errore: Nessun elemento di modulo trovato.\", \"Extended Latin\": \"Latino esteso\", \"Failed to initialize plugin: {0}\": \"Inizializzazione plugin fallita: {0}\", \"Failed to load plugin url: {0}\": \"Caricamento URL plugin fallito: {0}\", \"Failed to load plugin: {0} from url {1}\": \"Caricamento plugin fallito: {0} dall'URL {1}\", \"Failed to upload image: {0}\": \"Caricamento immagine fallito: {0}\", \"File\": \"File\", \"Find\": \"Trova\", \"Find (if searchreplace plugin activated)\": \"Trova (se \\xe8 attivato l'apposito plugin)\", \"Find and Replace\": \"Trova e sostituisci\", \"Find and replace...\": \"Trova e sostituisci...\", \"Find in selection\": \"Trova nella selezione\", \"Find whole words only\": \"Trova solo parole intere\", \"Flags\": \"Bandiere\", \"Focus to contextual toolbar\": \"Imposta stato attivo per la barra degli strumenti contestuale\", \"Focus to element path\": \"Imposta stato attivo per il percorso dell'elemento\", \"Focus to menubar\": \"Imposta stato attivo per la barra dei menu\", \"Focus to toolbar\": \"Imposta stato attivo per la barra degli strumenti\", \"Font\": \"Carattere\", \"Font size {0}\": \"\", \"Font sizes\": \"Dimensioni font\", \"Font {0}\": \"\", \"Fonts\": \"Caratteri\", \"Food and Drink\": \"Cibi e bevande\", \"Footer\": \"Pi\\xe8 di pagina\", \"Format\": \"Formato\", \"Format {0}\": \"\", \"Formats\": \"Formati\", \"Fullscreen\": \"A tutto schermo\", \"G\": \"V\", \"General\": \"Generali\", \"Gray\": \"Grigio\", \"Green\": \"Verde\", \"Green component\": \"Componente verde\", \"Groove\": \"Groove\", \"Handy Shortcuts\": \"Scorciatoie utili\", \"Header\": \"Intestazione\", \"Header cell\": \"Cella d'intestazione\", \"Heading 1\": \"Titolo 1\", \"Heading 2\": \"Titolo 2\", \"Heading 3\": \"Titolo 3\", \"Heading 4\": \"Titolo 4\", \"Heading 5\": \"Titolo 5\", \"Heading 6\": \"Titolo 6\", \"Headings\": \"Titoli\", \"Height\": \"Altezza\", \"Help\": \"Guida\", \"Hex color code\": \"Colore esadecimale\", \"Hidden\": \"Nascosto\", \"Horizontal align\": \"Allineamento orizzontale\", \"Horizontal line\": \"Linea orizzontale\", \"Horizontal space\": \"Spazio orizzontale\", \"ID\": \"ID\", \"ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.\": \"ID dovrebbe iniziare con una lettera, seguita solo da lettere, numeri, trattini, punti, due punti.\", \"Image is decorative\": \"L'immagine \\xe8 decorativa\", \"Image list\": \"Elenco immagini\", \"Image title\": \"Titolo immagine\", \"Image...\": \"Immagine...\", \"ImageProxy HTTP error: Could not find Image Proxy\": \"Errore HTTP ImageProxy: impossibile trovare Image Proxy\", \"ImageProxy HTTP error: Incorrect Image Proxy URL\": \"Errore HTTP ImageProxy: URL Image Proxy non corretto\", \"ImageProxy HTTP error: Rejected request\": \"Errore HTTP ImageProxy: richiesta rifiutata\", \"ImageProxy HTTP error: Unknown ImageProxy error\": \"Errore HTTP ImageProxy: errore sconosciuto\", \"Increase indent\": \"Aumenta rientro\", \"Inline\": \"In linea\", \"Insert\": \"Inserisci\", \"Insert Template\": \"Inserisci modello\", \"Insert accordion\": \"\", \"Insert column after\": \"Inserisci colonna dopo\", \"Insert column before\": \"Inserisci colonna prima\", \"Insert date/time\": \"Inserisci data/ora\", \"Insert image\": \"Inserisci immagine\", \"Insert link (if link plugin activated)\": \"Inserisci un collegamento (se \\xe8 attivato l'apposito plugin)\", \"Insert row after\": \"Inserisci riga dopo\", \"Insert row before\": \"Inserisci riga prima\", \"Insert table\": \"Inserisci tabella\", \"Insert template...\": \"Inserisci modello...\", \"Insert video\": \"Inserisci video\", \"Insert/Edit code sample\": \"Inserisci/modifica esempio di codice\", \"Insert/edit image\": \"Inserisci/modifica immagine\", \"Insert/edit link\": \"Inserisci/modifica collegamento\", \"Insert/edit media\": \"Inserisci/modifica oggetti multimediali\", \"Insert/edit video\": \"Inserisci/modifica video\", \"Inset\": \"Inserto\", \"Invalid hex color code: {0}\": \"Codice esadecimale colore non valido: {0}\", \"Invalid input\": \"Dato non valido\", \"Italic\": \"Corsivo\", \"Justify\": \"Giustifica\", \"Keyboard Navigation\": \"Navigazione tramite tastiera\", \"Language\": \"Lingua\", \"Learn more...\": \"Maggiori informazioni...\", \"Left\": \"Sinistra\", \"Left to right\": \"Da sinistra a destra\", \"Light Blue\": \"Azzurro\", \"Light Gray\": \"Grigio chiaro\", \"Light Green\": \"Verde chiaro\", \"Light Purple\": \"Viola chiaro\", \"Light Red\": \"Rosso chiaro\", \"Light Yellow\": \"Giallo chiaro\", \"Line height\": \"Altezza linea\", \"Link list\": \"Elenco collegamenti\", \"Link...\": \"Collegamento...\", \"List Properties\": \"Propriet\\xe0 Lista\", \"List properties...\": \"Propriet\\xe0 lista...\", \"Loading emojis...\": \"Caricamento emojis...\", \"Loading...\": \"Lettura in corso...\", \"Lower Alpha\": \"Alfabetico minuscolo\", \"Lower Greek\": \"Greco minuscolo\", \"Lower Roman\": \"Romano minuscolo\", \"Match case\": \"Maiuscole/minuscole\", \"Mathematical\": \"Caratteri matematici\", \"Media poster (Image URL)\": \"Poster dell'oggetto multimediale (URL dell'immagine)\", \"Media...\": \"Oggetto multimediale...\", \"Medium Blue\": \"Blu medio\", \"Medium Gray\": \"Grigio medio\", \"Medium Purple\": \"Viola medio\", \"Merge cells\": \"Unisci le celle\", \"Middle\": \"Centrato\", \"Midnight Blue\": \"Blu notte\", \"More...\": \"Altro\\u2026\", \"Name\": \"Nome\", \"Navy Blue\": \"Blu scuro\", \"New document\": \"Nuovo documento\", \"New window\": \"Nuova finestra\", \"Next\": \"Avanti\", \"No\": \"No\", \"No alignment\": \"Senza allineamento\", \"No color\": \"Nessun colore\", \"Nonbreaking space\": \"Spazio indivisibile\", \"None\": \"Nessuno\", \"Numbered list\": \"Elenco numerato\", \"OR\": \"OPPURE\", \"Objects\": \"Oggetti\", \"Ok\": \"OK\", \"Open help dialog\": \"Apri la finestra di aiuto\", \"Open link\": \"Apri link\", \"Open link in...\": \"Apri collegamento in...\", \"Open popup menu for split buttons\": \"Apri il menu a comparsa per i pulsanti divisi\", \"Orange\": \"Arancio\", \"Outset\": \"Inizio\", \"Page break\": \"Interruzione di pagina\", \"Paragraph\": \"Paragrafo\", \"Paste\": \"Incolla\", \"Paste as text\": \"Incolla senza formattazioni\", \"Paste column after\": \"Inserisci colonna dopo\", \"Paste column before\": \"Inserisci colonna prima\", \"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.\": \"Incolla \\xe8 in modalit\\xe0 testo normale. I contenuti saranno incollati come testo normale se non viene disattivata questa opzione.\", \"Paste or type a link\": \"Incolla o digita un collegamento\", \"Paste row after\": \"Incolla riga dopo\", \"Paste row before\": \"Incolla riga prima\", \"Paste your embed code below:\": \"Incolla il codice d'incorporamento di seguito:\", \"People\": \"Persone\", \"Plugins\": \"Plugin\", \"Plugins installed ({0}):\": \"Plugin installati ({0}):\", \"Powered by {0}\": \"Con tecnologia {0}\", \"Pre\": \"Pre\", \"Preferences\": \"Preferenze\", \"Preformatted\": \"Preformattato\", \"Premium plugins:\": \"Plugin Premium:\", \"Press the Up and Down arrow keys to resize the editor.\": \"\", \"Press the arrow keys to resize the editor.\": \"\", \"Press {0} for help\": \"\", \"Preview\": \"Anteprima\", \"Previous\": \"Indietro\", \"Print\": \"Stampa\", \"Print...\": \"Stampa...\", \"Purple\": \"Viola\", \"Quotations\": \"Citazioni\", \"R\": \"R\", \"Range 0 to 255\": \"Intervallo da 0 a 255\", \"Red\": \"Rosso\", \"Red component\": \"Componente rosso\", \"Redo\": \"Ripristina\", \"Remove\": \"Rimuovi\", \"Remove color\": \"Rimuovi colore\", \"Remove link\": \"Rimuovi collegamento\", \"Replace\": \"Sostituisci\", \"Replace all\": \"Sostituisci tutto\", \"Replace with\": \"Sostituisci con\", \"Resize\": \"Ridimensiona\", \"Restore last draft\": \"Ripristina l'ultima bozza\", \"Reveal or hide additional toolbar items\": \"\", \"Rich Text Area\": \"Area di testo ricco\", \"Rich Text Area. Press ALT-0 for help.\": \"Area di testo RTF. Premere ALT-0 per la guida.\", \"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help\": \"Area di testo RTF. Premere ALT-F9 per il menu. Premere ALT-F10 per la barra degli strumenti. Premere ALT-0 per la guida.\", \"Ridge\": \"Ridge\", \"Right\": \"Destra\", \"Right to left\": \"Da destra a sinistra\", \"Row\": \"Riga\", \"Row clipboard actions\": \"Azioni appunti riga\", \"Row group\": \"Gruppo di righe\", \"Row header\": \"Intestazione riga\", \"Row properties\": \"Propriet\\xe0 della riga\", \"Row type\": \"Tipo di riga\", \"Rows\": \"Righe\", \"Save\": \"Salva\", \"Save (if save plugin activated)\": \"Salva (se \\xe8 attivato l'apposito plugin)\", \"Scope\": \"Ambito\", \"Search\": \"Cerca\", \"Select all\": \"Seleziona tutto\", \"Select...\": \"Seleziona...\", \"Selection\": \"Selezione\", \"Shortcut\": \"Collegamento\", \"Show blocks\": \"Mostra blocchi\", \"Show caption\": \"Mostra didascalia\", \"Show invisible characters\": \"Mostra caratteri invisibili\", \"Size\": \"Dimensione carattere\", \"Solid\": \"Pieno\", \"Source\": \"Fonte\", \"Source code\": \"Codice sorgente\", \"Special Character\": \"Carattere Speciale\", \"Special character...\": \"Carattere speciale...\", \"Split cell\": \"Dividi la cella\", \"Square\": \"Quadrato\", \"Start list at number\": \"La lista inizia con il numero\", \"Strikethrough\": \"Barrato\", \"Style\": \"Stile\", \"Subscript\": \"Pedice\", \"Superscript\": \"Apice\", \"Switch to or from fullscreen mode\": \"Attiva/disattiva la modalit\\xe0 schermo intero\", \"Symbols\": \"Simboli\", \"System Font\": \"Carattere di sistema\", \"Table\": \"Tabella\", \"Table caption\": \"Titolo tabella\", \"Table properties\": \"Propriet\\xe0 della tabella\", \"Table styles\": \"Stili tabella\", \"Template\": \"Modello\", \"Templates\": \"Modelli\", \"Text\": \"Testo\", \"Text color\": \"Colore testo\", \"Text color {0}\": \"\", \"Text to display\": \"Testo da visualizzare\", \"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?\": \"L'URL inserito sembra essere un indirizzo email. Si vuole aggiungere il necessario prefisso mailto:?\", \"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?\": \"L'URL inserito sembra essere un collegamento esterno. Si vuole aggiungere il necessario prefisso http://?\", \"The URL you entered seems to be an external link. Do you want to add the required https:// prefix?\": \"L'URL inserito sembra essere un collegamento esterno. Si vuole aggiungere il necessario prefisso http://?\", \"Title\": \"Titolo\", \"To open the popup, press Shift+Enter\": \"Per aprire il popup, premere Shift+Invio\", \"Toggle accordion\": \"\", \"Tools\": \"Strumenti\", \"Top\": \"In alto\", \"Travel and Places\": \"Viaggi e luoghi\", \"Turquoise\": \"Turchese\", \"Underline\": \"Sottolineato\", \"Undo\": \"Annulla\", \"Upload\": \"Carica\", \"Uploading image\": \"Caricamento immagine\", \"Upper Alpha\": \"Alfabetico maiuscolo\", \"Upper Roman\": \"Romano maiuscolo\", \"Url\": \"URL\", \"User Defined\": \"Definito dall'utente\", \"Valid\": \"Valido\", \"Version\": \"Versione\", \"Vertical align\": \"Allineamento verticale\", \"Vertical space\": \"Spazio verticale\", \"View\": \"Visualizza\", \"Visual aids\": \"Aiuti visivi\", \"Warn\": \"Avviso\", \"White\": \"Bianco\", \"Width\": \"Larghezza\", \"Word count\": \"Conteggio parole\", \"Words\": \"Parole\", \"Words: {0}\": \"Parole: {0}\", \"Yellow\": \"Giallo\", \"Yes\": \"S\\xec\", \"You are using {0}\": \"Si sta utilizzando {0}\", \"You have unsaved changes are you sure you want to navigate away?\": \"Ci sono modifiche non salvate, si \\xe8 sicuro di volere uscire?\", \"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.\": \"Il browser non supporta l'accesso diretto alla cartella degli appunti. Usare i tasti di scelta rapida Ctrl+X/C/V.\", \"alignment\": \"allineamento\", \"austral sign\": \"simbolo dell'austral\", \"cedi sign\": \"simbolo del cedi\", \"colon sign\": \"simbolo del col\\xf3n\", \"cruzeiro sign\": \"simbolo del cruzeiro\", \"currency sign\": \"simbolo di valuta\", \"dollar sign\": \"simbolo del dollaro\", \"dong sign\": \"simbolo del dong\", \"drachma sign\": \"simbolo della dracma\", \"euro-currency sign\": \"simbolo dell'euro\", \"example\": \"esempio\", \"formatting\": \"formattazione\", \"french franc sign\": \"simbolo del franco francese\", \"german penny symbol\": \"simbolo del pfennig tedesco\", \"guarani sign\": \"simbolo del guaran\\xec\", \"history\": \"cronologia\", \"hryvnia sign\": \"simbolo della hryvnia\", \"indentation\": \"indentazione\", \"indian rupee sign\": \"simbolo della rup\\xeca indiana\", \"kip sign\": \"simbolo del kip\", \"lira sign\": \"simbolo della lira\", \"livre tournois sign\": \"simbolo della lira di Tours\", \"manat sign\": \"simbolo del manat\", \"mill sign\": \"simbolo del mill\", \"naira sign\": \"simbolo della naira\", \"new sheqel sign\": \"simbolo del nuovo shekel\", \"nordic mark sign\": \"simbolo del marco nordico\", \"peseta sign\": \"simbolo della peseta\", \"peso sign\": \"simbolo del peso\", \"ruble sign\": \"simbolo del rublo\", \"rupee sign\": \"simbolo della rup\\xeca\", \"spesmilo sign\": \"simbolo dello spesmilo\", \"styles\": \"stili\", \"tenge sign\": \"simbolo del tenge\", \"tugrik sign\": \"simbolo del tugrik\", \"turkish lira sign\": \"simbolo della lira turca\", \"won sign\": \"simbolo del won\", \"yen character\": \"simbolo dello yen\", \"yen/yuan character variant one\": \"simbolo yen/yuan variante uno\", \"yuan character\": \"simbolo dello yuan\", \"yuan character, in hong kong and taiwan\": \"simbolo dello yuan, Hong Kong e Taiwan\", \"{0} characters\": \"{0} caratteri\", \"{0} columns, {1} rows\": \"\", \"{0} words\": \"{0} parole\" });\n"],"names":["tinymce"],"mappings":";AACAA"}
|
File without changes
|
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";
|
2
|
+
tinymce.addI18n("ja", { "#": "#", "Accessibility": "\u30a2\u30af\u30bb\u30b7\u30d3\u30ea\u30c6\u30a3", "Accordion": "", "Accordion body...": "", "Accordion summary...": "", "Action": "\u30a2\u30af\u30b7\u30e7\u30f3", "Activity": "\u884c\u52d5", "Address": "\u30a2\u30c9\u30ec\u30b9", "Advanced": "\u8a73\u7d30", "Align": "\u914d\u7f6e", "Align center": "\u4e2d\u592e\u63c3\u3048", "Align left": "\u5de6\u63c3\u3048", "Align right": "\u53f3\u63c3\u3048", "Alignment": "\u914d\u7f6e", "Alignment {0}": "", "All": "\u3059\u3079\u3066", "Alternative description": "\u4ee3\u66ff\u306e\u8aac\u660e\u6587", "Alternative source": "\u4ee3\u66ff\u30bd\u30fc\u30b9", "Alternative source URL": "\u4ee3\u66ff\u30bd\u30fc\u30b9URL", "Anchor": "\u30a2\u30f3\u30ab\u30fc", "Anchor...": "\u30a2\u30f3\u30ab\u30fc...", "Anchors": "\u30a2\u30f3\u30ab\u30fc", "Animals and Nature": "\u52d5\u7269\u3068\u81ea\u7136", "Arrows": "\u77e2\u5370", "B": "\u9752", "Background color": "\u80cc\u666f\u8272", "Background color {0}": "", "Black": "\u30d6\u30e9\u30c3\u30af", "Block": "\u30d6\u30ed\u30c3\u30af", "Block {0}": "", "Blockquote": "\u5f15\u7528", "Blocks": "\u30d6\u30ed\u30c3\u30af", "Blue": "\u30d6\u30eb\u30fc", "Blue component": "\u9752\u8272\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8", "Body": "\u672c\u6587", "Bold": "\u592a\u5b57", "Border": "\u30dc\u30fc\u30c0\u30fc", "Border color": "\u30dc\u30fc\u30c0\u30fc\u306e\u8272", "Border style": "\u67a0\u7dda\u30b9\u30bf\u30a4\u30eb", "Border width": "\u67a0\u7dda\u5e45", "Bottom": "\u4e0b\u63c3\u3048", "Browse files": "", "Browse for an image": "\u753b\u50cf\u3092\u53c2\u7167", "Browse links": "", "Bullet list": "\u7b87\u6761\u66f8\u304d", "Cancel": "\u53d6\u6d88", "Caption": "\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3", "Cell": "\u30bb\u30eb", "Cell padding": "\u30bb\u30eb\u5185\u306e\u30b9\u30da\u30fc\u30b9", "Cell properties": "\u30bb\u30eb\u306e\u30d7\u30ed\u30d1\u30c6\u30a3", "Cell spacing": "\u30bb\u30eb\u306e\u9593\u9694", "Cell styles": "\u30bb\u30eb\u306e\u7a2e\u985e", "Cell type": "\u30bb\u30eb\u306e\u7a2e\u985e", "Center": "\u4e2d\u592e\u63c3\u3048", "Characters": "\u6587\u5b57\u6570", "Characters (no spaces)": "\u6587\u5b57\u6570 (\u30b9\u30da\u30fc\u30b9\u306a\u3057)", "Circle": "\u4e38", "Class": "\u30af\u30e9\u30b9", "Clear formatting": "\u66f8\u5f0f\u3092\u30af\u30ea\u30a2", "Close": "\u9589\u3058\u308b", "Code": "\u30b3\u30fc\u30c9", "Code sample...": "\u30b3\u30fc\u30c9\u306e\u30b5\u30f3\u30d7\u30eb...", "Code view": "\u30b3\u30fc\u30c9\u8868\u793a", "Color Picker": "\u30ab\u30e9\u30fc\u30d4\u30c3\u30ab\u30fc", "Color swatch": "\u8272\u306e\u898b\u672c", "Cols": "\u5217\u6570", "Column": "\u5217", "Column clipboard actions": "\u5217\u306e\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u30a2\u30af\u30b7\u30e7\u30f3", "Column group": "\u5217\u30b0\u30eb\u30fc\u30d7", "Column header": "\u5217\u306e\u30d8\u30c3\u30c0\u30fc", "Constrain proportions": "\u7e26\u6a2a\u6bd4\u3092\u56fa\u5b9a", "Copy": "\u30b3\u30d4\u30fc", "Copy column": "\u5217\u3092\u30b3\u30d4\u30fc", "Copy row": "\u884c\u306e\u30b3\u30d4\u30fc", "Could not find the specified string.": "\u304a\u63a2\u3057\u306e\u6587\u5b57\u5217\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002", "Could not load emojis": "\u7d75\u6587\u5b57\u304c\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f", "Count": "\u30ab\u30a6\u30f3\u30c8", "Currency": "\u901a\u8ca8", "Current window": "\u540c\u3058\u30a6\u30a3\u30f3\u30c9\u30a6", "Custom color": "\u30e6\u30fc\u30b6\u30fc\u8a2d\u5b9a\u306e\u8272", "Custom...": "\u30e6\u30fc\u30b6\u30fc\u8a2d\u5b9a...", "Cut": "\u5207\u308a\u53d6\u308a", "Cut column": "\u5217\u3092\u30ab\u30c3\u30c8", "Cut row": "\u884c\u306e\u5207\u308a\u53d6\u308a", "Dark Blue": "\u30c0\u30fc\u30af\u30d6\u30eb\u30fc", "Dark Gray": "\u30c0\u30fc\u30af\u30b0\u30ec\u30fc", "Dark Green": "\u30c0\u30fc\u30af\u30b0\u30ea\u30fc\u30f3", "Dark Orange": "\u30c0\u30fc\u30af\u30aa\u30ec\u30f3\u30b8", "Dark Purple": "\u30c0\u30fc\u30af\u30d1\u30fc\u30d7\u30eb", "Dark Red": "\u30c0\u30fc\u30af\u30ec\u30c3\u30c9", "Dark Turquoise": "\u30c0\u30fc\u30af\u30bf\u30fc\u30b3\u30a4\u30ba", "Dark Yellow": "\u30c0\u30fc\u30af\u30a4\u30a8\u30ed\u30fc", "Dashed": "\u7834\u7dda", "Date/time": "\u65e5\u4ed8/\u6642\u523b", "Decrease indent": "\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u6e1b\u3089\u3059", "Default": "\u65e2\u5b9a", "Delete accordion": "", "Delete column": "\u5217\u306e\u524a\u9664", "Delete row": "\u884c\u306e\u524a\u9664", "Delete table": "\u30c6\u30fc\u30d6\u30eb\u306e\u524a\u9664", "Dimensions": "\u30b5\u30a4\u30ba", "Disc": "\u9ed2\u4e38", "Div": "\u5206\u5272", "Document": "\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8", "Dotted": "\u70b9\u7dda", "Double": "\u4e8c\u91cd\u7dda", "Drop an image here": "\u3053\u3053\u306b\u753b\u50cf\u3092\u30c9\u30ed\u30c3\u30d7", "Dropped file type is not supported": "\u30c9\u30ed\u30c3\u30d7\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093", "Edit": "\u7de8\u96c6", "Embed": "\u57cb\u3081\u8fbc\u307f", "Emojis": "\u7d75\u6587\u5b57", "Emojis...": "\u7d75\u6587\u5b57...", "Error": "\u30a8\u30e9\u30fc", "Error: Form submit field collision.": "\u30a8\u30e9\u30fc\uff1a\u30d5\u30a9\u30fc\u30e0\u9001\u4fe1\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u7af6\u5408\u3057\u3066\u3044\u307e\u3059\u3002", "Error: No form element found.": "\u30a8\u30e9\u30fc\uff1a\u30d5\u30a9\u30fc\u30e0\u8981\u7d20\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002", "Extended Latin": "\u30e9\u30c6\u30f3\u6587\u5b57\u62e1\u5f35", "Failed to initialize plugin: {0}": "\u30d7\u30e9\u30b0\u30a4\u30f3{0}\u306e\u521d\u671f\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f", "Failed to load plugin url: {0}": "\u30d7\u30e9\u30b0\u30a4\u30f3\u306eURL{0}\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f", "Failed to load plugin: {0} from url {1}": "URL{1}\u304b\u3089\u306e\u30d7\u30e9\u30b0\u30a4\u30f3{0}\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f", "Failed to upload image: {0}": "\u753b\u50cf{0}\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", "File": "\u30d5\u30a1\u30a4\u30eb", "Find": "\u691c\u7d22...", "Find (if searchreplace plugin activated)": "\u691c\u7d22 (\u7f6e\u63db\u30d7\u30e9\u30b0\u30a4\u30f3\u6709\u52b9\u6642)", "Find and Replace": "\u691c\u7d22\u3068\u7f6e\u63db", "Find and replace...": "\u7f6e\u63db...", "Find in selection": "\u9078\u629e\u90e8\u5206\u3067\u691c\u7d22", "Find whole words only": "\u8a9e\u5168\u4f53\u3092\u542b\u3080\u3082\u306e\u306e\u307f\u691c\u7d22", "Flags": "\u65d7", "Focus to contextual toolbar": "\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30c4\u30fc\u30eb\u30d0\u30fc\u306b\u30d5\u30a9\u30fc\u30ab\u30b9", "Focus to element path": "\u8981\u7d20\u30d1\u30b9\u306b\u30d5\u30a9\u30fc\u30ab\u30b9", "Focus to menubar": "\u30e1\u30cb\u30e5\u30fc\u30d0\u30fc\u306b\u30d5\u30a9\u30fc\u30ab\u30b9", "Focus to toolbar": "\u30c4\u30fc\u30eb\u30d0\u30fc\u306b\u30d5\u30a9\u30fc\u30ab\u30b9", "Font": "\u30d5\u30a9\u30f3\u30c8", "Font size {0}": "", "Font sizes": "\u30d5\u30a9\u30f3\u30c8\u306e\u30b5\u30a4\u30ba", "Font {0}": "", "Fonts": "\u30d5\u30a9\u30f3\u30c8", "Food and Drink": "\u98df\u3079\u7269\u3068\u98f2\u307f\u7269", "Footer": "\u30d5\u30c3\u30bf\u30fc", "Format": "\u66f8\u5f0f\u8a2d\u5b9a", "Format {0}": "", "Formats": "\u66f8\u5f0f", "Fullscreen": "\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3", "G": "\u7dd1", "General": "\u4e00\u822c", "Gray": "\u30b0\u30ec\u30fc", "Green": "\u30b0\u30ea\u30fc\u30f3", "Green component": "\u7dd1\u8272\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8", "Groove": "\u8c37\u7dda", "Handy Shortcuts": "\u4fbf\u5229\u306a\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8", "Header": "\u30d8\u30c3\u30c0\u30fc", "Header cell": "\u30d8\u30c3\u30c0\u30fc\u30bb\u30eb", "Heading 1": "\u898b\u51fa\u30571", "Heading 2": "\u898b\u51fa\u30572", "Heading 3": "\u898b\u51fa\u30573", "Heading 4": "\u898b\u51fa\u30574", "Heading 5": "\u898b\u51fa\u30575", "Heading 6": "\u898b\u51fa\u30576", "Headings": "\u898b\u51fa\u3057", "Height": "\u9ad8\u3055", "Help": "\u30d8\u30eb\u30d7", "Hex color code": "16\u9032\u30ab\u30e9\u30fc\u30b3\u30fc\u30c9", "Hidden": "\u975e\u8868\u793a", "Horizontal align": "\u6c34\u5e73\u306b\u6574\u5217", "Horizontal line": "\u6c34\u5e73\u7f6b\u7dda", "Horizontal space": "\u5de6\u53f3\u4f59\u767d", "ID": "ID", "ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "ID\u306f\u6587\u5b57\u3067\u59cb\u307e\u308a\u3001\u305d\u306e\u5f8c\u306b\u6587\u5b57\u3001\u6570\u5b57\u3001\u30c0\u30c3\u30b7\u30e5\u3001\u30d4\u30ea\u30aa\u30c9\u3001\u30b3\u30ed\u30f3\u3001\u307e\u305f\u306f\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2\u304c\u7d9a\u304f\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", "Image is decorative": "\u753b\u50cf\u306f\u88c5\u98fe\u753b\u50cf", "Image list": "\u753b\u50cf\u30ea\u30b9\u30c8", "Image title": "\u753b\u50cf\u30bf\u30a4\u30c8\u30eb", "Image...": "\u753b\u50cf..", "ImageProxy HTTP error: Could not find Image Proxy": "\u753b\u50cf\u30d7\u30ed\u30ad\u30b7 HTTP\u30a8\u30e9\u30fc\uff1a\u753b\u50cf\u30d7\u30ed\u30ad\u30b7\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f", "ImageProxy HTTP error: Incorrect Image Proxy URL": "\u753b\u50cf\u30d7\u30ed\u30ad\u30b7 HTTP\u30a8\u30e9\u30fc\uff1a\u4e0d\u6b63\u306a\u753b\u50cf\u30d7\u30ed\u30ad\u30b7URL", "ImageProxy HTTP error: Rejected request": "\u753b\u50cf\u30d7\u30ed\u30ad\u30b7 HTTP\u30a8\u30e9\u30fc\uff1a\u62d2\u5426\u3055\u308c\u305f\u30ea\u30af\u30a8\u30b9\u30c8", "ImageProxy HTTP error: Unknown ImageProxy error": "\u753b\u50cf\u30d7\u30ed\u30ad\u30b7 HTTP\u30a8\u30e9\u30fc\uff1a\u4e0d\u660e\u306a\u753b\u50cf\u30d7\u30ed\u30ad\u30b7\u30a8\u30e9\u30fc", "Increase indent": "\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u5897\u3084\u3059", "Inline": "\u30a4\u30f3\u30e9\u30a4\u30f3", "Insert": "\u633f\u5165", "Insert Template": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u633f\u5165..", "Insert accordion": "", "Insert column after": "\u5f8c\u306b\u5217\u3092\u633f\u5165", "Insert column before": "\u524d\u306b\u5217\u3092\u633f\u5165", "Insert date/time": "\u65e5\u4ed8/\u6642\u523b\u306e\u633f\u5165", "Insert image": "\u753b\u50cf\u306e\u633f\u5165", "Insert link (if link plugin activated)": "\u30ea\u30f3\u30af\u3092\u633f\u5165 (\u30ea\u30f3\u30af\u30d7\u30e9\u30b0\u30a4\u30f3\u6709\u52b9\u6642)", "Insert row after": "\u5f8c\u306b\u884c\u3092\u633f\u5165", "Insert row before": "\u524d\u306b\u884c\u3092\u633f\u5165", "Insert table": "\u8868\u306e\u633f\u5165", "Insert template...": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u633f\u5165..", "Insert video": "\u52d5\u753b\u306e\u633f\u5165", "Insert/Edit code sample": "\u30b3\u30fc\u30c9\u30b5\u30f3\u30d7\u30eb\u306e\u633f\u5165/\u7de8\u96c6", "Insert/edit image": "\u753b\u50cf\u306e\u633f\u5165/\u7de8\u96c6", "Insert/edit link": "\u30ea\u30f3\u30af\u306e\u633f\u5165/\u7de8\u96c6", "Insert/edit media": "\u30e1\u30c7\u30a3\u30a2\u306e\u633f\u5165/\u7de8\u96c6", "Insert/edit video": "\u52d5\u753b\u306e\u633f\u5165/\u7de8\u96c6", "Inset": "\u5185\u7dda", "Invalid hex color code: {0}": "\u7121\u52b9\u306a16\u9032\u30ab\u30e9\u30fc\u30b3\u30fc\u30c9: {0}", "Invalid input": "\u7121\u52b9\u306a\u5165\u529b", "Italic": "\u659c\u4f53", "Justify": "\u4e21\u7aef\u63c3\u3048", "Keyboard Navigation": "\u30ad\u30fc\u30dc\u30fc\u30c9\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3", "Language": "\u8a00\u8a9e", "Learn more...": "\u8a73\u7d30...", "Left": "\u5de6\u63c3\u3048", "Left to right": "\u5de6\u304b\u3089\u53f3", "Light Blue": "\u30e9\u30a4\u30c8\u30d6\u30eb\u30fc", "Light Gray": "\u30e9\u30a4\u30c8\u30b0\u30ec\u30fc", "Light Green": "\u30e9\u30a4\u30c8\u30b0\u30ea\u30fc\u30f3", "Light Purple": "\u30e9\u30a4\u30c8\u30d1\u30fc\u30d7\u30eb", "Light Red": "\u30e9\u30a4\u30c8\u30ec\u30c3\u30c9", "Light Yellow": "\u30e9\u30a4\u30c8\u30a4\u30a8\u30ed\u30fc", "Line height": "\u884c\u306e\u9ad8\u3055", "Link list": "\u30ea\u30f3\u30af\u306e\u4e00\u89a7", "Link...": "\u30ea\u30f3\u30af...", "List Properties": "\u7b87\u6761\u66f8\u304d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3", "List properties...": "\u7b87\u6761\u66f8\u304d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3...", "Loading emojis...": "\u7d75\u6587\u5b57\u3092\u8aad\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059\u2026", "Loading...": "\u8aad\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059...", "Lower Alpha": "\u5c0f\u6587\u5b57\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8", "Lower Greek": "\u5c0f\u6587\u5b57\u30ae\u30ea\u30b7\u30e3\u6587\u5b57", "Lower Roman": "\u5c0f\u6587\u5b57\u30ed\u30fc\u30de\u5b57", "Match case": "\u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u3092\u533a\u5225", "Mathematical": "\u6570\u5b66\u8a18\u53f7", "Media poster (Image URL)": "\u30e1\u30c7\u30a3\u30a2\u30dd\u30b9\u30bf\u30fc (\u753b\u50cfURL)", "Media...": "\u30e1\u30c7\u30a3\u30a2\u2026", "Medium Blue": "\u30e1\u30c7\u30a3\u30a2\u30e0\u30d6\u30eb\u30fc", "Medium Gray": "\u30df\u30c7\u30a3\u30a2\u30e0\u30b0\u30ec\u30fc", "Medium Purple": "\u30df\u30c7\u30a3\u30a2\u30e0\u30d1\u30fc\u30d7\u30eb", "Merge cells": "\u30bb\u30eb\u306e\u7d50\u5408", "Middle": "\u4e2d\u592e\u63c3\u3048", "Midnight Blue": "\u30df\u30c3\u30c9\u30ca\u30a4\u30c8\u30d6\u30eb\u30fc", "More...": "\u8a73\u7d30...", "Name": "\u540d\u524d", "Navy Blue": "\u30cd\u30a4\u30d3\u30fc", "New document": "\u65b0\u898f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8", "New window": "\u65b0\u898f\u30a6\u30a3\u30f3\u30c9\u30a6", "Next": "\u6b21\u3078", "No": "\u3044\u3044\u3048", "No alignment": "\u914d\u7f6e\u306a\u3057", "No color": "\u8272\u306a\u3057", "Nonbreaking space": "\u56fa\u5b9a\u30b9\u30da\u30fc\u30b9", "None": "\u306a\u3057", "Numbered list": "\u756a\u53f7\u4ed8\u304d\u7b87\u6761\u66f8\u304d", "OR": "\u307e\u305f\u306f", "Objects": "\u7269", "Ok": "OK", "Open help dialog": "\u30d8\u30eb\u30d7\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u958b\u304f", "Open link": "\u30ea\u30f3\u30af\u3092\u958b\u304f", "Open link in...": "\u30ea\u30f3\u30af\u306e\u958b\u304d\u65b9...", "Open popup menu for split buttons": "\u5206\u5272\u30dc\u30bf\u30f3\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f", "Orange": "\u30aa\u30ec\u30f3\u30b8", "Outset": "\u5916\u7dda", "Page break": "\u30da\u30fc\u30b8\u533a\u5207\u308a", "Paragraph": "\u6bb5\u843d", "Paste": "\u8cbc\u308a\u4ed8\u3051", "Paste as text": "\u30c6\u30ad\u30b9\u30c8\u3068\u3057\u3066\u8cbc\u308a\u4ed8\u3051", "Paste column after": "\u5f8c\u306b\u5217\u3092\u8cbc\u308a\u4ed8\u3051", "Paste column before": "\u524d\u306b\u5217\u3092\u8cbc\u308a\u4ed8\u3051", "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u8cbc\u308a\u4ed8\u3051\u306f\u73fe\u5728\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u30e2\u30fc\u30c9\u3067\u3059\u3002\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30aa\u30d5\u306b\u3057\u306a\u3044\u9650\u308a\u5185\u5bb9\u306f\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u3068\u3057\u3066\u8cbc\u308a\u4ed8\u3051\u3089\u308c\u307e\u3059\u3002", "Paste or type a link": "\u30ea\u30f3\u30af\u3092\u30da\u30fc\u30b9\u30c8\u307e\u305f\u306f\u5165\u529b", "Paste row after": "\u4e0b\u5074\u306b\u884c\u3092\u8cbc\u308a\u4ed8\u3051", "Paste row before": "\u4e0a\u5074\u306b\u884c\u3092\u8cbc\u308a\u4ed8\u3051", "Paste your embed code below:": "\u57cb\u3081\u8fbc\u307f\u7528\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306b\u8cbc\u308a\u4ed8\u3051\u3066\u304f\u3060\u3055\u3044\u3002", "People": "\u4eba", "Plugins": "\u30d7\u30e9\u30b0\u30a4\u30f3", "Plugins installed ({0}):": "\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u30d7\u30e9\u30b0\u30a4\u30f3 ({0})\uff1a", "Powered by {0}": "{0} \u306b\u3088\u3063\u3066\u642d\u8f09\u3055\u308c\u305f", "Pre": "\u6574\u5f62\u6e08\u307f\u30c6\u30ad\u30b9\u30c8", "Preferences": "\u30d7\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9", "Preformatted": "\u66f8\u5f0f\u8a2d\u5b9a\u6e08\u307f", "Premium plugins:": "\u30d7\u30ec\u30df\u30a2\u30e0\u30d7\u30e9\u30b0\u30a4\u30f3\uff1a", "Press the Up and Down arrow keys to resize the editor.": "", "Press the arrow keys to resize the editor.": "", "Press {0} for help": "", "Preview": "\u30d7\u30ec\u30d3\u30e5\u30fc", "Previous": "\u524d\u3078", "Print": "\u5370\u5237", "Print...": "\u5370\u5237...", "Purple": "\u30d1\u30fc\u30d7\u30eb", "Quotations": "\u5f15\u7528", "R": "\u8d64", "Range 0 to 255": "\u7bc4\u56f20\u301c255", "Red": "\u30ec\u30c3\u30c9", "Red component": "\u8d64\u8272\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8", "Redo": "\u3084\u308a\u76f4\u3057", "Remove": "\u524a\u9664", "Remove color": "\u8272\u8a2d\u5b9a\u3092\u89e3\u9664", "Remove link": "\u30ea\u30f3\u30af\u306e\u524a\u9664", "Replace": "\u7f6e\u63db", "Replace all": "\u3059\u3079\u3066\u7f6e\u63db", "Replace with": "\u7f6e\u63db\u5f8c\u306e\u6587\u5b57\u5217", "Resize": "\u30b5\u30a4\u30ba\u5909\u66f4", "Restore last draft": "\u524d\u56de\u306e\u4e0b\u66f8\u304d\u3092\u56de\u5fa9", "Reveal or hide additional toolbar items": "", "Rich Text Area": "\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u30a8\u30ea\u30a2", "Rich Text Area. Press ALT-0 for help.": "\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u30a8\u30ea\u30a2\u3002Alt-0\u3067\u30d8\u30eb\u30d7\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002", "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u30a8\u30ea\u30a2\u3002ALT-F9\u3067\u30e1\u30cb\u30e5\u30fc\u3001ALT-F10\u3067\u30c4\u30fc\u30eb\u30d0\u30fc\u3001ALT-0\u3067\u30d8\u30eb\u30d7\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002", "Ridge": "\u5c71\u7dda", "Right": "\u53f3\u63c3\u3048", "Right to left": "\u53f3\u304b\u3089\u5de6", "Row": "\u884c", "Row clipboard actions": "\u884c\u306e\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u30a2\u30af\u30b7\u30e7\u30f3", "Row group": "\u884c\u30b0\u30eb\u30fc\u30d7", "Row header": "\u884c\u306e\u30d8\u30c3\u30c0\u30fc", "Row properties": "\u884c\u306e\u30d7\u30ed\u30d1\u30c6\u30a3", "Row type": "\u884c\u30bf\u30a4\u30d7", "Rows": "\u884c\u6570", "Save": "\u4fdd\u5b58", "Save (if save plugin activated)": "\u4fdd\u5b58 (\u4fdd\u5b58\u30d7\u30e9\u30b0\u30a4\u30f3\u6709\u52b9\u6642)", "Scope": "\u30b9\u30b3\u30fc\u30d7", "Search": "\u691c\u7d22", "Select all": "\u3059\u3079\u3066\u9078\u629e", "Select...": "\u9078\u629e...", "Selection": "\u9078\u629e", "Shortcut": "\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8", "Show blocks": "\u6587\u7ae0\u306e\u533a\u5207\u308a\u3092\u70b9\u7dda\u3067\u8868\u793a", "Show caption": "\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u306e\u8868\u793a", "Show invisible characters": "\u975e\u8868\u793a\u6587\u5b57\u3092\u8868\u793a", "Size": "\u30b5\u30a4\u30ba", "Solid": "\u5b9f\u7dda", "Source": "\u30bd\u30fc\u30b9", "Source code": "\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9", "Special Character": "\u7279\u6b8a\u6587\u5b57", "Special character...": "\u7279\u6b8a\u6587\u5b57...", "Split cell": "\u30bb\u30eb\u306e\u5206\u5272", "Square": "\u56db\u89d2", "Start list at number": "\u756a\u53f7\u30ea\u30b9\u30c8\u306e\u958b\u59cb", "Strikethrough": "\u53d6\u6d88\u7dda", "Style": "\u30b9\u30bf\u30a4\u30eb", "Subscript": "\u4e0b\u4ed8\u304d", "Superscript": "\u4e0a\u4ed8\u304d", "Switch to or from fullscreen mode": "\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3\u30e2\u30fc\u30c9\u5207\u66ff", "Symbols": "\u8a18\u53f7", "System Font": "\u30b7\u30b9\u30c6\u30e0\u30d5\u30a9\u30f3\u30c8", "Table": "\u8868", "Table caption": "\u30c6\u30fc\u30d6\u30eb\u306e\u898b\u51fa\u3057", "Table properties": "\u30c6\u30fc\u30d6\u30eb\u306e\u30d7\u30ed\u30d1\u30c6\u30a3", "Table styles": "\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e", "Template": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8", "Templates": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8", "Text": "\u30c6\u30ad\u30b9\u30c8", "Text color": "\u30c6\u30ad\u30b9\u30c8\u8272", "Text color {0}": "", "Text to display": "\u8868\u793a\u3059\u308b\u30c6\u30ad\u30b9\u30c8", "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u5165\u529b\u3055\u308c\u305fURL\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u3088\u3046\u3067\u3059\u3002\u300cmailto:\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f", "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u5165\u529b\u3055\u308c\u305fURL\u306f\u5916\u90e8\u30ea\u30f3\u30af\u306e\u3088\u3046\u3067\u3059\u3002\u300chttp://\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f", "The URL you entered seems to be an external link. Do you want to add the required https:// prefix?": "\u5165\u529b\u3055\u308c\u305fURL\u306f\u5916\u90e8\u30ea\u30f3\u30af\u306e\u3088\u3046\u3067\u3059\u3002\u5fc5\u8981\u306a\u300chttps://\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f", "Title": "\u30bf\u30a4\u30c8\u30eb", "To open the popup, press Shift+Enter": "\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3092\u958b\u304f\u306b\u306f\u3001Shift+Enter\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044", "Toggle accordion": "", "Tools": "\u30c4\u30fc\u30eb", "Top": "\u4e0a\u63c3\u3048", "Travel and Places": "\u65c5\u884c\u3068\u5834\u6240", "Turquoise": "\u30bf\u30fc\u30b3\u30a4\u30ba", "Underline": "\u4e0b\u7dda", "Undo": "\u5143\u306b\u623b\u3059", "Upload": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", "Uploading image": "\u753b\u50cf\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d", "Upper Alpha": "\u5927\u6587\u5b57\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8", "Upper Roman": "\u5927\u6587\u5b57\u30ed\u30fc\u30de\u5b57", "Url": "URL", "User Defined": "\u30e6\u30fc\u30b6\u30fc\u5b9a\u7fa9", "Valid": "\u6709\u52b9", "Version": "\u30d0\u30fc\u30b8\u30e7\u30f3", "Vertical align": "\u5782\u76f4\u306b\u6574\u5217", "Vertical space": "\u4e0a\u4e0b\u4f59\u767d", "View": "\u8868\u793a", "Visual aids": "\u8868\u306e\u67a0\u7dda\u3092\u70b9\u7dda\u3067\u8868\u793a", "Warn": "\u8b66\u544a", "White": "\u30db\u30ef\u30a4\u30c8", "Width": "\u5e45", "Word count": "\u6587\u5b57\u6570\u30ab\u30a6\u30f3\u30c8", "Words": "\u5358\u8a9e\u6570", "Words: {0}": "\u5358\u8a9e\u6570\uff1a{0}", "Yellow": "\u30a4\u30a8\u30ed\u30fc", "Yes": "\u306f\u3044", "You are using {0}": "{0}\u3092\u4f7f\u7528\u4e2d", "You have unsaved changes are you sure you want to navigate away?": "\u307e\u3060\u4fdd\u5b58\u3057\u3066\u3044\u306a\u3044\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u30da\u30fc\u30b8\u3092\u96e2\u308c\u307e\u3059\u304b\uff1f", "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u304a\u4f7f\u3044\u306e\u30d6\u30e9\u30a6\u30b6\u3067\u306f\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u6a5f\u80fd\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u30ad\u30fc\u30dc\u30fc\u30c9\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\uff08Ctrl+X, Ctrl+C, Ctrl+V\uff09\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "alignment": "\u914d\u7f6e", "austral sign": "\u30a2\u30a6\u30b9\u30c8\u30e9\u30eb\u8a18\u53f7", "cedi sign": "\u30bb\u30c7\u30a3\u8a18\u53f7", "colon sign": "\u30b3\u30ed\u30f3\u8a18\u53f7", "cruzeiro sign": "\u30af\u30eb\u30bc\u30a4\u30ed\u8a18\u53f7", "currency sign": "\u901a\u8ca8\u8a18\u53f7", "dollar sign": "\u30c9\u30eb\u8a18\u53f7", "dong sign": "\u30c9\u30f3\u8a18\u53f7", "drachma sign": "\u30c9\u30e9\u30af\u30de\u8a18\u53f7", "euro-currency sign": "\u30e6\u30fc\u30ed\u8a18\u53f7", "example": "\u4f8b", "formatting": "\u66f8\u5f0f", "french franc sign": "\u30d5\u30e9\u30f3\u30b9\u30d5\u30e9\u30f3\u8a18\u53f7", "german penny symbol": "\u30c9\u30a4\u30c4\u30da\u30cb\u30fc\u8a18\u53f7", "guarani sign": "\u30ac\u30e9\u30cb\u8a18\u53f7", "history": "\u5c65\u6b74", "hryvnia sign": "\u30d5\u30ea\u30f4\u30cb\u30e3\u8a18\u53f7", "indentation": "\u30a4\u30f3\u30c7\u30f3\u30c8", "indian rupee sign": "\u30a4\u30f3\u30c9\u30eb\u30d4\u30fc\u8a18\u53f7", "kip sign": "\u30ad\u30fc\u30d7\u8a18\u53f7", "lira sign": "\u30ea\u30e9\u8a18\u53f7", "livre tournois sign": "\u30c8\u30a5\u30fc\u30eb\u30dd\u30f3\u30c9\u8a18\u53f7", "manat sign": "\u30de\u30ca\u30c8\u8a18\u53f7", "mill sign": "\u30df\u30eb\u8a18\u53f7", "naira sign": "\u30ca\u30a4\u30e9\u8a18\u53f7", "new sheqel sign": "\u65b0\u30b7\u30a7\u30b1\u30eb\u8a18\u53f7", "nordic mark sign": "\u5317\u6b27\u30de\u30eb\u30af\u8a18\u53f7", "peseta sign": "\u30da\u30bb\u30bf\u8a18\u53f7", "peso sign": "\u30da\u30bd\u8a18\u53f7", "ruble sign": "\u30eb\u30fc\u30d6\u30eb\u8a18\u53f7", "rupee sign": "\u30eb\u30d4\u30fc\u8a18\u53f7", "spesmilo sign": "\u30b9\u30da\u30b9\u30df\u30fc\u30ed\u8a18\u53f7", "styles": "\u30b9\u30bf\u30a4\u30eb", "tenge sign": "\u30c6\u30f3\u30b2\u8a18\u53f7", "tugrik sign": "\u30c8\u30a5\u30b0\u30eb\u30b0\u8a18\u53f7", "turkish lira sign": "\u30c8\u30eb\u30b3\u30ea\u30e9\u8a18\u53f7", "won sign": "\u30a6\u30a9\u30f3\u8a18\u53f7", "yen character": "\u5186\u8a18\u53f7", "yen/yuan character variant one": "\u5186/\u5143\u8a18\u53f7\u306e\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3", "yuan character": "\u4eba\u6c11\u5143\u8a18\u53f7", "yuan character, in hong kong and taiwan": "\u9999\u6e2f\u304a\u3088\u3073\u53f0\u6e7e\u306b\u304a\u3051\u308b\u5143\u8a18\u53f7", "{0} characters": "{0}\u6587\u5b57", "{0} columns, {1} rows": "", "{0} words": "{0}\u8a9e" });
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
tinymce.addI18n("ja",{"#":"#",Accessibility:"アクセシビリティ",Accordion:"","Accordion body...":"","Accordion summary...":"",Action:"アクション",Activity:"行動",Address:"アドレス",Advanced:"詳細",Align:"配置","Align center":"中央揃え","Align left":"左揃え","Align right":"右揃え",Alignment:"配置","Alignment {0}":"",All:"すべて","Alternative description":"代替の説明文","Alternative source":"代替ソース","Alternative source URL":"代替ソースURL",Anchor:"アンカー","Anchor...":"アンカー...",Anchors:"アンカー","Animals and Nature":"動物と自然",Arrows:"矢印",B:"青","Background color":"背景色","Background color {0}":"",Black:"ブラック",Block:"ブロック","Block {0}":"",Blockquote:"引用",Blocks:"ブロック",Blue:"ブルー","Blue component":"青色コンポーネント",Body:"本文",Bold:"太字",Border:"ボーダー","Border color":"ボーダーの色","Border style":"枠線スタイル","Border width":"枠線幅",Bottom:"下揃え","Browse files":"","Browse for an image":"画像を参照","Browse links":"","Bullet list":"箇条書き",Cancel:"取消",Caption:"キャプション",Cell:"セル","Cell padding":"セル内のスペース","Cell properties":"セルのプロパティ","Cell spacing":"セルの間隔","Cell styles":"セルの種類","Cell type":"セルの種類",Center:"中央揃え",Characters:"文字数","Characters (no spaces)":"文字数 (スペースなし)",Circle:"丸",Class:"クラス","Clear formatting":"書式をクリア",Close:"閉じる",Code:"コード","Code sample...":"コードのサンプル...","Code view":"コード表示","Color Picker":"カラーピッカー","Color swatch":"色の見本",Cols:"列数",Column:"列","Column clipboard actions":"列のクリップボードアクション","Column group":"列グループ","Column header":"列のヘッダー","Constrain proportions":"縦横比を固定",Copy:"コピー","Copy column":"列をコピー","Copy row":"行のコピー","Could not find the specified string.":"お探しの文字列が見つかりませんでした。","Could not load emojis":"絵文字が読み込めませんでした",Count:"カウント",Currency:"通貨","Current window":"同じウィンドウ","Custom color":"ユーザー設定の色","Custom...":"ユーザー設定...",Cut:"切り取り","Cut column":"列をカット","Cut row":"行の切り取り","Dark Blue":"ダークブルー","Dark Gray":"ダークグレー","Dark Green":"ダークグリーン","Dark Orange":"ダークオレンジ","Dark Purple":"ダークパープル","Dark Red":"ダークレッド","Dark Turquoise":"ダークターコイズ","Dark Yellow":"ダークイエロー",Dashed:"破線","Date/time":"日付/時刻","Decrease indent":"インデントを減らす",Default:"既定","Delete accordion":"","Delete column":"列の削除","Delete row":"行の削除","Delete table":"テーブルの削除",Dimensions:"サイズ",Disc:"黒丸",Div:"分割",Document:"ドキュメント",Dotted:"点線",Double:"二重線","Drop an image here":"ここに画像をドロップ","Dropped file type is not supported":"ドロップされたファイルタイプはサポートされていません",Edit:"編集",Embed:"埋め込み",Emojis:"絵文字","Emojis...":"絵文字...",Error:"エラー","Error: Form submit field collision.":"エラー:フォーム送信フィールドが競合しています。","Error: No form element found.":"エラー:フォーム要素が見つかりませんでした。","Extended Latin":"ラテン文字拡張","Failed to initialize plugin: {0}":"プラグイン{0}の初期化に失敗しました","Failed to load plugin url: {0}":"プラグインのURL{0}を読み込めませんでした","Failed to load plugin: {0} from url {1}":"URL{1}からのプラグイン{0}の読み込みに失敗しました","Failed to upload image: {0}":"画像{0}をアップロードできませんでした",File:"ファイル",Find:"検索...","Find (if searchreplace plugin activated)":"検索 (置換プラグイン有効時)","Find and Replace":"検索と置換","Find and replace...":"置換...","Find in selection":"選択部分で検索","Find whole words only":"語全体を含むもののみ検索",Flags:"旗","Focus to contextual toolbar":"コンテキストツールバーにフォーカス","Focus to element path":"要素パスにフォーカス","Focus to menubar":"メニューバーにフォーカス","Focus to toolbar":"ツールバーにフォーカス",Font:"フォント","Font size {0}":"","Font sizes":"フォントのサイズ","Font {0}":"",Fonts:"フォント","Food and Drink":"食べ物と飲み物",Footer:"フッター",Format:"書式設定","Format {0}":"",Formats:"書式",Fullscreen:"フルスクリーン",G:"緑",General:"一般",Gray:"グレー",Green:"グリーン","Green component":"緑色コンポーネント",Groove:"谷線","Handy Shortcuts":"便利なショートカット",Header:"ヘッダー","Header cell":"ヘッダーセル","Heading 1":"見出し1","Heading 2":"見出し2","Heading 3":"見出し3","Heading 4":"見出し4","Heading 5":"見出し5","Heading 6":"見出し6",Headings:"見出し",Height:"高さ",Help:"ヘルプ","Hex color code":"16進カラーコード",Hidden:"非表示","Horizontal align":"水平に整列","Horizontal line":"水平罫線","Horizontal space":"左右余白",ID:"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"IDは文字で始まり、その後に文字、数字、ダッシュ、ピリオド、コロン、またはアンダースコアが続く必要があります。","Image is decorative":"画像は装飾画像","Image list":"画像リスト","Image title":"画像タイトル","Image...":"画像..","ImageProxy HTTP error: Could not find Image Proxy":"画像プロキシ HTTPエラー:画像プロキシが見つかりませんでした","ImageProxy HTTP error: Incorrect Image Proxy URL":"画像プロキシ HTTPエラー:不正な画像プロキシURL","ImageProxy HTTP error: Rejected request":"画像プロキシ HTTPエラー:拒否されたリクエスト","ImageProxy HTTP error: Unknown ImageProxy error":"画像プロキシ HTTPエラー:不明な画像プロキシエラー","Increase indent":"インデントを増やす",Inline:"インライン",Insert:"挿入","Insert Template":"テンプレートの挿入..","Insert accordion":"","Insert column after":"後に列を挿入","Insert column before":"前に列を挿入","Insert date/time":"日付/時刻の挿入","Insert image":"画像の挿入","Insert link (if link plugin activated)":"リンクを挿入 (リンクプラグイン有効時)","Insert row after":"後に行を挿入","Insert row before":"前に行を挿入","Insert table":"表の挿入","Insert template...":"テンプレートの挿入..","Insert video":"動画の挿入","Insert/Edit code sample":"コードサンプルの挿入/編集","Insert/edit image":"画像の挿入/編集","Insert/edit link":"リンクの挿入/編集","Insert/edit media":"メディアの挿入/編集","Insert/edit video":"動画の挿入/編集",Inset:"内線","Invalid hex color code: {0}":"無効な16進カラーコード: {0}","Invalid input":"無効な入力",Italic:"斜体",Justify:"両端揃え","Keyboard Navigation":"キーボードナビゲーション",Language:"言語","Learn more...":"詳細...",Left:"左揃え","Left to right":"左から右","Light Blue":"ライトブルー","Light Gray":"ライトグレー","Light Green":"ライトグリーン","Light Purple":"ライトパープル","Light Red":"ライトレッド","Light Yellow":"ライトイエロー","Line height":"行の高さ","Link list":"リンクの一覧","Link...":"リンク...","List Properties":"箇条書きのプロパティ","List properties...":"箇条書きのプロパティ...","Loading emojis...":"絵文字を読み込んでいます…","Loading...":"読み込んでいます...","Lower Alpha":"小文字アルファベット","Lower Greek":"小文字ギリシャ文字","Lower Roman":"小文字ローマ字","Match case":"大文字と小文字を区別",Mathematical:"数学記号","Media poster (Image URL)":"メディアポスター (画像URL)","Media...":"メディア…","Medium Blue":"メディアムブルー","Medium Gray":"ミディアムグレー","Medium Purple":"ミディアムパープル","Merge cells":"セルの結合",Middle:"中央揃え","Midnight Blue":"ミッドナイトブルー","More...":"詳細...",Name:"名前","Navy Blue":"ネイビー","New document":"新規ドキュメント","New window":"新規ウィンドウ",Next:"次へ",No:"いいえ","No alignment":"配置なし","No color":"色なし","Nonbreaking space":"固定スペース",None:"なし","Numbered list":"番号付き箇条書き",OR:"または",Objects:"物",Ok:"OK","Open help dialog":"ヘルプダイアログを開く","Open link":"リンクを開く","Open link in...":"リンクの開き方...","Open popup menu for split buttons":"分割ボタンのポップアップメニューを開く",Orange:"オレンジ",Outset:"外線","Page break":"ページ区切り",Paragraph:"段落",Paste:"貼り付け","Paste as text":"テキストとして貼り付け","Paste column after":"後に列を貼り付け","Paste column before":"前に列を貼り付け","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"貼り付けは現在プレーンテキストモードです。このオプションをオフにしない限り内容はプレーンテキストとして貼り付けられます。","Paste or type a link":"リンクをペーストまたは入力","Paste row after":"下側に行を貼り付け","Paste row before":"上側に行を貼り付け","Paste your embed code below:":"埋め込み用コードを以下に貼り付けてください。",People:"人",Plugins:"プラグイン","Plugins installed ({0}):":"インストール済プラグイン ({0}):","Powered by {0}":"{0} によって搭載された",Pre:"整形済みテキスト",Preferences:"プリファレンス",Preformatted:"書式設定済み","Premium plugins:":"プレミアムプラグイン:","Press the Up and Down arrow keys to resize the editor.":"","Press the arrow keys to resize the editor.":"","Press {0} for help":"",Preview:"プレビュー",Previous:"前へ",Print:"印刷","Print...":"印刷...",Purple:"パープル",Quotations:"引用",R:"赤","Range 0 to 255":"範囲0〜255",Red:"レッド","Red component":"赤色コンポーネント",Redo:"やり直し",Remove:"削除","Remove color":"色設定を解除","Remove link":"リンクの削除",Replace:"置換","Replace all":"すべて置換","Replace with":"置換後の文字列",Resize:"サイズ変更","Restore last draft":"前回の下書きを回復","Reveal or hide additional toolbar items":"","Rich Text Area":"リッチテキストエリア","Rich Text Area. Press ALT-0 for help.":"リッチテキストエリア。Alt-0でヘルプが表示されます。","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"リッチテキストエリア。ALT-F9でメニュー、ALT-F10でツールバー、ALT-0でヘルプが表示されます。",Ridge:"山線",Right:"右揃え","Right to left":"右から左",Row:"行","Row clipboard actions":"行のクリップボードアクション","Row group":"行グループ","Row header":"行のヘッダー","Row properties":"行のプロパティ","Row type":"行タイプ",Rows:"行数",Save:"保存","Save (if save plugin activated)":"保存 (保存プラグイン有効時)",Scope:"スコープ",Search:"検索","Select all":"すべて選択","Select...":"選択...",Selection:"選択",Shortcut:"ショートカット","Show blocks":"文章の区切りを点線で表示","Show caption":"キャプションの表示","Show invisible characters":"非表示文字を表示",Size:"サイズ",Solid:"実線",Source:"ソース","Source code":"ソースコード","Special Character":"特殊文字","Special character...":"特殊文字...","Split cell":"セルの分割",Square:"四角","Start list at number":"番号リストの開始",Strikethrough:"取消線",Style:"スタイル",Subscript:"下付き",Superscript:"上付き","Switch to or from fullscreen mode":"フルスクリーンモード切替",Symbols:"記号","System Font":"システムフォント",Table:"表","Table caption":"テーブルの見出し","Table properties":"テーブルのプロパティ","Table styles":"テーブルの種類",Template:"テンプレート",Templates:"テンプレート",Text:"テキスト","Text color":"テキスト色","Text color {0}":"","Text to display":"表示するテキスト","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"入力されたURLはメールアドレスのようです。「mailto:」プレフィックスを追加しますか?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"入力されたURLは外部リンクのようです。「http://」プレフィックスを追加しますか?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"入力されたURLは外部リンクのようです。必要な「https://」プレフィックスを追加しますか?",Title:"タイトル","To open the popup, press Shift+Enter":"ポップアップを開くには、Shift+Enterを押してください","Toggle accordion":"",Tools:"ツール",Top:"上揃え","Travel and Places":"旅行と場所",Turquoise:"ターコイズ",Underline:"下線",Undo:"元に戻す",Upload:"アップロード","Uploading image":"画像アップロード中","Upper Alpha":"大文字アルファベット","Upper Roman":"大文字ローマ字",Url:"URL","User Defined":"ユーザー定義",Valid:"有効",Version:"バージョン","Vertical align":"垂直に整列","Vertical space":"上下余白",View:"表示","Visual aids":"表の枠線を点線で表示",Warn:"警告",White:"ホワイト",Width:"幅","Word count":"文字数カウント",Words:"単語数","Words: {0}":"単語数:{0}",Yellow:"イエロー",Yes:"はい","You are using {0}":"{0}を使用中","You have unsaved changes are you sure you want to navigate away?":"まだ保存していない変更があります。このページを離れますか?","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"お使いのブラウザではクリップボード機能を利用することができません。キーボードのショートカット(Ctrl+X, Ctrl+C, Ctrl+V)を使用してください。",alignment:"配置","austral sign":"アウストラル記号","cedi sign":"セディ記号","colon sign":"コロン記号","cruzeiro sign":"クルゼイロ記号","currency sign":"通貨記号","dollar sign":"ドル記号","dong sign":"ドン記号","drachma sign":"ドラクマ記号","euro-currency sign":"ユーロ記号",example:"例",formatting:"書式","french franc sign":"フランスフラン記号","german penny symbol":"ドイツペニー記号","guarani sign":"ガラニ記号",history:"履歴","hryvnia sign":"フリヴニャ記号",indentation:"インデント","indian rupee sign":"インドルピー記号","kip sign":"キープ記号","lira sign":"リラ記号","livre tournois sign":"トゥールポンド記号","manat sign":"マナト記号","mill sign":"ミル記号","naira sign":"ナイラ記号","new sheqel sign":"新シェケル記号","nordic mark sign":"北欧マルク記号","peseta sign":"ペセタ記号","peso sign":"ペソ記号","ruble sign":"ルーブル記号","rupee sign":"ルピー記号","spesmilo sign":"スペスミーロ記号",styles:"スタイル","tenge sign":"テンゲ記号","tugrik sign":"トゥグルグ記号","turkish lira sign":"トルコリラ記号","won sign":"ウォン記号","yen character":"円記号","yen/yuan character variant one":"円/元記号のバリエーション","yuan character":"人民元記号","yuan character, in hong kong and taiwan":"香港および台湾における元記号","{0} characters":"{0}文字","{0} columns, {1} rows":"","{0} words":"{0}語"});
|
3
|
+
//# sourceMappingURL=ja.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ja.mjs","sources":["../../../lib/utils/langs/ja.js"],"sourcesContent":["\"use strict\";\ntinymce.addI18n(\"ja\", { \"#\": \"#\", \"Accessibility\": \"\\u30a2\\u30af\\u30bb\\u30b7\\u30d3\\u30ea\\u30c6\\u30a3\", \"Accordion\": \"\", \"Accordion body...\": \"\", \"Accordion summary...\": \"\", \"Action\": \"\\u30a2\\u30af\\u30b7\\u30e7\\u30f3\", \"Activity\": \"\\u884c\\u52d5\", \"Address\": \"\\u30a2\\u30c9\\u30ec\\u30b9\", \"Advanced\": \"\\u8a73\\u7d30\", \"Align\": \"\\u914d\\u7f6e\", \"Align center\": \"\\u4e2d\\u592e\\u63c3\\u3048\", \"Align left\": \"\\u5de6\\u63c3\\u3048\", \"Align right\": \"\\u53f3\\u63c3\\u3048\", \"Alignment\": \"\\u914d\\u7f6e\", \"Alignment {0}\": \"\", \"All\": \"\\u3059\\u3079\\u3066\", \"Alternative description\": \"\\u4ee3\\u66ff\\u306e\\u8aac\\u660e\\u6587\", \"Alternative source\": \"\\u4ee3\\u66ff\\u30bd\\u30fc\\u30b9\", \"Alternative source URL\": \"\\u4ee3\\u66ff\\u30bd\\u30fc\\u30b9URL\", \"Anchor\": \"\\u30a2\\u30f3\\u30ab\\u30fc\", \"Anchor...\": \"\\u30a2\\u30f3\\u30ab\\u30fc...\", \"Anchors\": \"\\u30a2\\u30f3\\u30ab\\u30fc\", \"Animals and Nature\": \"\\u52d5\\u7269\\u3068\\u81ea\\u7136\", \"Arrows\": \"\\u77e2\\u5370\", \"B\": \"\\u9752\", \"Background color\": \"\\u80cc\\u666f\\u8272\", \"Background color {0}\": \"\", \"Black\": \"\\u30d6\\u30e9\\u30c3\\u30af\", \"Block\": \"\\u30d6\\u30ed\\u30c3\\u30af\", \"Block {0}\": \"\", \"Blockquote\": \"\\u5f15\\u7528\", \"Blocks\": \"\\u30d6\\u30ed\\u30c3\\u30af\", \"Blue\": \"\\u30d6\\u30eb\\u30fc\", \"Blue component\": \"\\u9752\\u8272\\u30b3\\u30f3\\u30dd\\u30fc\\u30cd\\u30f3\\u30c8\", \"Body\": \"\\u672c\\u6587\", \"Bold\": \"\\u592a\\u5b57\", \"Border\": \"\\u30dc\\u30fc\\u30c0\\u30fc\", \"Border color\": \"\\u30dc\\u30fc\\u30c0\\u30fc\\u306e\\u8272\", \"Border style\": \"\\u67a0\\u7dda\\u30b9\\u30bf\\u30a4\\u30eb\", \"Border width\": \"\\u67a0\\u7dda\\u5e45\", \"Bottom\": \"\\u4e0b\\u63c3\\u3048\", \"Browse files\": \"\", \"Browse for an image\": \"\\u753b\\u50cf\\u3092\\u53c2\\u7167\", \"Browse links\": \"\", \"Bullet list\": \"\\u7b87\\u6761\\u66f8\\u304d\", \"Cancel\": \"\\u53d6\\u6d88\", \"Caption\": \"\\u30ad\\u30e3\\u30d7\\u30b7\\u30e7\\u30f3\", \"Cell\": \"\\u30bb\\u30eb\", \"Cell padding\": \"\\u30bb\\u30eb\\u5185\\u306e\\u30b9\\u30da\\u30fc\\u30b9\", \"Cell properties\": \"\\u30bb\\u30eb\\u306e\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3\", \"Cell spacing\": \"\\u30bb\\u30eb\\u306e\\u9593\\u9694\", \"Cell styles\": \"\\u30bb\\u30eb\\u306e\\u7a2e\\u985e\", \"Cell type\": \"\\u30bb\\u30eb\\u306e\\u7a2e\\u985e\", \"Center\": \"\\u4e2d\\u592e\\u63c3\\u3048\", \"Characters\": \"\\u6587\\u5b57\\u6570\", \"Characters (no spaces)\": \"\\u6587\\u5b57\\u6570 (\\u30b9\\u30da\\u30fc\\u30b9\\u306a\\u3057)\", \"Circle\": \"\\u4e38\", \"Class\": \"\\u30af\\u30e9\\u30b9\", \"Clear formatting\": \"\\u66f8\\u5f0f\\u3092\\u30af\\u30ea\\u30a2\", \"Close\": \"\\u9589\\u3058\\u308b\", \"Code\": \"\\u30b3\\u30fc\\u30c9\", \"Code sample...\": \"\\u30b3\\u30fc\\u30c9\\u306e\\u30b5\\u30f3\\u30d7\\u30eb...\", \"Code view\": \"\\u30b3\\u30fc\\u30c9\\u8868\\u793a\", \"Color Picker\": \"\\u30ab\\u30e9\\u30fc\\u30d4\\u30c3\\u30ab\\u30fc\", \"Color swatch\": \"\\u8272\\u306e\\u898b\\u672c\", \"Cols\": \"\\u5217\\u6570\", \"Column\": \"\\u5217\", \"Column clipboard actions\": \"\\u5217\\u306e\\u30af\\u30ea\\u30c3\\u30d7\\u30dc\\u30fc\\u30c9\\u30a2\\u30af\\u30b7\\u30e7\\u30f3\", \"Column group\": \"\\u5217\\u30b0\\u30eb\\u30fc\\u30d7\", \"Column header\": \"\\u5217\\u306e\\u30d8\\u30c3\\u30c0\\u30fc\", \"Constrain proportions\": \"\\u7e26\\u6a2a\\u6bd4\\u3092\\u56fa\\u5b9a\", \"Copy\": \"\\u30b3\\u30d4\\u30fc\", \"Copy column\": \"\\u5217\\u3092\\u30b3\\u30d4\\u30fc\", \"Copy row\": \"\\u884c\\u306e\\u30b3\\u30d4\\u30fc\", \"Could not find the specified string.\": \"\\u304a\\u63a2\\u3057\\u306e\\u6587\\u5b57\\u5217\\u304c\\u898b\\u3064\\u304b\\u308a\\u307e\\u305b\\u3093\\u3067\\u3057\\u305f\\u3002\", \"Could not load emojis\": \"\\u7d75\\u6587\\u5b57\\u304c\\u8aad\\u307f\\u8fbc\\u3081\\u307e\\u305b\\u3093\\u3067\\u3057\\u305f\", \"Count\": \"\\u30ab\\u30a6\\u30f3\\u30c8\", \"Currency\": \"\\u901a\\u8ca8\", \"Current window\": \"\\u540c\\u3058\\u30a6\\u30a3\\u30f3\\u30c9\\u30a6\", \"Custom color\": \"\\u30e6\\u30fc\\u30b6\\u30fc\\u8a2d\\u5b9a\\u306e\\u8272\", \"Custom...\": \"\\u30e6\\u30fc\\u30b6\\u30fc\\u8a2d\\u5b9a...\", \"Cut\": \"\\u5207\\u308a\\u53d6\\u308a\", \"Cut column\": \"\\u5217\\u3092\\u30ab\\u30c3\\u30c8\", \"Cut row\": \"\\u884c\\u306e\\u5207\\u308a\\u53d6\\u308a\", \"Dark Blue\": \"\\u30c0\\u30fc\\u30af\\u30d6\\u30eb\\u30fc\", \"Dark Gray\": \"\\u30c0\\u30fc\\u30af\\u30b0\\u30ec\\u30fc\", \"Dark Green\": \"\\u30c0\\u30fc\\u30af\\u30b0\\u30ea\\u30fc\\u30f3\", \"Dark Orange\": \"\\u30c0\\u30fc\\u30af\\u30aa\\u30ec\\u30f3\\u30b8\", \"Dark Purple\": \"\\u30c0\\u30fc\\u30af\\u30d1\\u30fc\\u30d7\\u30eb\", \"Dark Red\": \"\\u30c0\\u30fc\\u30af\\u30ec\\u30c3\\u30c9\", \"Dark Turquoise\": \"\\u30c0\\u30fc\\u30af\\u30bf\\u30fc\\u30b3\\u30a4\\u30ba\", \"Dark Yellow\": \"\\u30c0\\u30fc\\u30af\\u30a4\\u30a8\\u30ed\\u30fc\", \"Dashed\": \"\\u7834\\u7dda\", \"Date/time\": \"\\u65e5\\u4ed8/\\u6642\\u523b\", \"Decrease indent\": \"\\u30a4\\u30f3\\u30c7\\u30f3\\u30c8\\u3092\\u6e1b\\u3089\\u3059\", \"Default\": \"\\u65e2\\u5b9a\", \"Delete accordion\": \"\", \"Delete column\": \"\\u5217\\u306e\\u524a\\u9664\", \"Delete row\": \"\\u884c\\u306e\\u524a\\u9664\", \"Delete table\": \"\\u30c6\\u30fc\\u30d6\\u30eb\\u306e\\u524a\\u9664\", \"Dimensions\": \"\\u30b5\\u30a4\\u30ba\", \"Disc\": \"\\u9ed2\\u4e38\", \"Div\": \"\\u5206\\u5272\", \"Document\": \"\\u30c9\\u30ad\\u30e5\\u30e1\\u30f3\\u30c8\", \"Dotted\": \"\\u70b9\\u7dda\", \"Double\": \"\\u4e8c\\u91cd\\u7dda\", \"Drop an image here\": \"\\u3053\\u3053\\u306b\\u753b\\u50cf\\u3092\\u30c9\\u30ed\\u30c3\\u30d7\", \"Dropped file type is not supported\": \"\\u30c9\\u30ed\\u30c3\\u30d7\\u3055\\u308c\\u305f\\u30d5\\u30a1\\u30a4\\u30eb\\u30bf\\u30a4\\u30d7\\u306f\\u30b5\\u30dd\\u30fc\\u30c8\\u3055\\u308c\\u3066\\u3044\\u307e\\u305b\\u3093\", \"Edit\": \"\\u7de8\\u96c6\", \"Embed\": \"\\u57cb\\u3081\\u8fbc\\u307f\", \"Emojis\": \"\\u7d75\\u6587\\u5b57\", \"Emojis...\": \"\\u7d75\\u6587\\u5b57...\", \"Error\": \"\\u30a8\\u30e9\\u30fc\", \"Error: Form submit field collision.\": \"\\u30a8\\u30e9\\u30fc\\uff1a\\u30d5\\u30a9\\u30fc\\u30e0\\u9001\\u4fe1\\u30d5\\u30a3\\u30fc\\u30eb\\u30c9\\u304c\\u7af6\\u5408\\u3057\\u3066\\u3044\\u307e\\u3059\\u3002\", \"Error: No form element found.\": \"\\u30a8\\u30e9\\u30fc\\uff1a\\u30d5\\u30a9\\u30fc\\u30e0\\u8981\\u7d20\\u304c\\u898b\\u3064\\u304b\\u308a\\u307e\\u305b\\u3093\\u3067\\u3057\\u305f\\u3002\", \"Extended Latin\": \"\\u30e9\\u30c6\\u30f3\\u6587\\u5b57\\u62e1\\u5f35\", \"Failed to initialize plugin: {0}\": \"\\u30d7\\u30e9\\u30b0\\u30a4\\u30f3{0}\\u306e\\u521d\\u671f\\u5316\\u306b\\u5931\\u6557\\u3057\\u307e\\u3057\\u305f\", \"Failed to load plugin url: {0}\": \"\\u30d7\\u30e9\\u30b0\\u30a4\\u30f3\\u306eURL{0}\\u3092\\u8aad\\u307f\\u8fbc\\u3081\\u307e\\u305b\\u3093\\u3067\\u3057\\u305f\", \"Failed to load plugin: {0} from url {1}\": \"URL{1}\\u304b\\u3089\\u306e\\u30d7\\u30e9\\u30b0\\u30a4\\u30f3{0}\\u306e\\u8aad\\u307f\\u8fbc\\u307f\\u306b\\u5931\\u6557\\u3057\\u307e\\u3057\\u305f\", \"Failed to upload image: {0}\": \"\\u753b\\u50cf{0}\\u3092\\u30a2\\u30c3\\u30d7\\u30ed\\u30fc\\u30c9\\u3067\\u304d\\u307e\\u305b\\u3093\\u3067\\u3057\\u305f\", \"File\": \"\\u30d5\\u30a1\\u30a4\\u30eb\", \"Find\": \"\\u691c\\u7d22...\", \"Find (if searchreplace plugin activated)\": \"\\u691c\\u7d22 (\\u7f6e\\u63db\\u30d7\\u30e9\\u30b0\\u30a4\\u30f3\\u6709\\u52b9\\u6642)\", \"Find and Replace\": \"\\u691c\\u7d22\\u3068\\u7f6e\\u63db\", \"Find and replace...\": \"\\u7f6e\\u63db...\", \"Find in selection\": \"\\u9078\\u629e\\u90e8\\u5206\\u3067\\u691c\\u7d22\", \"Find whole words only\": \"\\u8a9e\\u5168\\u4f53\\u3092\\u542b\\u3080\\u3082\\u306e\\u306e\\u307f\\u691c\\u7d22\", \"Flags\": \"\\u65d7\", \"Focus to contextual toolbar\": \"\\u30b3\\u30f3\\u30c6\\u30ad\\u30b9\\u30c8\\u30c4\\u30fc\\u30eb\\u30d0\\u30fc\\u306b\\u30d5\\u30a9\\u30fc\\u30ab\\u30b9\", \"Focus to element path\": \"\\u8981\\u7d20\\u30d1\\u30b9\\u306b\\u30d5\\u30a9\\u30fc\\u30ab\\u30b9\", \"Focus to menubar\": \"\\u30e1\\u30cb\\u30e5\\u30fc\\u30d0\\u30fc\\u306b\\u30d5\\u30a9\\u30fc\\u30ab\\u30b9\", \"Focus to toolbar\": \"\\u30c4\\u30fc\\u30eb\\u30d0\\u30fc\\u306b\\u30d5\\u30a9\\u30fc\\u30ab\\u30b9\", \"Font\": \"\\u30d5\\u30a9\\u30f3\\u30c8\", \"Font size {0}\": \"\", \"Font sizes\": \"\\u30d5\\u30a9\\u30f3\\u30c8\\u306e\\u30b5\\u30a4\\u30ba\", \"Font {0}\": \"\", \"Fonts\": \"\\u30d5\\u30a9\\u30f3\\u30c8\", \"Food and Drink\": \"\\u98df\\u3079\\u7269\\u3068\\u98f2\\u307f\\u7269\", \"Footer\": \"\\u30d5\\u30c3\\u30bf\\u30fc\", \"Format\": \"\\u66f8\\u5f0f\\u8a2d\\u5b9a\", \"Format {0}\": \"\", \"Formats\": \"\\u66f8\\u5f0f\", \"Fullscreen\": \"\\u30d5\\u30eb\\u30b9\\u30af\\u30ea\\u30fc\\u30f3\", \"G\": \"\\u7dd1\", \"General\": \"\\u4e00\\u822c\", \"Gray\": \"\\u30b0\\u30ec\\u30fc\", \"Green\": \"\\u30b0\\u30ea\\u30fc\\u30f3\", \"Green component\": \"\\u7dd1\\u8272\\u30b3\\u30f3\\u30dd\\u30fc\\u30cd\\u30f3\\u30c8\", \"Groove\": \"\\u8c37\\u7dda\", \"Handy Shortcuts\": \"\\u4fbf\\u5229\\u306a\\u30b7\\u30e7\\u30fc\\u30c8\\u30ab\\u30c3\\u30c8\", \"Header\": \"\\u30d8\\u30c3\\u30c0\\u30fc\", \"Header cell\": \"\\u30d8\\u30c3\\u30c0\\u30fc\\u30bb\\u30eb\", \"Heading 1\": \"\\u898b\\u51fa\\u30571\", \"Heading 2\": \"\\u898b\\u51fa\\u30572\", \"Heading 3\": \"\\u898b\\u51fa\\u30573\", \"Heading 4\": \"\\u898b\\u51fa\\u30574\", \"Heading 5\": \"\\u898b\\u51fa\\u30575\", \"Heading 6\": \"\\u898b\\u51fa\\u30576\", \"Headings\": \"\\u898b\\u51fa\\u3057\", \"Height\": \"\\u9ad8\\u3055\", \"Help\": \"\\u30d8\\u30eb\\u30d7\", \"Hex color code\": \"16\\u9032\\u30ab\\u30e9\\u30fc\\u30b3\\u30fc\\u30c9\", \"Hidden\": \"\\u975e\\u8868\\u793a\", \"Horizontal align\": \"\\u6c34\\u5e73\\u306b\\u6574\\u5217\", \"Horizontal line\": \"\\u6c34\\u5e73\\u7f6b\\u7dda\", \"Horizontal space\": \"\\u5de6\\u53f3\\u4f59\\u767d\", \"ID\": \"ID\", \"ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.\": \"ID\\u306f\\u6587\\u5b57\\u3067\\u59cb\\u307e\\u308a\\u3001\\u305d\\u306e\\u5f8c\\u306b\\u6587\\u5b57\\u3001\\u6570\\u5b57\\u3001\\u30c0\\u30c3\\u30b7\\u30e5\\u3001\\u30d4\\u30ea\\u30aa\\u30c9\\u3001\\u30b3\\u30ed\\u30f3\\u3001\\u307e\\u305f\\u306f\\u30a2\\u30f3\\u30c0\\u30fc\\u30b9\\u30b3\\u30a2\\u304c\\u7d9a\\u304f\\u5fc5\\u8981\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\", \"Image is decorative\": \"\\u753b\\u50cf\\u306f\\u88c5\\u98fe\\u753b\\u50cf\", \"Image list\": \"\\u753b\\u50cf\\u30ea\\u30b9\\u30c8\", \"Image title\": \"\\u753b\\u50cf\\u30bf\\u30a4\\u30c8\\u30eb\", \"Image...\": \"\\u753b\\u50cf..\", \"ImageProxy HTTP error: Could not find Image Proxy\": \"\\u753b\\u50cf\\u30d7\\u30ed\\u30ad\\u30b7 HTTP\\u30a8\\u30e9\\u30fc\\uff1a\\u753b\\u50cf\\u30d7\\u30ed\\u30ad\\u30b7\\u304c\\u898b\\u3064\\u304b\\u308a\\u307e\\u305b\\u3093\\u3067\\u3057\\u305f\", \"ImageProxy HTTP error: Incorrect Image Proxy URL\": \"\\u753b\\u50cf\\u30d7\\u30ed\\u30ad\\u30b7 HTTP\\u30a8\\u30e9\\u30fc\\uff1a\\u4e0d\\u6b63\\u306a\\u753b\\u50cf\\u30d7\\u30ed\\u30ad\\u30b7URL\", \"ImageProxy HTTP error: Rejected request\": \"\\u753b\\u50cf\\u30d7\\u30ed\\u30ad\\u30b7 HTTP\\u30a8\\u30e9\\u30fc\\uff1a\\u62d2\\u5426\\u3055\\u308c\\u305f\\u30ea\\u30af\\u30a8\\u30b9\\u30c8\", \"ImageProxy HTTP error: Unknown ImageProxy error\": \"\\u753b\\u50cf\\u30d7\\u30ed\\u30ad\\u30b7 HTTP\\u30a8\\u30e9\\u30fc\\uff1a\\u4e0d\\u660e\\u306a\\u753b\\u50cf\\u30d7\\u30ed\\u30ad\\u30b7\\u30a8\\u30e9\\u30fc\", \"Increase indent\": \"\\u30a4\\u30f3\\u30c7\\u30f3\\u30c8\\u3092\\u5897\\u3084\\u3059\", \"Inline\": \"\\u30a4\\u30f3\\u30e9\\u30a4\\u30f3\", \"Insert\": \"\\u633f\\u5165\", \"Insert Template\": \"\\u30c6\\u30f3\\u30d7\\u30ec\\u30fc\\u30c8\\u306e\\u633f\\u5165..\", \"Insert accordion\": \"\", \"Insert column after\": \"\\u5f8c\\u306b\\u5217\\u3092\\u633f\\u5165\", \"Insert column before\": \"\\u524d\\u306b\\u5217\\u3092\\u633f\\u5165\", \"Insert date/time\": \"\\u65e5\\u4ed8/\\u6642\\u523b\\u306e\\u633f\\u5165\", \"Insert image\": \"\\u753b\\u50cf\\u306e\\u633f\\u5165\", \"Insert link (if link plugin activated)\": \"\\u30ea\\u30f3\\u30af\\u3092\\u633f\\u5165 (\\u30ea\\u30f3\\u30af\\u30d7\\u30e9\\u30b0\\u30a4\\u30f3\\u6709\\u52b9\\u6642)\", \"Insert row after\": \"\\u5f8c\\u306b\\u884c\\u3092\\u633f\\u5165\", \"Insert row before\": \"\\u524d\\u306b\\u884c\\u3092\\u633f\\u5165\", \"Insert table\": \"\\u8868\\u306e\\u633f\\u5165\", \"Insert template...\": \"\\u30c6\\u30f3\\u30d7\\u30ec\\u30fc\\u30c8\\u306e\\u633f\\u5165..\", \"Insert video\": \"\\u52d5\\u753b\\u306e\\u633f\\u5165\", \"Insert/Edit code sample\": \"\\u30b3\\u30fc\\u30c9\\u30b5\\u30f3\\u30d7\\u30eb\\u306e\\u633f\\u5165/\\u7de8\\u96c6\", \"Insert/edit image\": \"\\u753b\\u50cf\\u306e\\u633f\\u5165/\\u7de8\\u96c6\", \"Insert/edit link\": \"\\u30ea\\u30f3\\u30af\\u306e\\u633f\\u5165/\\u7de8\\u96c6\", \"Insert/edit media\": \"\\u30e1\\u30c7\\u30a3\\u30a2\\u306e\\u633f\\u5165/\\u7de8\\u96c6\", \"Insert/edit video\": \"\\u52d5\\u753b\\u306e\\u633f\\u5165/\\u7de8\\u96c6\", \"Inset\": \"\\u5185\\u7dda\", \"Invalid hex color code: {0}\": \"\\u7121\\u52b9\\u306a16\\u9032\\u30ab\\u30e9\\u30fc\\u30b3\\u30fc\\u30c9: {0}\", \"Invalid input\": \"\\u7121\\u52b9\\u306a\\u5165\\u529b\", \"Italic\": \"\\u659c\\u4f53\", \"Justify\": \"\\u4e21\\u7aef\\u63c3\\u3048\", \"Keyboard Navigation\": \"\\u30ad\\u30fc\\u30dc\\u30fc\\u30c9\\u30ca\\u30d3\\u30b2\\u30fc\\u30b7\\u30e7\\u30f3\", \"Language\": \"\\u8a00\\u8a9e\", \"Learn more...\": \"\\u8a73\\u7d30...\", \"Left\": \"\\u5de6\\u63c3\\u3048\", \"Left to right\": \"\\u5de6\\u304b\\u3089\\u53f3\", \"Light Blue\": \"\\u30e9\\u30a4\\u30c8\\u30d6\\u30eb\\u30fc\", \"Light Gray\": \"\\u30e9\\u30a4\\u30c8\\u30b0\\u30ec\\u30fc\", \"Light Green\": \"\\u30e9\\u30a4\\u30c8\\u30b0\\u30ea\\u30fc\\u30f3\", \"Light Purple\": \"\\u30e9\\u30a4\\u30c8\\u30d1\\u30fc\\u30d7\\u30eb\", \"Light Red\": \"\\u30e9\\u30a4\\u30c8\\u30ec\\u30c3\\u30c9\", \"Light Yellow\": \"\\u30e9\\u30a4\\u30c8\\u30a4\\u30a8\\u30ed\\u30fc\", \"Line height\": \"\\u884c\\u306e\\u9ad8\\u3055\", \"Link list\": \"\\u30ea\\u30f3\\u30af\\u306e\\u4e00\\u89a7\", \"Link...\": \"\\u30ea\\u30f3\\u30af...\", \"List Properties\": \"\\u7b87\\u6761\\u66f8\\u304d\\u306e\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3\", \"List properties...\": \"\\u7b87\\u6761\\u66f8\\u304d\\u306e\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3...\", \"Loading emojis...\": \"\\u7d75\\u6587\\u5b57\\u3092\\u8aad\\u307f\\u8fbc\\u3093\\u3067\\u3044\\u307e\\u3059\\u2026\", \"Loading...\": \"\\u8aad\\u307f\\u8fbc\\u3093\\u3067\\u3044\\u307e\\u3059...\", \"Lower Alpha\": \"\\u5c0f\\u6587\\u5b57\\u30a2\\u30eb\\u30d5\\u30a1\\u30d9\\u30c3\\u30c8\", \"Lower Greek\": \"\\u5c0f\\u6587\\u5b57\\u30ae\\u30ea\\u30b7\\u30e3\\u6587\\u5b57\", \"Lower Roman\": \"\\u5c0f\\u6587\\u5b57\\u30ed\\u30fc\\u30de\\u5b57\", \"Match case\": \"\\u5927\\u6587\\u5b57\\u3068\\u5c0f\\u6587\\u5b57\\u3092\\u533a\\u5225\", \"Mathematical\": \"\\u6570\\u5b66\\u8a18\\u53f7\", \"Media poster (Image URL)\": \"\\u30e1\\u30c7\\u30a3\\u30a2\\u30dd\\u30b9\\u30bf\\u30fc (\\u753b\\u50cfURL)\", \"Media...\": \"\\u30e1\\u30c7\\u30a3\\u30a2\\u2026\", \"Medium Blue\": \"\\u30e1\\u30c7\\u30a3\\u30a2\\u30e0\\u30d6\\u30eb\\u30fc\", \"Medium Gray\": \"\\u30df\\u30c7\\u30a3\\u30a2\\u30e0\\u30b0\\u30ec\\u30fc\", \"Medium Purple\": \"\\u30df\\u30c7\\u30a3\\u30a2\\u30e0\\u30d1\\u30fc\\u30d7\\u30eb\", \"Merge cells\": \"\\u30bb\\u30eb\\u306e\\u7d50\\u5408\", \"Middle\": \"\\u4e2d\\u592e\\u63c3\\u3048\", \"Midnight Blue\": \"\\u30df\\u30c3\\u30c9\\u30ca\\u30a4\\u30c8\\u30d6\\u30eb\\u30fc\", \"More...\": \"\\u8a73\\u7d30...\", \"Name\": \"\\u540d\\u524d\", \"Navy Blue\": \"\\u30cd\\u30a4\\u30d3\\u30fc\", \"New document\": \"\\u65b0\\u898f\\u30c9\\u30ad\\u30e5\\u30e1\\u30f3\\u30c8\", \"New window\": \"\\u65b0\\u898f\\u30a6\\u30a3\\u30f3\\u30c9\\u30a6\", \"Next\": \"\\u6b21\\u3078\", \"No\": \"\\u3044\\u3044\\u3048\", \"No alignment\": \"\\u914d\\u7f6e\\u306a\\u3057\", \"No color\": \"\\u8272\\u306a\\u3057\", \"Nonbreaking space\": \"\\u56fa\\u5b9a\\u30b9\\u30da\\u30fc\\u30b9\", \"None\": \"\\u306a\\u3057\", \"Numbered list\": \"\\u756a\\u53f7\\u4ed8\\u304d\\u7b87\\u6761\\u66f8\\u304d\", \"OR\": \"\\u307e\\u305f\\u306f\", \"Objects\": \"\\u7269\", \"Ok\": \"OK\", \"Open help dialog\": \"\\u30d8\\u30eb\\u30d7\\u30c0\\u30a4\\u30a2\\u30ed\\u30b0\\u3092\\u958b\\u304f\", \"Open link\": \"\\u30ea\\u30f3\\u30af\\u3092\\u958b\\u304f\", \"Open link in...\": \"\\u30ea\\u30f3\\u30af\\u306e\\u958b\\u304d\\u65b9...\", \"Open popup menu for split buttons\": \"\\u5206\\u5272\\u30dc\\u30bf\\u30f3\\u306e\\u30dd\\u30c3\\u30d7\\u30a2\\u30c3\\u30d7\\u30e1\\u30cb\\u30e5\\u30fc\\u3092\\u958b\\u304f\", \"Orange\": \"\\u30aa\\u30ec\\u30f3\\u30b8\", \"Outset\": \"\\u5916\\u7dda\", \"Page break\": \"\\u30da\\u30fc\\u30b8\\u533a\\u5207\\u308a\", \"Paragraph\": \"\\u6bb5\\u843d\", \"Paste\": \"\\u8cbc\\u308a\\u4ed8\\u3051\", \"Paste as text\": \"\\u30c6\\u30ad\\u30b9\\u30c8\\u3068\\u3057\\u3066\\u8cbc\\u308a\\u4ed8\\u3051\", \"Paste column after\": \"\\u5f8c\\u306b\\u5217\\u3092\\u8cbc\\u308a\\u4ed8\\u3051\", \"Paste column before\": \"\\u524d\\u306b\\u5217\\u3092\\u8cbc\\u308a\\u4ed8\\u3051\", \"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.\": \"\\u8cbc\\u308a\\u4ed8\\u3051\\u306f\\u73fe\\u5728\\u30d7\\u30ec\\u30fc\\u30f3\\u30c6\\u30ad\\u30b9\\u30c8\\u30e2\\u30fc\\u30c9\\u3067\\u3059\\u3002\\u3053\\u306e\\u30aa\\u30d7\\u30b7\\u30e7\\u30f3\\u3092\\u30aa\\u30d5\\u306b\\u3057\\u306a\\u3044\\u9650\\u308a\\u5185\\u5bb9\\u306f\\u30d7\\u30ec\\u30fc\\u30f3\\u30c6\\u30ad\\u30b9\\u30c8\\u3068\\u3057\\u3066\\u8cbc\\u308a\\u4ed8\\u3051\\u3089\\u308c\\u307e\\u3059\\u3002\", \"Paste or type a link\": \"\\u30ea\\u30f3\\u30af\\u3092\\u30da\\u30fc\\u30b9\\u30c8\\u307e\\u305f\\u306f\\u5165\\u529b\", \"Paste row after\": \"\\u4e0b\\u5074\\u306b\\u884c\\u3092\\u8cbc\\u308a\\u4ed8\\u3051\", \"Paste row before\": \"\\u4e0a\\u5074\\u306b\\u884c\\u3092\\u8cbc\\u308a\\u4ed8\\u3051\", \"Paste your embed code below:\": \"\\u57cb\\u3081\\u8fbc\\u307f\\u7528\\u30b3\\u30fc\\u30c9\\u3092\\u4ee5\\u4e0b\\u306b\\u8cbc\\u308a\\u4ed8\\u3051\\u3066\\u304f\\u3060\\u3055\\u3044\\u3002\", \"People\": \"\\u4eba\", \"Plugins\": \"\\u30d7\\u30e9\\u30b0\\u30a4\\u30f3\", \"Plugins installed ({0}):\": \"\\u30a4\\u30f3\\u30b9\\u30c8\\u30fc\\u30eb\\u6e08\\u30d7\\u30e9\\u30b0\\u30a4\\u30f3 ({0})\\uff1a\", \"Powered by {0}\": \"{0} \\u306b\\u3088\\u3063\\u3066\\u642d\\u8f09\\u3055\\u308c\\u305f\", \"Pre\": \"\\u6574\\u5f62\\u6e08\\u307f\\u30c6\\u30ad\\u30b9\\u30c8\", \"Preferences\": \"\\u30d7\\u30ea\\u30d5\\u30a1\\u30ec\\u30f3\\u30b9\", \"Preformatted\": \"\\u66f8\\u5f0f\\u8a2d\\u5b9a\\u6e08\\u307f\", \"Premium plugins:\": \"\\u30d7\\u30ec\\u30df\\u30a2\\u30e0\\u30d7\\u30e9\\u30b0\\u30a4\\u30f3\\uff1a\", \"Press the Up and Down arrow keys to resize the editor.\": \"\", \"Press the arrow keys to resize the editor.\": \"\", \"Press {0} for help\": \"\", \"Preview\": \"\\u30d7\\u30ec\\u30d3\\u30e5\\u30fc\", \"Previous\": \"\\u524d\\u3078\", \"Print\": \"\\u5370\\u5237\", \"Print...\": \"\\u5370\\u5237...\", \"Purple\": \"\\u30d1\\u30fc\\u30d7\\u30eb\", \"Quotations\": \"\\u5f15\\u7528\", \"R\": \"\\u8d64\", \"Range 0 to 255\": \"\\u7bc4\\u56f20\\u301c255\", \"Red\": \"\\u30ec\\u30c3\\u30c9\", \"Red component\": \"\\u8d64\\u8272\\u30b3\\u30f3\\u30dd\\u30fc\\u30cd\\u30f3\\u30c8\", \"Redo\": \"\\u3084\\u308a\\u76f4\\u3057\", \"Remove\": \"\\u524a\\u9664\", \"Remove color\": \"\\u8272\\u8a2d\\u5b9a\\u3092\\u89e3\\u9664\", \"Remove link\": \"\\u30ea\\u30f3\\u30af\\u306e\\u524a\\u9664\", \"Replace\": \"\\u7f6e\\u63db\", \"Replace all\": \"\\u3059\\u3079\\u3066\\u7f6e\\u63db\", \"Replace with\": \"\\u7f6e\\u63db\\u5f8c\\u306e\\u6587\\u5b57\\u5217\", \"Resize\": \"\\u30b5\\u30a4\\u30ba\\u5909\\u66f4\", \"Restore last draft\": \"\\u524d\\u56de\\u306e\\u4e0b\\u66f8\\u304d\\u3092\\u56de\\u5fa9\", \"Reveal or hide additional toolbar items\": \"\", \"Rich Text Area\": \"\\u30ea\\u30c3\\u30c1\\u30c6\\u30ad\\u30b9\\u30c8\\u30a8\\u30ea\\u30a2\", \"Rich Text Area. Press ALT-0 for help.\": \"\\u30ea\\u30c3\\u30c1\\u30c6\\u30ad\\u30b9\\u30c8\\u30a8\\u30ea\\u30a2\\u3002Alt-0\\u3067\\u30d8\\u30eb\\u30d7\\u304c\\u8868\\u793a\\u3055\\u308c\\u307e\\u3059\\u3002\", \"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help\": \"\\u30ea\\u30c3\\u30c1\\u30c6\\u30ad\\u30b9\\u30c8\\u30a8\\u30ea\\u30a2\\u3002ALT-F9\\u3067\\u30e1\\u30cb\\u30e5\\u30fc\\u3001ALT-F10\\u3067\\u30c4\\u30fc\\u30eb\\u30d0\\u30fc\\u3001ALT-0\\u3067\\u30d8\\u30eb\\u30d7\\u304c\\u8868\\u793a\\u3055\\u308c\\u307e\\u3059\\u3002\", \"Ridge\": \"\\u5c71\\u7dda\", \"Right\": \"\\u53f3\\u63c3\\u3048\", \"Right to left\": \"\\u53f3\\u304b\\u3089\\u5de6\", \"Row\": \"\\u884c\", \"Row clipboard actions\": \"\\u884c\\u306e\\u30af\\u30ea\\u30c3\\u30d7\\u30dc\\u30fc\\u30c9\\u30a2\\u30af\\u30b7\\u30e7\\u30f3\", \"Row group\": \"\\u884c\\u30b0\\u30eb\\u30fc\\u30d7\", \"Row header\": \"\\u884c\\u306e\\u30d8\\u30c3\\u30c0\\u30fc\", \"Row properties\": \"\\u884c\\u306e\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3\", \"Row type\": \"\\u884c\\u30bf\\u30a4\\u30d7\", \"Rows\": \"\\u884c\\u6570\", \"Save\": \"\\u4fdd\\u5b58\", \"Save (if save plugin activated)\": \"\\u4fdd\\u5b58 (\\u4fdd\\u5b58\\u30d7\\u30e9\\u30b0\\u30a4\\u30f3\\u6709\\u52b9\\u6642)\", \"Scope\": \"\\u30b9\\u30b3\\u30fc\\u30d7\", \"Search\": \"\\u691c\\u7d22\", \"Select all\": \"\\u3059\\u3079\\u3066\\u9078\\u629e\", \"Select...\": \"\\u9078\\u629e...\", \"Selection\": \"\\u9078\\u629e\", \"Shortcut\": \"\\u30b7\\u30e7\\u30fc\\u30c8\\u30ab\\u30c3\\u30c8\", \"Show blocks\": \"\\u6587\\u7ae0\\u306e\\u533a\\u5207\\u308a\\u3092\\u70b9\\u7dda\\u3067\\u8868\\u793a\", \"Show caption\": \"\\u30ad\\u30e3\\u30d7\\u30b7\\u30e7\\u30f3\\u306e\\u8868\\u793a\", \"Show invisible characters\": \"\\u975e\\u8868\\u793a\\u6587\\u5b57\\u3092\\u8868\\u793a\", \"Size\": \"\\u30b5\\u30a4\\u30ba\", \"Solid\": \"\\u5b9f\\u7dda\", \"Source\": \"\\u30bd\\u30fc\\u30b9\", \"Source code\": \"\\u30bd\\u30fc\\u30b9\\u30b3\\u30fc\\u30c9\", \"Special Character\": \"\\u7279\\u6b8a\\u6587\\u5b57\", \"Special character...\": \"\\u7279\\u6b8a\\u6587\\u5b57...\", \"Split cell\": \"\\u30bb\\u30eb\\u306e\\u5206\\u5272\", \"Square\": \"\\u56db\\u89d2\", \"Start list at number\": \"\\u756a\\u53f7\\u30ea\\u30b9\\u30c8\\u306e\\u958b\\u59cb\", \"Strikethrough\": \"\\u53d6\\u6d88\\u7dda\", \"Style\": \"\\u30b9\\u30bf\\u30a4\\u30eb\", \"Subscript\": \"\\u4e0b\\u4ed8\\u304d\", \"Superscript\": \"\\u4e0a\\u4ed8\\u304d\", \"Switch to or from fullscreen mode\": \"\\u30d5\\u30eb\\u30b9\\u30af\\u30ea\\u30fc\\u30f3\\u30e2\\u30fc\\u30c9\\u5207\\u66ff\", \"Symbols\": \"\\u8a18\\u53f7\", \"System Font\": \"\\u30b7\\u30b9\\u30c6\\u30e0\\u30d5\\u30a9\\u30f3\\u30c8\", \"Table\": \"\\u8868\", \"Table caption\": \"\\u30c6\\u30fc\\u30d6\\u30eb\\u306e\\u898b\\u51fa\\u3057\", \"Table properties\": \"\\u30c6\\u30fc\\u30d6\\u30eb\\u306e\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3\", \"Table styles\": \"\\u30c6\\u30fc\\u30d6\\u30eb\\u306e\\u7a2e\\u985e\", \"Template\": \"\\u30c6\\u30f3\\u30d7\\u30ec\\u30fc\\u30c8\", \"Templates\": \"\\u30c6\\u30f3\\u30d7\\u30ec\\u30fc\\u30c8\", \"Text\": \"\\u30c6\\u30ad\\u30b9\\u30c8\", \"Text color\": \"\\u30c6\\u30ad\\u30b9\\u30c8\\u8272\", \"Text color {0}\": \"\", \"Text to display\": \"\\u8868\\u793a\\u3059\\u308b\\u30c6\\u30ad\\u30b9\\u30c8\", \"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?\": \"\\u5165\\u529b\\u3055\\u308c\\u305fURL\\u306f\\u30e1\\u30fc\\u30eb\\u30a2\\u30c9\\u30ec\\u30b9\\u306e\\u3088\\u3046\\u3067\\u3059\\u3002\\u300cmailto:\\u300d\\u30d7\\u30ec\\u30d5\\u30a3\\u30c3\\u30af\\u30b9\\u3092\\u8ffd\\u52a0\\u3057\\u307e\\u3059\\u304b\\uff1f\", \"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?\": \"\\u5165\\u529b\\u3055\\u308c\\u305fURL\\u306f\\u5916\\u90e8\\u30ea\\u30f3\\u30af\\u306e\\u3088\\u3046\\u3067\\u3059\\u3002\\u300chttp://\\u300d\\u30d7\\u30ec\\u30d5\\u30a3\\u30c3\\u30af\\u30b9\\u3092\\u8ffd\\u52a0\\u3057\\u307e\\u3059\\u304b\\uff1f\", \"The URL you entered seems to be an external link. Do you want to add the required https:// prefix?\": \"\\u5165\\u529b\\u3055\\u308c\\u305fURL\\u306f\\u5916\\u90e8\\u30ea\\u30f3\\u30af\\u306e\\u3088\\u3046\\u3067\\u3059\\u3002\\u5fc5\\u8981\\u306a\\u300chttps://\\u300d\\u30d7\\u30ec\\u30d5\\u30a3\\u30c3\\u30af\\u30b9\\u3092\\u8ffd\\u52a0\\u3057\\u307e\\u3059\\u304b\\uff1f\", \"Title\": \"\\u30bf\\u30a4\\u30c8\\u30eb\", \"To open the popup, press Shift+Enter\": \"\\u30dd\\u30c3\\u30d7\\u30a2\\u30c3\\u30d7\\u3092\\u958b\\u304f\\u306b\\u306f\\u3001Shift+Enter\\u3092\\u62bc\\u3057\\u3066\\u304f\\u3060\\u3055\\u3044\", \"Toggle accordion\": \"\", \"Tools\": \"\\u30c4\\u30fc\\u30eb\", \"Top\": \"\\u4e0a\\u63c3\\u3048\", \"Travel and Places\": \"\\u65c5\\u884c\\u3068\\u5834\\u6240\", \"Turquoise\": \"\\u30bf\\u30fc\\u30b3\\u30a4\\u30ba\", \"Underline\": \"\\u4e0b\\u7dda\", \"Undo\": \"\\u5143\\u306b\\u623b\\u3059\", \"Upload\": \"\\u30a2\\u30c3\\u30d7\\u30ed\\u30fc\\u30c9\", \"Uploading image\": \"\\u753b\\u50cf\\u30a2\\u30c3\\u30d7\\u30ed\\u30fc\\u30c9\\u4e2d\", \"Upper Alpha\": \"\\u5927\\u6587\\u5b57\\u30a2\\u30eb\\u30d5\\u30a1\\u30d9\\u30c3\\u30c8\", \"Upper Roman\": \"\\u5927\\u6587\\u5b57\\u30ed\\u30fc\\u30de\\u5b57\", \"Url\": \"URL\", \"User Defined\": \"\\u30e6\\u30fc\\u30b6\\u30fc\\u5b9a\\u7fa9\", \"Valid\": \"\\u6709\\u52b9\", \"Version\": \"\\u30d0\\u30fc\\u30b8\\u30e7\\u30f3\", \"Vertical align\": \"\\u5782\\u76f4\\u306b\\u6574\\u5217\", \"Vertical space\": \"\\u4e0a\\u4e0b\\u4f59\\u767d\", \"View\": \"\\u8868\\u793a\", \"Visual aids\": \"\\u8868\\u306e\\u67a0\\u7dda\\u3092\\u70b9\\u7dda\\u3067\\u8868\\u793a\", \"Warn\": \"\\u8b66\\u544a\", \"White\": \"\\u30db\\u30ef\\u30a4\\u30c8\", \"Width\": \"\\u5e45\", \"Word count\": \"\\u6587\\u5b57\\u6570\\u30ab\\u30a6\\u30f3\\u30c8\", \"Words\": \"\\u5358\\u8a9e\\u6570\", \"Words: {0}\": \"\\u5358\\u8a9e\\u6570\\uff1a{0}\", \"Yellow\": \"\\u30a4\\u30a8\\u30ed\\u30fc\", \"Yes\": \"\\u306f\\u3044\", \"You are using {0}\": \"{0}\\u3092\\u4f7f\\u7528\\u4e2d\", \"You have unsaved changes are you sure you want to navigate away?\": \"\\u307e\\u3060\\u4fdd\\u5b58\\u3057\\u3066\\u3044\\u306a\\u3044\\u5909\\u66f4\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\u3053\\u306e\\u30da\\u30fc\\u30b8\\u3092\\u96e2\\u308c\\u307e\\u3059\\u304b\\uff1f\", \"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.\": \"\\u304a\\u4f7f\\u3044\\u306e\\u30d6\\u30e9\\u30a6\\u30b6\\u3067\\u306f\\u30af\\u30ea\\u30c3\\u30d7\\u30dc\\u30fc\\u30c9\\u6a5f\\u80fd\\u3092\\u5229\\u7528\\u3059\\u308b\\u3053\\u3068\\u304c\\u3067\\u304d\\u307e\\u305b\\u3093\\u3002\\u30ad\\u30fc\\u30dc\\u30fc\\u30c9\\u306e\\u30b7\\u30e7\\u30fc\\u30c8\\u30ab\\u30c3\\u30c8\\uff08Ctrl+X, Ctrl+C, Ctrl+V\\uff09\\u3092\\u4f7f\\u7528\\u3057\\u3066\\u304f\\u3060\\u3055\\u3044\\u3002\", \"alignment\": \"\\u914d\\u7f6e\", \"austral sign\": \"\\u30a2\\u30a6\\u30b9\\u30c8\\u30e9\\u30eb\\u8a18\\u53f7\", \"cedi sign\": \"\\u30bb\\u30c7\\u30a3\\u8a18\\u53f7\", \"colon sign\": \"\\u30b3\\u30ed\\u30f3\\u8a18\\u53f7\", \"cruzeiro sign\": \"\\u30af\\u30eb\\u30bc\\u30a4\\u30ed\\u8a18\\u53f7\", \"currency sign\": \"\\u901a\\u8ca8\\u8a18\\u53f7\", \"dollar sign\": \"\\u30c9\\u30eb\\u8a18\\u53f7\", \"dong sign\": \"\\u30c9\\u30f3\\u8a18\\u53f7\", \"drachma sign\": \"\\u30c9\\u30e9\\u30af\\u30de\\u8a18\\u53f7\", \"euro-currency sign\": \"\\u30e6\\u30fc\\u30ed\\u8a18\\u53f7\", \"example\": \"\\u4f8b\", \"formatting\": \"\\u66f8\\u5f0f\", \"french franc sign\": \"\\u30d5\\u30e9\\u30f3\\u30b9\\u30d5\\u30e9\\u30f3\\u8a18\\u53f7\", \"german penny symbol\": \"\\u30c9\\u30a4\\u30c4\\u30da\\u30cb\\u30fc\\u8a18\\u53f7\", \"guarani sign\": \"\\u30ac\\u30e9\\u30cb\\u8a18\\u53f7\", \"history\": \"\\u5c65\\u6b74\", \"hryvnia sign\": \"\\u30d5\\u30ea\\u30f4\\u30cb\\u30e3\\u8a18\\u53f7\", \"indentation\": \"\\u30a4\\u30f3\\u30c7\\u30f3\\u30c8\", \"indian rupee sign\": \"\\u30a4\\u30f3\\u30c9\\u30eb\\u30d4\\u30fc\\u8a18\\u53f7\", \"kip sign\": \"\\u30ad\\u30fc\\u30d7\\u8a18\\u53f7\", \"lira sign\": \"\\u30ea\\u30e9\\u8a18\\u53f7\", \"livre tournois sign\": \"\\u30c8\\u30a5\\u30fc\\u30eb\\u30dd\\u30f3\\u30c9\\u8a18\\u53f7\", \"manat sign\": \"\\u30de\\u30ca\\u30c8\\u8a18\\u53f7\", \"mill sign\": \"\\u30df\\u30eb\\u8a18\\u53f7\", \"naira sign\": \"\\u30ca\\u30a4\\u30e9\\u8a18\\u53f7\", \"new sheqel sign\": \"\\u65b0\\u30b7\\u30a7\\u30b1\\u30eb\\u8a18\\u53f7\", \"nordic mark sign\": \"\\u5317\\u6b27\\u30de\\u30eb\\u30af\\u8a18\\u53f7\", \"peseta sign\": \"\\u30da\\u30bb\\u30bf\\u8a18\\u53f7\", \"peso sign\": \"\\u30da\\u30bd\\u8a18\\u53f7\", \"ruble sign\": \"\\u30eb\\u30fc\\u30d6\\u30eb\\u8a18\\u53f7\", \"rupee sign\": \"\\u30eb\\u30d4\\u30fc\\u8a18\\u53f7\", \"spesmilo sign\": \"\\u30b9\\u30da\\u30b9\\u30df\\u30fc\\u30ed\\u8a18\\u53f7\", \"styles\": \"\\u30b9\\u30bf\\u30a4\\u30eb\", \"tenge sign\": \"\\u30c6\\u30f3\\u30b2\\u8a18\\u53f7\", \"tugrik sign\": \"\\u30c8\\u30a5\\u30b0\\u30eb\\u30b0\\u8a18\\u53f7\", \"turkish lira sign\": \"\\u30c8\\u30eb\\u30b3\\u30ea\\u30e9\\u8a18\\u53f7\", \"won sign\": \"\\u30a6\\u30a9\\u30f3\\u8a18\\u53f7\", \"yen character\": \"\\u5186\\u8a18\\u53f7\", \"yen/yuan character variant one\": \"\\u5186/\\u5143\\u8a18\\u53f7\\u306e\\u30d0\\u30ea\\u30a8\\u30fc\\u30b7\\u30e7\\u30f3\", \"yuan character\": \"\\u4eba\\u6c11\\u5143\\u8a18\\u53f7\", \"yuan character, in hong kong and taiwan\": \"\\u9999\\u6e2f\\u304a\\u3088\\u3073\\u53f0\\u6e7e\\u306b\\u304a\\u3051\\u308b\\u5143\\u8a18\\u53f7\", \"{0} characters\": \"{0}\\u6587\\u5b57\", \"{0} columns, {1} rows\": \"\", \"{0} words\": \"{0}\\u8a9e\" });\n"],"names":["tinymce"],"mappings":";AACAA"}
|
File without changes
|
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";
|
2
|
+
tinymce.addI18n("ko_KR", { "#": "#", "Accessibility": "\uc811\uadfc\uc131", "Accordion": "", "Accordion body...": "", "Accordion summary...": "", "Action": "\uc791\uc5c5", "Activity": "\ud65c\ub3d9", "Address": "\uc8fc\uc18c", "Advanced": "\uc0c1\uc138", "Align": "\uc815\ub82c", "Align center": "\uc911\uc559 \uc815\ub82c", "Align left": "\uc67c\ucabd \uc815\ub82c", "Align right": "\uc624\ub978\ucabd \uc815\ub82c", "Alignment": "\uc815\ub82c", "Alignment {0}": "", "All": "\ubaa8\ub450", "Alternative description": "\ub300\uccb4 \uc124\uba85\ubb38", "Alternative source": "\ub300\uccb4 \uc18c\uc2a4", "Alternative source URL": "\ub300\uccb4 \uc18c\uc2a4 URL", "Anchor": "\ub9c1\ud06c \uc9c0\uc810", "Anchor...": "\uc575\ucee4...", "Anchors": "\uc575\ucee4", "Animals and Nature": "\ub3d9\ubb3c\uacfc \uc790\uc5f0", "Arrows": "\ud654\uc0b4\ud45c", "B": "\ud30c\ub791", "Background color": "\ubc30\uacbd \uc0c9", "Background color {0}": "", "Black": "\uac80\uc740\uc0c9", "Block": "\ube14\ub85d", "Block {0}": "", "Blockquote": "\uc778\uc6a9\ubb38", "Blocks": "\ube14\ub85d", "Blue": "\ud30c\ub780\uc0c9", "Blue component": "\uccad\uc0c9 \uc694\uc18c", "Body": "\ubcf8\ubb38", "Bold": "\uad75\uac8c", "Border": "\ud14c\ub450\ub9ac", "Border color": "\ud14c\ub450\ub9ac \uc0c9", "Border style": "\ud14c\ub450\ub9ac \uc2a4\ud0c0\uc77c", "Border width": "\ud14c\ub450\ub9ac \ub450\uaed8", "Bottom": "\uc544\ub798 \ub9de\ucda4", "Browse files": "", "Browse for an image": "\uc774\ubbf8\uc9c0 \ucc3e\uae30", "Browse links": "", "Bullet list": "\uae00\uba38\ub9ac \uae30\ud638 \ubaa9\ub85d", "Cancel": "Cancel", "Caption": "\ucea1\uc158", "Cell": "\uc140", "Cell padding": "\uc140 \uc548\ucabd \uc5ec\ubc31", "Cell properties": "\uc140 \uc18d\uc131", "Cell spacing": "\uc140 \uac04\uaca9", "Cell styles": "\uc140 \ubaa8\uc591", "Cell type": "\uc140 \uc720\ud615", "Center": "\uac00\uc6b4\ub370 \ub9de\ucda4", "Characters": "\ubb38\uc790 \uc218", "Characters (no spaces)": "\ubb38\uc790 \uc218 (\uacf5\ubc31 \uc5c6\uc74c)", "Circle": "\ub3d9\uadf8\ub77c\ubbf8", "Class": "\ud074\ub798\uc2a4", "Clear formatting": "\uc11c\uc2dd \uc9c0\uc6b0\uae30", "Close": "\ub2eb\uae30", "Code": "\ucf54\ub4dc", "Code sample...": "\ucf54\ub4dc \uc0d8\ud50c...", "Code view": "\ucf54\ub4dc \ud45c\uc2dc", "Color Picker": "\uc0c9 \uc120\ud0dd\uae30", "Color swatch": "\uc0c9\uc0c1 \uacac\ubcf8", "Cols": "\uc5f4 \uc218", "Column": "\uc5f4", "Column clipboard actions": "\uc5f4 \ud074\ub9bd\ubcf4\ub4dc \ub3d9\uc791", "Column group": "\uc5f4 \uadf8\ub8f9", "Column header": "\uc5f4 \uc81c\ubaa9", "Constrain proportions": "\ube44\uc728 \uace0\uc815", "Copy": "Copy", "Copy column": "\uc5f4 \ubcf5\uc0ac", "Copy row": "\ud589 \ubcf5\uc0ac", "Could not find the specified string.": "\uc9c0\uc815\ud55c \ubb38\uc790\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", "Could not load emojis": "\uc774\ubaa8\uc9c0\ub97c \ubd88\ub7ec\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4", "Count": "\uac1c\uc218", "Currency": "\ud1b5\ud654", "Current window": "\ud604\uc7ac \ucc3d", "Custom color": "\uc0ac\uc6a9\uc790 \uc9c0\uc815 \uc0c9", "Custom...": "\uc0ac\uc6a9\uc790 \uc9c0\uc815...", "Cut": "Cut", "Cut column": "\uc5f4 \uc798\ub77c\ub0b4\uae30", "Cut row": "\ud589 \uc798\ub77c\ub0b4\uae30", "Dark Blue": "\uc9c4\ud55c \ud30c\ub780\uc0c9", "Dark Gray": "\uc9c4\ud55c \ud68c\uc0c9", "Dark Green": "\uc9c4\ud55c \ucd08\ub85d\uc0c9", "Dark Orange": "\uc9c4\ud55c \uc8fc\ud669\uc0c9", "Dark Purple": "\uc9c4\ud55c \ubcf4\ub77c\uc0c9", "Dark Red": "\uc9c4\ud55c \ube68\uac04\uc0c9", "Dark Turquoise": "\uc9c4\ud55c \uccad\ub85d\uc0c9", "Dark Yellow": "\uc9c4\ud55c \ub178\ub780\uc0c9", "Dashed": "\ud30c\uc120", "Date/time": "\ub0a0\uc9dc/\uc2dc\uac04", "Decrease indent": "\ub0b4\uc5b4\uc4f0\uae30", "Default": "\uae30\ubcf8\uac12", "Delete accordion": "", "Delete column": "\uc5f4 \uc0ad\uc81c", "Delete row": "\ud589 \uc0ad\uc81c", "Delete table": "\ud45c \uc0ad\uc81c", "Dimensions": "\ud06c\uae30", "Disc": "\ub514\uc2a4\ud06c", "Div": "Div", "Document": "\ubb38\uc11c", "Dotted": "\uc810\uc120", "Double": "\uc774\uc911 \uc2e4\uc120", "Drop an image here": "\uc5ec\uae30\ub85c \uc774\ubbf8\uc9c0\ub97c \ub04c\uc5b4\uc624\uc138\uc694", "Dropped file type is not supported": "\ub04c\uc5b4\ub2e4 \ub193\uc740 \ud30c\uc77c \ud615\uc2dd\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4", "Edit": "\ud3b8\uc9d1", "Embed": "\uc0bd\uc785", "Emojis": "\uc774\ubaa8\uc9c0", "Emojis...": "\uc774\ubaa8\uc9c0...", "Error": "\uc624\ub958", "Error: Form submit field collision.": "\uc624\ub958: \uc591\uc2dd \uc81c\ucd9c \ud544\ub4dc \ubd88\uc77c\uce58", "Error: No form element found.": "\uc624\ub958: \uc591\uc2dd \ud56d\ubaa9 \uc5c6\uc74c", "Extended Latin": "\ud655\uc7a5 \ub77c\ud2f4\uc5b4", "Failed to initialize plugin: {0}": "\ud50c\ub7ec\uadf8\uc778 {0}\uc758 \ucd08\uae30\ud654\uac00 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4", "Failed to load plugin url: {0}": "\ud50c\ub7ec\uadf8\uc778 URL {0}\uc744 \ubd88\ub7ec\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.", "Failed to load plugin: {0} from url {1}": "URL {1}\ub85c\ubd80\ud130 \ud50c\ub7ec\uadf8\uc778 {0}\uc744 \ubd88\ub7ec\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.", "Failed to upload image: {0}": "\uc774\ubbf8\uc9c0{0}\uc744(\ub97c) \uc5c5\ub85c\ub4dc \ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.", "File": "\ud30c\uc77c", "Find": "\ucc3e\uae30", "Find (if searchreplace plugin activated)": "\ucc3e\uae30 (searchreplace \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub41c \uacbd\uc6b0)", "Find and Replace": "\ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30", "Find and replace...": "\ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30...", "Find in selection": "\uc120\ud0dd\ub41c \ubd80\ubd84\uc5d0\uc11c \uac80\uc0c9", "Find whole words only": "\ubaa8\ub450 \uc77c\uce58\ud558\ub294 \ub2e8\uc5b4 \ucc3e\uae30", "Flags": "\uae43\ubc1c", "Focus to contextual toolbar": "\ucee8\ud14d\uc2a4\ud2b8 \ud234\ubc14\uc5d0 \uac15\uc870\ud45c\uc2dc", "Focus to element path": "\uc694\uc18c \uacbd\ub85c\uc5d0 \uac15\uc870\ud45c\uc2dc", "Focus to menubar": "\uba54\ub274\ubc14\uc5d0 \uac15\uc870\ud45c\uc2dc", "Focus to toolbar": "\ud234\ubc14\uc5d0 \uac15\uc870\ud45c\uc2dc", "Font": "\uae00\uaf34", "Font size {0}": "", "Font sizes": "\uae00\uaf34 \ud06c\uae30", "Font {0}": "", "Fonts": "\uae00\uaf34", "Food and Drink": "\uc74c\uc2dd\uacfc \uc74c\ub8cc", "Footer": "\ud478\ud130", "Format": "\uc11c\uc2dd", "Format {0}": "", "Formats": "\uc11c\uc2dd", "Fullscreen": "\uc804\uccb4 \ud654\uba74", "G": "\ub179\uc0c9", "General": "\uc77c\ubc18", "Gray": "\ud68c\uc0c9", "Green": "\ucd08\ub85d\uc0c9", "Green component": "\ub179\uc0c9 \uc694\uc18c", "Groove": "\uc785\uccb4 \ud14c\ub450\ub9ac", "Handy Shortcuts": "\uc720\uc6a9\ud55c \ub2e8\ucd95\ud0a4", "Header": "\uc81c\ubaa9", "Header cell": "\ud5e4\ub354 \uc140", "Heading 1": "\uc81c\ubaa9 1", "Heading 2": "\uc81c\ubaa9 2", "Heading 3": "\uc81c\ubaa9 3", "Heading 4": "\uc81c\ubaa9 4", "Heading 5": "\uc81c\ubaa9 5", "Heading 6": "\uc81c\ubaa9 6", "Headings": "\uc81c\ubaa9", "Height": "\ub192\uc774", "Help": "\ub3c4\uc6c0\ub9d0", "Hex color code": "16\uc9c4\uc218 \uc0c9\uc0c1 \ucf54\ub4dc", "Hidden": "\uc228\uae40", "Horizontal align": "\uc218\ud3c9 \uc815\ub82c", "Horizontal line": "\uc218\ud3c9\uc120", "Horizontal space": "\uc88c\uc6b0 \uc5ec\ubc31", "ID": "ID", "ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "ID\ub294 \ubb38\uc790\ub85c \uc2dc\uc791\ud574\uc57c \ud558\uba70, \uadf8 \ub2e4\uc74c\uc5d0\ub294 \ubb38\uc790, \uc22b\uc790, \ub300\uc2dc, \uad6c\ub450\uc810, \ucf5c\ub860, \ubc11\uc904 \ubb38\uc790\uac00 \uc62c \uc218 \uc788\uc2b5\ub2c8\ub2e4.", "Image is decorative": "\uc774\ubbf8\uc9c0 \uc7a5\uc2dd \uac00\ub2a5", "Image list": "\uc774\ubbf8\uc9c0 \ubaa9\ub85d", "Image title": "\uc774\ubbf8\uc9c0 \uc81c\ubaa9", "Image...": "\uc774\ubbf8\uc9c0...", "ImageProxy HTTP error: Could not find Image Proxy": "ImageProxy HTTP \uc624\ub958: \uc774\ubbf8\uc9c0 \ud504\ub85d\uc2dc\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4", "ImageProxy HTTP error: Incorrect Image Proxy URL": "ImageProxy HTTP \uc624\ub958: \uc62c\ubc14\ub974\uc9c0 \uc54a\uc740 \uc774\ubbf8\uc9c0 \ud504\ub85d\uc2dc URL \uc8fc\uc18c", "ImageProxy HTTP error: Rejected request": "ImageProxy HTTP \uc624\ub958: \uc694\uccad \uac70\ubd80", "ImageProxy HTTP error: Unknown ImageProxy error": "ImageProxy HTTP \uc624\ub958: \uc54c \uc218 \uc5c6\ub294 \uc774\ubbf8\uc9c0 \ud504\ub85d\uc2dc \uc624\ub958", "Increase indent": "\ub4e4\uc5ec\uc4f0\uae30", "Inline": "\uc778\ub77c\uc778", "Insert": "\uc0bd\uc785", "Insert Template": "\ud15c\ud50c\ub9bf \uc0bd\uc785", "Insert accordion": "", "Insert column after": "\ub2e4\uc74c\uc5d0 \uc5f4 \uc0bd\uc785", "Insert column before": "\uc774\uc804\uc5d0 \uc5f4 \uc0bd\uc785", "Insert date/time": "\ub0a0\uc9dc/\uc2dc\uac04 \uc0bd\uc785", "Insert image": "\uc774\ubbf8\uc9c0 \uc0bd\uc785", "Insert link (if link plugin activated)": "\ub9c1\ud06c \uc0bd\uc785 (link \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub41c \uacbd\uc6b0)", "Insert row after": "\ub2e4\uc74c\uc5d0 \ud589 \uc0bd\uc785", "Insert row before": "\uc774\uc804\uc5d0 \ud589 \uc0bd\uc785", "Insert table": "\ud45c \uc0bd\uc785", "Insert template...": "\ud15c\ud50c\ub9bf \uc0bd\uc785...", "Insert video": "\ube44\ub514\uc624 \uc0bd\uc785", "Insert/Edit code sample": "\ucf54\ub4dc \uc0d8\ud50c \uc0bd\uc785/\ud3b8\uc9d1", "Insert/edit image": "\uc774\ubbf8\uc9c0 \uc0bd\uc785/\ud3b8\uc9d1", "Insert/edit link": "\ub9c1\ud06c \uc0bd\uc785/\ud3b8\uc9d1", "Insert/edit media": "\ubbf8\ub514\uc5b4 \uc0bd\uc785/\ud3b8\uc9d1", "Insert/edit video": "\ube44\ub514\uc624 \uc0bd\uc785/\ud3b8\uc9d1", "Inset": "\uc140 \ud568\ubab0", "Invalid hex color code: {0}": "\ubd80\uc801\uc808\ud55c 16\uc9c4\uc218 \uc0c9\uc0c1 \ucf54\ub4dc: {0}", "Invalid input": "\ubd80\uc801\uc808\ud55c \uc785\ub825", "Italic": "\uae30\uc6b8\uc784\uaf34", "Justify": "\uc591\ucabd \uc815\ub82c", "Keyboard Navigation": "\ub2e8\ucd95\ud0a4", "Language": "\uc5b8\uc5b4", "Learn more...": "\uc880 \ub354 \uc0b4\ud3b4\ubcf4\uae30...", "Left": "\uc67c\ucabd \ub9de\ucda4", "Left to right": "\uc67c\ucabd\uc5d0\uc11c \uc624\ub978\ucabd", "Light Blue": "\ubc1d\uc740 \ud30c\ub780\uc0c9", "Light Gray": "\ubc1d\uc740 \ud68c\uc0c9", "Light Green": "\ubc1d\uc740 \ub179\uc0c9", "Light Purple": "\ubc1d\uc740 \ubcf4\ub77c\uc0c9", "Light Red": "\ubc1d\uc740 \ube68\uac04\uc0c9", "Light Yellow": "\ubc1d\uc740 \ub178\ub780\uc0c9", "Line height": "\ud589 \ub192\uc774", "Link list": "\ub9c1\ud06c \ubaa9\ub85d", "Link...": "\ub9c1\ud06c...", "List Properties": "\ud56d\ubaa9 \uc18d\uc131", "List properties...": "\ud56d\ubaa9 \uc18d\uc131...", "Loading emojis...": "\uc774\ubaa8\uc9c0 \ubd88\ub7ec\uc624\ub294 \uc911...", "Loading...": "\ubd88\ub7ec\uc624\ub294 \uc911...", "Lower Alpha": "\uc54c\ud30c\ubcb3 \uc18c\ubb38\uc790", "Lower Greek": "\uadf8\ub9ac\uc2a4\uc5b4 \uc18c\ubb38\uc790", "Lower Roman": "\ub85c\ub9c8\uc790 \uc18c\ubb38\uc790", "Match case": "\ub300/\uc18c\ubb38\uc790 \uad6c\ubd84", "Mathematical": "\uc218\ud559\uae30\ud638", "Media poster (Image URL)": "\ubbf8\ub514\uc5b4 \ud3ec\uc2a4\ud130 (\uc774\ubbf8\uc9c0 URL)", "Media...": "\ubbf8\ub514\uc5b4...", "Medium Blue": "\uc911\uac04 \ud30c\ub780\uc0c9", "Medium Gray": "\uc911\uac04 \ud68c\uc0c9", "Medium Purple": "\uc911\uac04 \ubcf4\ub77c\uc0c9", "Merge cells": "\uc140 \ubcd1\ud569", "Middle": "\uac00\uc6b4\ub370 \ub9de\ucda4", "Midnight Blue": "\uc9c4\ud55c \ud30c\ub780\uc0c9", "More...": "\ub354 \ubcf4\uae30...", "Name": "\uc774\ub984", "Navy Blue": "\ub0a8\uc0c9", "New document": "New document", "New window": "\uc0c8 \ucc3d", "Next": "\ub2e4\uc74c", "No": "\uc544\ub2c8\uc624", "No alignment": "\uc815\ub82c \uc5c6\uc74c", "No color": "\uc0c9 \uc5c6\uc74c", "Nonbreaking space": "\ub744\uc5b4\uc4f0\uae30", "None": "\uc5c6\uc74c", "Numbered list": "\ubc88\ud638 \ub9e4\uae30\uae30 \ubaa9\ub85d", "OR": "\ub610\ub294", "Objects": "\ubb3c\uac74", "Ok": "Ok", "Open help dialog": "\ub3c4\uc6c0\ub9d0 \ub2e4\uc774\uc5bc\ub85c\uadf8 \uc5f4\uae30", "Open link": "\ub9c1\ud06c \uc5f4\uae30", "Open link in...": "...\uc5d0\uc11c \ub9c1\ud06c \uc5f4\uae30", "Open popup menu for split buttons": "\ubd84\ud560 \ubc84\ud2bc\uc73c\ub85c \ud31d\uc5c5 \uba54\ub274 \uc5f4\uae30", "Orange": "\uc8fc\ud669\uc0c9", "Outset": "\uc140 \ub3cc\ucd9c", "Page break": "\ud398\uc774\uc9c0 \uad6c\ubd84\uc790", "Paragraph": "\ub2e8\ub77d", "Paste": "Paste", "Paste as text": "\ud14d\uc2a4\ud2b8\ub85c \ubd99\uc5ec\ub123\uae30", "Paste column after": "\ub2e4\uc74c\uc5d0 \uc5f4 \ubd99\uc5ec\ub123\uae30", "Paste column before": "\uc774\uc804\uc5d0 \uc5f4 \ubd99\uc5ec\ub123\uae30", "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\ubd99\uc5ec\ub123\uae30\uac00 \ud604\uc7ac \uc77c\ubc18 \ud14d\uc2a4\ud2b8 \ubaa8\ub4dc\uc785\ub2c8\ub2e4. \uc774 \uc635\uc158\uc744 \ud574\uc81c\ud560 \ub54c\uae4c\uc9c0 \uc77c\ubc18 \ud14d\uc2a4\ud2b8\ub85c \ubd99\uc5ec\ub123\uc2b5\ub2c8\ub2e4.", "Paste or type a link": "\ub9c1\ud06c\ub97c \ubd99\uc5ec\ub123\uac70\ub098 \uc785\ub825\ud558\uc2ed\uc2dc\uc624.", "Paste row after": "\ub2e4\uc74c\uc5d0 \ud589 \ubd99\uc5ec\ub123\uae30", "Paste row before": "\uc774\uc804\uc5d0 \ud589 \ubd99\uc5ec\ub123\uae30", "Paste your embed code below:": "\uc0bd\uc785\ud560 \ucf54\ub4dc\ub97c \uc544\ub798\uc5d0 \ubd99\uc5ec \ub123\uc5b4\uc8fc\uc138\uc694.", "People": "\uc0ac\ub78c", "Plugins": "\ud50c\ub7ec\uadf8\uc778", "Plugins installed ({0}):": "\uc124\uce58\ub41c \ud50c\ub7ec\uadf8\uc778({0}):", "Powered by {0}": "{0}\uc5d0\uc11c \uc9c0\uc6d0", "Pre": "Pre", "Preferences": "\ud658\uacbd\uc124\uc815", "Preformatted": "\uc11c\uc2dd \ubbf8\uc124\uc815", "Premium plugins:": "\ud504\ub9ac\ubbf8\uc5c4 \ud50c\ub7ec\uadf8\uc778:", "Press the Up and Down arrow keys to resize the editor.": "", "Press the arrow keys to resize the editor.": "", "Press {0} for help": "", "Preview": "\ubbf8\ub9ac \ubcf4\uae30", "Previous": "\uc774\uc804", "Print": "\uc778\uc1c4", "Print...": "\uc778\uc1c4...", "Purple": "\ubcf4\ub77c\uc0c9", "Quotations": "\uc778\uc6a9\ubb38", "R": "\ube68\uac15", "Range 0 to 255": "0\ubd80\ud130 255\uae4c\uc9c0\uc758 \ubc94\uc704", "Red": "\ube68\uac04\uc0c9", "Red component": "\uc801\uc0c9 \uc694\uc18c", "Redo": "Ran again", "Remove": "\uc81c\uac70", "Remove color": "\uc0c9 \uc81c\uac70", "Remove link": "\ub9c1\ud06c \uc81c\uac70", "Replace": "\ubc14\uafb8\uae30", "Replace all": "\ubaa8\ub450 \ubc14\uafb8\uae30", "Replace with": "\ub2e4\uc74c\uc73c\ub85c \ubc14\uafb8\uae30:", "Resize": "\ud06c\uae30 \uc870\uc808", "Restore last draft": "\ub9c8\uc9c0\ub9c9 \ucd08\uc548 \ubcf5\uc6d0", "Reveal or hide additional toolbar items": "", "Rich Text Area": "\uc11c\uc2dd \ud14d\uc2a4\ud2b8 \uc601\uc5ed", "Rich Text Area. Press ALT-0 for help.": "\uc11c\uc2dd \uc788\ub294 \ud14d\uc2a4\ud2b8 \uc601\uc5ed. ALT-0\uc744 \ub204\ub974\uba74 \ub3c4\uc6c0\ub9d0\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.", "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\uc11c\uc2dd \uc788\ub294 \ud14d\uc2a4\ud2b8 \uc601\uc5ed. ALT-F9\ub97c \ub204\ub974\uba74 \uba54\ub274, ALT-F10\uc744 \ub204\ub974\uba74 \ud234\ubc14, ALT-0\uc744 \ub204\ub974\uba74 \ub3c4\uc6c0\ub9d0\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.", "Ridge": "\ub3cc\ucd9c \ud14c\ub450\ub9ac", "Right": "\uc624\ub978\ucabd \ub9de\ucda4", "Right to left": "\uc624\ub978\ucabd\uc5d0\uc11c \uc67c\ucabd", "Row": "\ud589", "Row clipboard actions": "\ud589 \ud074\ub9bd\ubcf4\ub4dc \ub3d9\uc791", "Row group": "\ud589 \uadf8\ub8f9", "Row header": "\ud589 \uc81c\ubaa9", "Row properties": "\ud589 \uc18d\uc131", "Row type": "\ud589 \uc720\ud615", "Rows": "\ud589 \uc218", "Save": "\uc800\uc7a5", "Save (if save plugin activated)": "\uc800\uc7a5 (save \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub41c \uacbd\uc6b0)", "Scope": "\ubc94\uc704", "Search": "\uac80\uc0c9", "Select all": "Select all", "Select...": "\uc120\ud0dd...", "Selection": "\uc120\ud0dd", "Shortcut": "\ubc14\ub85c\uac00\uae30", "Show blocks": "\ube14\ub85d \ud45c\uc2dc", "Show caption": "\ucea1\uc158 \ud45c\uc2dc", "Show invisible characters": "\ube44\ud45c\uc2dc \ubb38\uc790 \ud45c\uc2dc", "Size": "\ud06c\uae30", "Solid": "\uc2e4\uc120", "Source": "\uc18c\uc2a4", "Source code": "\uc18c\uc2a4\ucf54\ub4dc", "Special Character": "\ud2b9\uc218 \ubb38\uc790", "Special character...": "\ud2b9\uc218 \ubb38\uc790...", "Split cell": "\uc140 \ubd84\ud560", "Square": "\ub124\ubaa8", "Start list at number": "\ubc88\ud638 \ub9ac\uc2a4\ud2b8 \uc2dc\uc791", "Strikethrough": "\ucde8\uc18c\uc120", "Style": "\uc2a4\ud0c0\uc77c", "Subscript": "\uc544\ub798 \ucca8\uc790", "Superscript": "\uc704 \ucca8\uc790", "Switch to or from fullscreen mode": "\uc804\uccb4 \ud654\uba74 \ubaa8\ub4dc \uc804\ud658", "Symbols": "\uae30\ud638", "System Font": "\uc2dc\uc2a4\ud15c \uae00\uaf34", "Table": "\ud45c", "Table caption": "\ud45c \ucea1\uc158", "Table properties": "\ud45c \uc18d\uc131", "Table styles": "\ud45c \ubaa8\uc591", "Template": "\ud15c\ud50c\ub9bf", "Templates": "\ud15c\ud50c\ub9bf", "Text": "\ud14d\uc2a4\ud2b8", "Text color": "\uae00\uc790 \uc0c9", "Text color {0}": "", "Text to display": "\ud45c\uc2dc\ud560 \ud14d\uc2a4\ud2b8", "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": '\uc785\ub825\ud558\uc2e0 URL\uc774 \uc774\uba54\uc77c \uc8fc\uc18c\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4. "mailto:" \uc811\ub450\uc0ac\ub97c \ucd94\uac00\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?', "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": '\uc785\ub825\ud558\uc2e0 URL\uc774 \uc678\ubd80 \ub9c1\ud06c\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4. "http://" \uc811\ub450\uc0ac\ub97c \ucd94\uac00\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?', "The URL you entered seems to be an external link. Do you want to add the required https:// prefix?": '\uc785\ub825\ud558\uc2e0 URL\uc774 \uc678\ubd80 \ub9c1\ud06c\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4. "https://" \uc811\ub450\uc0ac\ub97c \ucd94\uac00\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?', "Title": "\uc81c\ubaa9", "To open the popup, press Shift+Enter": "\ud31d\uc5c5\uc744 \uc5f4\ub824\uba74 Shift+Enter\ub97c \ub204\ub974\uc2ed\uc2dc\uc624.", "Toggle accordion": "", "Tools": "\ub3c4\uad6c", "Top": "\uc704\ucabd \ub9de\ucda4", "Travel and Places": "\uc5ec\ud589\uacfc \uc7a5\uc18c", "Turquoise": "\uccad\ub85d\uc0c9", "Underline": "\ubc11\uc904", "Undo": "Undo", "Upload": "\uc5c5\ub85c\ub4dc", "Uploading image": "\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc \uc911", "Upper Alpha": "\uc54c\ud30c\ubcb3 \ub300\ubb38\uc790", "Upper Roman": "\ub85c\ub9c8\uc790 \ub300\ubb38\uc790", "Url": "URL", "User Defined": "\uc0ac\uc6a9\uc790 \uc815\uc758", "Valid": "\uc720\ud6a8\ud568", "Version": "\ubc84\uc804", "Vertical align": "\uc218\uc9c1 \uc815\ub82c", "Vertical space": "\uc0c1\ud558 \uc5ec\ubc31", "View": "\ubcf4\uae30", "Visual aids": "\ud45c\uc758 \ud14c\ub450\ub9ac\ub97c \uc810\uc120\uc73c\ub85c \ud45c\uc2dc", "Warn": "\uacbd\uace0", "White": "\ud770\uc0c9", "Width": "\ub108\ube44", "Word count": "\ubb38\uc790 \uc218", "Words": "\ub2e8\uc5b4 \uc218", "Words: {0}": "\ub2e8\uc5b4 \uc218: {0}", "Yellow": "\ub178\ub780\uc0c9", "Yes": "\ub124", "You are using {0}": "{0} \uc0ac\uc6a9 \uc911", "You have unsaved changes are you sure you want to navigate away?": "\uc800\uc7a5\ud558\uc9c0 \uc54a\uc740 \uc815\ubcf4\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud398\uc774\uc9c0\ub97c \ub098\uac00\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\ube0c\ub77c\uc6b0\uc800\uac00 \ud074\ub9bd\ubcf4\ub4dc \uc811\uadfc\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. Ctrl+X/C/V \ub2e8\ucd95\ud0a4\ub97c \uc774\uc6a9\ud574\uc8fc\uc138\uc694.", "alignment": "\uc815\ub82c", "austral sign": "\uc544\uc6b0\uc2a4\ud2b8\ub784 \uae30\ud638", "cedi sign": "\uc138\ub514 \uae30\ud638", "colon sign": "\ucf5c\ub860 \uae30\ud638", "cruzeiro sign": "\ud06c\ub8e8\uc81c\uc774\ub85c \uae30\ud638", "currency sign": "\ud1b5\ud654 \uae30\ud638", "dollar sign": "\ub2ec\ub7ec \uae30\ud638", "dong sign": "\ub3d9 \uae30\ud638", "drachma sign": "\ub4dc\ub77c\ud06c\ub9c8 \uae30\ud638", "euro-currency sign": "\uc720\ub85c\ud654 \uae30\ud638", "example": "\uc608\uc81c", "formatting": "\uc11c\uc2dd", "french franc sign": "\ud504\ub791\uc2a4 \ud504\ub791 \uae30\ud638", "german penny symbol": "\ub3c5\uc77c \ud398\ub2c8 \uae30\ud638", "guarani sign": "\uacfc\ub77c\ub2c8 \uae30\ud638", "history": "\uc774\ub825", "hryvnia sign": "\uadf8\ub9ac\ube0c\ub098 \uae30\ud638", "indentation": "\ub4e4\uc5ec\uc4f0\uae30", "indian rupee sign": "\uc778\ub3c4 \ub8e8\ud53c \uae30\ud638", "kip sign": "\ud0b5 \uae30\ud638", "lira sign": "\ub9ac\ub77c \uae30\ud638", "livre tournois sign": "\ub9ac\ube0c\ub974 \ud2b8\ub974\ub204\uc544 \uae30\ud638", "manat sign": "\ub9c8\ub098\ud2b8 \uae30\ud638", "mill sign": "\ubc00 \uae30\ud638", "naira sign": "\ub098\uc774\ub77c \uae30\ud638", "new sheqel sign": "\ub274 \uc138\ucf08 \uae30\ud638", "nordic mark sign": "\ub178\ub974\ub515 \ub9c8\ub974\ud06c \uae30\ud638", "peseta sign": "\ud398\uc138\ud0c0 \uae30\ud638", "peso sign": "\ud398\uc18c \uae30\ud638", "ruble sign": "\ub8e8\ube14 \uae30\ud638", "rupee sign": "\ub8e8\ud53c \uae30\ud638", "spesmilo sign": "\uc2a4\ud398\uc2a4\ubc00\ub85c \uae30\ud638", "styles": "\uc2a4\ud0c0\uc77c", "tenge sign": "\ud161\uac8c \uae30\ud638", "tugrik sign": "\ud22c\uadf8\ub9ac\ud06c \uae30\ud638", "turkish lira sign": "\ud130\ud0a4 \ub9ac\ub77c \uae30\ud638", "won sign": "\uc6d0 \uae30\ud638", "yen character": "\uc5d4 \uae30\ud638", "yen/yuan character variant one": "\uc5d4/\uc704\uc548 \ubb38\uc790 \ubcc0\ud615", "yuan character": "\uc704\uc548 \uae30\ud638", "yuan character, in hong kong and taiwan": "\ub300\ub9cc \uc704\uc548 \uae30\ud638", "{0} characters": "{0} \ubb38\uc790", "{0} columns, {1} rows": "", "{0} words": "{0}\uac1c\uc758 \ub2e8\uc5b4" });
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
tinymce.addI18n("ko_KR",{"#":"#",Accessibility:"접근성",Accordion:"","Accordion body...":"","Accordion summary...":"",Action:"작업",Activity:"활동",Address:"주소",Advanced:"상세",Align:"정렬","Align center":"중앙 정렬","Align left":"왼쪽 정렬","Align right":"오른쪽 정렬",Alignment:"정렬","Alignment {0}":"",All:"모두","Alternative description":"대체 설명문","Alternative source":"대체 소스","Alternative source URL":"대체 소스 URL",Anchor:"링크 지점","Anchor...":"앵커...",Anchors:"앵커","Animals and Nature":"동물과 자연",Arrows:"화살표",B:"파랑","Background color":"배경 색","Background color {0}":"",Black:"검은색",Block:"블록","Block {0}":"",Blockquote:"인용문",Blocks:"블록",Blue:"파란색","Blue component":"청색 요소",Body:"본문",Bold:"굵게",Border:"테두리","Border color":"테두리 색","Border style":"테두리 스타일","Border width":"테두리 두께",Bottom:"아래 맞춤","Browse files":"","Browse for an image":"이미지 찾기","Browse links":"","Bullet list":"글머리 기호 목록",Cancel:"Cancel",Caption:"캡션",Cell:"셀","Cell padding":"셀 안쪽 여백","Cell properties":"셀 속성","Cell spacing":"셀 간격","Cell styles":"셀 모양","Cell type":"셀 유형",Center:"가운데 맞춤",Characters:"문자 수","Characters (no spaces)":"문자 수 (공백 없음)",Circle:"동그라미",Class:"클래스","Clear formatting":"서식 지우기",Close:"닫기",Code:"코드","Code sample...":"코드 샘플...","Code view":"코드 표시","Color Picker":"색 선택기","Color swatch":"색상 견본",Cols:"열 수",Column:"열","Column clipboard actions":"열 클립보드 동작","Column group":"열 그룹","Column header":"열 제목","Constrain proportions":"비율 고정",Copy:"Copy","Copy column":"열 복사","Copy row":"행 복사","Could not find the specified string.":"지정한 문자를 찾을 수 없습니다.","Could not load emojis":"이모지를 불러올 수 없습니다",Count:"개수",Currency:"통화","Current window":"현재 창","Custom color":"사용자 지정 색","Custom...":"사용자 지정...",Cut:"Cut","Cut column":"열 잘라내기","Cut row":"행 잘라내기","Dark Blue":"진한 파란색","Dark Gray":"진한 회색","Dark Green":"진한 초록색","Dark Orange":"진한 주황색","Dark Purple":"진한 보라색","Dark Red":"진한 빨간색","Dark Turquoise":"진한 청록색","Dark Yellow":"진한 노란색",Dashed:"파선","Date/time":"날짜/시간","Decrease indent":"내어쓰기",Default:"기본값","Delete accordion":"","Delete column":"열 삭제","Delete row":"행 삭제","Delete table":"표 삭제",Dimensions:"크기",Disc:"디스크",Div:"Div",Document:"문서",Dotted:"점선",Double:"이중 실선","Drop an image here":"여기로 이미지를 끌어오세요","Dropped file type is not supported":"끌어다 놓은 파일 형식을 지원하지 않습니다",Edit:"편집",Embed:"삽입",Emojis:"이모지","Emojis...":"이모지...",Error:"오류","Error: Form submit field collision.":"오류: 양식 제출 필드 불일치","Error: No form element found.":"오류: 양식 항목 없음","Extended Latin":"확장 라틴어","Failed to initialize plugin: {0}":"플러그인 {0}의 초기화가 실패했습니다","Failed to load plugin url: {0}":"플러그인 URL {0}을 불러오지 못했습니다.","Failed to load plugin: {0} from url {1}":"URL {1}로부터 플러그인 {0}을 불러오지 못했습니다.","Failed to upload image: {0}":"이미지{0}을(를) 업로드 하지 못했습니다.",File:"파일",Find:"찾기","Find (if searchreplace plugin activated)":"찾기 (searchreplace 플러그인이 활성화된 경우)","Find and Replace":"찾기 및 바꾸기","Find and replace...":"찾기 및 바꾸기...","Find in selection":"선택된 부분에서 검색","Find whole words only":"모두 일치하는 단어 찾기",Flags:"깃발","Focus to contextual toolbar":"컨텍스트 툴바에 강조표시","Focus to element path":"요소 경로에 강조표시","Focus to menubar":"메뉴바에 강조표시","Focus to toolbar":"툴바에 강조표시",Font:"글꼴","Font size {0}":"","Font sizes":"글꼴 크기","Font {0}":"",Fonts:"글꼴","Food and Drink":"음식과 음료",Footer:"푸터",Format:"서식","Format {0}":"",Formats:"서식",Fullscreen:"전체 화면",G:"녹색",General:"일반",Gray:"회색",Green:"초록색","Green component":"녹색 요소",Groove:"입체 테두리","Handy Shortcuts":"유용한 단축키",Header:"제목","Header cell":"헤더 셀","Heading 1":"제목 1","Heading 2":"제목 2","Heading 3":"제목 3","Heading 4":"제목 4","Heading 5":"제목 5","Heading 6":"제목 6",Headings:"제목",Height:"높이",Help:"도움말","Hex color code":"16진수 색상 코드",Hidden:"숨김","Horizontal align":"수평 정렬","Horizontal line":"수평선","Horizontal space":"좌우 여백",ID:"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID는 문자로 시작해야 하며, 그 다음에는 문자, 숫자, 대시, 구두점, 콜론, 밑줄 문자가 올 수 있습니다.","Image is decorative":"이미지 장식 가능","Image list":"이미지 목록","Image title":"이미지 제목","Image...":"이미지...","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP 오류: 이미지 프록시를 찾을 수 없습니다","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP 오류: 올바르지 않은 이미지 프록시 URL 주소","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP 오류: 요청 거부","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP 오류: 알 수 없는 이미지 프록시 오류","Increase indent":"들여쓰기",Inline:"인라인",Insert:"삽입","Insert Template":"템플릿 삽입","Insert accordion":"","Insert column after":"다음에 열 삽입","Insert column before":"이전에 열 삽입","Insert date/time":"날짜/시간 삽입","Insert image":"이미지 삽입","Insert link (if link plugin activated)":"링크 삽입 (link 플러그인이 활성화된 경우)","Insert row after":"다음에 행 삽입","Insert row before":"이전에 행 삽입","Insert table":"표 삽입","Insert template...":"템플릿 삽입...","Insert video":"비디오 삽입","Insert/Edit code sample":"코드 샘플 삽입/편집","Insert/edit image":"이미지 삽입/편집","Insert/edit link":"링크 삽입/편집","Insert/edit media":"미디어 삽입/편집","Insert/edit video":"비디오 삽입/편집",Inset:"셀 함몰","Invalid hex color code: {0}":"부적절한 16진수 색상 코드: {0}","Invalid input":"부적절한 입력",Italic:"기울임꼴",Justify:"양쪽 정렬","Keyboard Navigation":"단축키",Language:"언어","Learn more...":"좀 더 살펴보기...",Left:"왼쪽 맞춤","Left to right":"왼쪽에서 오른쪽","Light Blue":"밝은 파란색","Light Gray":"밝은 회색","Light Green":"밝은 녹색","Light Purple":"밝은 보라색","Light Red":"밝은 빨간색","Light Yellow":"밝은 노란색","Line height":"행 높이","Link list":"링크 목록","Link...":"링크...","List Properties":"항목 속성","List properties...":"항목 속성...","Loading emojis...":"이모지 불러오는 중...","Loading...":"불러오는 중...","Lower Alpha":"알파벳 소문자","Lower Greek":"그리스어 소문자","Lower Roman":"로마자 소문자","Match case":"대/소문자 구분",Mathematical:"수학기호","Media poster (Image URL)":"미디어 포스터 (이미지 URL)","Media...":"미디어...","Medium Blue":"중간 파란색","Medium Gray":"중간 회색","Medium Purple":"중간 보라색","Merge cells":"셀 병합",Middle:"가운데 맞춤","Midnight Blue":"진한 파란색","More...":"더 보기...",Name:"이름","Navy Blue":"남색","New document":"New document","New window":"새 창",Next:"다음",No:"아니오","No alignment":"정렬 없음","No color":"색 없음","Nonbreaking space":"띄어쓰기",None:"없음","Numbered list":"번호 매기기 목록",OR:"또는",Objects:"물건",Ok:"Ok","Open help dialog":"도움말 다이얼로그 열기","Open link":"링크 열기","Open link in...":"...에서 링크 열기","Open popup menu for split buttons":"분할 버튼으로 팝업 메뉴 열기",Orange:"주황색",Outset:"셀 돌출","Page break":"페이지 구분자",Paragraph:"단락",Paste:"Paste","Paste as text":"텍스트로 붙여넣기","Paste column after":"다음에 열 붙여넣기","Paste column before":"이전에 열 붙여넣기","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"붙여넣기가 현재 일반 텍스트 모드입니다. 이 옵션을 해제할 때까지 일반 텍스트로 붙여넣습니다.","Paste or type a link":"링크를 붙여넣거나 입력하십시오.","Paste row after":"다음에 행 붙여넣기","Paste row before":"이전에 행 붙여넣기","Paste your embed code below:":"삽입할 코드를 아래에 붙여 넣어주세요.",People:"사람",Plugins:"플러그인","Plugins installed ({0}):":"설치된 플러그인({0}):","Powered by {0}":"{0}에서 지원",Pre:"Pre",Preferences:"환경설정",Preformatted:"서식 미설정","Premium plugins:":"프리미엄 플러그인:","Press the Up and Down arrow keys to resize the editor.":"","Press the arrow keys to resize the editor.":"","Press {0} for help":"",Preview:"미리 보기",Previous:"이전",Print:"인쇄","Print...":"인쇄...",Purple:"보라색",Quotations:"인용문",R:"빨강","Range 0 to 255":"0부터 255까지의 범위",Red:"빨간색","Red component":"적색 요소",Redo:"Ran again",Remove:"제거","Remove color":"색 제거","Remove link":"링크 제거",Replace:"바꾸기","Replace all":"모두 바꾸기","Replace with":"다음으로 바꾸기:",Resize:"크기 조절","Restore last draft":"마지막 초안 복원","Reveal or hide additional toolbar items":"","Rich Text Area":"서식 텍스트 영역","Rich Text Area. Press ALT-0 for help.":"서식 있는 텍스트 영역. ALT-0을 누르면 도움말을 볼 수 있습니다.","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"서식 있는 텍스트 영역. ALT-F9를 누르면 메뉴, ALT-F10을 누르면 툴바, ALT-0을 누르면 도움말을 볼 수 있습니다.",Ridge:"돌출 테두리",Right:"오른쪽 맞춤","Right to left":"오른쪽에서 왼쪽",Row:"행","Row clipboard actions":"행 클립보드 동작","Row group":"행 그룹","Row header":"행 제목","Row properties":"행 속성","Row type":"행 유형",Rows:"행 수",Save:"저장","Save (if save plugin activated)":"저장 (save 플러그인이 활성화된 경우)",Scope:"범위",Search:"검색","Select all":"Select all","Select...":"선택...",Selection:"선택",Shortcut:"바로가기","Show blocks":"블록 표시","Show caption":"캡션 표시","Show invisible characters":"비표시 문자 표시",Size:"크기",Solid:"실선",Source:"소스","Source code":"소스코드","Special Character":"특수 문자","Special character...":"특수 문자...","Split cell":"셀 분할",Square:"네모","Start list at number":"번호 리스트 시작",Strikethrough:"취소선",Style:"스타일",Subscript:"아래 첨자",Superscript:"위 첨자","Switch to or from fullscreen mode":"전체 화면 모드 전환",Symbols:"기호","System Font":"시스템 글꼴",Table:"표","Table caption":"표 캡션","Table properties":"표 속성","Table styles":"표 모양",Template:"템플릿",Templates:"템플릿",Text:"텍스트","Text color":"글자 색","Text color {0}":"","Text to display":"표시할 텍스트","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":'입력하신 URL이 이메일 주소인 것 같습니다. "mailto:" 접두사를 추가하시겠습니까?',"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":'입력하신 URL이 외부 링크인 것 같습니다. "http://" 접두사를 추가하시겠습니까?',"The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":'입력하신 URL이 외부 링크인 것 같습니다. "https://" 접두사를 추가하시겠습니까?',Title:"제목","To open the popup, press Shift+Enter":"팝업을 열려면 Shift+Enter를 누르십시오.","Toggle accordion":"",Tools:"도구",Top:"위쪽 맞춤","Travel and Places":"여행과 장소",Turquoise:"청록색",Underline:"밑줄",Undo:"Undo",Upload:"업로드","Uploading image":"이미지 업로드 중","Upper Alpha":"알파벳 대문자","Upper Roman":"로마자 대문자",Url:"URL","User Defined":"사용자 정의",Valid:"유효함",Version:"버전","Vertical align":"수직 정렬","Vertical space":"상하 여백",View:"보기","Visual aids":"표의 테두리를 점선으로 표시",Warn:"경고",White:"흰색",Width:"너비","Word count":"문자 수",Words:"단어 수","Words: {0}":"단어 수: {0}",Yellow:"노란색",Yes:"네","You are using {0}":"{0} 사용 중","You have unsaved changes are you sure you want to navigate away?":"저장하지 않은 정보가 있습니다. 이 페이지를 나가시겠습니까?","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"브라우저가 클립보드 접근을 지원하지 않습니다. Ctrl+X/C/V 단축키를 이용해주세요.",alignment:"정렬","austral sign":"아우스트랄 기호","cedi sign":"세디 기호","colon sign":"콜론 기호","cruzeiro sign":"크루제이로 기호","currency sign":"통화 기호","dollar sign":"달러 기호","dong sign":"동 기호","drachma sign":"드라크마 기호","euro-currency sign":"유로화 기호",example:"예제",formatting:"서식","french franc sign":"프랑스 프랑 기호","german penny symbol":"독일 페니 기호","guarani sign":"과라니 기호",history:"이력","hryvnia sign":"그리브나 기호",indentation:"들여쓰기","indian rupee sign":"인도 루피 기호","kip sign":"킵 기호","lira sign":"리라 기호","livre tournois sign":"리브르 트르누아 기호","manat sign":"마나트 기호","mill sign":"밀 기호","naira sign":"나이라 기호","new sheqel sign":"뉴 세켈 기호","nordic mark sign":"노르딕 마르크 기호","peseta sign":"페세타 기호","peso sign":"페소 기호","ruble sign":"루블 기호","rupee sign":"루피 기호","spesmilo sign":"스페스밀로 기호",styles:"스타일","tenge sign":"텡게 기호","tugrik sign":"투그리크 기호","turkish lira sign":"터키 리라 기호","won sign":"원 기호","yen character":"엔 기호","yen/yuan character variant one":"엔/위안 문자 변형","yuan character":"위안 기호","yuan character, in hong kong and taiwan":"대만 위안 기호","{0} characters":"{0} 문자","{0} columns, {1} rows":"","{0} words":"{0}개의 단어"});
|
3
|
+
//# sourceMappingURL=ko_KR.mjs.map
|