Skip to content

Commit bcb6c99

Browse files
committed
改文案
1 parent 6daba41 commit bcb6c99

21 files changed

Lines changed: 21 additions & 21 deletions

app/appearance/langs/ar_SA.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
"md38": "‫الحد الأقصى لطول نص المرساة الذي يتم تقديمه تلقائياً عند عدم تخصيص نص مرساة مرجع الكتلة، والافتراضي هو ‪<code class='fn__code'>96</code>‬ حرفاً‬",
12371237
"md39": "‫عنوان خدمة PlantUML‬",
12381238
"md40": "‫اتركه فارغاً لاستعادة الافتراضي ‪<code class='fn__code'>https://www.plantuml.com/plantuml/svg/~1</code>‬‬",
1239-
"md41": "‫الدعم باستخدام ‪<code class='fn__code'>/</code>‬ لإغلاق التعبيرات النمطية، على سبيل المثال، ‪<code class='fn__code'>foo,/[0-9]+/</code>‬ يعني استبعاد foo والأرقام‬",
1239+
"md41": "استخدم الفاصلة في وضع اللغة الإنجليزية ‪<code class='fn__code'>,</code>‬ أو فاصل سطر للفصل، ويمكن إدراج الفاصلة نفسها باستخدام ‪<code class='fn__code'>\\,</code>‬. الدعم باستخدام ‪<code class='fn__code'>/</code>‬ لإغلاق التعبيرات النمطية، على سبيل المثال، ‪<code class='fn__code'>foo,/[0-9]+/</code>‬ يعني استبعاد foo والأرقام‬",
12401240
"fileTree2": "ستحدد لوحة المستندات المستند الحالي تلقائياً عند تبديل علامة تبويب المحرر",
12411241
"fileTree3": "لا يتطلب تأكيد عند حذف مستند واحد",
12421242
"fileTree4": "عند التمكين، لن يظهر مربع تأكيد عند حذف مستند واحد",

app/appearance/langs/de_DE.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
"md38": "Die maximale Länge des Ankertextes, die automatisch gerendert wird, wenn der Ankertext des Blockrefs nicht angepasst ist, beträgt standardmäßig <code class='fn__code'>96</code> Zeichen",
12371237
"md39": "PlantUML-Serveradresse",
12381238
"md40": "Leer lassen, um die Standardeinstellung wiederherzustellen <code class='fn__code'>https://www.plantuml.com/plantuml/svg/~1</code>",
1239-
"md41": "Unterstützen Sie die Verwendung von <code class='fn__code'>/</code>, um reguläre Ausdrücke zu umschließen, zum Beispiel <code class='fn__code'>foo,/[0-9]+/</code> bedeutet, foo und Zahlen auszuschließen",
1239+
"md41": "Verwende das englische Komma <code class='fn__code'>,</code> oder Zeilenumbruch zum Trennen, das Komma selbst kann mit <code class='fn__code'>\\,</code> escaped werden. Unterstützen Sie die Verwendung von <code class='fn__code'>/</code>, um reguläre Ausdrücke zu umschließen, zum Beispiel <code class='fn__code'>foo,/[0-9]+/</code> bedeutet, foo und Zahlen auszuschließen",
12401240
"fileTree2": "Der Dokumentenbereich wählt automatisch das aktuelle Dokument aus, wenn der Editor-Tab gewechselt wird",
12411241
"fileTree3": "Keine Bestätigung erforderlich beim Löschen eines einzelnen Dokuments",
12421242
"fileTree4": "Wenn aktiviert, wird beim Löschen eines einzelnen Dokuments kein Bestätigungsdialog angezeigt",

