From 4f3c46d6caf83cf80c924455eaf6026499dc991e Mon Sep 17 00:00:00 2001 From: xiaolong <58726441+Drwna@users.noreply.github.com> Date: Tue, 7 Mar 2023 04:45:57 +0800 Subject: [PATCH] Add two new commands and added them to all files. (#372) Add some Chinese translations --- locales/ar.json | 4 +++- locales/bn.json | 2 ++ locales/ca.json | 2 ++ locales/de_de.json | 2 ++ locales/en_us.json | 2 ++ locales/eo.json | 4 +++- locales/es_es.json | 2 ++ locales/fa_ir.json | 4 +++- locales/fr_fr.json | 4 +++- locales/he.json | 2 ++ locales/hr.json | 2 ++ locales/id.json | 2 ++ locales/it.json | 2 ++ locales/ja.json | 4 +++- locales/ko.json | 2 ++ locales/mm.json | 2 ++ locales/nl_nl.json | 2 ++ locales/no_nb.json | 2 ++ locales/pl_pl.json | 6 ++++-- locales/pt_br.json | 2 ++ locales/pt_pt.json | 2 ++ locales/ro.json | 2 ++ locales/ru.json | 4 +++- locales/si_lk.json | 2 ++ locales/sk.json | 2 ++ locales/sv.json | 2 ++ locales/th.json | 4 +++- locales/tr.json | 2 ++ locales/uk.json | 4 +++- locales/vi_vn.json | 2 ++ locales/zh_cn.json | 4 +++- locales/zh_tw.json | 2 ++ views/partials/sheet.hbs | 4 ++-- 33 files changed, 77 insertions(+), 13 deletions(-) diff --git a/locales/ar.json b/locales/ar.json index 6521c971..bb1609a2 100644 --- a/locales/ar.json +++ b/locales/ar.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "(اقفز إلى القترة التالية (كود او الدالة", "openCurlyBrace": "اقفز الي الفقره السابقه (كود او الداله)", "centerCursor": "ضع المؤشر في منتصف الشاشة", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "حرك الشاشة سطر واحد لاسفل (بدون تحريك المؤشر)", "CtrlPlusy": "حرك الشاشة سطر واحد للاعلي (بدون تحريك المؤشر)", "CtrlPlusb": "تحرك شاشه كامله للخلف", @@ -344,4 +346,4 @@ "footer": "راجع المصدر علي", "layout": "الصفحه", "permalink": "/lang/ar/" -} +} \ No newline at end of file diff --git a/locales/bn.json b/locales/bn.json index 06d433f5..ff3afb6e 100644 --- a/locales/bn.json +++ b/locales/bn.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "পরবর্তী অনুচ্ছেদে যেতে (অথবা ফাংশন/ব্লক, কোড সম্পাদনা করার সময়)", "openCurlyBrace": "আগের অনুচ্ছেদে যেতে (অথবা ফাংশন/ব্লক, কোড সম্পাদনা করার সময়)", "centerCursor": "কার্সার স্ক্রিনের কেন্দ্রে", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "স্ক্রিন এক লাইনের নিচে সরানো হচ্ছে (কার্সর না সরিয়ে)", "CtrlPlusy": "স্ক্রিন এক লাইনের উপরে সরানো হচ্ছে (কার্সর না সরিয়ে)", "CtrlPlusb": "একটি পূর্ণস্ক্রীন পিছনে সরান", diff --git a/locales/ca.json b/locales/ca.json index b40a63ed..50f7c4f2 100644 --- a/locales/ca.json +++ b/locales/ca.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "saltar al paràgraf següent (o funció/bloc, en mode d'edició)", "openCurlyBrace": "saltar al paràgraf anterior (o funció/bloc, en mode d'edició)", "centerCursor": "centrar el cursor a la pantalla", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "moure la pantalla cap avall una línia (sense moure el cursor)", "CtrlPlusy": "moure la pantalla una línia cap amunt (sense moure el cursor)", "CtrlPlusb": "retrocedir una pantalla sencera", diff --git a/locales/de_de.json b/locales/de_de.json index 718fa973..3f753cc1 100644 --- a/locales/de_de.json +++ b/locales/de_de.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "Springe zum nächsten Paragraphen (oder Funktion/Block)", "openCurlyBrace": "Springe zum vorherigen Paragraphen (oder Funktion/Block)", "centerCursor": "Zentriere den Cursor", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "Bewege den Bildschirm eine Zeile runter (ohne den Cursor zu verschieben)", "CtrlPlusy": "Bewege den Bildschirm eine Zeile hoch (ohne den Cursor zu verschieben)", "CtrlPlusb": "Springe eine Bildschirmseite zurück", diff --git a/locales/en_us.json b/locales/en_us.json index 4f81e0b7..62eba4b3 100644 --- a/locales/en_us.json +++ b/locales/en_us.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "jump to next paragraph (or function/block, when editing code)", "openCurlyBrace": "jump to previous paragraph (or function/block, when editing code)", "centerCursor": "center cursor on screen", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "move screen down one line (without moving cursor)", "CtrlPlusy": "move screen up one line (without moving cursor)", "CtrlPlusb": "move back one full screen", diff --git a/locales/eo.json b/locales/eo.json index 59e7a411..6333c3b1 100644 --- a/locales/eo.json +++ b/locales/eo.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "salti al la sekva paragrafo (aŭ funkcio/bloko, redaktante kodon)", "openCurlyBrace": "salti al la lasta paragrafo (aŭ funkcio/bloko, redaktante kodon)", "centerCursor": "centrigi montrilon en la ekrano", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "movi ekranon suben unu linion (sen movigi montrilon)", "CtrlPlusy": "movi ekranon supren unu linion (sen movigi montrilon)", "CtrlPlusb": "movi malantaŭen unu tutan ekranon", @@ -342,4 +344,4 @@ "title": "Lingvoj" }, "footer": "Vidu la fontkodon ĉe" -} +} \ No newline at end of file diff --git a/locales/es_es.json b/locales/es_es.json index 4b29b2b9..408ad9f4 100644 --- a/locales/es_es.json +++ b/locales/es_es.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "saltar al párrafo siguiente (o función/bloque, en modo edición)", "openCurlyBrace": "saltar al párrafo previo (o función/bloque, en modo edición)", "centerCursor": "centrar el cursor en la pantalla", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "mover la pantalla hacia abajo una línea (sin mover el cursor)", "CtrlPlusy": "mover la pantalla una línea hacia arriba (sin mover el cursor)", "CtrlPlusb": "retroceder una pantalla", diff --git a/locales/fa_ir.json b/locales/fa_ir.json index d486fb12..7d418b71 100644 --- a/locales/fa_ir.json +++ b/locales/fa_ir.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "برو به پاراگراف بعدی( یا تابع بعدی/ یابلاک بعدی)", "openCurlyBrace": "برو به پاراگراف قبلی( یا تابع قبلی/ یا بلاک قبلی)", "centerCursor": "قرار دادن خط فعلی در مرکز صفحه نمایش", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "یک خط به پایین", "CtrlPlusy": "یک خط به بالا", "CtrlPlusb": "صفحه قبل", @@ -345,4 +347,4 @@ "footer": "سورس کد در زیر", "layout": "page", "permalink": "/lang/fa_ir/" -} +} \ No newline at end of file diff --git a/locales/fr_fr.json b/locales/fr_fr.json index f9e88fce..c35fc284 100644 --- a/locales/fr_fr.json +++ b/locales/fr_fr.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "atteindre le prochain paragraphe (ou function/bloc, en mode édition)", "openCurlyBrace": "atteindre le précédent paragraphe (ou function/bloc, en mode édition)", "centerCursor": "centre le curseur sur l'écran", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "Descendre l'écran d'une ligne (sans déplacer le curseur)", "CtrlPlusy": "Monter l'écran d'une ligne (sans déplacer le curseur)", "CtrlPlusb": "Descendre d'une hauteur d'écran", @@ -345,4 +347,4 @@ "footer": "Voir la source sur", "layout": "page", "permalink": "/lang/fr_fr/" -} +} \ No newline at end of file diff --git a/locales/he.json b/locales/he.json index e4eafc58..b89c7d6f 100644 --- a/locales/he.json +++ b/locales/he.json @@ -40,6 +40,8 @@ "closeCurlyBrace": " עבור לפסקה (או פונקציה/בלוק כשכותבים קוד ) הבאה ", "openCurlyBrace": " עבור לפסקה (או פונקציה/בלוק כשכותבים קוד ) הקודמת ", "centerCursor": "ממרכז את מיקום הסמן במסך", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "(ללא הזזת הסמן) מוריד את המסך שורה אחת", "CtrlPlusy": "(ללא הזזת הסמן) מעלה את המסך שורה אחת", "CtrlPlusb": "עבור מסך מלא אחורה", diff --git a/locales/hr.json b/locales/hr.json index d5f13169..57590bf2 100644 --- a/locales/hr.json +++ b/locales/hr.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "idi na sljedeći odjeljak (ili funkciju/blok, kod uređivanja programskog koda)", "openCurlyBrace": "idi na predhodni odjeljak (ili funkciju/blok, kod uređivanja programskog koda)", "centerCursor": "postavi kursor na sredinu zaslona", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "pomakni zaslon jednu liniju prema dolje (bez pomicanja kursora)", "CtrlPlusy": "pomakni zaslon jednu liniju prema gore (bez pomicanja kursora)", "CtrlPlusb": "pomakni nazad jedan zaslon", diff --git a/locales/id.json b/locales/id.json index 3489e63e..bf65dae0 100644 --- a/locales/id.json +++ b/locales/id.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "Lompat ke paragraf berikutnya (atau blok kode, saat mengedit kode)", "openCurlyBrace": "Lompat ke paragraf sebelumnya (atau blok kode, saat mengedit kode)", "centerCursor": "center cursor on screen", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "move screen down one line (without moving cursor)", "CtrlPlusy": "move screen up one line (without moving cursor)", "CtrlPlusb": "move back one full screen", diff --git a/locales/it.json b/locales/it.json index f041c37d..3fb8f663 100644 --- a/locales/it.json +++ b/locales/it.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "salta al prossimo paragrafo (o funzione/blocco, se si scrive codice)", "openCurlyBrace": "salta al paragrafo precedente (o funzione/blocco, se si scrive codice)", "centerCursor": "centra il cursore nella schermata", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "sposta la schermata in basso di una linea (senza muovere il cursore)", "CtrlPlusy": "sposta la schermata in alto di una linea (senza muovere il cursore)", "CtrlPlusb": "sposta indietro di un'intera schermata", diff --git a/locales/ja.json b/locales/ja.json index 47ad468d..eea518ff 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "次の段落に移動(コード編集中の場合は関数/ブロック)", "openCurlyBrace": "前の段落に移動(コード編集中の場合は関数/ブロック)", "centerCursor": "カーソル位置を画面中央に", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "画面を下に 1 行スクロール(カーソル移動なし)", "CtrlPlusy": "画面を上に 1 行スクロール(カーソル移動なし)", "CtrlPlusb": "画面全体分だけ上に移動", @@ -344,4 +346,4 @@ "footer": "ソースはこちら", "layout": "page", "permalink": "/lang/ja/" -} +} \ No newline at end of file diff --git a/locales/ko.json b/locales/ko.json index c4792db7..5495f6f4 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "다음 단락으로 점프", "openCurlyBrace": "이전 단락으로 점프", "centerCursor": "화면 위치 중간으로 조정", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "한 줄 아래로 화면 조정", "CtrlPlusy": "한 줄 위로 화면 조정", "CtrlPlusb": "한 화면 위로 조정", diff --git a/locales/mm.json b/locales/mm.json index 4e78205e..28644835 100644 --- a/locales/mm.json +++ b/locales/mm.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "နောက် paragraph သို့ cursor ကိုရွှေ့သည် (or function/block, when editing code)", "openCurlyBrace": "ရှေ့ paragraph သို့ cursor ကိုရွှေ့သည် (or function/block, when editing code)", "centerCursor": "cursor ကို screen ၏အလယ်သို့ ရွှေ့သည်", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "cursor မရွှေ့ဘဲ screen ကိုအောက်တစ်ကြောင်း ဆင်းသည်", "CtrlPlusy": "cursor မရွှေ့ဘဲ screen ကိုအပေါ်တစ်ကြောင်း တက်သည်", "CtrlPlusb": "screen တစ်ခုစာ အပေါ်တက်သည်", diff --git a/locales/nl_nl.json b/locales/nl_nl.json index 0a0bb488..f0245b4d 100644 --- a/locales/nl_nl.json +++ b/locales/nl_nl.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "ga naar de volgende paragraaf (of functie/blok, tijdens het bewerken van code)", "openCurlyBrace": "ga naar de vorige paragraaf (of functie/blok, tijdens het bewerken van code)", "centerCursor": "center cursor on screen", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "beweeg scherm een regel omlaag", "CtrlPlusy": "beweeg scherm een regel omhoog", "CtrlPlusb": "ga een volledig scherm terug", diff --git a/locales/no_nb.json b/locales/no_nb.json index 967edb48..a8e6c299 100644 --- a/locales/no_nb.json +++ b/locales/no_nb.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "hopp til neste avsnitt (eller funksjon/blokk, når du redigerer kode)", "openCurlyBrace": "hopp til forrige avsnitt (eller funksjon/blokk, når du redigerer kode)", "centerCursor": "sentermarkør på skjermen", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "flytt skjermen én linje ned (uten å flytte markøren)", "CtrlPlusy": "flytt skjermen opp en linje (uten å flytte markøren)", "CtrlPlusb": "flytt tilbake en fullskjerm", diff --git a/locales/pl_pl.json b/locales/pl_pl.json index 1725a326..a0dc1315 100644 --- a/locales/pl_pl.json +++ b/locales/pl_pl.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "skocz do następnego paragrafu (albo funkcji/bloku kodu w trakcie edycji kodu)", "openCurlyBrace": "skocz do poprzedniego paragrafu (albo funkcji/bloku kodu w trakcie edycji kodu)", "centerCursor": "wyśrodkuj kursor na ekranie", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "przesuń ekran o jedną linię w dół (bez przesuwania kursowa)", "CtrlPlusy": "przesuń ekran o jedną linię w górę (bez przesuwania kursowa)", "CtrlPlusb": "przesuń ekran o całą jego wysokość w górę", @@ -222,7 +224,7 @@ "title": "Wcięcia tekstu", "commands": { "greaterThanGreaterThan": "zwiększ wcięcie (przesuń w prawo) o jedną szerokość wcięcia", - "lessThanLessThan": "zmniejsz wcięcie (przesuń w lewo) o jedną szerokość wcięcia", + "lessThanLessThan": "zmniejsz wcięcie (przesuń w lewo) o jedną szerokość wcięcia", "greaterThanPercent": "zwiększ więcie bloku ograniczonego () lub {} (kursor on nawiasie)", "greaterThanib": "zwiększ wcięcia bloku ograniczonego ()", "greaterThanat": "zwiększ wcięcia bloku ograniczonego <>", @@ -345,4 +347,4 @@ "footer": "Sprawdź źródło na", "layout": "page", "permalink": "/lang/pl_pl/" -} +} \ No newline at end of file diff --git a/locales/pt_br.json b/locales/pt_br.json index 44b3a113..66771e26 100644 --- a/locales/pt_br.json +++ b/locales/pt_br.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "pular para o próximo parágrafo (ou função/bloco, quando estiver editando código)", "openCurlyBrace": "pular para o parágrafo anterior (ou função/bloco, quando estiver editando código)", "centerCursor": "centralizar o cursor na tela", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "move screen down one line (without moving cursor)", "CtrlPlusy": "move screen up one line (without moving cursor)", "CtrlPlusb": "mover o cursor uma tela cheia para tras", diff --git a/locales/pt_pt.json b/locales/pt_pt.json index 8bf9dbc0..78abbf18 100644 --- a/locales/pt_pt.json +++ b/locales/pt_pt.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "ir para o próximo parágrafo (ou função/bloco, ao editar código)", "openCurlyBrace": "ir para o parágrafo anterior (ou função/bloco, ao editar código)", "centerCursor": "centrar o cursor no ecrã", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "move screen down one line (without moving cursor)", "CtrlPlusy": "move screen up one line (without moving cursor)", "CtrlPlusb": "retroceder um ecrã completo", diff --git a/locales/ro.json b/locales/ro.json index 0c9df558..f9fbcc06 100644 --- a/locales/ro.json +++ b/locales/ro.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "sari la urmatorul paragraf (sau functie/bloc, cand editezi cod)", "openCurlyBrace": "cursorMovement.commands.openCurlyBrace", "centerCursor": "cursorMovement.commands.centerCursor", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "cursorMovement.commands.CtrlPluse", "CtrlPlusy": "cursorMovement.commands.CtrlPlusy", "CtrlPlusb": "mergi inapoi un ecran intreg", diff --git a/locales/ru.json b/locales/ru.json index f1ae347d..afd6e433 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "переместиться к следующему параграфу (или функции/блоку при редактировании кода)", "openCurlyBrace": "переместиться к предыдущему параграфу (или функции/блоку при редактировании кода)", "centerCursor": "централизовать курсор на экране", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "переместить экран на одну строку вниз (без перемещения курсора)", "CtrlPlusy": "переместить экран на одну строку вверх (без перемещения курсора)", "CtrlPlusb": "переместиться назад на целый экран", @@ -345,4 +347,4 @@ "footer": "Смотрите код на ", "layout": "page", "permalink": "/lang/ru/" -} +} \ No newline at end of file diff --git a/locales/si_lk.json b/locales/si_lk.json index b0f15e53..2ca238f7 100644 --- a/locales/si_lk.json +++ b/locales/si_lk.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "ඊළඟ ඡේදයට යන්න (හෝ ක්රියාත්මක කිරීම / බ්ලොක්, කේත සංස්කරණය කරන විට)", "openCurlyBrace": "පෙර ඡේදයට පෙරාතුව (හෝ ක්රියාත්මක කිරීම / අවහිර කිරීම, කේත සංස්කරණය කිරීමේදී)", "centerCursor": "කර්සරය තිරය මත කේන්ද්රීය පිහිටුවීම", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "ලේඛනයේ එක් පේළියක තිරය ඉහළට ගෙනයාම (කර්සරය එලෙසම)", "CtrlPlusy": "ලේඛනයේ එක් පේළියක තිරය පහළට ගෙනයාම (කර්සරය එලෙසම)", "CtrlPlusb": "එක් පූර්ණ තිරයක් ආපසු යන්න", diff --git a/locales/sk.json b/locales/sk.json index cd9bcb8c..f4351e14 100644 --- a/locales/sk.json +++ b/locales/sk.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "skočí na ďalší odsek (alebo funkciu/blok pri úprave kódu)", "openCurlyBrace": "skočí na predchádzajúci odsek (alebo funkciu/blok pri úprave kódu)", "centerCursor": "centruje kurzor na stred obrazovky", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "presunie obrazovku dole o jeden riadok (bez posunu kurzoru)", "CtrlPlusy": "presunie obrazovku hore o jeden riadok (bez posunu kurzoru)", "CtrlPlusb": "presunie späť jednu celú obrazovku", diff --git a/locales/sv.json b/locales/sv.json index 9e108c0a..b140942a 100644 --- a/locales/sv.json +++ b/locales/sv.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "hoppa till nästa paragraf (eller funktion/block av kod)", "openCurlyBrace": "hoppa till föregående paragraf (eller funktion/block av kod)", "centerCursor": "centrera markören på skärmen", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "flytta ner skärmen en rad (utan att flytta markören)", "CtrlPlusy": "flytta upp skärmen en rad (utan att flytta markören)", "CtrlPlusb": "flytta bakåt en hel skärm", diff --git a/locales/th.json b/locales/th.json index 61b06a09..2579ad3e 100644 --- a/locales/th.json +++ b/locales/th.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "jump to next paragraph (or function/block, when editing code)", "openCurlyBrace": "jump to previous paragraph (or function/block, when editing code)", "centerCursor": "ทำให้เคอร์เซอร์อยู่กลางจอ", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "เลื่อนจอลงหนึ่งบรรทัด (โดยไม่ขยับเคอร์เซอร์)", "CtrlPlusy": "เลื่อนจอขึ้นหนึ่งบรรทัด (โดยไม่ขยับเคอร์เซอร์)", "CtrlPlusb": "เลื่อนขึ้นไปข้างบนหนึ่งจอเต็ม", @@ -345,4 +347,4 @@ "footer": "ดูซอร์สโค้ดได้ที่", "layout": "page", "permalink": "/lang/th/" -} +} \ No newline at end of file diff --git a/locales/tr.json b/locales/tr.json index 2d5aee71..9ed1873e 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "sonraki paragrafa atla (veya fonksiyon/blok, kod yazarken)", "openCurlyBrace": "önceki paragrafa atla (veya fonksiyon/blok, kod yazarken)", "centerCursor": "imleci ekranda ortala", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "ekranı bir satır aşağı kaydır (imleci hareket ettirmeden)", "CtrlPlusy": "ekranı bir satır yukarı kaydır (imleci hareket ettirmeden)", "CtrlPlusb": "tam ekran geri kaydır", diff --git a/locales/uk.json b/locales/uk.json index 917f59b5..8640d473 100644 --- a/locales/uk.json +++ b/locales/uk.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "переміститись до наступного параграфа (чи функції/блоку, коли редагується код)", "openCurlyBrace": "переміститись до попереднього параграфа (чи функції/блоку, коли редагується код)", "centerCursor": "центрувати курсор на екрані", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "підняти видимий вміст екрану на один рядок (без переміщення курсора)", "CtrlPlusy": "опустити видимий вміст екрану на один рядок (без переміщення курсора)", "CtrlPlusb": "переміститись назад на один екрана", @@ -344,4 +346,4 @@ "footer": "Дивіться код на ", "layout": "page", "permalink": "/lang/uk/" -} +} \ No newline at end of file diff --git a/locales/vi_vn.json b/locales/vi_vn.json index c03a21cc..c5a227ec 100644 --- a/locales/vi_vn.json +++ b/locales/vi_vn.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "di chuyển đến khối văn bản tiếp theo.", "openCurlyBrace": "di chuyển đến khối văn bản trước đó.", "centerCursor": "di chuyển màn hình để con trỏ nằm ở trung tâm màn hình.", + "topCursor": "position cursor on top of the screen", + "bottomCursor": "position cursor on bottom of the screen", "CtrlPluse": "di chuyển màn hình xuống dưới một hàng (không di chuyển con trỏ).", "CtrlPlusy": "di chuyển màn hình lên trên một hàng (không di chuyển con trỏ).", "CtrlPlusb": "di chuyển lên trên một màn hình.", diff --git a/locales/zh_cn.json b/locales/zh_cn.json index 2b436b22..cf2a2b1f 100644 --- a/locales/zh_cn.json +++ b/locales/zh_cn.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "移动到下一个段落 (当编辑代码时则为函数/代码块)", "openCurlyBrace": "移动到上一个段落 (当编辑代码时则为函数/代码块)", "centerCursor": "移动屏幕使光标居中", + "topCursor": "移动屏幕使光标位于屏幕顶部", + "bottomCursor": "移动屏幕使光标位于屏幕底部", "CtrlPluse": "向下移动屏幕一行(保持光标不动)", "CtrlPlusy": "向上移动屏幕一行(保持光标不动)", "CtrlPlusb": "向上滚动一屏", @@ -345,4 +347,4 @@ "footer": "源代码", "layout": "page", "permalink": "/lang/zh_cn/" -} +} \ No newline at end of file diff --git a/locales/zh_tw.json b/locales/zh_tw.json index ca044890..4263ff20 100644 --- a/locales/zh_tw.json +++ b/locales/zh_tw.json @@ -40,6 +40,8 @@ "closeCurlyBrace": "跳至下一段 (若編輯程式碼則為函式/區塊)", "openCurlyBrace": "跳至上一段 (若編輯程式碼則為函式/區塊)", "centerCursor": "將游標所在行移到視窗中間", + "topCursor": "将游标所在行移到屏幕顶部", + "bottomCursor": "将游标所在行移到屏幕底部", "CtrlPluse": "視窗向下捲動一行 (不移動游標)", "CtrlPlusy": "視窗向上捲動一行 (不移動游標)", "CtrlPlusb": "向上捲動一個視窗", diff --git a/views/partials/sheet.hbs b/views/partials/sheet.hbs index 876e5166..6d63375f 100644 --- a/views/partials/sheet.hbs +++ b/views/partials/sheet.hbs @@ -134,10 +134,10 @@ zz - {{__ 'cursorMovement.commands.centerCursor'}}