mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 14:56:43 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Iede0d6a80e8fd7928b0e1a69a95aa7dd447fa0c5
This commit is contained in:
parent
a625cc9876
commit
68796fbe8e
|
@ -9,7 +9,7 @@
|
|||
"codeeditor-desc": "עריכה עם צביעת קוד לדפים של JavaScript ושל CSS באמצעות [https://ace.c9.io/ עורך Ace]",
|
||||
"codeeditor-next-annotation": "מעבר להערה הבאה",
|
||||
"codeeditor-toolbar-toggle": "שינוי מצב עורך קוד",
|
||||
"codeeditor-save-with-errors": "המסמך הזה מכיל שגיאות. האם ברצונך לשמור אותו?",
|
||||
"codeeditor-save-with-errors": "המסמך מכיל שגיאות. האם ברצונך לפרסם אותו?",
|
||||
"codeeditor-invisibleChars-toggle": "הפעלת תווים בלתי־נראים",
|
||||
"codeeditor-lineWrapping-toggle": "הפעלת גלישת שורות",
|
||||
"codeeditor-searchReplace-toggle": "הפעלת חלונית חיפוש והחלפה",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"codeeditor-desc": "Modifiche con evidenziazione della sintassi per pagine JavaScript e CSS utilizzando [https://ace.c9.io/ l'editor Ace]",
|
||||
"codeeditor-next-annotation": "Vai alla prossima annotazione",
|
||||
"codeeditor-toolbar-toggle": "Attiva/disattiva l'editor di codice",
|
||||
"codeeditor-save-with-errors": "Il documento contiene errori. Sei sicuro di voler salvare?",
|
||||
"codeeditor-save-with-errors": "Il documento contiene errori. Sei sicuro di voler pubblicare?",
|
||||
"codeeditor-invisibleChars-toggle": "Mostra/nascondi caratteri invisibili",
|
||||
"codeeditor-lineWrapping-toggle": "Attiva/disattiva ritorno a capo automatico",
|
||||
"codeeditor-searchReplace-toggle": "Mostra/nascondi cerca e sostituisci",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Alex00728",
|
||||
"Codenstory",
|
||||
"IRTC1015",
|
||||
"Kwj2772",
|
||||
"Ykhwong",
|
||||
|
@ -11,7 +12,7 @@
|
|||
"codeeditor-desc": "[https://ace.c9.io/ Ace 편집기]를 사용하여 자바스크립트와 CSS 문서에 구문을 강조하는 기능의 편집",
|
||||
"codeeditor-next-annotation": "다음 주석 보기",
|
||||
"codeeditor-toolbar-toggle": "코드 편집기 전환",
|
||||
"codeeditor-save-with-errors": "문서에 오류가 들어 있습니다. 저장하겠습니까?",
|
||||
"codeeditor-save-with-errors": "문서에 오류가 있습니다. 저장하겠습니까?",
|
||||
"codeeditor-invisibleChars-toggle": "보이지 않는 문자 보이기/숨기기",
|
||||
"codeeditor-lineWrapping-toggle": "자동 줄 바꿈 켜기/끄기",
|
||||
"codeeditor-gotoline": "...줄로 넘어가기",
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"BadDog",
|
||||
"Kizule",
|
||||
"Obsuser"
|
||||
]
|
||||
},
|
||||
"codeeditor-desc": "Уређивање са истакнутом синтаксом за JavaScript и CSS странице помоћу [https://ace.c9.io/ Ace уређивача]",
|
||||
"codeeditor-next-annotation": "Иди на следећу белешку",
|
||||
"codeeditor-toolbar-toggle": "Уређивач кода",
|
||||
"codeeditor-save-with-errors": "Документ садржи грешке. Желите ли заиста да га сачувате?",
|
||||
"codeeditor-save-with-errors": "Документ садржи грешке. Желите ли заиста да га објавите?",
|
||||
"codeeditor-invisibleChars-toggle": "Невидљиви знакови",
|
||||
"codeeditor-lineWrapping-toggle": "Преламање редова",
|
||||
"codeeditor-searchReplace-toggle": "Претражи и замени",
|
||||
|
|
Loading…
Reference in a new issue