app/appearance/langs/en_US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
"md38": "The maximum length of the anchor text that is automatically rendered when the block ref anchor text is not customized, the default is <code class='fn__code'>96</code> characters",
12371237
"md39": "PlantUML Serve Address",
12381238
"md40": "Leave blank to restore default <code class='fn__code'>https://www.plantuml.com/plantuml/svg/~1</code>",
1239-
"md41": "Support using <code class='fn__code'>/</code> to wrap regular expressions, for example <code class='fn__code'>foo,/[0-9]+/</code> means to exclude foo and numbers",
1239+
"md41": "Use the English comma <code class='fn__code'>,</code> or line break to separate, the comma itself can be escaped by <code class='fn__code'>\\,</code>. Support using <code class='fn__code'>/</code> to wrap regular expressions, for example <code class='fn__code'>foo,/[0-9]+/</code> means to exclude foo and numbers",
12401240
"fileTree2": "The Documents panel will automatically select the current document when the editor tab is switched",
12411241
"fileTree3": "No confirmation required when deleting a single document",
12421242
"fileTree4": "When enabled, no confirmation dialog appears when deleting a single document",

app/appearance/langs/es_ES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
"md38": "La longitud máxima del texto de anclaje que se renderiza automáticamente cuando el texto de anclaje del bloque ref no está personalizado, el valor por defecto es <code class='fn__code'>96</code> caracteres",
12371237
"md39": "Dirección de PlantUML Serve",
12381238
"md40": "Dejar en blanco para restablecer el valor por defecto <code class='fn__code'>https://www.plantuml.com/plantuml/svg/~1</code>",
1239-
"md41": "Se admite el uso de <code class='fn__code'>/</code> para ajustar expresiones regulares, por ejemplo <code class='fn__code'>foo,/[0-9]+/</code> significa excluir foo y números",
1239+
"md41": "Utilice la coma inglesa <code class='fn__code'>,</code> o salto de línea para separar, la propia coma puede escaparse con <code class='fn__code'>\\,</code>. Se admite el uso de <code class='fn__code'>/</code> para ajustar expresiones regulares, por ejemplo <code class='fn__code'>foo,/[0-9]+/</code> significa excluir foo y números",
12401240
"fileTree2": "El panel Documentos seleccionará automáticamente el documento actual cuando se cambie la pestaña del editor",
12411241
"fileTree3": "No se requiere confirmación al borrar un solo documento",
12421242
"fileTree4": "Cuando está activado, no aparece un cuadro de confirmación al borrar un solo documento",

app/appearance/langs/fr_FR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
"md38": "La longueur maximale du texte d'ancrage qui est automatiquement rendu lorsque le texte d'ancrage de la référence de bloc n'est pas personnalisé, la valeur par défaut est de <code class='fn__code'>96</code> caractères",
12371237
"md39": "Adresse Servo PlantUML",
12381238
"md40": "Laissez vide pour restaurer <code class='fn__code'>https://www.plantuml.com/plantuml/svg/~1/</code> par défaut",
1239-
"md41": "Prend en charge l'utilisation de <code class='fn__code'>/</code> pour envelopper les expressions régulières, par exemple <code class='fn__code'>foo,/[0-9]+/</code> signifie exclure foo et les nombres",
1239+
"md41": "Utiliser la virgule anglaise <code class='fn__code'>,</code> ou saut de ligne pour séparer, la virgule elle-même peut être échappée par <code class='fn__code'>\\,</code>. Prend en charge l'utilisation de <code class='fn__code'>/</code> pour envelopper les expressions régulières, par exemple <code class='fn__code'>foo,/[0-9]+/</code> signifie exclure foo et les nombres",
12401240
"fileTree2": "Le panneau Documents sélectionnera automatiquement le document en cours lorsque l'on change d'onglet d'édition",
12411241
"fileTree3": "Aucune confirmation requise lors de la suppression d'un seul document",
12421242
"fileTree4": "Lorsqu'il est activé, aucun dialogue de confirmation n'apparaît lors de la suppression d'un seul document",

