mediawiki-extensions-Visual.../modules/ve/i18n/sq.json
Roan Kattouw f462ea5bb0 Convert all i18n to JSON blobs
Split the i18n messages into four groups:
* oojs-ui (moved to the oojs-ui repo in a separate commit)
* VE core
* VE-MW (MediaWiki-specific things)
* VE-WMF (Wikimedia-specific things)

The VE-WMF group is new, and we'll split WMF-specific code out into
it later, for now it's just messages associated with that code.

Each language has its own JSON file at modules/MODULE/i18n/LANG.json

Kept messages in VisualEditor.i18n.php as the master copy, because
TranslateWiki can't deal with the JSON files just yet. Added a script
to rebuild the JSON files from the PHP file.

Change-Id: I94e084b2f10994f41324fd08a05ff7f8391ea2eb
2013-12-09 10:52:01 -08:00

48 lines
2.5 KiB
JSON

{
"@metadata": {
"authors": [
"Euriditi"
]
},
"visualeditor": "VisualEditor",
"visualeditor-aliennode-tooltip": "Na vjen keq, ky element mund të redaktohet vetëm duke përdorur tekstin burimor.",
"visualeditor-annotationbutton-bold-tooltip": "Trashë",
"visualeditor-annotationbutton-code-tooltip": "Kodi i kompjuterit",
"visualeditor-annotationbutton-italic-tooltip": "Pjerrët",
"visualeditor-annotationbutton-language-tooltip": "Gjuha",
"visualeditor-annotationbutton-link-tooltip": "Lidhje",
"visualeditor-annotationbutton-strikethrough-tooltip": "Me vijë në mes",
"visualeditor-annotationbutton-subscript-tooltip": "Poshtëshkrim",
"visualeditor-annotationbutton-superscript-tooltip": "Lartshkrim",
"visualeditor-annotationbutton-underline-tooltip": "I nënvijëzuar",
"visualeditor-clearbutton-tooltip": "Pastro formatimin",
"visualeditor-dialog-action-apply": "Kryej ndryshimet",
"visualeditor-dialog-action-cancel": "Anulo",
"visualeditor-dialog-action-goback": "Kthehu",
"visualeditor-formatdropdown-format-heading1": "Mbishkrimi 1",
"visualeditor-formatdropdown-format-heading2": "Mbishkrimi 2",
"visualeditor-formatdropdown-format-heading3": "Mbishkrimi 3",
"visualeditor-formatdropdown-format-heading4": "Mbishkrimi 4",
"visualeditor-formatdropdown-format-heading5": "Mbishkrimi 5",
"visualeditor-formatdropdown-format-heading6": "Mbishkrimi 6",
"visualeditor-formatdropdown-format-paragraph": "Paragraf",
"visualeditor-formatdropdown-format-preformatted": "Paraformatuar",
"visualeditor-formatdropdown-title": "Ndrysho formatimin",
"visualeditor-help-tool": "Ndihmë",
"visualeditor-historybutton-redo-tooltip": "Ribëj",
"visualeditor-historybutton-undo-tooltip": "Zhbëj",
"visualeditor-indentationbutton-indent-tooltip": "Zmadho kryerradhën",
"visualeditor-indentationbutton-outdent-tooltip": "Zvogëlo kryerradhën",
"visualeditor-inspector-close-tooltip": "Mbylle",
"visualeditor-inspector-remove-tooltip": "Fshije",
"visualeditor-languages-tool": "Gjuhët",
"visualeditor-languageinspector-title": "Gjuha",
"visualeditor-languageinspector-widget-label-direction": "Drejtimi",
"visualeditor-languageinspector-widget-label-langcode": "Kodi i gjuhës",
"visualeditor-languageinspector-block-tooltip-rtldirection": ": nga e djathta në të majtë",
"visualeditor-linkinspector-title": "Ndërlidhje",
"visualeditor-listbutton-bullet-tooltip": "Listë e renditur",
"visualeditor-listbutton-number-tooltip": "Listë e numëruar",
"visualeditor-version-label": "Versioni"
}