app/appearance/langs/he_IL.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
"md38": "אורך מקסימלי של טקסט העוגן שמוצג אוטומטית כאשר טקסט העוגן של בלוק ההפניה אינו מותאם אישית, ברירת המחדל היא <code class='fn__code'>96</code> תווים",
12371237
"md39": "כתובת PlantUML Serve",
12381238
"md40": "השאר ריק כדי לשחזר את ברירת המחדל <code class='fn__code'>https://www.plantuml.com/plantuml/svg/~1</code>",
1239-
"md41": "תמוך בשימוש ב<code class='fn__code'>/</code> כדי לשבור רגולציות רגילות, לדוגמה <code class='fn__code'>foo,/[0-9]+/</code> פירושו להוציא את foo ואת המספרים",
1239+
"md41": "השתמש בסימן פסיק אנגלי <code class='fn__code'>,</code> או מעבר שורה להפריד, הפסיק עצמו יכול להתחמק על ידי <code class='fn__code'>\\,</code>. תמוך בשימוש ב<code class='fn__code'>/</code> כדי לעטוף ביטויים רגולריים, לדוגמה <code class='fn__code'>foo,/[0-9]+/</code> פירושו להוציא את foo ואת המספרים",
12401240
"fileTree2": "לוח המסמכים יבחר אוטומטית את המסמך הנוכחי כאשר הטאב של העורך מוחלף",
12411241
"fileTree3": "לא נדרש אישור בעת מחיקת מסמך יחיד",
12421242
"fileTree4": "כשמופעל, לא תופיע תיבת אישור בעת מחיקת מסמך יחיד",

app/appearance/langs/hi_IN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
"md38": "ब्लॉक रेफ़ एंकर पाठ कस्टमाइज़ नहीं होने पर स्वचालित रूप से रेंडर किए जाने वाले एंकर पाठ की अधिकतम लंबाई, डिफ़ॉल्ट <code class='fn__code'>96</code> वर्ण है",
12371237
"md39": "PlantUML सेवा पता",
12381238
"md40": "डिफ़ॉल्ट बहाल करने के लिए खाली छोड़ें <code class='fn__code'>https://www.plantuml.com/plantuml/svg/~1</code>",
1239-
"md41": "नियमित अभिव्यक्तियों को लपेटने के लिए <code class='fn__code'>/</code> का उपयोग करने का समर्थन करता है, उदाहरण के लिए <code class='fn__code'>foo,/[0-9]+/</code> का अर्थ है foo और संख्याओं को बाहर करना",
1239+
"md41": "अंग्रेजी कॉमा <code class='fn__code'>,</code> या लाइन ब्रेक का उपयोग अलग करने के लिए करें, कॉमा को <code class='fn__code'>\\,</code> द्वारा एस्केप किया जा सकता है। नियमित अभिव्यक्तियों को लपेटने के लिए <code class='fn__code'>/</code> का उपयोग करने का समर्थन करता है, उदाहरण के लिए <code class='fn__code'>foo,/[0-9]+/</code> का अर्थ है foo और संख्याओं को बाहर करना",
12401240
"fileTree2": "संपादक टैब स्विच करने पर दस्तावेज़ पैनल स्वचालित रूप से वर्तमान दस्तावेज़ का चयन करेगा",
12411241
"fileTree3": "एकल दस्तावेज़ हटाने पर पुष्टि की आवश्यकता नहीं",
12421242
"fileTree4": "सक्षम होने पर, एकल दस्तावेज़ हटाने पर पुष्टि संवाद प्रकट नहीं होगा",

app/appearance/langs/id_ID.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
"md38": "Panjang maksimum teks jangkar yang dirender secara otomatis ketika teks jangkar referensi blok tidak disesuaikan, defaultnya adalah <code class='fn__code'>96</code> karakter",
12371237
"md39": "Alamat Server PlantUML",
12381238
"md40": "Kosongkan untuk mengembalikan default <code class='fn__code'>https://www.plantuml.com/plantuml/svg/~1</code>",
1239-
"md41": "Dukung penggunaan <code class='fn__code'>/</code> untuk membungkus ekspresi reguler, misalnya <code class='fn__code'>foo,/[0-9]+/</code> berarti mengecualikan foo dan angka",
1239+
"md41": "Gunakan koma bahasa Inggris <code class='fn__code'>,</code> atau pemisah baris baru, koma itu sendiri dapat di-escape dengan <code class='fn__code'>\\,</code>. Dukung penggunaan <code class='fn__code'>/</code> untuk membungkus ekspresi reguler, misalnya <code class='fn__code'>foo,/[0-9]+/</code> berarti mengecualikan foo dan angka",
12401240
"fileTree2": "Panel Dokumen akan secara otomatis memilih dokumen saat ini saat tab editor dialihkan",
12411241
"fileTree3": "Tidak perlu konfirmasi saat menghapus dokumen tunggal",
12421242
"fileTree4": "Saat diaktifkan, tidak ada dialog konfirmasi yang muncul saat menghapus dokumen tunggal",

app/appearance/langs/it_IT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
"md38": "La lunghezza massima del testo di ancoraggio che viene automaticamente reso quando il testo di ancoraggio del riferimento al blocco non è personalizzato, il valore predefinito è <code class='fn__code'>96</code> caratteri",
12371237
"md39": "Indirizzo del server PlantUML",
12381238
"md40": "Lascia vuoto per ripristinare il valore predefinito <code class='fn__code'>https://www.plantuml.com/plantuml/svg/~1</code>",
1239-
"md41": "Supporta l'uso di <code class='fn__code'>/</code> per avvolgere le espressioni regolari, ad esempio <code class='fn__code'>foo,/[0-9]+/</code> significa escludere foo e numeri",
1239+
"md41": "Utilizzare la virgola inglese <code class='fn__code'>,</code> o interruzione di riga per separare, la virgola stessa può essere sfuggita con <code class='fn__code'>\\,</code>. Supporta l'uso di <code class='fn__code'>/</code> per avvolgere le espressioni regolari, ad esempio <code class='fn__code'>foo,/[0-9]+/</code> significa escludere foo e numeri",
12401240
"fileTree2": "Il pannello documenti selezionerà automaticamente il documento corrente quando la scheda dell'editor viene cambiata",
12411241
"fileTree3": "Nessuna conferma richiesta durante l'eliminazione di un singolo documento",
12421242
"fileTree4": "Se abilitato, non verrà visualizzata alcuna finestra di conferma quando elimini un singolo documento",

app/appearance/langs/ja_JP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
"md38": "ブロック参照のアンカーテキストをカスタマイズしていないときに自動的にレンダリングされるアンカーテキストの最大長。デフォルトは <code class='fn__code'>96</code> 文字です",
12371237
"md39": "PlantUML サーバーアドレス",
12381238
"md40": "デフォルト (<code class='fn__code'>https://www.plantuml.com/plantuml/svg/~1</code>) を復元するには空白にします",
1239-
"md41": "<code class='fn__code'>/</code> で囲んだ正規表現をサポートします。<code class='fn__code'>foo,/[0-9]+/</code> の場合は foo と数字を除外することを意味します",
1239+
"md41": "リストを区切るにはカンマ <code class='fn__code'>,</code> または改行を使用します。カンマ自体は <code class='fn__code'>\\,</code> でエスケープできます。<code class='fn__code'>/</code> で囲んだ正規表現をサポートします。<code class='fn__code'>foo,/[0-9]+/</code> の場合は foo と数字を除外することを意味します",
12401240
"fileTree2": "エディタのタブを切り替えるとドキュメントパネルで自動的に現在のドキュメントを選択します",
12411241
"fileTree3": "単一のドキュメントを削除するときに確認しない",
12421242
"fileTree4": "有効にすると単一のドキュメントを削除するときに確認ダイアログが表示されません",

0 commit comments

Comments
 (0)