diff --git a/.gitignore b/.gitignore index 69e56cf..7fa7323 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ !/core !/assets !/Cargo.lock +!/rustfmt.toml # black list target diff --git a/cli/build.rs b/cli/build.rs index 5e458cd..decbc6c 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -1,12 +1,13 @@ const EARLY_RT: bool = true; // const EARLY_RT: bool = false; +use std::{borrow::Cow, collections::HashMap, ffi::OsStr, io, path::PathBuf}; + use glossa_codegen::{ consts::*, highlight::{HighLight, HighLightFmt, HighLightRes}, prelude::*, }; -use std::{borrow::Cow, collections::HashMap, ffi::OsStr, io, path::PathBuf}; fn main() -> io::Result<()> { let ver = get_pkg_version!(); diff --git a/cli/src/assets/localisation.rs b/cli/src/assets/localisation.rs index faea003..f5bb33c 100644 --- a/cli/src/assets/localisation.rs +++ b/cli/src/assets/localisation.rs @@ -21,20 +21,17 @@ pub(crate) type LocaleHashMap = HashMap; /// ``` pub(super) const fn get_af_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ontfout"##), - ("warn", r##"Waarsku"##), - ("info", r##"Inligting"##), - ("error", r##"Fout"##), - ("trace", r##"Spoor"##), - ("init-logger", r##"Inisialisering van logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ontfout"##), + ("warn", r##"Waarsku"##), + ("info", r##"Inligting"##), + ("error", r##"Fout"##), + ("trace", r##"Spoor"##), + ("init-logger", r##"Inisialisering van logger ..."##), + ], + } } /// Language ID: af; @@ -50,28 +47,22 @@ pub(super) const fn get_af_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_af_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Ongeldige tema naam"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Ongeldige tema naam"##)], + } } /// af: Afrikaans, Latyn, Suid-Afrika pub(super) const fn get_af_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_af_map_log_core), - ("theme", get_af_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_af_map_log_core), + ("theme", get_af_map_theme), + ], + } } /// Language ID: am; @@ -87,18 +78,16 @@ pub(super) const fn get_af_map() -> SubLocaleMap { /// ``` pub(super) const fn get_am_map_log_core() -> L10nMap { ::phf::Map { - key: 10121458955350035957, - disps: &[ - (1, 0), - ], - entries: &[ - ("trace", r##"ዱካ"##), - ("info", r##"መረጃ"##), - ("init-logger", r##"የመመዝገቢያ ማስጀመር ..."##), - ("error", r##"ስህተት"##), - ("warn", r##"አስጠንቅቀዋል"##), - ], -} + key: 10121458955350035957, + disps: &[(1, 0)], + entries: &[ + ("trace", r##"ዱካ"##), + ("info", r##"መረጃ"##), + ("init-logger", r##"የመመዝገቢያ ማስጀመር ..."##), + ("error", r##"ስህተት"##), + ("warn", r##"አስጠንቅቀዋል"##), + ], + } } /// Language ID: am; @@ -114,28 +103,22 @@ pub(super) const fn get_am_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_am_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"ልክ ያልሆነ የፊደል ስም"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"ልክ ያልሆነ የፊደል ስም"##)], + } } /// am: አማርኛ, ኢትዮፒክ, ኢትዮጵያ pub(super) const fn get_am_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_am_map_log_core), - ("theme", get_am_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_am_map_log_core), + ("theme", get_am_map_theme), + ], + } } /// Language ID: ar; @@ -151,20 +134,17 @@ pub(super) const fn get_am_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ar_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"تصحيح"##), - ("warn", r##"تحذير"##), - ("info", r##"المعلومات"##), - ("error", r##"خطأ"##), - ("trace", r##"تتبع"##), - ("init-logger", r##"تهيئة المسجل ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"تصحيح"##), + ("warn", r##"تحذير"##), + ("info", r##"المعلومات"##), + ("error", r##"خطأ"##), + ("trace", r##"تتبع"##), + ("init-logger", r##"تهيئة المسجل ..."##), + ], + } } /// Language ID: ar; @@ -180,31 +160,50 @@ pub(super) const fn get_ar_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ar_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"يحدد ملف تجميع لموضوعات التلوين المخصصة. يجب تحديد اسم الموضوع باستخدام خيار `--theme`."##), - ("shell-completion", r##"يولد نص استكمال الأوامر لل shell."##), - ("theme-file-help", r##"يتم دعم صيغة الملفات التي يتم إنشاؤها بواسطة أداة `syntect` في Rust والتي تعرف بـ dump format. فعلى الأغلب، هذه الملفات تحتوي على مجموعة من الموضوعات التي كانت مستخدمة في Sublime Text القديمة. إذا لم يتم تحديد خيار `--tf`، فسيتم قراءة مسار الملف من البيئة `$TOMLYRE_THEME_FILE`. "##), - ("from-format", r##"يحدد صيغة الملف الذي يتم قراءته من stdin (سيتم التعرف على الصيغة تلقائيًا افتراضيًا)."##), - ("disable-theme-background", r##"يعطل خلفية الموضوع (مفعّلة افتراضيًا)، يتم تعطيلها باستخدام `--dis-theme-bg`."##), - ("theme-uncompressed-file-help", r##"> يتم منح الأولوية للإصدار غير المضغوط على نسخة المضغوطة. - -إذا لم يتم تحديد خيار `--tuf`، فسيتم قراءة مسار الملف من البيئة `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"إذا لم يتم تحديد `--dis-theme-bg`، فسيتم قراءة القيمة من المتغير `$TOMLYRE_THEME_BG`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"يحدد ملف تجميع لموضوعات التلوين المخصصة. يجب تحديد اسم الموضوع باستخدام خيار `--theme`."##, + ), + ("shell-completion", r##"يولد نص استكمال الأوامر لل shell."##), + ( + "theme-file-help", + r##"يتم دعم صيغة الملفات التي يتم إنشاؤها بواسطة أداة `syntect` في Rust والتي تعرف بـ dump format. فعلى الأغلب، هذه الملفات تحتوي على مجموعة من الموضوعات التي كانت مستخدمة في Sublime Text القديمة. إذا لم يتم تحديد خيار `--tf`، فسيتم قراءة مسار الملف من البيئة `$TOMLYRE_THEME_FILE`. "##, + ), + ( + "from-format", + r##"يحدد صيغة الملف الذي يتم قراءته من stdin (سيتم التعرف على الصيغة تلقائيًا افتراضيًا)."##, + ), + ( + "disable-theme-background", + r##"يعطل خلفية الموضوع (مفعّلة افتراضيًا)، يتم تعطيلها باستخدام `--dis-theme-bg`."##, + ), + ( + "theme-uncompressed-file-help", + r##"> يتم منح الأولوية للإصدار غير المضغوط على نسخة المضغوطة. + +إذا لم يتم تحديد خيار `--tuf`، فسيتم قراءة مسار الملف من البيئة `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"إذا لم يتم تحديد `--dis-theme-bg`، فسيتم قراءة القيمة من المتغير `$TOMLYRE_THEME_BG`. إذا تم تعيين هذه القيمة على false ، سيتم تعطيل خلفية الموضوع. مثال للاستخدام: ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"يحدد ملف تجميع لموضوعات التلوين المخصصة، ولكن يجب أن يكون غير مضغوط (uncompressed). يجب تحديد اسم الموضوع باستخدام خيار `--theme`."##), - ("shell-completion-help", r##"يجب تحديد اسم ال Shell المستخدم لإنشاء نص استكمال الأوامر. +```"##, + ), + ( + "theme-uncompressed-file", + r##"يحدد ملف تجميع لموضوعات التلوين المخصصة، ولكن يجب أن يكون غير مضغوط (uncompressed). يجب تحديد اسم الموضوع باستخدام خيار `--theme`."##, + ), + ( + "shell-completion-help", + r##"يجب تحديد اسم ال Shell المستخدم لإنشاء نص استكمال الأوامر. على سبيل المثال، إذا كنت تستخدم PowerShell على Windows، يمكنك استخدام: ```pwsh @@ -229,19 +228,28 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"عند قراءة البيانات من stdin ، على سبيل المثال: `cat a | tomlyre conv -`، سيتم محاولة التعرف على صيغة الملف تلقائيًا في البداية. ومع ذلك، قد يفشل التعرف التلقائي، وفي هذه الحالة، يجب تحديد الصيغة بشكل يدوي. -مثال: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"باستخدام خيار `--ts` فقط، سيتم إدراج مجموعة الأنماط المضمنة. +```"##, + ), + ( + "from-format-help", + r##"عند قراءة البيانات من stdin ، على سبيل المثال: `cat a | tomlyre conv -`، سيتم محاولة التعرف على صيغة الملف تلقائيًا في البداية. ومع ذلك، قد يفشل التعرف التلقائي، وفي هذه الحالة، يجب تحديد الصيغة بشكل يدوي. +مثال: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"باستخدام خيار `--ts` فقط، سيتم إدراج مجموعة الأنماط المضمنة. لا يمكن استخدام الأسماء المختصرة للأنماط المختلفة باستثناء markdown والتي يمكن اختصارها إلى md. قم بتحديد الأسماء الكاملة للأنماط الأخرى. مثال: `--ts ascii` ملاحظات: - حالياً، لا يمكن قراءة مجموعات **أنماط الجداول** من ملف. إذا كنت بحاجة إلى هذه الميزة أو ميزات أخرى، يرجى تقديم issue لإبلاغنا بها. -"##), - ("table-style", r##"يحدد نمط الجدول."##), - ("theme-help", r##"عند استخدام الخيار `-t` فقط، يتم إدراج قائمة بموضوعات التلوين المتوفرة في الوقت الحالي. إذا لم يتم تحديد ملف موضوع، فسيتم استخدام مجموعة الموضوعات المضمّنة في البرنامج. على سبيل المثال، إذا كان لديك موضوع بالاسم **ayu-dark** ، فيمكنك استخدام `-t ayu-dark` لاستخدام هذا الموضوع. إذا كان اسم الموضوع يحتوي على مسافات، فيجب وضعه بين علامات اقتباس مزدوجة أو علامات اقتباس مفردة. +"##, + ), + ("table-style", r##"يحدد نمط الجدول."##), + ( + "theme-help", + r##"عند استخدام الخيار `-t` فقط، يتم إدراج قائمة بموضوعات التلوين المتوفرة في الوقت الحالي. إذا لم يتم تحديد ملف موضوع، فسيتم استخدام مجموعة الموضوعات المضمّنة في البرنامج. على سبيل المثال، إذا كان لديك موضوع بالاسم **ayu-dark** ، فيمكنك استخدام `-t ayu-dark` لاستخدام هذا الموضوع. إذا كان اسم الموضوع يحتوي على مسافات، فيجب وضعه بين علامات اقتباس مزدوجة أو علامات اقتباس مفردة. > ملاحظة: يوجد موضوع خاص بعدم تلوين النصوص تماماً يحمل الاسم `None`. @@ -264,10 +272,11 @@ TOMLYRE_THEME="Monokai Extended" tomlyre --help tomlyre -t "Monokai Extended" get test.toml ``` -بالنسبة للإخراج الذي يتم إنشاؤه يدويًا مثل "conv/get/set"، يحصل موضوع الخطأ المحدد بواسطة `-t` على الأولوية على `$TOMLYRE_THEME`. إذا لم يتم استخدام `-t` ، فسيتم قراءة `$TOMLYRE_THEME` مباشرة. إذا كانت `$TOMLYRE_THEME` فارغة ، فيتم استخدام موضوع "Monokai Extended"."##), - ("theme", r##"يحدد اسم موضوع تلوين الصفحة"##), - ], -} +بالنسبة للإخراج الذي يتم إنشاؤه يدويًا مثل "conv/get/set"، يحصل موضوع الخطأ المحدد بواسطة `-t` على الأولوية على `$TOMLYRE_THEME`. إذا لم يتم استخدام `-t` ، فسيتم قراءة `$TOMLYRE_THEME` مباشرة. إذا كانت `$TOMLYRE_THEME` فارغة ، فيتم استخدام موضوع "Monokai Extended"."##, + ), + ("theme", r##"يحدد اسم موضوع تلوين الصفحة"##), + ], + } } /// Language ID: ar; @@ -275,31 +284,53 @@ tomlyre -t "Monokai Extended" get test.toml /// Description: العربية, العربية, مصر; pub(super) const fn get_ar_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"يحدد ملف تجميع لموضوعات التلوين المخصصة. يجب تحديد اسم الموضوع باستخدام خيار `--theme`."##), - ("shell-completion", r##"يولد نص استكمال الأوامر لل shell."##), - ("theme-file-help", r##"يتم دعم صيغة الملفات التي يتم إنشاؤها بواسطة أداة `syntect` في Rust والتي تعرف بـ dump format. فعلى الأغلب، هذه الملفات تحتوي على مجموعة من الموضوعات التي كانت مستخدمة في Sublime Text القديمة. إذا لم يتم تحديد خيار `--tf`، فسيتم قراءة مسار الملف من البيئة `$TOMLYRE_THEME_FILE`. "##), - ("from-format", r##"يحدد صيغة الملف الذي يتم قراءته من stdin (سيتم التعرف على الصيغة تلقائيًا افتراضيًا)."##), - ("disable-theme-background", r##"يعطل خلفية الموضوع (مفعّلة افتراضيًا)، يتم تعطيلها باستخدام `--dis-theme-bg`."##), - ("theme-uncompressed-file-help", r##"> يتم منح الأولوية للإصدار غير المضغوط على نسخة المضغوطة. - -إذا لم يتم تحديد خيار `--tuf`، فسيتم قراءة مسار الملف من البيئة `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"إذا لم يتم تحديد `--dis-theme-bg`، فسيتم قراءة القيمة من المتغير `$TOMLYRE_THEME_BG`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"يحدد ملف تجميع لموضوعات التلوين المخصصة. يجب تحديد اسم الموضوع باستخدام خيار `--theme`."##, + ), + ( + "shell-completion", + r##"يولد نص استكمال الأوامر لل shell."##, + ), + ( + "theme-file-help", + r##"يتم دعم صيغة الملفات التي يتم إنشاؤها بواسطة أداة `syntect` في Rust والتي تعرف بـ dump format. فعلى الأغلب، هذه الملفات تحتوي على مجموعة من الموضوعات التي كانت مستخدمة في Sublime Text القديمة. إذا لم يتم تحديد خيار `--tf`، فسيتم قراءة مسار الملف من البيئة `$TOMLYRE_THEME_FILE`. "##, + ), + ( + "from-format", + r##"يحدد صيغة الملف الذي يتم قراءته من stdin (سيتم التعرف على الصيغة تلقائيًا افتراضيًا)."##, + ), + ( + "disable-theme-background", + r##"يعطل خلفية الموضوع (مفعّلة افتراضيًا)، يتم تعطيلها باستخدام `--dis-theme-bg`."##, + ), + ( + "theme-uncompressed-file-help", + r##"> يتم منح الأولوية للإصدار غير المضغوط على نسخة المضغوطة. + +إذا لم يتم تحديد خيار `--tuf`، فسيتم قراءة مسار الملف من البيئة `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"إذا لم يتم تحديد `--dis-theme-bg`، فسيتم قراءة القيمة من المتغير `$TOMLYRE_THEME_BG`. إذا تم تعيين هذه القيمة على false ، سيتم تعطيل خلفية الموضوع.  مثال للاستخدام:  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"يحدد ملف تجميع لموضوعات التلوين المخصصة، ولكن يجب أن يكون غير مضغوط (uncompressed). يجب تحديد اسم الموضوع باستخدام خيار `--theme`."##), - ("shell-completion-help", r##"يجب تحديد اسم ال Shell المستخدم لإنشاء نص استكمال الأوامر. +```"##, + ), + ( + "theme-uncompressed-file", + r##"يحدد ملف تجميع لموضوعات التلوين المخصصة، ولكن يجب أن يكون غير مضغوط (uncompressed). يجب تحديد اسم الموضوع باستخدام خيار `--theme`."##, + ), + ( + "shell-completion-help", + r##"يجب تحديد اسم ال Shell المستخدم لإنشاء نص استكمال الأوامر. على سبيل المثال، إذا كنت تستخدم PowerShell على Windows، يمكنك استخدام:  ```pwsh @@ -324,19 +355,31 @@ pub(super) const fn get_ar_map_args_md() -> L10nMap {  ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"عند قراءة البيانات من stdin ، على سبيل المثال: `cat a | tomlyre conv -`، سيتم محاولة التعرف على صيغة الملف تلقائيًا في البداية. ومع ذلك، قد يفشل التعرف التلقائي، وفي هذه الحالة، يجب تحديد الصيغة بشكل يدوي. -مثال: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"باستخدام خيار `--ts` فقط، سيتم إدراج مجموعة الأنماط المضمنة. +```"##, + ), + ( + "from-format-help", + r##"عند قراءة البيانات من stdin ، على سبيل المثال: `cat a | tomlyre conv -`، سيتم محاولة التعرف على صيغة الملف تلقائيًا في البداية. ومع ذلك، قد يفشل التعرف التلقائي، وفي هذه الحالة، يجب تحديد الصيغة بشكل يدوي. +مثال: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"باستخدام خيار `--ts` فقط، سيتم إدراج مجموعة الأنماط المضمنة. لا يمكن استخدام الأسماء المختصرة للأنماط المختلفة باستثناء markdown والتي يمكن اختصارها إلى md. قم بتحديد الأسماء الكاملة للأنماط الأخرى. مثال: `--ts ascii`  ملاحظات: - حالياً، لا يمكن قراءة مجموعات **أنماط الجداول** من ملف. إذا كنت بحاجة إلى هذه الميزة أو ميزات أخرى، يرجى تقديم issue لإبلاغنا بها. -"##), - ("table-style", r##"يحدد نمط الجدول."##), - ("theme-help", r##"عند استخدام الخيار `-t` فقط، يتم إدراج قائمة بموضوعات التلوين المتوفرة في الوقت الحالي. إذا لم يتم تحديد ملف موضوع، فسيتم استخدام مجموعة الموضوعات المضمّنة في البرنامج. على سبيل المثال، إذا كان لديك موضوع بالاسم **ayu-dark** ، فيمكنك استخدام `-t ayu-dark` لاستخدام هذا الموضوع. إذا كان اسم الموضوع يحتوي على مسافات، فيجب وضعه بين علامات اقتباس مزدوجة أو علامات اقتباس مفردة. +"##, + ), + ( + "table-style", + r##"يحدد نمط الجدول."##, + ), + ( + "theme-help", + r##"عند استخدام الخيار `-t` فقط، يتم إدراج قائمة بموضوعات التلوين المتوفرة في الوقت الحالي. إذا لم يتم تحديد ملف موضوع، فسيتم استخدام مجموعة الموضوعات المضمّنة في البرنامج. على سبيل المثال، إذا كان لديك موضوع بالاسم **ayu-dark** ، فيمكنك استخدام `-t ayu-dark` لاستخدام هذا الموضوع. إذا كان اسم الموضوع يحتوي على مسافات، فيجب وضعه بين علامات اقتباس مزدوجة أو علامات اقتباس مفردة.  > ملاحظة: يوجد موضوع خاص بعدم تلوين النصوص تماماً يحمل الاسم `None`.  @@ -359,10 +402,14 @@ pub(super) const fn get_ar_map_args_md() -> L10nMap { tomlyre -t "Monokai Extended" get test.toml ```  -بالنسبة للإخراج الذي يتم إنشاؤه يدويًا مثل "conv/get/set"، يحصل موضوع الخطأ المحدد بواسطة `-t` على الأولوية على `$TOMLYRE_THEME`. إذا لم يتم استخدام `-t` ، فسيتم قراءة `$TOMLYRE_THEME` مباشرة. إذا كانت `$TOMLYRE_THEME` فارغة ، فيتم استخدام موضوع "Monokai Extended"."##), - ("theme", r##"يحدد اسم موضوع تلوين الصفحة"##), - ], -} +بالنسبة للإخراج الذي يتم إنشاؤه يدويًا مثل "conv/get/set"، يحصل موضوع الخطأ المحدد بواسطة `-t` على الأولوية على `$TOMLYRE_THEME`. إذا لم يتم استخدام `-t` ، فسيتم قراءة `$TOMLYRE_THEME` مباشرة. إذا كانت `$TOMLYRE_THEME` فارغة ، فيتم استخدام موضوع "Monokai Extended"."##, + ), + ( + "theme", + r##"يحدد اسم موضوع تلوين الصفحة"##, + ), + ], + } } /// Language ID: ar; @@ -378,16 +425,25 @@ pub(super) const fn get_ar_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_ar_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"يتيح تحويل الملفات بين تنسيقات toml و yaml و json و ron"##), - ("from", r##"يحدد ملف الإدخال."##), - ("conv-to", r##"يحدد تنسيق / ملف الإخراج، يمكن استخدامه عدة مرات."##), - ("save", r##"عند استدعاء هذا الخيار، سيتم حفظ الملف الذي حُدِّدَ باستخدام `--to`."##), - ("conv-to-help", r##"إذا كان الملف **test.json** موجودًا في الدليل الحالي، يمكنك استخدام `conv test.json -t yml` لتحويله إلى yml (yaml)، + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"يتيح تحويل الملفات بين تنسيقات toml و yaml و json و ron"##, + ), + ("from", r##"يحدد ملف الإدخال."##), + ( + "conv-to", + r##"يحدد تنسيق / ملف الإخراج، يمكن استخدامه عدة مرات."##, + ), + ( + "save", + r##"عند استدعاء هذا الخيار، سيتم حفظ الملف الذي حُدِّدَ باستخدام `--to`."##, + ), + ( + "conv-to-help", + r##"إذا كان الملف **test.json** موجودًا في الدليل الحالي، يمكنك استخدام `conv test.json -t yml` لتحويله إلى yml (yaml)، أو يمكنك تحديد مسار الملف يدويًا: `conv test.json -t /tmp/test.yml` التنسيقات المدعومة تعتمد على الميزات التي تم تمكينها في هذه الحزمة ، وليست جميع الميزات تم تمكينها بشكل افتراضي. @@ -402,9 +458,10 @@ pub(super) const fn get_ar_map_conv() -> L10nMap { إذا كنت لا تريد هذه الميزة، فيرجى استخدام مسار الملف الكامل (و ليس المسار الفرعي)، على سبيل المثال، `-t /tmp/xx.toml` بدلاً من `-t /tmp/`. - 2. عندما لا تُستدعى `--save`، لن يتم حفظ الملفات التي تم تحويلها بشكل تلقائي. - 3. عند استدعاء `--save`، لا يجوز أن يكون الملف الناتج هو نفس الملف الذي تم دخوله. -- 4. لا يتم الاحتفاظ بالتعليقات في الملفات التي تم تحويلها."##), - ], -} +- 4. لا يتم الاحتفاظ بالتعليقات في الملفات التي تم تحويلها."##, + ), + ], + } } /// Language ID: ar; @@ -412,16 +469,28 @@ pub(super) const fn get_ar_map_conv() -> L10nMap { /// Description: العربية, العربية, مصر; pub(super) const fn get_ar_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"يتيح تحويل الملفات بين تنسيقات toml و yaml و json و ron"##), - ("from", r##"يحدد ملف الإدخال."##), - ("conv-to", r##"يحدد تنسيق / ملف الإخراج، يمكن استخدامه عدة مرات."##), - ("save", r##"عند استدعاء هذا الخيار، سيتم حفظ الملف الذي حُدِّدَ باستخدام `--to`."##), - ("conv-to-help", r##"إذا كان الملف **test.json** موجودًا في الدليل الحالي، يمكنك استخدام `conv test.json -t yml` لتحويله إلى yml (yaml)، + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"يتيح تحويل الملفات بين تنسيقات toml و yaml و json و ron"##, + ), + ( + "from", + r##"يحدد ملف الإدخال."##, + ), + ( + "conv-to", + r##"يحدد تنسيق / ملف الإخراج، يمكن استخدامه عدة مرات."##, + ), + ( + "save", + r##"عند استدعاء هذا الخيار، سيتم حفظ الملف الذي حُدِّدَ باستخدام `--to`."##, + ), + ( + "conv-to-help", + r##"إذا كان الملف **test.json** موجودًا في الدليل الحالي، يمكنك استخدام `conv test.json -t yml` لتحويله إلى yml (yaml)، أو يمكنك تحديد مسار الملف يدويًا: `conv test.json -t /tmp/test.yml`  التنسيقات المدعومة تعتمد على الميزات التي تم تمكينها في هذه الحزمة ، وليست جميع الميزات تم تمكينها بشكل افتراضي. @@ -436,9 +505,10 @@ pub(super) const fn get_ar_map_conv_md() -> L10nMap {  إذا كنت لا تريد هذه الميزة، فيرجى استخدام مسار الملف الكامل (و ليس المسار الفرعي)، على سبيل المثال، `-t /tmp/xx.toml` بدلاً من `-t /tmp/`. - 2. عندما لا تُستدعى `--save`، لن يتم حفظ الملفات التي تم تحويلها بشكل تلقائي. - 3. عند استدعاء `--save`، لا يجوز أن يكون الملف الناتج هو نفس الملف الذي تم دخوله. -- 4. لا يتم الاحتفاظ بالتعليقات في الملفات التي تم تحويلها."##), - ], -} +- 4. لا يتم الاحتفاظ بالتعليقات في الملفات التي تم تحويلها."##, + ), + ], + } } /// Language ID: ar; @@ -454,19 +524,21 @@ pub(super) const fn get_ar_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_ar_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"يختلف `--ck` عن `-k` في أن `--ck` لا يقسم السلسلة باستخدام ".". + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"يختلف `--ck` عن `-k` في أن `--ck` لا يقسم السلسلة باستخدام ".". بالنسبة لـ [a.b.c] ، يتم التعامل مع `-k a.b.c` و `--ck a --ck b --ck c` بنفس الطريقة. @@ -493,11 +565,17 @@ pub(super) const fn get_ar_map_opt() -> L10nMap { - "editor.defaultFormatter" الأخير هو الهيكل الصحيح. -"##), - ("num-arr", r##"مصفوفة أعداد صحيحة بـ 64 بت"##), - ("bool", r##"قيم مثل boolean (true او false)"##), - ("num", r##"i64: الأعداد الصحيحة مع 64 بت. ومثال على ذلك الرقم 1145."##), - ("datetime-help", r##"على سبيل المثال: +"##, + ), + ("num-arr", r##"مصفوفة أعداد صحيحة بـ 64 بت"##), + ("bool", r##"قيم مثل boolean (true او false)"##), + ( + "num", + r##"i64: الأعداد الصحيحة مع 64 بت. ومثال على ذلك الرقم 1145."##, + ), + ( + "datetime-help", + r##"على سبيل المثال: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' @@ -513,12 +591,21 @@ time = 2023-04-16T09:14:44Z "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"حفظ بتنسيق / اسم محدد ، ويمكن حفظ ملف واحد في كل مرة"##), - ("get-opts-help", r##"مثال الاستخدام1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"حفظ بتنسيق / اسم محدد ، ويمكن حفظ ملف واحد في كل مرة"##, + ), + ( + "get-opts-help", + r##"مثال الاستخدام1: `get Cargo.toml -k package.name` مثال الاستخدام2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> ملاحظة: يمتلك TOML نوعًا حقيقيًا من `Option` ، والذي يمكن أن يكون قيمته إما `Some(T)` أو `None`. +"##, + ), + ( + "none-help", + r##"> ملاحظة: يمتلك TOML نوعًا حقيقيًا من `Option` ، والذي يمكن أن يكون قيمته إما `Some(T)` أو `None`. > يقوم هذا الخيار `--none` بحذف مفتاح محدد، دون تغيير نوع القيمة إلى `Option`. على سبيل المثال، إذا كان لدينا جدول مصفوفة على النحو التالي في ملف `test.yml`: @@ -550,9 +637,15 @@ set test.yml -k bin.1 --none أو باستخدام `--rm`: ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"الأرقام العشرية مزدوجة الدقة (IEEE 754-2008)، على سبيل المثال 3.14159265359."##), - ("saot-help", r##"> ملاحظة: بالرغم من أن `--saot` يسمح بإنشاء زوج key-value واحد فقط لكل جدول، إلا أنه يمكنك تحديد مؤشر لمصفوفة الجدول، ثم استخدام خيارات أخرى لتوسيعه. +```"##, + ), + ( + "f64", + r##"الأرقام العشرية مزدوجة الدقة (IEEE 754-2008)، على سبيل المثال 3.14159265359."##, + ), + ( + "saot-help", + r##"> ملاحظة: بالرغم من أن `--saot` يسمح بإنشاء زوج key-value واحد فقط لكل جدول، إلا أنه يمكنك تحديد مؤشر لمصفوفة الجدول، ثم استخدام خيارات أخرى لتوسيعه. على سبيل المثال: @@ -566,11 +659,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"تعيين الزوج (k-v) ، `--kv x.y.z value` يعادل `-k x.y.z -s value`."##), - ("set-save", r##"في حالة عدم استخدام `--to` ، سيتم الكتابة فوق الملف الحالي إذا تم استدعاؤه."##), - ("array", r##"مصفوفة نصية"##), - ("aot-help", r##"على سبيل المثال: +```"##, + ), + ( + "set-kv", + r##"تعيين الزوج (k-v) ، `--kv x.y.z value` يعادل `-k x.y.z -s value`."##, + ), + ( + "set-save", + r##"في حالة عدم استخدام `--to` ، سيتم الكتابة فوق الملف الحالي إذا تم استدعاؤه."##, + ), + ("array", r##"مصفوفة نصية"##), + ( + "aot-help", + r##"على سبيل المثال: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -584,8 +686,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set يتم اختيار المفتاح أولاً بتحديد مفتاح محدد، ثم يتم تغييره بقيمة محددة من نوع البيانات المحدد. @@ -635,8 +740,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ``` > ملاحظة: تبدأ جميع الأمثلة بمؤشر(argument)/sub-command، ويتم حذف اسم الأمر الجذري(root command) ، يجب أن تضيفه يدويًا في استخدام الأمر الفعلي. -"##), - ("num-arr-help", r##"على سبيل المثال: +"##, + ), + ( + "num-arr-help", + r##"على سبيل المثال: ```sh set test.json -k hello --na -1 --na -45 --na 14 @@ -649,8 +757,11 @@ set test.json -k hello --na -1 --na -45 --na 14 14 ] ``` -"##), - ("inline-table-help", r##"إذا كنت غير متأكد مما إذا كان يجب عليك استخدام الجدول القياسي أو الجدول المضمن ، فاستخدم الجدول المضمن! +"##, + ), + ( + "inline-table-help", + r##"إذا كنت غير متأكد مما إذا كان يجب عليك استخدام الجدول القياسي أو الجدول المضمن ، فاستخدم الجدول المضمن! على سبيل المثال: @@ -670,9 +781,15 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } "codename": "rawhide", "os": "fedora" } -```"##), - ("key", r##"استخدام المفتاح (key) للاستعلام عن القيمة(value)."##), - ("f64-arr-help", r##"على سبيل المثال: +```"##, + ), + ( + "key", + r##"استخدام المفتاح (key) للاستعلام عن القيمة(value)."##, + ), + ( + "f64-arr-help", + r##"على سبيل المثال: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf @@ -697,9 +814,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null, null ] -```"##), - ("none", r##"حذف مفتاح محدد"##), - ("set-save-to-help", r##"يشبه تقريبًا `-t` في الأمر الفرعي `conv`، لكن الفرق الرئيسي هو أن `-t` في `conv` يمكن استخدامه متعدد مرات متتالية لتحويل إلى صيغ/ملفات متعددة. +```"##, + ), + ("none", r##"حذف مفتاح محدد"##), + ( + "set-save-to-help", + r##"يشبه تقريبًا `-t` في الأمر الفرعي `conv`، لكن الفرق الرئيسي هو أن `-t` في `conv` يمكن استخدامه متعدد مرات متتالية لتحويل إلى صيغ/ملفات متعددة. و `-t` في أمر الفرعي `set` يمكن استخدامه مرة واحدة فقط وستكون النتيجة في ملف واحد. > ملاحظة: عند تشغيل الأمر الفرعي `conv` ، لا يتم الاحتفاظ بالتعليقات في أي من صيغ الملفات. @@ -710,17 +830,29 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre - بشرط أن الملف المصدر والملف الذي يشير إليه `-t` لا يتطابقان ، سيتم تطبيق سلوك `-t` في أمر الفرعي `set` على نحو متسق مع `-t` في أمر الفرعي `conv`. ويتضمن هذا تغيير اسم الملفات التي ليست من نوعها تلقائيًا. - على سبيل المثال، إذا كان الملف المصدر هو **test.yml** والملف المستهدف هو **json** ، فسيتم إنشاء ملف باسم **test.json** وليس باسم **json**. - إذا لم يتم الحاجة إلى هذه الخاصية ، يرجى استخدام التعبيرات **./json** أو **$PWD/json** بدلاً من اسم الملف. -"##), - ("preview", r##"عرض ملف كامل قبل تطبيق التغييرات"##), - ("set-key", r##"تحديد المفتاح المحدد، واستخدام "." كفاصل"##), - ("get-opts", r##"يسترد قيمة الإعداد المحددة."##), - ("saot", r##"جدول يحتوي على زوج key-value واحد فقط (الاستخدام: `--saot k1 v1 --saot k2 v2 ...`)"##), - ("key-help", r##"يتم استخدام تنسيق "a.b.c" للبحث عن القيمة، حيث يتم فصل أسماء الجداول الفرعية أو مؤشرات المصفوفة باستخدام ".". +"##, + ), + ("preview", r##"عرض ملف كامل قبل تطبيق التغييرات"##), + ("set-key", r##"تحديد المفتاح المحدد، واستخدام "." كفاصل"##), + ("get-opts", r##"يسترد قيمة الإعداد المحددة."##), + ( + "saot", + r##"جدول يحتوي على زوج key-value واحد فقط (الاستخدام: `--saot k1 v1 --saot k2 v2 ...`)"##, + ), + ( + "key-help", + r##"يتم استخدام تنسيق "a.b.c" للبحث عن القيمة، حيث يتم فصل أسماء الجداول الفرعية أو مؤشرات المصفوفة باستخدام ".". عندما يكون هناك "." واحد فقط ، سيتم عرض جميع الجداول. -"##), - ("set-opts", r##"يتيح إنشاء / تحديث / حذف هيكل الملفات التهيئة."##), - ("bool-arr-help", r##"على سبيل المثال: +"##, + ), + ( + "set-opts", + r##"يتيح إنشاء / تحديث / حذف هيكل الملفات التهيئة."##, + ), + ( + "bool-arr-help", + r##"على سبيل المثال: ```sh set test.ron -k hello --ba true --ba false --ba true @@ -733,11 +865,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"مصفوفة من القيم البولية"##), - ("table", r##"جدول قياسي (standard table)، يستخدم لتخزين عدة أزواج من القيم key-value"##), - ("datetime", r##"نوع البيانات التاريخ والوقت"##), - ("table-help", r##"على سبيل المثال: +```"##, + ), + ("bool-arr", r##"مصفوفة من القيم البولية"##), + ( + "table", + r##"جدول قياسي (standard table)، يستخدم لتخزين عدة أزواج من القيم key-value"##, + ), + ("datetime", r##"نوع البيانات التاريخ والوقت"##), + ( + "table-help", + r##"على سبيل المثال: ```sh set test.toml -k mount.1.test --map name sd --map os android @@ -761,10 +899,13 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"مصفوفة من الأرقام العشرية المزدوجة الدقة"##), - ("string", r##"سلسلة"##), - ("array-help", r##"يتم تعيين عناصر المصفوفة عن طريق استدعاء `-a` مرات متعددة. +```"##, + ), + ("f64-arr", r##"مصفوفة من الأرقام العشرية المزدوجة الدقة"##), + ("string", r##"سلسلة"##), + ( + "array-help", + r##"يتم تعيين عناصر المصفوفة عن طريق استدعاء `-a` مرات متعددة. على سبيل المثال: ```sh @@ -777,12 +918,22 @@ set test.toml -k test.array -a hello -a wonderful -a world [test] array = ["hello", "wonderful", "world"] ``` -"##), - ("aot", r##"مصفوفة جداول (الاستخدام: `--aot 'k1 ، v1 ، k2 ، v2' --aot 'k1، v1'`)"##), - ("inline-table", r##"جدول مضمن ، مماثل للجدول القياسي ولكنه أكثر كفاءة في التخزين"##), - ("concat-key", r##"إدخال مفاتيح متعددة وترك GPT-3 تجميعها بشكل صحيح"##), - ], -} +"##, + ), + ( + "aot", + r##"مصفوفة جداول (الاستخدام: `--aot 'k1 ، v1 ، k2 ، v2' --aot 'k1، v1'`)"##, + ), + ( + "inline-table", + r##"جدول مضمن ، مماثل للجدول القياسي ولكنه أكثر كفاءة في التخزين"##, + ), + ( + "concat-key", + r##"إدخال مفاتيح متعددة وترك GPT-3 تجميعها بشكل صحيح"##, + ), + ], + } } /// Language ID: ar; @@ -790,19 +941,21 @@ array = ["hello", "wonderful", "world"] /// Description: العربية, العربية, مصر; pub(super) const fn get_ar_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"يختلف `--ck` عن `-k` في أن `--ck` لا يقسم السلسلة باستخدام ".". + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"يختلف `--ck` عن `-k` في أن `--ck` لا يقسم السلسلة باستخدام ".".  بالنسبة لـ [a.b.c] ، يتم التعامل مع `-k a.b.c` و `--ck a --ck b --ck c` بنفس الطريقة.  @@ -829,11 +982,23 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap { - "editor.defaultFormatter"  الأخير هو الهيكل الصحيح. -"##), - ("num-arr", r##"مصفوفة أعداد صحيحة بـ 64 بت"##), - ("bool", r##"قيم مثل boolean (true او false)"##), - ("num", r##"i64: الأعداد الصحيحة مع 64 بت. ومثال على ذلك الرقم 1145."##), - ("datetime-help", r##"على سبيل المثال: +"##, + ), + ( + "num-arr", + r##"مصفوفة أعداد صحيحة بـ 64 بت"##, + ), + ( + "bool", + r##"قيم مثل boolean (true او false)"##, + ), + ( + "num", + r##"i64: الأعداد الصحيحة مع 64 بت. ومثال على ذلك الرقم 1145."##, + ), + ( + "datetime-help", + r##"على سبيل المثال:  ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' @@ -849,12 +1014,21 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"حفظ بتنسيق / اسم محدد ، ويمكن حفظ ملف واحد في كل مرة"##), - ("get-opts-help", r##"مثال الاستخدام1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"حفظ بتنسيق / اسم محدد ، ويمكن حفظ ملف واحد في كل مرة"##, + ), + ( + "get-opts-help", + r##"مثال الاستخدام1: `get Cargo.toml -k package.name` مثال الاستخدام2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> ملاحظة: يمتلك TOML نوعًا حقيقيًا من `Option` ، والذي يمكن أن يكون قيمته إما `Some(T)` أو `None`. +"##, + ), + ( + "none-help", + r##"> ملاحظة: يمتلك TOML نوعًا حقيقيًا من `Option` ، والذي يمكن أن يكون قيمته إما `Some(T)` أو `None`. > يقوم هذا الخيار `--none` بحذف مفتاح محدد، دون تغيير نوع القيمة إلى `Option`.  على سبيل المثال، إذا كان لدينا جدول مصفوفة على النحو التالي في ملف `test.yml`: @@ -886,9 +1060,15 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap { أو باستخدام `--rm`: ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"الأرقام العشرية مزدوجة الدقة (IEEE 754-2008)، على سبيل المثال 3.14159265359."##), - ("saot-help", r##"> ملاحظة: بالرغم من أن `--saot` يسمح بإنشاء زوج key-value واحد فقط لكل جدول، إلا أنه يمكنك تحديد مؤشر لمصفوفة الجدول، ثم استخدام خيارات أخرى لتوسيعه. +```"##, + ), + ( + "f64", + r##"الأرقام العشرية مزدوجة الدقة (IEEE 754-2008)، على سبيل المثال 3.14159265359."##, + ), + ( + "saot-help", + r##"> ملاحظة: بالرغم من أن `--saot` يسمح بإنشاء زوج key-value واحد فقط لكل جدول، إلا أنه يمكنك تحديد مؤشر لمصفوفة الجدول، ثم استخدام خيارات أخرى لتوسيعه.  على سبيل المثال:  @@ -902,11 +1082,23 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"تعيين الزوج (k-v) ، `--kv x.y.z value` يعادل `-k x.y.z -s value`."##), - ("set-save", r##"في حالة عدم استخدام `--to` ، سيتم الكتابة فوق الملف الحالي إذا تم استدعاؤه."##), - ("array", r##"مصفوفة نصية"##), - ("aot-help", r##"على سبيل المثال: +```"##, + ), + ( + "set-kv", + r##"تعيين الزوج (k-v) ، `--kv x.y.z value` يعادل `-k x.y.z -s value`."##, + ), + ( + "set-save", + r##"في حالة عدم استخدام `--to` ، سيتم الكتابة فوق الملف الحالي إذا تم استدعاؤه."##, + ), + ( + "array", + r##"مصفوفة نصية"##, + ), + ( + "aot-help", + r##"على سبيل المثال: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -920,8 +1112,11 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  يتم اختيار المفتاح أولاً بتحديد مفتاح محدد، ثم يتم تغييره بقيمة محددة من نوع البيانات المحدد.  @@ -971,8 +1166,11 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap { ```  > ملاحظة: تبدأ جميع الأمثلة بمؤشر(argument)/sub-command، ويتم حذف اسم الأمر الجذري(root command) ، يجب أن تضيفه يدويًا في استخدام الأمر الفعلي. -"##), - ("num-arr-help", r##"على سبيل المثال: +"##, + ), + ( + "num-arr-help", + r##"على سبيل المثال:  ```sh set test.json -k hello --na -1 --na -45 --na 14 @@ -985,8 +1183,11 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap {  14 ] ``` -"##), - ("inline-table-help", r##"إذا كنت غير متأكد مما إذا كان يجب عليك استخدام الجدول القياسي أو الجدول المضمن ، فاستخدم الجدول المضمن! +"##, + ), + ( + "inline-table-help", + r##"إذا كنت غير متأكد مما إذا كان يجب عليك استخدام الجدول القياسي أو الجدول المضمن ، فاستخدم الجدول المضمن!  على سبيل المثال:  @@ -1006,9 +1207,15 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap {  "codename": "rawhide",  "os": "fedora" } -```"##), - ("key", r##"استخدام المفتاح (key) للاستعلام عن القيمة(value)."##), - ("f64-arr-help", r##"على سبيل المثال: +```"##, + ), + ( + "key", + r##"استخدام المفتاح (key) للاستعلام عن القيمة(value)."##, + ), + ( + "f64-arr-help", + r##"على سبيل المثال:  ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf @@ -1033,9 +1240,15 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap {  null,  null ] -```"##), - ("none", r##"حذف مفتاح محدد"##), - ("set-save-to-help", r##"يشبه تقريبًا `-t` في الأمر الفرعي `conv`، لكن الفرق الرئيسي هو أن `-t` في `conv` يمكن استخدامه متعدد مرات متتالية لتحويل إلى صيغ/ملفات متعددة. +```"##, + ), + ( + "none", + r##"حذف مفتاح محدد"##, + ), + ( + "set-save-to-help", + r##"يشبه تقريبًا `-t` في الأمر الفرعي `conv`، لكن الفرق الرئيسي هو أن `-t` في `conv` يمكن استخدامه متعدد مرات متتالية لتحويل إلى صيغ/ملفات متعددة. و `-t` في أمر الفرعي `set` يمكن استخدامه مرة واحدة فقط وستكون النتيجة في ملف واحد.  > ملاحظة: عند تشغيل الأمر الفرعي `conv` ، لا يتم الاحتفاظ بالتعليقات في أي من صيغ الملفات. @@ -1046,17 +1259,38 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap { - بشرط أن الملف المصدر والملف الذي يشير إليه `-t` لا يتطابقان ، سيتم تطبيق سلوك `-t` في أمر الفرعي `set` على نحو متسق مع `-t` في أمر الفرعي `conv`. ويتضمن هذا تغيير اسم الملفات التي ليست من نوعها تلقائيًا.  - على سبيل المثال، إذا كان الملف المصدر هو **test.yml** والملف المستهدف هو **json** ، فسيتم إنشاء ملف باسم **test.json** وليس باسم **json**.  - إذا لم يتم الحاجة إلى هذه الخاصية ، يرجى استخدام التعبيرات **./json** أو **$PWD/json** بدلاً من اسم الملف. -"##), - ("preview", r##"عرض ملف كامل قبل تطبيق التغييرات"##), - ("set-key", r##"تحديد المفتاح المحدد، واستخدام "." كفاصل"##), - ("get-opts", r##"يسترد قيمة الإعداد المحددة."##), - ("saot", r##"جدول يحتوي على زوج key-value واحد فقط (الاستخدام: `--saot k1 v1 --saot k2 v2 ...`)"##), - ("key-help", r##"يتم استخدام تنسيق "a.b.c" للبحث عن القيمة، حيث يتم فصل أسماء الجداول الفرعية أو مؤشرات المصفوفة باستخدام ".". +"##, + ), + ( + "preview", + r##"عرض ملف كامل قبل تطبيق التغييرات"##, + ), + ( + "set-key", + r##"تحديد المفتاح المحدد، واستخدام "." كفاصل"##, + ), + ( + "get-opts", + r##"يسترد قيمة الإعداد المحددة."##, + ), + ( + "saot", + r##"جدول يحتوي على زوج key-value واحد فقط (الاستخدام: `--saot k1 v1 --saot k2 v2 ...`)"##, + ), + ( + "key-help", + r##"يتم استخدام تنسيق "a.b.c" للبحث عن القيمة، حيث يتم فصل أسماء الجداول الفرعية أو مؤشرات المصفوفة باستخدام ".". عندما يكون هناك "." واحد فقط ، سيتم عرض جميع الجداول.  -"##), - ("set-opts", r##"يتيح إنشاء / تحديث / حذف هيكل الملفات التهيئة."##), - ("bool-arr-help", r##"على سبيل المثال: +"##, + ), + ( + "set-opts", + r##"يتيح إنشاء / تحديث / حذف هيكل الملفات التهيئة."##, + ), + ( + "bool-arr-help", + r##"على سبيل المثال:  ```sh set test.ron -k hello --ba true --ba false --ba true @@ -1069,11 +1303,23 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"مصفوفة من القيم البولية"##), - ("table", r##"جدول قياسي (standard table)، يستخدم لتخزين عدة أزواج من القيم key-value"##), - ("datetime", r##"نوع البيانات التاريخ والوقت"##), - ("table-help", r##"على سبيل المثال: +```"##, + ), + ( + "bool-arr", + r##"مصفوفة من القيم البولية"##, + ), + ( + "table", + r##"جدول قياسي (standard table)، يستخدم لتخزين عدة أزواج من القيم key-value"##, + ), + ( + "datetime", + r##"نوع البيانات التاريخ والوقت"##, + ), + ( + "table-help", + r##"على سبيل المثال:  ```sh set test.toml -k mount.1.test --map name sd --map os android @@ -1097,10 +1343,16 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"مصفوفة من الأرقام العشرية المزدوجة الدقة"##), - ("string", r##"سلسلة"##), - ("array-help", r##"يتم تعيين عناصر المصفوفة عن طريق استدعاء `-a` مرات متعددة. +```"##, + ), + ( + "f64-arr", + r##"مصفوفة من الأرقام العشرية المزدوجة الدقة"##, + ), + ("string", r##"سلسلة"##), + ( + "array-help", + r##"يتم تعيين عناصر المصفوفة عن طريق استدعاء `-a` مرات متعددة. على سبيل المثال:  ```sh @@ -1113,12 +1365,22 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap { [test] array = ["hello", "wonderful", "world"] ``` -"##), - ("aot", r##"مصفوفة جداول (الاستخدام: `--aot 'k1 ، v1 ، k2 ، v2' --aot 'k1، v1'`)"##), - ("inline-table", r##"جدول مضمن ، مماثل للجدول القياسي ولكنه أكثر كفاءة في التخزين"##), - ("concat-key", r##"إدخال مفاتيح متعددة وترك GPT-3 تجميعها بشكل صحيح"##), - ], -} +"##, + ), + ( + "aot", + r##"مصفوفة جداول (الاستخدام: `--aot 'k1 ، v1 ، k2 ، v2' --aot 'k1، v1'`)"##, + ), + ( + "inline-table", + r##"جدول مضمن ، مماثل للجدول القياسي ولكنه أكثر كفاءة في التخزين"##, + ), + ( + "concat-key", + r##"إدخال مفاتيح متعددة وترك GPT-3 تجميعها بشكل صحيح"##, + ), + ], + } } /// Language ID: ar; @@ -1134,14 +1396,13 @@ pub(super) const fn get_ar_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_ar_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"يشير هذا السطر في الكود إلى خطأ الإخراج (stderr) ويوضح الفرق بين استخدام `>` و`2>` عند توجيه الإخراج إلى ملف. يفضل استخدام `>` لتضمين كلا من الإخراج القياسي والإخراج غير القياسي (stderr)."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"يشير هذا السطر في الكود إلى خطأ الإخراج (stderr) ويوضح الفرق بين استخدام `>` و`2>` عند توجيه الإخراج إلى ملف. يفضل استخدام `>` لتضمين كلا من الإخراج القياسي والإخراج غير القياسي (stderr)."##, + )], + } } /// Language ID: ar; @@ -1157,36 +1418,29 @@ pub(super) const fn get_ar_map_parser() -> L10nMap { /// ``` pub(super) const fn get_ar_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"اسم السمة غير صالح"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"اسم السمة غير صالح"##)], + } } /// ar: العربية, العربية, مصر pub(super) const fn get_ar_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_ar_map_args), - ("conv_md", get_ar_map_conv_md), - ("parser", get_ar_map_parser), - ("opt_md", get_ar_map_opt_md), - ("args_md", get_ar_map_args_md), - ("opt", get_ar_map_opt), - ("log-core", get_ar_map_log_core), - ("conv", get_ar_map_conv), - ("theme", get_ar_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_ar_map_args), + ("conv_md", get_ar_map_conv_md), + ("parser", get_ar_map_parser), + ("opt_md", get_ar_map_opt_md), + ("args_md", get_ar_map_args_md), + ("opt", get_ar_map_opt), + ("log-core", get_ar_map_log_core), + ("conv", get_ar_map_conv), + ("theme", get_ar_map_theme), + ], + } } /// Language ID: az; @@ -1202,20 +1456,17 @@ pub(super) const fn get_ar_map() -> SubLocaleMap { /// ``` pub(super) const fn get_az_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"xəbərdarlıq"##), - ("info", r##"Məlumat"##), - ("error", r##"səhv"##), - ("trace", r##"iz"##), - ("init-logger", r##"Çıxışçılığı başlatmaq ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"xəbərdarlıq"##), + ("info", r##"Məlumat"##), + ("error", r##"səhv"##), + ("trace", r##"iz"##), + ("init-logger", r##"Çıxışçılığı başlatmaq ..."##), + ], + } } /// Language ID: az; @@ -1231,28 +1482,22 @@ pub(super) const fn get_az_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_az_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Yanlış mövzu adı"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Yanlış mövzu adı"##)], + } } /// az: azərbaycan, latın, Azərbaycan pub(super) const fn get_az_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_az_map_log_core), - ("theme", get_az_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_az_map_log_core), + ("theme", get_az_map_theme), + ], + } } /// Language ID: be; @@ -1268,20 +1513,17 @@ pub(super) const fn get_az_map() -> SubLocaleMap { /// ``` pub(super) const fn get_be_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"адладка"##), - ("warn", r##"папярэджвайце"##), - ("info", r##"Інфармацыя"##), - ("error", r##"Памылка"##), - ("trace", r##"след"##), - ("init-logger", r##"Ініцыялізацыя рэгістратара ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"адладка"##), + ("warn", r##"папярэджвайце"##), + ("info", r##"Інфармацыя"##), + ("error", r##"Памылка"##), + ("trace", r##"след"##), + ("init-logger", r##"Ініцыялізацыя рэгістратара ..."##), + ], + } } /// Language ID: be; @@ -1297,28 +1539,22 @@ pub(super) const fn get_be_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_be_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Несапраўдная назва тэмы"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Несапраўдная назва тэмы"##)], + } } /// be: беларуская, кірыліца, Беларусь pub(super) const fn get_be_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_be_map_log_core), - ("theme", get_be_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_be_map_log_core), + ("theme", get_be_map_theme), + ], + } } /// Language ID: bg; @@ -1334,20 +1570,17 @@ pub(super) const fn get_be_map() -> SubLocaleMap { /// ``` pub(super) const fn get_bg_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"отстраняване на грешки"##), - ("warn", r##"Предупреждение"##), - ("info", r##"информация"##), - ("error", r##"Грешка"##), - ("trace", r##"следа"##), - ("init-logger", r##"Инициализиране на дърводобив ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"отстраняване на грешки"##), + ("warn", r##"Предупреждение"##), + ("info", r##"информация"##), + ("error", r##"Грешка"##), + ("trace", r##"следа"##), + ("init-logger", r##"Инициализиране на дърводобив ..."##), + ], + } } /// Language ID: bg; @@ -1363,28 +1596,22 @@ pub(super) const fn get_bg_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_bg_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Невалидно име на тема"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Невалидно име на тема"##)], + } } /// bg: български, кирилица, България pub(super) const fn get_bg_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_bg_map_log_core), - ("theme", get_bg_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_bg_map_log_core), + ("theme", get_bg_map_theme), + ], + } } /// Language ID: bn; @@ -1400,20 +1627,17 @@ pub(super) const fn get_bg_map() -> SubLocaleMap { /// ``` pub(super) const fn get_bn_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ডিবাগ"##), - ("warn", r##"সতর্কতা"##), - ("info", r##"তথ্য"##), - ("error", r##"ত্রুটি"##), - ("trace", r##"ট্রেস"##), - ("init-logger", r##"লগার আরম্ভ করা হচ্ছে..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ডিবাগ"##), + ("warn", r##"সতর্কতা"##), + ("info", r##"তথ্য"##), + ("error", r##"ত্রুটি"##), + ("trace", r##"ট্রেস"##), + ("init-logger", r##"লগার আরম্ভ করা হচ্ছে..."##), + ], + } } /// Language ID: bn; @@ -1429,14 +1653,10 @@ pub(super) const fn get_bn_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_bn_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"অবৈধ থিমের নাম"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"অবৈধ থিমের নাম"##)], + } } /// Language ID: bn; @@ -1452,32 +1672,54 @@ pub(super) const fn get_bn_map_theme() -> L10nMap { /// ``` pub(super) const fn get_bn_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"আপনি অবশ্যই থিম নাম উল্লেখ করতে `--theme` দিতে হবেন, স্বয়ংক্রিয়ভাবে এটি লোড হয় না।"##), - ("shell-completion", r##"শেলের জন্য পূর্ণাঙ্গ সম্পূর্ণতা স্ক্রিপ্ট তৈরি করুন"##), - ("theme-file-help", r##"এটি সমর্থিত ফাইল ফরম্যাট rust crate `syntect` দ্বারা স্থাপিত করা হয়েছে। + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"আপনি অবশ্যই থিম নাম উল্লেখ করতে `--theme` দিতে হবেন, স্বয়ংক্রিয়ভাবে এটি লোড হয় না।"##, + ), + ( + "shell-completion", + r##"শেলের জন্য পূর্ণাঙ্গ সম্পূর্ণতা স্ক্রিপ্ট তৈরি করুন"##, + ), + ( + "theme-file-help", + r##"এটি সমর্থিত ফাইল ফরম্যাট rust crate `syntect` দ্বারা স্থাপিত করা হয়েছে। মূলতঃ এগুলি পুরানো সাবলাইম থিমের মতো। -`--tf` উল্লেখ না করলে, `$TOMLYRE_THEME_FILE` এনভায়রনমেন্ট ভেরিয়েবলের মান পড়া হবে।"##), - ("from-format", r##"সোর্স ফাইল ফরম্যাট ম্যানুয়ালি নির্দিষ্ট করুন (ডিফল্টভাবে সমানুপাতিকভাবে পরীক্ষা করা হয়)"##), - ("disable-theme-background", r##"থিম ব্যাকগ্রাউন্ড নিষ্ক্রিয় করুন (ডিফল্ট সক্ষম হয়ে থাকে, `--dis-theme-bg` ইউজ করে অক্ষম করুন)"##), - ("theme-uncompressed-file-help", r##"> আনকম্প্রেসড ভার্সন কম্প্রেসড ভার্সনের চেয়ে উচ্চ প্রাথমিকতা দেয়। - -`--tuf` উল্লেখ না করলে, `$TOMLYRE_THEME_UNCOMPRESSED_FILE` এনভায়রনমেন্ট ভেরিয়েবলের মান পড়া হবে।"##), - ("disable-theme-background-help", r##"`--dis-theme-bg` উল্লেখ না করলে, `$TOMLYRE_THEME_BG` এনভায়রনমেন্ট ভেরিয়েবলের মান পড়া হবে। +`--tf` উল্লেখ না করলে, `$TOMLYRE_THEME_FILE` এনভায়রনমেন্ট ভেরিয়েবলের মান পড়া হবে।"##, + ), + ( + "from-format", + r##"সোর্স ফাইল ফরম্যাট ম্যানুয়ালি নির্দিষ্ট করুন (ডিফল্টভাবে সমানুপাতিকভাবে পরীক্ষা করা হয়)"##, + ), + ( + "disable-theme-background", + r##"থিম ব্যাকগ্রাউন্ড নিষ্ক্রিয় করুন (ডিফল্ট সক্ষম হয়ে থাকে, `--dis-theme-bg` ইউজ করে অক্ষম করুন)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> আনকম্প্রেসড ভার্সন কম্প্রেসড ভার্সনের চেয়ে উচ্চ প্রাথমিকতা দেয়। + +`--tuf` উল্লেখ না করলে, `$TOMLYRE_THEME_UNCOMPRESSED_FILE` এনভায়রনমেন্ট ভেরিয়েবলের মান পড়া হবে।"##, + ), + ( + "disable-theme-background-help", + r##"`--dis-theme-bg` উল্লেখ না করলে, `$TOMLYRE_THEME_BG` এনভায়রনমেন্ট ভেরিয়েবলের মান পড়া হবে। যদি মান false হয়, তবে থিম ব্যাকগ্রাউন্ড নিষ্ক্রিয় হবে। ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"theme-file এর মতোই, তবে অবশ্যই অকম্প্রেসড ডাম্প ডেটা (ফাইল) ব্যবহার করতে হবে"##), - ("shell-completion-help", r##"আপনাকে স্ক্রিপ্ট তৈরি করতে শেলের নাম নির্দিষ্ট করতে হবে। +```"##, + ), + ( + "theme-uncompressed-file", + r##"theme-file এর মতোই, তবে অবশ্যই অকম্প্রেসড ডাম্প ডেটা (ফাইল) ব্যবহার করতে হবে"##, + ), + ( + "shell-completion-help", + r##"আপনাকে স্ক্রিপ্ট তৈরি করতে শেলের নাম নির্দিষ্ট করতে হবে। উদাহরণঃ উইন্ডোজের জন্য powershell এর জন্য, আপনি ব্যবহার করতে পারেন : ```pwsh @@ -1501,20 +1743,29 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"ডেটা stdin থেকে পড়া হয়, যেমন: `cat a | tomlyre conv -`, এটি প্রথমে ফাইল ফরম্যাট অটোমেটিকভাবে চেষ্টা করবে। +```"##, + ), + ( + "from-format-help", + r##"ডেটা stdin থেকে পড়া হয়, যেমন: `cat a | tomlyre conv -`, এটি প্রথমে ফাইল ফরম্যাট অটোমেটিকভাবে চেষ্টা করবে। তবে, অটোমেটিকভাবে চেষ্টা করার সময় সফলতা অসম্ভব হলে, ম্যানুয়ালি ফরম্যাট নির্দিষ্ট করা দরকার হতে পারে। -উদাহরণ: `cat test.bson | tomlyre --src-fmt bson get -` "##), - ("table-style-help", r##"কেবলমাত্র `--ts` প্যারামিটার ব্যবহার করে আপনি উন্নয়নকৃত স্টাইল সেটের তালিকা জানতে পারেন। +উদাহরণ: `cat test.bson | tomlyre --src-fmt bson get -` "##, + ), + ( + "table-style-help", + r##"কেবলমাত্র `--ts` প্যারামিটার ব্যবহার করে আপনি উন্নয়নকৃত স্টাইল সেটের তালিকা জানতে পারেন। md এর ছাড়াও, অন্যান্য স্টাইলের জন্য পূর্ণ নাম ব্যবহার করতে হবে। উদাহরণ 1: `--ts md` উদাহরণ 2: `--table-style ascii` -লক্ষ্য করুন: **টেবিল স্টাইল** সেটের কালেকশন ফাইল থেকে পড়া সমর্থিত নয়, আপনি যদি এই বৈশিষ্ট্য ব্যবহার করতে চান বা অন্যান্য বৈশিষ্ট্যের জন্য যে কোনও পরামর্শ দিতে চান তবে সমস্যা রিপোর্ট করতে আপনার স্বাগতম।"##), - ("table-style", r##"টেবিল স্টাইল নির্দিষ্ট করুন"##), - ("theme-help", r##"শুধুমাত্র `-t` প্যারামিটার ব্যবহার করা হলে, বর্তমান থিম এর তালিকা দেখানো হবে। +লক্ষ্য করুন: **টেবিল স্টাইল** সেটের কালেকশন ফাইল থেকে পড়া সমর্থিত নয়, আপনি যদি এই বৈশিষ্ট্য ব্যবহার করতে চান বা অন্যান্য বৈশিষ্ট্যের জন্য যে কোনও পরামর্শ দিতে চান তবে সমস্যা রিপোর্ট করতে আপনার স্বাগতম।"##, + ), + ("table-style", r##"টেবিল স্টাইল নির্দিষ্ট করুন"##), + ( + "theme-help", + r##"শুধুমাত্র `-t` প্যারামিটার ব্যবহার করা হলে, বর্তমান থিম এর তালিকা দেখানো হবে। যদি থিম ফাইল উল্লেখ করা না হয়, তখন প্রস্তুতিভুক্ত থিম সেট ব্যবহৃত হবে। যেমন যদি একটি থিম `ayu-dark` উপস্থিত হয়, তবে আপনি `-t ayu-dark` ব্যবহার করে সেটি ব্যবহার করতে পারেন। থিম নামে যদি স্পেস থাকে, তবে এটি ডাবল কোটেশন অথবা সিঙ্গেল কোটেশন দিয়ে আবদ্ধ করুন। @@ -1540,10 +1791,11 @@ tomlyre -t "Monokai Extended" get test.toml ``` "conv/get/set" এবং সম্পর্কিত অপারেশন সম্পাদনা করার জন্য ম্যানুয়ালি উত্তরগুলি, `-t` দ্রষ্টব্যতার করা থিমের প্রাথমিকতা > এনভায়রনমেন্ট ভেরিয়েবল। -যদি `-t` কল করা না হয় তবে এনভায়রনমেন্ট ভেরিয়েবল পড়া হবে; যদি এনভায়রনমেন্ট ভেরিয়েবল ফাঁকা হয়, তবে **Monokai Extended** ব্যবহৃত হবে।"##), - ("theme", r##"সিনট্যাক্স হাইলাইট এর প্রধান থিম নাম"##), - ], -} +যদি `-t` কল করা না হয় তবে এনভায়রনমেন্ট ভেরিয়েবল পড়া হবে; যদি এনভায়রনমেন্ট ভেরিয়েবল ফাঁকা হয়, তবে **Monokai Extended** ব্যবহৃত হবে।"##, + ), + ("theme", r##"সিনট্যাক্স হাইলাইট এর প্রধান থিম নাম"##), + ], + } } /// Language ID: bn; @@ -1551,32 +1803,54 @@ tomlyre -t "Monokai Extended" get test.toml /// Description: বাংলা, বাংলা, বাংলাদেশ; pub(super) const fn get_bn_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"আপনি অবশ্যই থিম নাম উল্লেখ করতে `--theme` দিতে হবেন, স্বয়ংক্রিয়ভাবে এটি লোড হয় না।"##), - ("shell-completion", r##"শেলের জন্য পূর্ণাঙ্গ সম্পূর্ণতা স্ক্রিপ্ট তৈরি করুন"##), - ("theme-file-help", r##"এটি সমর্থিত ফাইল ফরম্যাট rust crate `syntect` দ্বারা স্থাপিত করা হয়েছে।  + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"আপনি অবশ্যই থিম নাম উল্লেখ করতে `--theme` দিতে হবেন, স্বয়ংক্রিয়ভাবে এটি লোড হয় না।"##, + ), + ( + "shell-completion", + r##"শেলের জন্য পূর্ণাঙ্গ সম্পূর্ণতা স্ক্রিপ্ট তৈরি করুন"##, + ), + ( + "theme-file-help", + r##"এটি সমর্থিত ফাইল ফরম্যাট rust crate `syntect` দ্বারা স্থাপিত করা হয়েছে।  মূলতঃ এগুলি পুরানো সাবলাইম থিমের মতো। -`--tf` উল্লেখ না করলে, `$TOMLYRE_THEME_FILE` এনভায়রনমেন্ট ভেরিয়েবলের মান পড়া হবে।"##), - ("from-format", r##"সোর্স ফাইল ফরম্যাট ম্যানুয়ালি নির্দিষ্ট করুন (ডিফল্টভাবে সমানুপাতিকভাবে পরীক্ষা করা হয়)"##), - ("disable-theme-background", r##"থিম ব্যাকগ্রাউন্ড নিষ্ক্রিয় করুন (ডিফল্ট সক্ষম হয়ে থাকে, `--dis-theme-bg` ইউজ করে অক্ষম করুন)"##), - ("theme-uncompressed-file-help", r##"> আনকম্প্রেসড ভার্সন কম্প্রেসড ভার্সনের চেয়ে উচ্চ প্রাথমিকতা দেয়।  - -`--tuf` উল্লেখ না করলে, `$TOMLYRE_THEME_UNCOMPRESSED_FILE` এনভায়রনমেন্ট ভেরিয়েবলের মান পড়া হবে।"##), - ("disable-theme-background-help", r##"`--dis-theme-bg` উল্লেখ না করলে, `$TOMLYRE_THEME_BG` এনভায়রনমেন্ট ভেরিয়েবলের মান পড়া হবে। +`--tf` উল্লেখ না করলে, `$TOMLYRE_THEME_FILE` এনভায়রনমেন্ট ভেরিয়েবলের মান পড়া হবে।"##, + ), + ( + "from-format", + r##"সোর্স ফাইল ফরম্যাট ম্যানুয়ালি নির্দিষ্ট করুন (ডিফল্টভাবে সমানুপাতিকভাবে পরীক্ষা করা হয়)"##, + ), + ( + "disable-theme-background", + r##"থিম ব্যাকগ্রাউন্ড নিষ্ক্রিয় করুন (ডিফল্ট সক্ষম হয়ে থাকে, `--dis-theme-bg` ইউজ করে অক্ষম করুন)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> আনকম্প্রেসড ভার্সন কম্প্রেসড ভার্সনের চেয়ে উচ্চ প্রাথমিকতা দেয়।  + +`--tuf` উল্লেখ না করলে, `$TOMLYRE_THEME_UNCOMPRESSED_FILE` এনভায়রনমেন্ট ভেরিয়েবলের মান পড়া হবে।"##, + ), + ( + "disable-theme-background-help", + r##"`--dis-theme-bg` উল্লেখ না করলে, `$TOMLYRE_THEME_BG` এনভায়রনমেন্ট ভেরিয়েবলের মান পড়া হবে।  যদি মান false হয়, তবে থিম ব্যাকগ্রাউন্ড নিষ্ক্রিয় হবে।  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"theme-file এর মতোই, তবে অবশ্যই অকম্প্রেসড ডাম্প ডেটা (ফাইল) ব্যবহার করতে হবে"##), - ("shell-completion-help", r##"আপনাকে স্ক্রিপ্ট তৈরি করতে শেলের নাম নির্দিষ্ট করতে হবে। +```"##, + ), + ( + "theme-uncompressed-file", + r##"theme-file এর মতোই, তবে অবশ্যই অকম্প্রেসড ডাম্প ডেটা (ফাইল) ব্যবহার করতে হবে"##, + ), + ( + "shell-completion-help", + r##"আপনাকে স্ক্রিপ্ট তৈরি করতে শেলের নাম নির্দিষ্ট করতে হবে। উদাহরণঃ উইন্ডোজের জন্য powershell এর জন্য, আপনি ব্যবহার করতে পারেন :  ```pwsh @@ -1600,20 +1874,32 @@ pub(super) const fn get_bn_map_args_md() -> L10nMap {  ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"ডেটা stdin থেকে পড়া হয়, যেমন: `cat a | tomlyre conv -`, এটি প্রথমে ফাইল ফরম্যাট অটোমেটিকভাবে চেষ্টা করবে। +```"##, + ), + ( + "from-format-help", + r##"ডেটা stdin থেকে পড়া হয়, যেমন: `cat a | tomlyre conv -`, এটি প্রথমে ফাইল ফরম্যাট অটোমেটিকভাবে চেষ্টা করবে। তবে, অটোমেটিকভাবে চেষ্টা করার সময় সফলতা অসম্ভব হলে, ম্যানুয়ালি ফরম্যাট নির্দিষ্ট করা দরকার হতে পারে।  -উদাহরণ: `cat test.bson | tomlyre --src-fmt bson get -` "##), - ("table-style-help", r##"কেবলমাত্র `--ts` প্যারামিটার ব্যবহার করে আপনি উন্নয়নকৃত স্টাইল সেটের তালিকা জানতে পারেন। +উদাহরণ: `cat test.bson | tomlyre --src-fmt bson get -` "##, + ), + ( + "table-style-help", + r##"কেবলমাত্র `--ts` প্যারামিটার ব্যবহার করে আপনি উন্নয়নকৃত স্টাইল সেটের তালিকা জানতে পারেন। md এর ছাড়াও, অন্যান্য স্টাইলের জন্য পূর্ণ নাম ব্যবহার করতে হবে।  উদাহরণ 1: `--ts md` উদাহরণ 2: `--table-style ascii`  -লক্ষ্য করুন: **টেবিল স্টাইল** সেটের কালেকশন ফাইল থেকে পড়া সমর্থিত নয়, আপনি যদি এই বৈশিষ্ট্য ব্যবহার করতে চান বা অন্যান্য বৈশিষ্ট্যের জন্য যে কোনও পরামর্শ দিতে চান তবে সমস্যা রিপোর্ট করতে আপনার স্বাগতম।"##), - ("table-style", r##"টেবিল স্টাইল নির্দিষ্ট করুন"##), - ("theme-help", r##"শুধুমাত্র `-t` প্যারামিটার ব্যবহার করা হলে, বর্তমান থিম এর তালিকা দেখানো হবে। +লক্ষ্য করুন: **টেবিল স্টাইল** সেটের কালেকশন ফাইল থেকে পড়া সমর্থিত নয়, আপনি যদি এই বৈশিষ্ট্য ব্যবহার করতে চান বা অন্যান্য বৈশিষ্ট্যের জন্য যে কোনও পরামর্শ দিতে চান তবে সমস্যা রিপোর্ট করতে আপনার স্বাগতম।"##, + ), + ( + "table-style", + r##"টেবিল স্টাইল নির্দিষ্ট করুন"##, + ), + ( + "theme-help", + r##"শুধুমাত্র `-t` প্যারামিটার ব্যবহার করা হলে, বর্তমান থিম এর তালিকা দেখানো হবে। যদি থিম ফাইল উল্লেখ করা না হয়, তখন প্রস্তুতিভুক্ত থিম সেট ব্যবহৃত হবে। যেমন যদি একটি থিম `ayu-dark` উপস্থিত হয়, তবে আপনি `-t ayu-dark` ব্যবহার করে সেটি ব্যবহার করতে পারেন। থিম নামে যদি স্পেস থাকে, তবে এটি ডাবল কোটেশন অথবা সিঙ্গেল কোটেশন দিয়ে আবদ্ধ করুন। @@ -1639,10 +1925,14 @@ pub(super) const fn get_bn_map_args_md() -> L10nMap { ```  "conv/get/set" এবং সম্পর্কিত অপারেশন সম্পাদনা করার জন্য ম্যানুয়ালি উত্তরগুলি, `-t` দ্রষ্টব্যতার করা থিমের প্রাথমিকতা > এনভায়রনমেন্ট ভেরিয়েবল।  -যদি `-t` কল করা না হয় তবে এনভায়রনমেন্ট ভেরিয়েবল পড়া হবে; যদি এনভায়রনমেন্ট ভেরিয়েবল ফাঁকা হয়, তবে **Monokai Extended** ব্যবহৃত হবে।"##), - ("theme", r##"সিনট্যাক্স হাইলাইট এর প্রধান থিম নাম"##), - ], -} +যদি `-t` কল করা না হয় তবে এনভায়রনমেন্ট ভেরিয়েবল পড়া হবে; যদি এনভায়রনমেন্ট ভেরিয়েবল ফাঁকা হয়, তবে **Monokai Extended** ব্যবহৃত হবে।"##, + ), + ( + "theme", + r##"সিনট্যাক্স হাইলাইট এর প্রধান থিম নাম"##, + ), + ], + } } /// Language ID: bn; @@ -1658,16 +1948,25 @@ pub(super) const fn get_bn_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_bn_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"tomlএবং yaml, json এবং ron ফরম্যাটে রুপান্তর করা হয়"##), - ("from", r##"ইনপুট ফাইল নির্দিষ্ট করুন"##), - ("conv-to", r##"আউটপুট ফরম্যাট / ফাইল নির্দিষ্ট করুন, এটি একাধিকবার কল করা সমর্থিত"##), - ("save", r##"`--save` কল করলে, `--to` দেওয়া ফাইলটি সংরক্ষিত হবে"##), - ("conv-to-help", r##"যদি বর্তমান ডিরেক্টরিতে **test.json** ফাইল থাকে তবে আপনি `conv test.json -t yml` কল করে এটি একটি yml (yaml) ফরম্যাটে রুপান্তর করতে পারেন, + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"tomlএবং yaml, json এবং ron ফরম্যাটে রুপান্তর করা হয়"##, + ), + ("from", r##"ইনপুট ফাইল নির্দিষ্ট করুন"##), + ( + "conv-to", + r##"আউটপুট ফরম্যাট / ফাইল নির্দিষ্ট করুন, এটি একাধিকবার কল করা সমর্থিত"##, + ), + ( + "save", + r##"`--save` কল করলে, `--to` দেওয়া ফাইলটি সংরক্ষিত হবে"##, + ), + ( + "conv-to-help", + r##"যদি বর্তমান ডিরেক্টরিতে **test.json** ফাইল থাকে তবে আপনি `conv test.json -t yml` কল করে এটি একটি yml (yaml) ফরম্যাটে রুপান্তর করতে পারেন, আপনি ম্যানুয়ালি ফাইল পথ নির্দিষ্ট করতে পারেন: `conv test.json -t /tmp/test.yml` এটি সকল বৈশিষ্ট্য সক্ষম হলে সমর্থিত ফর্ম্যাটের উপর নির্ভর করে এবং সমস্ত বৈশিষ্ট্য ডিফল্ট ভাবে সক্রিয় নয়। @@ -1682,9 +1981,10 @@ pub(super) const fn get_bn_map_conv() -> L10nMap { যদি আপনি এই বৈশিষ্ট্যটি ব্যবহার করতে না চান, তবে পূর্ণ ফাইল পথটি ব্যবহার করুন, উদাহরণস্বরূপ `-t /tmp/xx.toml`, বর্তমানে `-t /tmp/` হওয়া উচিত নয়। - 2. যখন `--save` কল করা না হয় তখন নির্দিষ্ট ফাইলটি স্বয়ংক্রিয়ভাবে সংরক্ষিত হবে না। - 3. `--save` কল করার সময়, conv উপ-কমান্ডের ইনপুট এবং আউটপুট একই ফাইল নিষ্ক্রিয় করা যাবে না। -- 4. রুপান্তরিত ফাইলে মন্তব্য সংরক্ষিত থাকবে না।"##), - ], -} +- 4. রুপান্তরিত ফাইলে মন্তব্য সংরক্ষিত থাকবে না।"##, + ), + ], + } } /// Language ID: bn; @@ -1692,16 +1992,28 @@ pub(super) const fn get_bn_map_conv() -> L10nMap { /// Description: বাংলা, বাংলা, বাংলাদেশ; pub(super) const fn get_bn_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"tomlএবং yaml, json এবং ron ফরম্যাটে রুপান্তর করা হয়"##), - ("from", r##"ইনপুট ফাইল নির্দিষ্ট করুন"##), - ("conv-to", r##"আউটপুট ফরম্যাট / ফাইল নির্দিষ্ট করুন, এটি একাধিকবার কল করা সমর্থিত"##), - ("save", r##"`--save` কল করলে, `--to` দেওয়া ফাইলটি সংরক্ষিত হবে"##), - ("conv-to-help", r##"যদি বর্তমান ডিরেক্টরিতে **test.json** ফাইল থাকে তবে আপনি `conv test.json -t yml` কল করে এটি একটি yml (yaml) ফরম্যাটে রুপান্তর করতে পারেন, + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"tomlএবং yaml, json এবং ron ফরম্যাটে রুপান্তর করা হয়"##, + ), + ( + "from", + r##"ইনপুট ফাইল নির্দিষ্ট করুন"##, + ), + ( + "conv-to", + r##"আউটপুট ফরম্যাট / ফাইল নির্দিষ্ট করুন, এটি একাধিকবার কল করা সমর্থিত"##, + ), + ( + "save", + r##"`--save` কল করলে, `--to` দেওয়া ফাইলটি সংরক্ষিত হবে"##, + ), + ( + "conv-to-help", + r##"যদি বর্তমান ডিরেক্টরিতে **test.json** ফাইল থাকে তবে আপনি `conv test.json -t yml` কল করে এটি একটি yml (yaml) ফরম্যাটে রুপান্তর করতে পারেন, আপনি ম্যানুয়ালি ফাইল পথ নির্দিষ্ট করতে পারেন: `conv test.json -t /tmp/test.yml`  এটি সকল বৈশিষ্ট্য সক্ষম হলে সমর্থিত ফর্ম্যাটের উপর নির্ভর করে এবং সমস্ত বৈশিষ্ট্য ডিফল্ট ভাবে সক্রিয় নয়। @@ -1716,9 +2028,10 @@ pub(super) const fn get_bn_map_conv_md() -> L10nMap {  যদি আপনি এই বৈশিষ্ট্যটি ব্যবহার করতে না চান, তবে পূর্ণ ফাইল পথটি ব্যবহার করুন, উদাহরণস্বরূপ `-t /tmp/xx.toml`, বর্তমানে `-t /tmp/` হওয়া উচিত নয়। - 2. যখন `--save` কল করা না হয় তখন নির্দিষ্ট ফাইলটি স্বয়ংক্রিয়ভাবে সংরক্ষিত হবে না। - 3. `--save` কল করার সময়, conv উপ-কমান্ডের ইনপুট এবং আউটপুট একই ফাইল নিষ্ক্রিয় করা যাবে না। -- 4. রুপান্তরিত ফাইলে মন্তব্য সংরক্ষিত থাকবে না।"##), - ], -} +- 4. রুপান্তরিত ফাইলে মন্তব্য সংরক্ষিত থাকবে না।"##, + ), + ], + } } /// Language ID: bn; @@ -1734,34 +2047,30 @@ pub(super) const fn get_bn_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_bn_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"এখানে stderr আউটপুট দেওয়া হয়েছে, কমপ্লিশন স্ক্রিপ্ট আউটপুট পুনর্নির্দেশ করার জন্য আপনাকে `>/path/to/file` ব্যবহার করা উচিত এবং `2>/path/to/file` নয়।"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"এখানে stderr আউটপুট দেওয়া হয়েছে, কমপ্লিশন স্ক্রিপ্ট আউটপুট পুনর্নির্দেশ করার জন্য আপনাকে `>/path/to/file` ব্যবহার করা উচিত এবং `2>/path/to/file` নয়।"##, + )], + } } /// bn: বাংলা, বাংলা, বাংলাদেশ pub(super) const fn get_bn_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (3, 4), - (0, 0), - ], - entries: &[ - ("parser", get_bn_map_parser), - ("conv_md", get_bn_map_conv_md), - ("args", get_bn_map_args), - ("args_md", get_bn_map_args_md), - ("theme", get_bn_map_theme), - ("conv", get_bn_map_conv), - ("log-core", get_bn_map_log_core), - ], -} + key: 12913932095322966823, + disps: &[(3, 4), (0, 0)], + entries: &[ + ("parser", get_bn_map_parser), + ("conv_md", get_bn_map_conv_md), + ("args", get_bn_map_args), + ("args_md", get_bn_map_args_md), + ("theme", get_bn_map_theme), + ("conv", get_bn_map_conv), + ("log-core", get_bn_map_log_core), + ], + } } /// Language ID: bs; @@ -1777,20 +2086,17 @@ pub(super) const fn get_bn_map() -> SubLocaleMap { /// ``` pub(super) const fn get_bs_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Ispravljanje pogrešaka"##), - ("warn", r##"upozori"##), - ("info", r##"Info"##), - ("error", r##"greška"##), - ("trace", r##"trag"##), - ("init-logger", r##"Inicijaliziranje drvosječa ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Ispravljanje pogrešaka"##), + ("warn", r##"upozori"##), + ("info", r##"Info"##), + ("error", r##"greška"##), + ("trace", r##"trag"##), + ("init-logger", r##"Inicijaliziranje drvosječa ..."##), + ], + } } /// Language ID: bs; @@ -1806,28 +2112,22 @@ pub(super) const fn get_bs_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_bs_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nevažeće ime tema"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nevažeće ime tema"##)], + } } /// bs: bosanski, latinica, Bosna i Hercegovina pub(super) const fn get_bs_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_bs_map_log_core), - ("theme", get_bs_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_bs_map_log_core), + ("theme", get_bs_map_theme), + ], + } } /// Language ID: ca; @@ -1843,20 +2143,17 @@ pub(super) const fn get_bs_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ca_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"depuració"##), - ("warn", r##"adverteix"##), - ("info", r##"Info"##), - ("error", r##"Error"##), - ("trace", r##"TRACE"##), - ("init-logger", r##"Inicialització del registre ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"depuració"##), + ("warn", r##"adverteix"##), + ("info", r##"Info"##), + ("error", r##"Error"##), + ("trace", r##"TRACE"##), + ("init-logger", r##"Inicialització del registre ..."##), + ], + } } /// Language ID: ca; @@ -1872,28 +2169,22 @@ pub(super) const fn get_ca_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ca_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nom del tema no vàlid"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nom del tema no vàlid"##)], + } } /// ca: català, llatí, Espanya pub(super) const fn get_ca_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ca_map_log_core), - ("theme", get_ca_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ca_map_log_core), + ("theme", get_ca_map_theme), + ], + } } /// Language ID: ceb; @@ -1909,20 +2200,17 @@ pub(super) const fn get_ca_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ceb_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"Pasidaan"##), - ("info", r##"impormasyon"##), - ("error", r##"sayup"##), - ("trace", r##"pagsubay"##), - ("init-logger", r##"Pag-una sa logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"Pasidaan"##), + ("info", r##"impormasyon"##), + ("error", r##"sayup"##), + ("trace", r##"pagsubay"##), + ("init-logger", r##"Pag-una sa logger ..."##), + ], + } } /// Language ID: ceb; @@ -1938,28 +2226,22 @@ pub(super) const fn get_ceb_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ceb_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Dili husto nga ngalan sa tema"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Dili husto nga ngalan sa tema"##)], + } } /// ceb: Cebuano, Latin, Pilipinas pub(super) const fn get_ceb_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ceb_map_log_core), - ("theme", get_ceb_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ceb_map_log_core), + ("theme", get_ceb_map_theme), + ], + } } /// Language ID: co; @@ -1974,20 +2256,17 @@ pub(super) const fn get_ceb_map() -> SubLocaleMap { /// ``` pub(super) const fn get_co_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"avisa"##), - ("info", r##"info"##), - ("error", r##"errore"##), - ("trace", r##"traccia"##), - ("init-logger", r##"Inizializà Logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"avisa"##), + ("info", r##"info"##), + ("error", r##"errore"##), + ("trace", r##"traccia"##), + ("init-logger", r##"Inizializà Logger ..."##), + ], + } } /// Language ID: co; @@ -2002,28 +2281,22 @@ pub(super) const fn get_co_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_co_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"U nome di tema micca validu"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"U nome di tema micca validu"##)], + } } /// co: co-Latn-FR pub(super) const fn get_co_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_co_map_log_core), - ("theme", get_co_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_co_map_log_core), + ("theme", get_co_map_theme), + ], + } } /// Language ID: cs; @@ -2039,20 +2312,17 @@ pub(super) const fn get_co_map() -> SubLocaleMap { /// ``` pub(super) const fn get_cs_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"DEBUG"##), - ("warn", r##"VAROVÁNÍ"##), - ("info", r##"INFORMACE"##), - ("error", r##"CHYBA"##), - ("trace", r##"STOPA"##), - ("init-logger", r##"Inicializuji logger..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"DEBUG"##), + ("warn", r##"VAROVÁNÍ"##), + ("info", r##"INFORMACE"##), + ("error", r##"CHYBA"##), + ("trace", r##"STOPA"##), + ("init-logger", r##"Inicializuji logger..."##), + ], + } } /// Language ID: cs; @@ -2068,14 +2338,10 @@ pub(super) const fn get_cs_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_cs_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Neplatný název motivu"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Neplatný název motivu"##)], + } } /// Language ID: cs; @@ -2091,31 +2357,53 @@ pub(super) const fn get_cs_map_theme() -> L10nMap { /// ``` pub(super) const fn get_cs_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Vlastní soubor s tématy, spolu s parametrem `--theme`, který specifikuje název tématu"##), - ("shell-completion", r##"Vygenerování skriptu pro doplňování příkazů v shellu"##), - ("theme-file-help", r##"Podporovaný formát souboru jsou binární data dump ze starší verze Sublime Text. -Pokud nezadáte volbu `--tf`, program načte hodnotu z proměnné prostředí `$TOMLYRE_THEME_FILE`."##), - ("from-format", r##"Ruční specifikace formátu zdrojového souboru (výchozí je automatické rozpoznání)"##), - ("disable-theme-background", r##"Zakázat pozadí tématu (výchozí stav je povolený, přepínačem `--dis-theme-bg` ho můžete zakázat)"##), - ("theme-uncompressed-file-help", r##"> Nepoužívejte tuto volbu, pokud není nutné použít nekomprimovaná dump data. - -Pokud nezadáte volbu `--tuf`, program načte hodnotu z proměnné prostředí `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"Pokud není zadán parametr `-dis-theme-bg`, bude načtena hodnota z proměnné prostředí `$TOMLYRE_THEME_BG`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Vlastní soubor s tématy, spolu s parametrem `--theme`, který specifikuje název tématu"##, + ), + ( + "shell-completion", + r##"Vygenerování skriptu pro doplňování příkazů v shellu"##, + ), + ( + "theme-file-help", + r##"Podporovaný formát souboru jsou binární data dump ze starší verze Sublime Text. +Pokud nezadáte volbu `--tf`, program načte hodnotu z proměnné prostředí `$TOMLYRE_THEME_FILE`."##, + ), + ( + "from-format", + r##"Ruční specifikace formátu zdrojového souboru (výchozí je automatické rozpoznání)"##, + ), + ( + "disable-theme-background", + r##"Zakázat pozadí tématu (výchozí stav je povolený, přepínačem `--dis-theme-bg` ho můžete zakázat)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Nepoužívejte tuto volbu, pokud není nutné použít nekomprimovaná dump data. + +Pokud nezadáte volbu `--tuf`, program načte hodnotu z proměnné prostředí `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"Pokud není zadán parametr `-dis-theme-bg`, bude načtena hodnota z proměnné prostředí `$TOMLYRE_THEME_BG`. Pokud je nastaveno na `false`, bude vypnuto. ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Podobný jako `theme-file`, ale vyžaduje nekomprimovaná dump data (soubor)"##), - ("shell-completion-help", r##"Musíte ručně specifikovat jméno shellu, pro který chcete vygenerovat skript pro doplňování příkazů. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Podobný jako `theme-file`, ale vyžaduje nekomprimovaná dump data (soubor)"##, + ), + ( + "shell-completion-help", + r##"Musíte ručně specifikovat jméno shellu, pro který chcete vygenerovat skript pro doplňování příkazů. Například pro powershell na Windows můžete použít: ```pwsh @@ -2141,18 +2429,27 @@ Například můžete použít následující příkazy k vložení nové položk ```zsh fpath=(~/.local/share/zsh/completions $fpath) tomlyre --sh-comp zsh > ~/.local/share/zsh/completions/_tomlyre -```"##), - ("from-format-help", r##"Při čtení dat ze stdin, například takto: `cat a | tomlyre conv -`, bude nejprve pokus o automatické rozpoznání formátu souboru. +```"##, + ), + ( + "from-format-help", + r##"Při čtení dat ze stdin, například takto: `cat a | tomlyre conv -`, bude nejprve pokus o automatické rozpoznání formátu souboru. Nicméně, automatické rozpoznání může selhat a v takových případech je třeba formát specifikovat ručně. -Příklad: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Pokud použijete pouze parametr `--ts`, vypíše se seznam dostupných stylů. +Příklad: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Pokud použijete pouze parametr `--ts`, vypíše se seznam dostupných stylů. Kromě markdown, který může být zkrácen na md, musí být názvy ostatních stylů úplné. Příklady použití: `--ts md` Příklady použití: `--table-style ascii` -> Upozornění: Aktuálně není možné načíst sadu stylů pro tabulky ze souboru. Pokud potřebujete tuto funkci nebo jinou další, neváhejte nám poslat zpětnou vazbu prostřednictvím issue."##), - ("table-style", r##"Specifikuje styl tabulek"##), - ("theme-help", r##"Pokud použijete pouze parametr `-t`, vypíše se seznam dostupných témat. +> Upozornění: Aktuálně není možné načíst sadu stylů pro tabulky ze souboru. Pokud potřebujete tuto funkci nebo jinou další, neváhejte nám poslat zpětnou vazbu prostřednictvím issue."##, + ), + ("table-style", r##"Specifikuje styl tabulek"##), + ( + "theme-help", + r##"Pokud použijete pouze parametr `-t`, vypíše se seznam dostupných témat. Pokud nezadáte soubor s tématy, budou použity výchozí téma balíčku. Předpokládejme, že existuje téma s názvem **ayu-dark**, pak můžete použít `-t ayu-dark` k použití tohoto tématu. Pokud je název tématu obsahující mezery, musí být uzavřen do uvozovek nebo apostrofů. @@ -2178,10 +2475,14 @@ tomlyre -t "Monokai Extended" get test.toml ``` Pro obsah manuálně vygenerovaných výstupů jako `conv/get/set` atd. má nastavení tématu pomocí `-t` prioritu před proměnnou prostředí. -Pokud není použita volba `-t`, hodnota se načte z proměnné prostředí; pokud je proměnná prázdná, použije se téma **Monokai Extended**."##), - ("theme", r##"Specifikuje název tématu pro zvýraznění syntaxe"##), - ], -} +Pokud není použita volba `-t`, hodnota se načte z proměnné prostředí; pokud je proměnná prázdná, použije se téma **Monokai Extended**."##, + ), + ( + "theme", + r##"Specifikuje název tématu pro zvýraznění syntaxe"##, + ), + ], + } } /// Language ID: cs; @@ -2189,31 +2490,53 @@ Pokud není použita volba `-t`, hodnota se načte z proměnné prostředí; pok /// Description: čeština, latinka, Česko; pub(super) const fn get_cs_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Vlastní soubor s tématy, spolu s parametrem `--theme`, který specifikuje název tématu"##), - ("shell-completion", r##"Vygenerování skriptu pro doplňování příkazů v shellu"##), - ("theme-file-help", r##"Podporovaný formát souboru jsou binární data dump ze starší verze Sublime Text. -Pokud nezadáte volbu `--tf`, program načte hodnotu z proměnné prostředí `$TOMLYRE_THEME_FILE`."##), - ("from-format", r##"Ruční specifikace formátu zdrojového souboru (výchozí je automatické rozpoznání)"##), - ("disable-theme-background", r##"Zakázat pozadí tématu (výchozí stav je povolený, přepínačem `--dis-theme-bg` ho můžete zakázat)"##), - ("theme-uncompressed-file-help", r##"> Nepoužívejte tuto volbu, pokud není nutné použít nekomprimovaná dump data.  - -Pokud nezadáte volbu `--tuf`, program načte hodnotu z proměnné prostředí `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"Pokud není zadán parametr `-dis-theme-bg`, bude načtena hodnota z proměnné prostředí `$TOMLYRE_THEME_BG`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Vlastní soubor s tématy, spolu s parametrem `--theme`, který specifikuje název tématu"##, + ), + ( + "shell-completion", + r##"Vygenerování skriptu pro doplňování příkazů v shellu"##, + ), + ( + "theme-file-help", + r##"Podporovaný formát souboru jsou binární data dump ze starší verze Sublime Text. +Pokud nezadáte volbu `--tf`, program načte hodnotu z proměnné prostředí `$TOMLYRE_THEME_FILE`."##, + ), + ( + "from-format", + r##"Ruční specifikace formátu zdrojového souboru (výchozí je automatické rozpoznání)"##, + ), + ( + "disable-theme-background", + r##"Zakázat pozadí tématu (výchozí stav je povolený, přepínačem `--dis-theme-bg` ho můžete zakázat)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Nepoužívejte tuto volbu, pokud není nutné použít nekomprimovaná dump data.  + +Pokud nezadáte volbu `--tuf`, program načte hodnotu z proměnné prostředí `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"Pokud není zadán parametr `-dis-theme-bg`, bude načtena hodnota z proměnné prostředí `$TOMLYRE_THEME_BG`.  Pokud je nastaveno na `false`, bude vypnuto.  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Podobný jako `theme-file`, ale vyžaduje nekomprimovaná dump data (soubor)"##), - ("shell-completion-help", r##"Musíte ručně specifikovat jméno shellu, pro který chcete vygenerovat skript pro doplňování příkazů. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Podobný jako `theme-file`, ale vyžaduje nekomprimovaná dump data (soubor)"##, + ), + ( + "shell-completion-help", + r##"Musíte ručně specifikovat jméno shellu, pro který chcete vygenerovat skript pro doplňování příkazů. Například pro powershell na Windows můžete použít:  ```pwsh @@ -2239,18 +2562,30 @@ pub(super) const fn get_cs_map_args_md() -> L10nMap { ```zsh fpath=(~/.local/share/zsh/completions $fpath) tomlyre --sh-comp zsh > ~/.local/share/zsh/completions/_tomlyre -```"##), - ("from-format-help", r##"Při čtení dat ze stdin, například takto: `cat a | tomlyre conv -`, bude nejprve pokus o automatické rozpoznání formátu souboru. +```"##, + ), + ( + "from-format-help", + r##"Při čtení dat ze stdin, například takto: `cat a | tomlyre conv -`, bude nejprve pokus o automatické rozpoznání formátu souboru. Nicméně, automatické rozpoznání může selhat a v takových případech je třeba formát specifikovat ručně. -Příklad: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Pokud použijete pouze parametr `--ts`, vypíše se seznam dostupných stylů. +Příklad: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Pokud použijete pouze parametr `--ts`, vypíše se seznam dostupných stylů. Kromě markdown, který může být zkrácen na md, musí být názvy ostatních stylů úplné. Příklady použití: `--ts md` Příklady použití: `--table-style ascii`  -> Upozornění: Aktuálně není možné načíst sadu stylů pro tabulky ze souboru. Pokud potřebujete tuto funkci nebo jinou další, neváhejte nám poslat zpětnou vazbu prostřednictvím issue."##), - ("table-style", r##"Specifikuje styl tabulek"##), - ("theme-help", r##"Pokud použijete pouze parametr `-t`, vypíše se seznam dostupných témat. +> Upozornění: Aktuálně není možné načíst sadu stylů pro tabulky ze souboru. Pokud potřebujete tuto funkci nebo jinou další, neváhejte nám poslat zpětnou vazbu prostřednictvím issue."##, + ), + ( + "table-style", + r##"Specifikuje styl tabulek"##, + ), + ( + "theme-help", + r##"Pokud použijete pouze parametr `-t`, vypíše se seznam dostupných témat. Pokud nezadáte soubor s tématy, budou použity výchozí téma balíčku. Předpokládejme, že existuje téma s názvem **ayu-dark**, pak můžete použít `-t ayu-dark` k použití tohoto tématu. Pokud je název tématu obsahující mezery, musí být uzavřen do uvozovek nebo apostrofů. @@ -2276,10 +2611,14 @@ pub(super) const fn get_cs_map_args_md() -> L10nMap { ```  Pro obsah manuálně vygenerovaných výstupů jako `conv/get/set` atd. má nastavení tématu pomocí `-t` prioritu před proměnnou prostředí. -Pokud není použita volba `-t`, hodnota se načte z proměnné prostředí; pokud je proměnná prázdná, použije se téma **Monokai Extended**."##), - ("theme", r##"Specifikuje název tématu pro zvýraznění syntaxe"##), - ], -} +Pokud není použita volba `-t`, hodnota se načte z proměnné prostředí; pokud je proměnná prázdná, použije se téma **Monokai Extended**."##, + ), + ( + "theme", + r##"Specifikuje název tématu pro zvýraznění syntaxe"##, + ), + ], + } } /// Language ID: cs; @@ -2295,16 +2634,25 @@ pub(super) const fn get_cs_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_cs_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Převádění mezi formáty jako toml, yaml, json a ron"##), - ("from", r##"Specifikuje vstupní soubor"##), - ("conv-to", r##"Specifikuje výstupní formát/soubor, lze použít vícekrát"##), - ("save", r##"Při použití této volby budou soubory specifikované pomocí `--to` uloženy"##), - ("conv-to-help", r##"Pokud existuje soubor **test.json** v aktuálním adresáři, můžete jej převést na yml (yaml) pomocí `conv test.json -t yml` + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Převádění mezi formáty jako toml, yaml, json a ron"##, + ), + ("from", r##"Specifikuje vstupní soubor"##), + ( + "conv-to", + r##"Specifikuje výstupní formát/soubor, lze použít vícekrát"##, + ), + ( + "save", + r##"Při použití této volby budou soubory specifikované pomocí `--to` uloženy"##, + ), + ( + "conv-to-help", + r##"Pokud existuje soubor **test.json** v aktuálním adresáři, můžete jej převést na yml (yaml) pomocí `conv test.json -t yml` nebo ručně specifikovat cestu k souboru: `conv test.json -t /tmp/test.yml` Podporované formáty závisí na funkcích povolených v této balíčku a ne všechny funkce jsou implicitně povoleny. @@ -2319,9 +2667,10 @@ Kromě toho musíte vědět následující věci před použitím: Pokud tuto funkci nepotřebujete, uveďte úplnou cestu k souboru (nikoli adresáři) jako `-t /tmp/xx.toml` namísto `-t /tmp/`. - 2. Pokud není volána volba `--save`, specifikované soubory se automaticky neuloží. - 3. Pokud je volba `--save` použita, vstup a výstup příkazu conv nesmí být stejný soubor. -- 4. Převzaté soubory nezachovávají komentáře. "##), - ], -} +- 4. Převzaté soubory nezachovávají komentáře. "##, + ), + ], + } } /// Language ID: cs; @@ -2329,16 +2678,28 @@ Kromě toho musíte vědět následující věci před použitím: /// Description: čeština, latinka, Česko; pub(super) const fn get_cs_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Převádění mezi formáty jako toml, yaml, json a ron"##), - ("from", r##"Specifikuje vstupní soubor"##), - ("conv-to", r##"Specifikuje výstupní formát/soubor, lze použít vícekrát"##), - ("save", r##"Při použití této volby budou soubory specifikované pomocí `--to` uloženy"##), - ("conv-to-help", r##"Pokud existuje soubor **test.json** v aktuálním adresáři, můžete jej převést na yml (yaml) pomocí `conv test.json -t yml` + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Převádění mezi formáty jako toml, yaml, json a ron"##, + ), + ( + "from", + r##"Specifikuje vstupní soubor"##, + ), + ( + "conv-to", + r##"Specifikuje výstupní formát/soubor, lze použít vícekrát"##, + ), + ( + "save", + r##"Při použití této volby budou soubory specifikované pomocí `--to` uloženy"##, + ), + ( + "conv-to-help", + r##"Pokud existuje soubor **test.json** v aktuálním adresáři, můžete jej převést na yml (yaml) pomocí `conv test.json -t yml` nebo ručně specifikovat cestu k souboru: `conv test.json -t /tmp/test.yml`  Podporované formáty závisí na funkcích povolených v této balíčku a ne všechny funkce jsou implicitně povoleny. @@ -2353,9 +2714,10 @@ pub(super) const fn get_cs_map_conv_md() -> L10nMap {  Pokud tuto funkci nepotřebujete, uveďte úplnou cestu k souboru (nikoli adresáři) jako `-t /tmp/xx.toml` namísto `-t /tmp/`. - 2. Pokud není volána volba `--save`, specifikované soubory se automaticky neuloží. - 3. Pokud je volba `--save` použita, vstup a výstup příkazu conv nesmí být stejný soubor. -- 4. Převzaté soubory nezachovávají komentáře. "##), - ], -} +- 4. Převzaté soubory nezachovávají komentáře. "##, + ), + ], + } } /// Language ID: cs; @@ -2371,34 +2733,30 @@ pub(super) const fn get_cs_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_cs_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"Níže je výstup na stderr. Pokud chcete přesměrovat výstup dokončovacího skriptu, měli byste použít `>/cesta/k/souboru` namísto `2>/cesta/k/souboru`."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"Níže je výstup na stderr. Pokud chcete přesměrovat výstup dokončovacího skriptu, měli byste použít `>/cesta/k/souboru` namísto `2>/cesta/k/souboru`."##, + )], + } } /// cs: čeština, latinka, Česko pub(super) const fn get_cs_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (3, 4), - (0, 0), - ], - entries: &[ - ("parser", get_cs_map_parser), - ("conv_md", get_cs_map_conv_md), - ("args", get_cs_map_args), - ("args_md", get_cs_map_args_md), - ("theme", get_cs_map_theme), - ("conv", get_cs_map_conv), - ("log-core", get_cs_map_log_core), - ], -} + key: 12913932095322966823, + disps: &[(3, 4), (0, 0)], + entries: &[ + ("parser", get_cs_map_parser), + ("conv_md", get_cs_map_conv_md), + ("args", get_cs_map_args), + ("args_md", get_cs_map_args_md), + ("theme", get_cs_map_theme), + ("conv", get_cs_map_conv), + ("log-core", get_cs_map_log_core), + ], + } } /// Language ID: cy; @@ -2414,20 +2772,17 @@ pub(super) const fn get_cs_map() -> SubLocaleMap { /// ``` pub(super) const fn get_cy_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Dadfygio"##), - ("warn", r##"Rhybudd"##), - ("info", r##"Gwybodaeth"##), - ("error", r##"Wallau"##), - ("trace", r##"olrhain"##), - ("init-logger", r##"Cychwyn Logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Dadfygio"##), + ("warn", r##"Rhybudd"##), + ("info", r##"Gwybodaeth"##), + ("error", r##"Wallau"##), + ("trace", r##"olrhain"##), + ("init-logger", r##"Cychwyn Logger ..."##), + ], + } } /// Language ID: cy; @@ -2443,28 +2798,22 @@ pub(super) const fn get_cy_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_cy_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Enw Thema Annilys"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Enw Thema Annilys"##)], + } } /// cy: Cymraeg, Lladin, Y Deyrnas Unedig pub(super) const fn get_cy_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_cy_map_log_core), - ("theme", get_cy_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_cy_map_log_core), + ("theme", get_cy_map_theme), + ], + } } /// Language ID: da; @@ -2480,20 +2829,17 @@ pub(super) const fn get_cy_map() -> SubLocaleMap { /// ``` pub(super) const fn get_da_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"advare"##), - ("info", r##"info"##), - ("error", r##"fejl"##), - ("trace", r##"Spor"##), - ("init-logger", r##"Initialisering af logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"advare"##), + ("info", r##"info"##), + ("error", r##"fejl"##), + ("trace", r##"Spor"##), + ("init-logger", r##"Initialisering af logger ..."##), + ], + } } /// Language ID: da; @@ -2509,28 +2855,22 @@ pub(super) const fn get_da_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_da_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Ugyldigt temanavn"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Ugyldigt temanavn"##)], + } } /// da: dansk, latinsk, Danmark pub(super) const fn get_da_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_da_map_log_core), - ("theme", get_da_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_da_map_log_core), + ("theme", get_da_map_theme), + ], + } } /// Language ID: de; @@ -2546,20 +2886,17 @@ pub(super) const fn get_da_map() -> SubLocaleMap { /// ``` pub(super) const fn get_de_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"DEBUG"##), - ("warn", r##"WARNUNG"##), - ("info", r##"INFO"##), - ("error", r##"FEHLER"##), - ("trace", r##"SPUR"##), - ("init-logger", r##"Logger wird initialisiert ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"DEBUG"##), + ("warn", r##"WARNUNG"##), + ("info", r##"INFO"##), + ("error", r##"FEHLER"##), + ("trace", r##"SPUR"##), + ("init-logger", r##"Logger wird initialisiert ..."##), + ], + } } /// Language ID: de; @@ -2575,32 +2912,54 @@ pub(super) const fn get_de_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_de_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Gibt die Datei mit den benutzerdefinierten Themen an. Sie müssen auch `--theme` verwenden, um den Namen des Themas anzugeben."##), - ("shell-completion", r##"Erzeugt eine Shell-Autovervollständigung"##), - ("theme-file-help", r##"Das unterstützte Dateiformat ist binäre Daten, die von einem rust crate namens `syntect` erstellt wurden. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Gibt die Datei mit den benutzerdefinierten Themen an. Sie müssen auch `--theme` verwenden, um den Namen des Themas anzugeben."##, + ), + ( + "shell-completion", + r##"Erzeugt eine Shell-Autovervollständigung"##, + ), + ( + "theme-file-help", + r##"Das unterstützte Dateiformat ist binäre Daten, die von einem rust crate namens `syntect` erstellt wurden. Prinzipiell handelt es sich dabei um Themen für eine ältere Version von Sublime. -Wenn `--tf` nicht angegeben wird, wird versucht, den Wert aus der Umgebungsvariable `$TOMLYRE_THEME_FILE` zu lesen. "##), - ("from-format", r##"Gibt das Dateiformat des Quelldokuments manuell an (standardmäßig wird es automatisch erkannt)"##), - ("disable-theme-background", r##"Deaktiviert das Hintergrundbild des Themas (standardmäßig aktiviert). Wenn `--dis-theme-bg` aufgerufen wird, wird es deaktiviert."##), - ("theme-uncompressed-file-help", r##"> Die unkomprimierte Version hat Vorrang vor der komprimierten. - -Wenn `--tuf` nicht angegeben wird, wird versucht, den Wert aus der Umgebungsvariable `$TOMLYRE_THEME_UNCOMPRESSED_FILE` zu lesen. "##), - ("disable-theme-background-help", r##"Wenn `--dis-theme-bg` nicht angegeben wird, wird versucht, den Wert aus der Umgebungsvariable `$TOMLYRE_THEME_BG` zu lesen. +Wenn `--tf` nicht angegeben wird, wird versucht, den Wert aus der Umgebungsvariable `$TOMLYRE_THEME_FILE` zu lesen. "##, + ), + ( + "from-format", + r##"Gibt das Dateiformat des Quelldokuments manuell an (standardmäßig wird es automatisch erkannt)"##, + ), + ( + "disable-theme-background", + r##"Deaktiviert das Hintergrundbild des Themas (standardmäßig aktiviert). Wenn `--dis-theme-bg` aufgerufen wird, wird es deaktiviert."##, + ), + ( + "theme-uncompressed-file-help", + r##"> Die unkomprimierte Version hat Vorrang vor der komprimierten. + +Wenn `--tuf` nicht angegeben wird, wird versucht, den Wert aus der Umgebungsvariable `$TOMLYRE_THEME_UNCOMPRESSED_FILE` zu lesen. "##, + ), + ( + "disable-theme-background-help", + r##"Wenn `--dis-theme-bg` nicht angegeben wird, wird versucht, den Wert aus der Umgebungsvariable `$TOMLYRE_THEME_BG` zu lesen. Wenn dieser Wert auf `false` gesetzt ist, wird er deaktiviert ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Gibt die Datei mit den unkomprimierten binären Themen an. Auch hier müssen Sie `--theme` verwenden, um den Namen des Themas anzugeben."##), - ("shell-completion-help", r##"Sie müssen den Namen der Shell manuell angeben, für die Sie Autovervollständigungsskripte generieren möchten. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Gibt die Datei mit den unkomprimierten binären Themen an. Auch hier müssen Sie `--theme` verwenden, um den Namen des Themas anzugeben."##, + ), + ( + "shell-completion-help", + r##"Sie müssen den Namen der Shell manuell angeben, für die Sie Autovervollständigungsskripte generieren möchten. Zum Beispiel können Sie für PowerShell unter Windows Folgendes verwenden: ```pwsh @@ -2623,18 +2982,27 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre Um die Verwendung von Root-Rechten zu vermeiden, können Sie das Skript in einem Unterverzeichnis des Benutzerordners ablegen. Beispielsweise können Sie mit dem folgenden Befehl am Anfang des Arrays ein Element einfügen und ein entsprechendes Verzeichnis verwenden. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Wenn Daten aus stdin gelesen werden, z.B. `cat a | tomlyre conv -`, wird zuerst versucht, das Dateiformat automatisch zu erkennen. +```"##, + ), + ( + "from-format-help", + r##"Wenn Daten aus stdin gelesen werden, z.B. `cat a | tomlyre conv -`, wird zuerst versucht, das Dateiformat automatisch zu erkennen. Das automatische Erkennen kann jedoch fehlschlagen, in diesem Fall muss das Format manuell angegeben werden. -Beispiel: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Wenn Sie nur `--ts` verwenden, wird eine Liste der verfügbaren integrierten Stile angezeigt. +Beispiel: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Wenn Sie nur `--ts` verwenden, wird eine Liste der verfügbaren integrierten Stile angezeigt. Mit Ausnahme von Markdown, das als `md` abgekürzt werden kann, müssen für andere Stile vollständige Namen verwendet werden. Beispiel 1: `--ts md` Beispiel 2: `--table-style ascii` -Hinweis: Derzeit wird das Sammeln von **Tabellenstilen** aus einer Datei nicht unterstützt. Wenn Sie diese Funktion oder weitere Funktionen benötigen, können Sie gerne ein Issue erstellen, um Feedback zu geben. "##), - ("table-style", r##"Gibt den Stil für Tabellen an"##), - ("theme-help", r##"Wenn Sie nur `-t` verwenden, wird eine Liste der verfügbaren Themen angezeigt. +Hinweis: Derzeit wird das Sammeln von **Tabellenstilen** aus einer Datei nicht unterstützt. Wenn Sie diese Funktion oder weitere Funktionen benötigen, können Sie gerne ein Issue erstellen, um Feedback zu geben. "##, + ), + ("table-style", r##"Gibt den Stil für Tabellen an"##), + ( + "theme-help", + r##"Wenn Sie nur `-t` verwenden, wird eine Liste der verfügbaren Themen angezeigt. Wenn kein Thema angegeben ist, werden die integrierten Themen verwendet. Angenommen, es gibt ein Thema namens **ayu-dark**, dann können Sie es mit `-t ayu-dark` verwenden. Wenn der Themenname Leerzeichen enthält, sollten Sie ihn in Anführungszeichen setzen. @@ -2660,10 +3028,14 @@ tomlyre -t "Monokai Extended" get test.toml ``` Für manuelle Aktionen wie "conv/get/set" usw. hat das Thema, das mit `-t` angegeben wurde, Vorrang vor dem Thema, das aus der Umgebungsvariable gelesen wird. -Wenn `-t` nicht aufgerufen wird, wird stattdessen die Umgebungsvariable verwendet; wenn die Umgebungsvariable leer ist, wird **Monokai Extended** verwendet."##), - ("theme", r##"Gibt den Namen des Themas für die Syntaxhervorhebung an"##), - ], -} +Wenn `-t` nicht aufgerufen wird, wird stattdessen die Umgebungsvariable verwendet; wenn die Umgebungsvariable leer ist, wird **Monokai Extended** verwendet."##, + ), + ( + "theme", + r##"Gibt den Namen des Themas für die Syntaxhervorhebung an"##, + ), + ], + } } /// Language ID: de; @@ -2671,32 +3043,54 @@ Wenn `-t` nicht aufgerufen wird, wird stattdessen die Umgebungsvariable verwende /// Description: Deutsch, Lateinisch, Deutschland; pub(super) const fn get_de_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Gibt die Datei mit den benutzerdefinierten Themen an. Sie müssen auch `--theme` verwenden, um den Namen des Themas anzugeben."##), - ("shell-completion", r##"Erzeugt eine Shell-Autovervollständigung"##), - ("theme-file-help", r##"Das unterstützte Dateiformat ist binäre Daten, die von einem rust crate namens `syntect` erstellt wurden. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Gibt die Datei mit den benutzerdefinierten Themen an. Sie müssen auch `--theme` verwenden, um den Namen des Themas anzugeben."##, + ), + ( + "shell-completion", + r##"Erzeugt eine Shell-Autovervollständigung"##, + ), + ( + "theme-file-help", + r##"Das unterstützte Dateiformat ist binäre Daten, die von einem rust crate namens `syntect` erstellt wurden. Prinzipiell handelt es sich dabei um Themen für eine ältere Version von Sublime. -Wenn `--tf` nicht angegeben wird, wird versucht, den Wert aus der Umgebungsvariable `$TOMLYRE_THEME_FILE` zu lesen. "##), - ("from-format", r##"Gibt das Dateiformat des Quelldokuments manuell an (standardmäßig wird es automatisch erkannt)"##), - ("disable-theme-background", r##"Deaktiviert das Hintergrundbild des Themas (standardmäßig aktiviert). Wenn `--dis-theme-bg` aufgerufen wird, wird es deaktiviert."##), - ("theme-uncompressed-file-help", r##"> Die unkomprimierte Version hat Vorrang vor der komprimierten.  - -Wenn `--tuf` nicht angegeben wird, wird versucht, den Wert aus der Umgebungsvariable `$TOMLYRE_THEME_UNCOMPRESSED_FILE` zu lesen. "##), - ("disable-theme-background-help", r##"Wenn `--dis-theme-bg` nicht angegeben wird, wird versucht, den Wert aus der Umgebungsvariable `$TOMLYRE_THEME_BG` zu lesen. +Wenn `--tf` nicht angegeben wird, wird versucht, den Wert aus der Umgebungsvariable `$TOMLYRE_THEME_FILE` zu lesen. "##, + ), + ( + "from-format", + r##"Gibt das Dateiformat des Quelldokuments manuell an (standardmäßig wird es automatisch erkannt)"##, + ), + ( + "disable-theme-background", + r##"Deaktiviert das Hintergrundbild des Themas (standardmäßig aktiviert). Wenn `--dis-theme-bg` aufgerufen wird, wird es deaktiviert."##, + ), + ( + "theme-uncompressed-file-help", + r##"> Die unkomprimierte Version hat Vorrang vor der komprimierten.  + +Wenn `--tuf` nicht angegeben wird, wird versucht, den Wert aus der Umgebungsvariable `$TOMLYRE_THEME_UNCOMPRESSED_FILE` zu lesen. "##, + ), + ( + "disable-theme-background-help", + r##"Wenn `--dis-theme-bg` nicht angegeben wird, wird versucht, den Wert aus der Umgebungsvariable `$TOMLYRE_THEME_BG` zu lesen.  Wenn dieser Wert auf `false` gesetzt ist, wird er deaktiviert  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Gibt die Datei mit den unkomprimierten binären Themen an. Auch hier müssen Sie `--theme` verwenden, um den Namen des Themas anzugeben."##), - ("shell-completion-help", r##"Sie müssen den Namen der Shell manuell angeben, für die Sie Autovervollständigungsskripte generieren möchten. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Gibt die Datei mit den unkomprimierten binären Themen an. Auch hier müssen Sie `--theme` verwenden, um den Namen des Themas anzugeben."##, + ), + ( + "shell-completion-help", + r##"Sie müssen den Namen der Shell manuell angeben, für die Sie Autovervollständigungsskripte generieren möchten. Zum Beispiel können Sie für PowerShell unter Windows Folgendes verwenden:  ```pwsh @@ -2719,18 +3113,30 @@ pub(super) const fn get_de_map_args_md() -> L10nMap { Um die Verwendung von Root-Rechten zu vermeiden, können Sie das Skript in einem Unterverzeichnis des Benutzerordners ablegen. Beispielsweise können Sie mit dem folgenden Befehl am Anfang des Arrays ein Element einfügen und ein entsprechendes Verzeichnis verwenden. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Wenn Daten aus stdin gelesen werden, z.B. `cat a | tomlyre conv -`, wird zuerst versucht, das Dateiformat automatisch zu erkennen. +```"##, + ), + ( + "from-format-help", + r##"Wenn Daten aus stdin gelesen werden, z.B. `cat a | tomlyre conv -`, wird zuerst versucht, das Dateiformat automatisch zu erkennen. Das automatische Erkennen kann jedoch fehlschlagen, in diesem Fall muss das Format manuell angegeben werden. -Beispiel: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Wenn Sie nur `--ts` verwenden, wird eine Liste der verfügbaren integrierten Stile angezeigt. +Beispiel: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Wenn Sie nur `--ts` verwenden, wird eine Liste der verfügbaren integrierten Stile angezeigt. Mit Ausnahme von Markdown, das als `md` abgekürzt werden kann, müssen für andere Stile vollständige Namen verwendet werden. Beispiel 1: `--ts md` Beispiel 2: `--table-style ascii`  -Hinweis: Derzeit wird das Sammeln von **Tabellenstilen** aus einer Datei nicht unterstützt. Wenn Sie diese Funktion oder weitere Funktionen benötigen, können Sie gerne ein Issue erstellen, um Feedback zu geben. "##), - ("table-style", r##"Gibt den Stil für Tabellen an"##), - ("theme-help", r##"Wenn Sie nur `-t` verwenden, wird eine Liste der verfügbaren Themen angezeigt. +Hinweis: Derzeit wird das Sammeln von **Tabellenstilen** aus einer Datei nicht unterstützt. Wenn Sie diese Funktion oder weitere Funktionen benötigen, können Sie gerne ein Issue erstellen, um Feedback zu geben. "##, + ), + ( + "table-style", + r##"Gibt den Stil für Tabellen an"##, + ), + ( + "theme-help", + r##"Wenn Sie nur `-t` verwenden, wird eine Liste der verfügbaren Themen angezeigt. Wenn kein Thema angegeben ist, werden die integrierten Themen verwendet. Angenommen, es gibt ein Thema namens **ayu-dark**, dann können Sie es mit `-t ayu-dark` verwenden. Wenn der Themenname Leerzeichen enthält, sollten Sie ihn in Anführungszeichen setzen. @@ -2756,10 +3162,14 @@ pub(super) const fn get_de_map_args_md() -> L10nMap { ```  Für manuelle Aktionen wie "conv/get/set" usw. hat das Thema, das mit `-t` angegeben wurde, Vorrang vor dem Thema, das aus der Umgebungsvariable gelesen wird. -Wenn `-t` nicht aufgerufen wird, wird stattdessen die Umgebungsvariable verwendet; wenn die Umgebungsvariable leer ist, wird **Monokai Extended** verwendet."##), - ("theme", r##"Gibt den Namen des Themas für die Syntaxhervorhebung an"##), - ], -} +Wenn `-t` nicht aufgerufen wird, wird stattdessen die Umgebungsvariable verwendet; wenn die Umgebungsvariable leer ist, wird **Monokai Extended** verwendet."##, + ), + ( + "theme", + r##"Gibt den Namen des Themas für die Syntaxhervorhebung an"##, + ), + ], + } } /// Language ID: de; @@ -2775,16 +3185,25 @@ pub(super) const fn get_de_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_de_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Konvertiere zwischen den Formaten TOML, YAML, JSON und RON"##), - ("from", r##"Gibt die Eingabedatei an"##), - ("conv-to", r##"Gibt das Ausgabeformat und/oder die Ausgabedatei an, kann mehrfach genutzt werden"##), - ("save", r##"Wenn diese Option aktiviert ist, wird die mit `--to` angegebene Datei gespeichert."##), - ("conv-to-help", r##"Wenn in dem aktuellen Verzeichnis eine Datei namens **test.json** vorhanden ist, können Sie sie mit `conv test.json -t yml` in das Format YML (YAML) konvertieren oder Sie können den Dateipfad manuell angeben: `conv test.json -t /tmp/test.yml`. + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Konvertiere zwischen den Formaten TOML, YAML, JSON und RON"##, + ), + ("from", r##"Gibt die Eingabedatei an"##), + ( + "conv-to", + r##"Gibt das Ausgabeformat und/oder die Ausgabedatei an, kann mehrfach genutzt werden"##, + ), + ( + "save", + r##"Wenn diese Option aktiviert ist, wird die mit `--to` angegebene Datei gespeichert."##, + ), + ( + "conv-to-help", + r##"Wenn in dem aktuellen Verzeichnis eine Datei namens **test.json** vorhanden ist, können Sie sie mit `conv test.json -t yml` in das Format YML (YAML) konvertieren oder Sie können den Dateipfad manuell angeben: `conv test.json -t /tmp/test.yml`. Die unterstützten Formate hängen von den Funktionen ab, die von diesem Softwarepaket aktiviert wurden. Nicht alle Funktionen sind standardmäßig aktiviert. @@ -2796,9 +3215,10 @@ Es gibt jedoch einige wichtige Informationen, die vor der Verwendung dieser Anwe Zum Beispiel `-t /tmp/`, können wir nur `test.toml` in einem Unterordner von `/tmp/` platzieren, anstatt `/tmp` selbst zu überschreiben. Wenn Sie diese Funktion nicht benötigen, verwenden Sie bitte den vollständigen (nicht-verzeichnis-) Dateipfad, z.B. `-t /tmp/xx.toml` statt `-t /tmp/`. - 2. Ohne `--save` wird die angegebene Datei nicht automatisch gespeichert. - 3. Wenn `--save` aufgerufen wird, dürfen die Eingabe- und Ausgabedateien des `conv`-Befehls nicht identisch sein. -- 4. Konvertierte Dateien behalten keine Kommentare bei."##), - ], -} +- 4. Konvertierte Dateien behalten keine Kommentare bei."##, + ), + ], + } } /// Language ID: de; @@ -2806,16 +3226,28 @@ Es gibt jedoch einige wichtige Informationen, die vor der Verwendung dieser Anwe /// Description: Deutsch, Lateinisch, Deutschland; pub(super) const fn get_de_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Konvertiere zwischen den Formaten TOML, YAML, JSON und RON"##), - ("from", r##"Gibt die Eingabedatei an"##), - ("conv-to", r##"Gibt das Ausgabeformat und/oder die Ausgabedatei an, kann mehrfach genutzt werden"##), - ("save", r##"Wenn diese Option aktiviert ist, wird die mit `--to` angegebene Datei gespeichert."##), - ("conv-to-help", r##"Wenn in dem aktuellen Verzeichnis eine Datei namens **test.json** vorhanden ist, können Sie sie mit `conv test.json -t yml` in das Format YML (YAML) konvertieren oder Sie können den Dateipfad manuell angeben: `conv test.json -t /tmp/test.yml`. + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Konvertiere zwischen den Formaten TOML, YAML, JSON und RON"##, + ), + ( + "from", + r##"Gibt die Eingabedatei an"##, + ), + ( + "conv-to", + r##"Gibt das Ausgabeformat und/oder die Ausgabedatei an, kann mehrfach genutzt werden"##, + ), + ( + "save", + r##"Wenn diese Option aktiviert ist, wird die mit `--to` angegebene Datei gespeichert."##, + ), + ( + "conv-to-help", + r##"Wenn in dem aktuellen Verzeichnis eine Datei namens **test.json** vorhanden ist, können Sie sie mit `conv test.json -t yml` in das Format YML (YAML) konvertieren oder Sie können den Dateipfad manuell angeben: `conv test.json -t /tmp/test.yml`.  Die unterstützten Formate hängen von den Funktionen ab, die von diesem Softwarepaket aktiviert wurden. Nicht alle Funktionen sind standardmäßig aktiviert.  @@ -2827,9 +3259,10 @@ pub(super) const fn get_de_map_conv_md() -> L10nMap {  Zum Beispiel `-t /tmp/`, können wir nur `test.toml` in einem Unterordner von `/tmp/` platzieren, anstatt `/tmp` selbst zu überschreiben. Wenn Sie diese Funktion nicht benötigen, verwenden Sie bitte den vollständigen (nicht-verzeichnis-) Dateipfad, z.B. `-t /tmp/xx.toml` statt `-t /tmp/`. - 2. Ohne `--save` wird die angegebene Datei nicht automatisch gespeichert. - 3. Wenn `--save` aufgerufen wird, dürfen die Eingabe- und Ausgabedateien des `conv`-Befehls nicht identisch sein. -- 4. Konvertierte Dateien behalten keine Kommentare bei."##), - ], -} +- 4. Konvertierte Dateien behalten keine Kommentare bei."##, + ), + ], + } } /// Language ID: de; @@ -2845,19 +3278,21 @@ pub(super) const fn get_de_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_de_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"Im Gegensatz zu `-k` spaltet `--ck` nicht automatisch `.`. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"Im Gegensatz zu `-k` spaltet `--ck` nicht automatisch `.`. Für [a.b.c] ist `-k a.b.c` gleichbedeutend mit `--ck a --ck b --ck c`. Für einfache Fälle ist es bequemer, `-k` zu verwenden. @@ -2883,11 +3318,17 @@ Wenn Sie jedoch `--ck '[typescript]' --ck editor.defaultFormatter` verwenden, wi - "[typescript]" - "editor.defaultFormatter" -behandelt, was die korrekte Struktur ist."##), - ("num-arr", r##"i64-Array"##), - ("bool", r##"bool (Boolescher Typ), kann nur `true` oder `false` sein"##), - ("num", r##"i64: 64-Bit-Integer-Typ, z.B.: 1145"##), - ("datetime-help", r##"Beispiel: +behandelt, was die korrekte Struktur ist."##, + ), + ("num-arr", r##"i64-Array"##), + ( + "bool", + r##"bool (Boolescher Typ), kann nur `true` oder `false` sein"##, + ), + ("num", r##"i64: 64-Bit-Integer-Typ, z.B.: 1145"##), + ( + "datetime-help", + r##"Beispiel: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -2902,12 +3343,21 @@ Diese Option wird nur von `toml` unterstützt. Wenn wir am Ende des Befehls `-t "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Speichern Sie es als ein bestimmtes Format / eine bestimmte Datei, jeweils nur eins."##), - ("get-opts-help", r##"Beispiel 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Speichern Sie es als ein bestimmtes Format / eine bestimmte Datei, jeweils nur eins."##, + ), + ( + "get-opts-help", + r##"Beispiel 1: `get Cargo.toml -k package.name` Beispiel 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Hinweis: Ron hat den echten `Option`-Typ, der entweder `Some(T)` oder `None` ist. +"##, + ), + ( + "none-help", + r##"> Hinweis: Ron hat den echten `Option`-Typ, der entweder `Some(T)` oder `None` ist. > Hier bezieht sich das `--none` auf das Löschen des angegebenen Schlüssels und nicht auf den tatsächlichen `Option`-Typ. Angenommen, test.yml enthält das folgende Tabellenarray: @@ -2938,9 +3388,15 @@ set test.yml -k bin.1 --none Oder benutzen Sie `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Double Precision Floating Point (IEEE 754-2008 Standard), z.B.: 3,14159265359"##), - ("saot-help", r##"> Hinweis: Obwohl über `--saot` nur ein K-V-Paar pro Tabelle erstellt werden kann, können Sie den Index des Tabellenarrays zuerst spezifizieren und dann andere Optionen verwenden, um ihn zu erweitern. +```"##, + ), + ( + "f64", + r##"Double Precision Floating Point (IEEE 754-2008 Standard), z.B.: 3,14159265359"##, + ), + ( + "saot-help", + r##"> Hinweis: Obwohl über `--saot` nur ein K-V-Paar pro Tabelle erstellt werden kann, können Sie den Index des Tabellenarrays zuerst spezifizieren und dann andere Optionen verwenden, um ihn zu erweitern. Beispiel: ```sh @@ -2953,11 +3409,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Setze k-v pair, `--kv x.y.z value` entspricht `-k x.y.z -s value`"##), - ("set-save", r##"Wenn ohne `--to` verwendet, wird die aktuelle Datei überschrieben (geschrieben), wenn aufgerufen."##), - ("array", r##"Zeichenfolgen-Array"##), - ("aot-help", r##"Beispiel: +```"##, + ), + ( + "set-kv", + r##"Setze k-v pair, `--kv x.y.z value` entspricht `-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"Wenn ohne `--to` verwendet, wird die aktuelle Datei überschrieben (geschrieben), wenn aufgerufen."##, + ), + ("array", r##"Zeichenfolgen-Array"##), + ( + "aot-help", + r##"Beispiel: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -2971,8 +3436,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set Wählen Sie zunächst durch Angabe des Schlüssels aus und bearbeiten Sie ihn dann durch Angabe des Werts des Datentyps. @@ -3023,8 +3491,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ``` > Hinweis: Die obigen Beispiele beginnen mit einem Argument (arg) / Unterbefehl (sub-command) und lassen den Namen des Stamm-Befehls weg. In der tatsächlichen Bedienung müssen Sie ihn manuell ergänzen. -"##), - ("num-arr-help", r##"Beispiel: +"##, + ), + ( + "num-arr-help", + r##"Beispiel: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -3035,8 +3506,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"Wenn Sie sich nicht sicher sind, ob Sie die Standardtabelle oder die Inlinetabelle verwenden sollen, dann verwenden Sie die Inlinetabelle! +```"##, + ), + ( + "inline-table-help", + r##"Wenn Sie sich nicht sicher sind, ob Sie die Standardtabelle oder die Inlinetabelle verwenden sollen, dann verwenden Sie die Inlinetabelle! Beispiel: ```sh @@ -3055,9 +3529,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } "codename": "rawhide", "os": "fedora" } -```"##), - ("key", r##"Abfrage des Werts durch den Schlüssel"##), - ("f64-arr-help", r##"Beispiel: +```"##, + ), + ("key", r##"Abfrage des Werts durch den Schlüssel"##), + ( + "f64-arr-help", + r##"Beispiel: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -3084,9 +3561,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"Löschen des angegebenen Schlüssels"##), - ("set-save-to-help", r##"Ähnlich wie das `-t` Argument in dem `conv` Sub-Befehl. Der größte Unterschied besteht darin, dass `-t` im `conv` Sub-Befehl mehrmals aufeinanderfolgend aufgerufen werden kann, um in mehrere Dateiformate / Dateien zu exportieren. +"##, + ), + ("none", r##"Löschen des angegebenen Schlüssels"##), + ( + "set-save-to-help", + r##"Ähnlich wie das `-t` Argument in dem `conv` Sub-Befehl. Der größte Unterschied besteht darin, dass `-t` im `conv` Sub-Befehl mehrmals aufeinanderfolgend aufgerufen werden kann, um in mehrere Dateiformate / Dateien zu exportieren. Während `-t` im `set` Sub-Befehl nur einmal aufgerufen werden kann, um in eine einzelne Datei zu exportieren. > Hinweis: Nach der Umwandlung mit dem `conv` Befehl werden alle Dateiformate ohne Kommentare gespeichert. @@ -3096,15 +3576,36 @@ Während `-t` im `set` Sub-Befehl nur einmal aufgerufen werden kann, um in eine - Wenn Sie -t bereits aufgerufen haben und auch `--save` aufrufen, wird die modifizierte Datei in die von -t angegebene Datei gespeichert. - Wenn sich die Quelldatei von der vom -t angegebenen Datei unterscheidet, verhält sich -t genauso wie der Teil -t von `conv`. Beide ändern den Dateinamen automatisch für Nicht-Konkrete Pfadangaben. - Angenommen from: **test.yml**, to: **json**, wird die Ausgabedatei zu **test.json** und nicht zu **json** umbenannt. - - Wenn Sie diese Funktion nicht benötigen, verwenden Sie bitte `-t ./json` oder `-t $PWD/json`, anstelle von`-t json`."##), - ("preview", r##"Nach Abschluss der Änderungen die gesamte Datei anzeigen"##), - ("set-key", r##"Wähle einen bestimmten Schlüssel (key) aus, indem du "." als Trennzeichen verwendest."##), - ("get-opts", r##"Holen Sie den Wert einer bestimmten Konfiguration"##), - ("saot", r##"Array von Einzel-K-V-Paaren von Tabellen (Verwendung: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"Das Format lautet: "a.b.c", wobei der Name der Untertabelle oder der Array-Index durch "." (halber Punkt) verbunden ist. -Wenn es nur einen "." gibt, wird die gesamte Tabelle aufgelistet"##), - ("set-opts", r##"Erstellen / Aktualisieren / Löschen der Struktur einer Konfigurationsdatei"##), - ("bool-arr-help", r##"Beispiel: + - Wenn Sie diese Funktion nicht benötigen, verwenden Sie bitte `-t ./json` oder `-t $PWD/json`, anstelle von`-t json`."##, + ), + ( + "preview", + r##"Nach Abschluss der Änderungen die gesamte Datei anzeigen"##, + ), + ( + "set-key", + r##"Wähle einen bestimmten Schlüssel (key) aus, indem du "." als Trennzeichen verwendest."##, + ), + ( + "get-opts", + r##"Holen Sie den Wert einer bestimmten Konfiguration"##, + ), + ( + "saot", + r##"Array von Einzel-K-V-Paaren von Tabellen (Verwendung: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"Das Format lautet: "a.b.c", wobei der Name der Untertabelle oder der Array-Index durch "." (halber Punkt) verbunden ist. +Wenn es nur einen "." gibt, wird die gesamte Tabelle aufgelistet"##, + ), + ( + "set-opts", + r##"Erstellen / Aktualisieren / Löschen der Struktur einer Konfigurationsdatei"##, + ), + ( + "bool-arr-help", + r##"Beispiel: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -3116,11 +3617,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"bool-Array"##), - ("table", r##"Standardtabelle zum Speichern von mehreren K-V-Paaren."##), - ("datetime", r##"Datums- und Uhrzeittyp"##), - ("table-help", r##"Beispiel 1: +```"##, + ), + ("bool-arr", r##"bool-Array"##), + ( + "table", + r##"Standardtabelle zum Speichern von mehreren K-V-Paaren."##, + ), + ("datetime", r##"Datums- und Uhrzeittyp"##), + ( + "table-help", + r##"Beispiel 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -3144,10 +3651,13 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"f64-Array"##), - ("string", r##"String (Zeichenfolgentyp)"##), - ("array-help", r##"Verwenden Sie `-a` mehrmals, um Array-Elemente festzulegen. +```"##, + ), + ("f64-arr", r##"f64-Array"##), + ("string", r##"String (Zeichenfolgentyp)"##), + ( + "array-help", + r##"Verwenden Sie `-a` mehrmals, um Array-Elemente festzulegen. Beispiel: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -3158,12 +3668,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Array von Tabellen (Verwendung: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Inline-Tabelle, ähnlich wie eine kompaktere Standard-Tabelle."##), - ("concat-key", r##"Gib den Schlüssel in Abschnitten ein, das Ergebnis wird automatisch zusammengesetzt, ohne "." als Trennzeichen zu verwenden."##), - ], -} +```"##, + ), + ( + "aot", + r##"Array von Tabellen (Verwendung: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Inline-Tabelle, ähnlich wie eine kompaktere Standard-Tabelle."##, + ), + ( + "concat-key", + r##"Gib den Schlüssel in Abschnitten ein, das Ergebnis wird automatisch zusammengesetzt, ohne "." als Trennzeichen zu verwenden."##, + ), + ], + } } /// Language ID: de; @@ -3171,19 +3691,21 @@ array = ["hello", "wonderful", "world"] /// Description: Deutsch, Lateinisch, Deutschland; pub(super) const fn get_de_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"Im Gegensatz zu `-k` spaltet `--ck` nicht automatisch `.`. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"Im Gegensatz zu `-k` spaltet `--ck` nicht automatisch `.`. Für [a.b.c] ist `-k a.b.c` gleichbedeutend mit `--ck a --ck b --ck c`. Für einfache Fälle ist es bequemer, `-k` zu verwenden.  @@ -3209,11 +3731,23 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -behandelt, was die korrekte Struktur ist."##), - ("num-arr", r##"i64-Array"##), - ("bool", r##"bool (Boolescher Typ), kann nur `true` oder `false` sein"##), - ("num", r##"i64: 64-Bit-Integer-Typ, z.B.: 1145"##), - ("datetime-help", r##"Beispiel: +behandelt, was die korrekte Struktur ist."##, + ), + ( + "num-arr", + r##"i64-Array"##, + ), + ( + "bool", + r##"bool (Boolescher Typ), kann nur `true` oder `false` sein"##, + ), + ( + "num", + r##"i64: 64-Bit-Integer-Typ, z.B.: 1145"##, + ), + ( + "datetime-help", + r##"Beispiel: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -3228,12 +3762,21 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Speichern Sie es als ein bestimmtes Format / eine bestimmte Datei, jeweils nur eins."##), - ("get-opts-help", r##"Beispiel 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Speichern Sie es als ein bestimmtes Format / eine bestimmte Datei, jeweils nur eins."##, + ), + ( + "get-opts-help", + r##"Beispiel 1: `get Cargo.toml -k package.name` Beispiel 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Hinweis: Ron hat den echten `Option`-Typ, der entweder `Some(T)` oder `None` ist. +"##, + ), + ( + "none-help", + r##"> Hinweis: Ron hat den echten `Option`-Typ, der entweder `Some(T)` oder `None` ist. > Hier bezieht sich das `--none` auf das Löschen des angegebenen Schlüssels und nicht auf den tatsächlichen `Option`-Typ.  Angenommen, test.yml enthält das folgende Tabellenarray: @@ -3264,9 +3807,15 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap { Oder benutzen Sie `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Double Precision Floating Point (IEEE 754-2008 Standard), z.B.: 3,14159265359"##), - ("saot-help", r##"> Hinweis: Obwohl über `--saot` nur ein K-V-Paar pro Tabelle erstellt werden kann, können Sie den Index des Tabellenarrays zuerst spezifizieren und dann andere Optionen verwenden, um ihn zu erweitern. +```"##, + ), + ( + "f64", + r##"Double Precision Floating Point (IEEE 754-2008 Standard), z.B.: 3,14159265359"##, + ), + ( + "saot-help", + r##"> Hinweis: Obwohl über `--saot` nur ein K-V-Paar pro Tabelle erstellt werden kann, können Sie den Index des Tabellenarrays zuerst spezifizieren und dann andere Optionen verwenden, um ihn zu erweitern.  Beispiel: ```sh @@ -3279,11 +3828,23 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Setze k-v pair, `--kv x.y.z value` entspricht `-k x.y.z -s value`"##), - ("set-save", r##"Wenn ohne `--to` verwendet, wird die aktuelle Datei überschrieben (geschrieben), wenn aufgerufen."##), - ("array", r##"Zeichenfolgen-Array"##), - ("aot-help", r##"Beispiel: +```"##, + ), + ( + "set-kv", + r##"Setze k-v pair, `--kv x.y.z value` entspricht `-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"Wenn ohne `--to` verwendet, wird die aktuelle Datei überschrieben (geschrieben), wenn aufgerufen."##, + ), + ( + "array", + r##"Zeichenfolgen-Array"##, + ), + ( + "aot-help", + r##"Beispiel: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -3297,8 +3858,11 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  Wählen Sie zunächst durch Angabe des Schlüssels aus und bearbeiten Sie ihn dann durch Angabe des Werts des Datentyps.  @@ -3349,8 +3913,11 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap { ```  > Hinweis: Die obigen Beispiele beginnen mit einem Argument (arg) / Unterbefehl (sub-command) und lassen den Namen des Stamm-Befehls weg. In der tatsächlichen Bedienung müssen Sie ihn manuell ergänzen. -"##), - ("num-arr-help", r##"Beispiel: +"##, + ), + ( + "num-arr-help", + r##"Beispiel: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -3361,8 +3928,11 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"Wenn Sie sich nicht sicher sind, ob Sie die Standardtabelle oder die Inlinetabelle verwenden sollen, dann verwenden Sie die Inlinetabelle! +```"##, + ), + ( + "inline-table-help", + r##"Wenn Sie sich nicht sicher sind, ob Sie die Standardtabelle oder die Inlinetabelle verwenden sollen, dann verwenden Sie die Inlinetabelle!  Beispiel: ```sh @@ -3381,9 +3951,15 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap {  "codename": "rawhide",  "os": "fedora" } -```"##), - ("key", r##"Abfrage des Werts durch den Schlüssel"##), - ("f64-arr-help", r##"Beispiel: +```"##, + ), + ( + "key", + r##"Abfrage des Werts durch den Schlüssel"##, + ), + ( + "f64-arr-help", + r##"Beispiel: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -3410,9 +3986,15 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"Löschen des angegebenen Schlüssels"##), - ("set-save-to-help", r##"Ähnlich wie das `-t` Argument in dem `conv` Sub-Befehl. Der größte Unterschied besteht darin, dass `-t` im `conv` Sub-Befehl mehrmals aufeinanderfolgend aufgerufen werden kann, um in mehrere Dateiformate / Dateien zu exportieren. +"##, + ), + ( + "none", + r##"Löschen des angegebenen Schlüssels"##, + ), + ( + "set-save-to-help", + r##"Ähnlich wie das `-t` Argument in dem `conv` Sub-Befehl. Der größte Unterschied besteht darin, dass `-t` im `conv` Sub-Befehl mehrmals aufeinanderfolgend aufgerufen werden kann, um in mehrere Dateiformate / Dateien zu exportieren. Während `-t` im `set` Sub-Befehl nur einmal aufgerufen werden kann, um in eine einzelne Datei zu exportieren.  > Hinweis: Nach der Umwandlung mit dem `conv` Befehl werden alle Dateiformate ohne Kommentare gespeichert. @@ -3422,15 +4004,36 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap { - Wenn Sie -t bereits aufgerufen haben und auch `--save` aufrufen, wird die modifizierte Datei in die von -t angegebene Datei gespeichert. - Wenn sich die Quelldatei von der vom -t angegebenen Datei unterscheidet, verhält sich -t genauso wie der Teil -t von `conv`. Beide ändern den Dateinamen automatisch für Nicht-Konkrete Pfadangaben.  - Angenommen from: **test.yml**, to: **json**, wird die Ausgabedatei zu **test.json** und nicht zu **json** umbenannt. - - Wenn Sie diese Funktion nicht benötigen, verwenden Sie bitte `-t ./json` oder `-t $PWD/json`, anstelle von`-t json`."##), - ("preview", r##"Nach Abschluss der Änderungen die gesamte Datei anzeigen"##), - ("set-key", r##"Wähle einen bestimmten Schlüssel (key) aus, indem du "." als Trennzeichen verwendest."##), - ("get-opts", r##"Holen Sie den Wert einer bestimmten Konfiguration"##), - ("saot", r##"Array von Einzel-K-V-Paaren von Tabellen (Verwendung: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"Das Format lautet: "a.b.c", wobei der Name der Untertabelle oder der Array-Index durch "." (halber Punkt) verbunden ist. -Wenn es nur einen "." gibt, wird die gesamte Tabelle aufgelistet"##), - ("set-opts", r##"Erstellen / Aktualisieren / Löschen der Struktur einer Konfigurationsdatei"##), - ("bool-arr-help", r##"Beispiel: + - Wenn Sie diese Funktion nicht benötigen, verwenden Sie bitte `-t ./json` oder `-t $PWD/json`, anstelle von`-t json`."##, + ), + ( + "preview", + r##"Nach Abschluss der Änderungen die gesamte Datei anzeigen"##, + ), + ( + "set-key", + r##"Wähle einen bestimmten Schlüssel (key) aus, indem du "." als Trennzeichen verwendest."##, + ), + ( + "get-opts", + r##"Holen Sie den Wert einer bestimmten Konfiguration"##, + ), + ( + "saot", + r##"Array von Einzel-K-V-Paaren von Tabellen (Verwendung: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"Das Format lautet: "a.b.c", wobei der Name der Untertabelle oder der Array-Index durch "." (halber Punkt) verbunden ist. +Wenn es nur einen "." gibt, wird die gesamte Tabelle aufgelistet"##, + ), + ( + "set-opts", + r##"Erstellen / Aktualisieren / Löschen der Struktur einer Konfigurationsdatei"##, + ), + ( + "bool-arr-help", + r##"Beispiel: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -3442,11 +4045,23 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"bool-Array"##), - ("table", r##"Standardtabelle zum Speichern von mehreren K-V-Paaren."##), - ("datetime", r##"Datums- und Uhrzeittyp"##), - ("table-help", r##"Beispiel 1: +```"##, + ), + ( + "bool-arr", + r##"bool-Array"##, + ), + ( + "table", + r##"Standardtabelle zum Speichern von mehreren K-V-Paaren."##, + ), + ( + "datetime", + r##"Datums- und Uhrzeittyp"##, + ), + ( + "table-help", + r##"Beispiel 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -3470,10 +4085,19 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"f64-Array"##), - ("string", r##"String (Zeichenfolgentyp)"##), - ("array-help", r##"Verwenden Sie `-a` mehrmals, um Array-Elemente festzulegen. +```"##, + ), + ( + "f64-arr", + r##"f64-Array"##, + ), + ( + "string", + r##"String (Zeichenfolgentyp)"##, + ), + ( + "array-help", + r##"Verwenden Sie `-a` mehrmals, um Array-Elemente festzulegen. Beispiel: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -3484,12 +4108,22 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Array von Tabellen (Verwendung: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Inline-Tabelle, ähnlich wie eine kompaktere Standard-Tabelle."##), - ("concat-key", r##"Gib den Schlüssel in Abschnitten ein, das Ergebnis wird automatisch zusammengesetzt, ohne "." als Trennzeichen zu verwenden."##), - ], -} +```"##, + ), + ( + "aot", + r##"Array von Tabellen (Verwendung: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Inline-Tabelle, ähnlich wie eine kompaktere Standard-Tabelle."##, + ), + ( + "concat-key", + r##"Gib den Schlüssel in Abschnitten ein, das Ergebnis wird automatisch zusammengesetzt, ohne "." als Trennzeichen zu verwenden."##, + ), + ], + } } /// Language ID: de; @@ -3505,14 +4139,13 @@ pub(super) const fn get_de_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_de_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"Das folgende ist die stderr-Ausgabe. Wenn Sie die Ausgabe des Autovervollständigungsskripts umleiten möchten, sollten Sie `>/path/to/file` anstelle von `2>/path/to/file` verwenden."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"Das folgende ist die stderr-Ausgabe. Wenn Sie die Ausgabe des Autovervollständigungsskripts umleiten möchten, sollten Sie `>/path/to/file` anstelle von `2>/path/to/file` verwenden."##, + )], + } } /// Language ID: de; @@ -3528,36 +4161,29 @@ pub(super) const fn get_de_map_parser() -> L10nMap { /// ``` pub(super) const fn get_de_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Ungültiger Themenname"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Ungültiger Themenname"##)], + } } /// de: Deutsch, Lateinisch, Deutschland pub(super) const fn get_de_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_de_map_args), - ("conv_md", get_de_map_conv_md), - ("parser", get_de_map_parser), - ("opt_md", get_de_map_opt_md), - ("args_md", get_de_map_args_md), - ("opt", get_de_map_opt), - ("log-core", get_de_map_log_core), - ("conv", get_de_map_conv), - ("theme", get_de_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_de_map_args), + ("conv_md", get_de_map_conv_md), + ("parser", get_de_map_parser), + ("opt_md", get_de_map_opt_md), + ("args_md", get_de_map_args_md), + ("opt", get_de_map_opt), + ("log-core", get_de_map_log_core), + ("conv", get_de_map_conv), + ("theme", get_de_map_theme), + ], + } } /// Language ID: el; @@ -3573,20 +4199,17 @@ pub(super) const fn get_de_map() -> SubLocaleMap { /// ``` pub(super) const fn get_el_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"σφαλμάτων"##), - ("warn", r##"προειδοποιήστε"##), - ("info", r##"Πληροφορίες"##), - ("error", r##"Σφάλμα"##), - ("trace", r##"ίχνος"##), - ("init-logger", r##"Αρχικοποίηση του καταγραφέα ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"σφαλμάτων"##), + ("warn", r##"προειδοποιήστε"##), + ("info", r##"Πληροφορίες"##), + ("error", r##"Σφάλμα"##), + ("trace", r##"ίχνος"##), + ("init-logger", r##"Αρχικοποίηση του καταγραφέα ..."##), + ], + } } /// Language ID: el; @@ -3602,32 +4225,54 @@ pub(super) const fn get_el_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_el_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Αρχείο συλλογής προσαρμοσμένων θεμάτων, χρειάζεται επίσης να καθορίσετε το όνομα του θέματος με το `--theme`"##), - ("shell-completion", r##"Δημιουργεί ένα σενάριο συμπλήρωσης για το shell"##), - ("theme-file-help", r##"Υποστηριζόμενη μορφή αρχείων είναι δυαδικά δεδομένα τα οποία έχουν δημιουργηθεί με την εντολή `syntect` της βιβλιοθήκης Rust Crate. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Αρχείο συλλογής προσαρμοσμένων θεμάτων, χρειάζεται επίσης να καθορίσετε το όνομα του θέματος με το `--theme`"##, + ), + ( + "shell-completion", + r##"Δημιουργεί ένα σενάριο συμπλήρωσης για το shell"##, + ), + ( + "theme-file-help", + r##"Υποστηριζόμενη μορφή αρχείων είναι δυαδικά δεδομένα τα οποία έχουν δημιουργηθεί με την εντολή `syntect` της βιβλιοθήκης Rust Crate. Βασικά, αυτά τα θέματα είναι θέματα της παλιάς έκδοσης του Sublime. -Εάν δεν καθοριστεί το `--tf`, τότε διαβάζεται η τιμή της μεταβλητής περιβάλλοντος `$TOMLYRE_THEME_FILE`."##), - ("from-format", r##"Χειροκίνητη καθορισή της μορφής αρχείου προέλευσης (αυτόματη ανίχνευση αν δεν καθοριστεί)"##), - ("disable-theme-background", r##"Απενεργοποίηση φόντου θέματος (προεπιλογή είναι η ενεργοποίηση, εάν χρησιμοποιηθεί η επιλογή `--dis-theme-bg`, τότε απενεργοποιείται)"##), - ("theme-uncompressed-file-help", r##"> Η μη συμπιεσμένη έκδοση έχει προτεραιότητα από τη συμπιεσμένη. - -Εάν δεν καθοριστεί το `--tuf`, τότε διαβάζεται η τιμή της μεταβλητής περιβάλλοντος `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"Εάν δεν καθοριστεί το `--dis-theme-bg`, τότε διαβάζεται η τιμή της μεταβλητής περιβάλλοντος `$TOMLYRE_THEME_BG`. +Εάν δεν καθοριστεί το `--tf`, τότε διαβάζεται η τιμή της μεταβλητής περιβάλλοντος `$TOMLYRE_THEME_FILE`."##, + ), + ( + "from-format", + r##"Χειροκίνητη καθορισή της μορφής αρχείου προέλευσης (αυτόματη ανίχνευση αν δεν καθοριστεί)"##, + ), + ( + "disable-theme-background", + r##"Απενεργοποίηση φόντου θέματος (προεπιλογή είναι η ενεργοποίηση, εάν χρησιμοποιηθεί η επιλογή `--dis-theme-bg`, τότε απενεργοποιείται)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Η μη συμπιεσμένη έκδοση έχει προτεραιότητα από τη συμπιεσμένη. + +Εάν δεν καθοριστεί το `--tuf`, τότε διαβάζεται η τιμή της μεταβλητής περιβάλλοντος `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"Εάν δεν καθοριστεί το `--dis-theme-bg`, τότε διαβάζεται η τιμή της μεταβλητής περιβάλλοντος `$TOMLYRE_THEME_BG`. Εάν αυτή η τιμή είναι false, τότε η απενεργοποίηση γίνεται ως εξής: ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Παρόμοιο με το `theme-file`, αλλά απαιτεί μη συμπιεσμένα δεδομένα dump (αρχείο)"##), - ("shell-completion-help", r##"Πρέπει να καθορίσετε χειροκίνητα το όνομα του shell που χρησιμοποιείτε, προκειμένου να δημιουργήσετε ένα σενάριο συμπλήρωσης. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Παρόμοιο με το `theme-file`, αλλά απαιτεί μη συμπιεσμένα δεδομένα dump (αρχείο)"##, + ), + ( + "shell-completion-help", + r##"Πρέπει να καθορίσετε χειροκίνητα το όνομα του shell που χρησιμοποιείτε, προκειμένου να δημιουργήσετε ένα σενάριο συμπλήρωσης. Για παράδειγμα, για το powershell σε Windows, μπορείτε να χρησιμοποιήσετε: ```pwsh @@ -3652,18 +4297,27 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre ```zsh fpath=(~/.local/share/zsh/completions $fpath) ``` -"##), - ("from-format-help", r##"Όταν διαβάζεται είσοδος από το stdin, για παράδειγμα: `cat a | tomlyre conv -`, προσπαθεί αυτόματα να ανιχνεύσει τη μορφή του αρχείου. +"##, + ), + ( + "from-format-help", + r##"Όταν διαβάζεται είσοδος από το stdin, για παράδειγμα: `cat a | tomlyre conv -`, προσπαθεί αυτόματα να ανιχνεύσει τη μορφή του αρχείου. Ωστόσο, η αυτόματη ανίχνευση μπορεί να αποτύχει, οπότε απαιτείται η χειροκίνητη καθορισή της μορφής. -Παράδειγμα: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Όταν χρησιμοποιείται μόνο το `--ts` παράμετρος, εμφανίζεται η λίστα των ενσωματωμένων συλλογών στυλ. +Παράδειγμα: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Όταν χρησιμοποιείται μόνο το `--ts` παράμετρος, εμφανίζεται η λίστα των ενσωματωμένων συλλογών στυλ. Εκτός από το markdown, το οποίο μπορεί να συντομευθεί σε md, για όλα τα άλλα στυλ πρέπει να χρησιμοποιείτε το πλήρες όνομα. Παράδειγμα χρήσης 1: `--ts md` Παράδειγμα χρήσης 2: `--table-style ascii` -Σημείωση: Το παρόν δεν υποστηρίζει την ανάγνωση συλλογών **στυλ πινάκων** από αρχεία. Εάν χρειάζεστε αυτήν τη λειτουργία ή άλλες πρόσθετες λειτουργίες, μπορείτε να υποβάλλετε ένα issue για ανατροφοδότηση."##), - ("table-style", r##"Καθορίζει το στυλ του πίνακα"##), - ("theme-help", r##"Όταν χρησιμοποιείται μόνο η επιλογή `-t`, θα εμφανίζονται τα διαθέσιμα θέματα. +Σημείωση: Το παρόν δεν υποστηρίζει την ανάγνωση συλλογών **στυλ πινάκων** από αρχεία. Εάν χρειάζεστε αυτήν τη λειτουργία ή άλλες πρόσθετες λειτουργίες, μπορείτε να υποβάλλετε ένα issue για ανατροφοδότηση."##, + ), + ("table-style", r##"Καθορίζει το στυλ του πίνακα"##), + ( + "theme-help", + r##"Όταν χρησιμοποιείται μόνο η επιλογή `-t`, θα εμφανίζονται τα διαθέσιμα θέματα. Εάν δεν καθοριστεί το αρχείο θέματος, θα χρησιμοποιηθεί η προεπιλεγμένη συλλογή θεμάτων. Για παράδειγμα, εάν υπάρχει ένα θέμα με το όνομα **ayu-dark**, μπορείτε να χρησιμοποιήσετε την `-t ayu-dark` για να χρησιμοποιήσετε αυτό το θέμα. Εάν το όνομα του θέματος περιέχει κενά, χρησιμοποιήστε αποστρόφους ή εισαγωγικά για να το περικλείσετε. @@ -3689,10 +4343,14 @@ TOMLYRE_THEME="Monokai Extended" tomlyre --help tomlyre -t "Monokai Extended" get test.toml ``` -Για τα περιεχόμενα που παράγονται από εντολές όπως `conv/get/set`, η προτεραιότητα δίνεται στο θέμα που καθορίζεται από την επιλογή `-t`. Εάν δε δοθεί η επιλογή `-t`, χρησιμοποιείται η μεταβλητή περιβάλλοντος. Εάν η μεταβλητή περιβάλλοντος δεν έχει τιμή, χρησιμοποιείται το θέμα **Monokai Extended**."##), - ("theme", r##"Καθορίζει το όνομα του θέματος για την επισήμανση του συντακτικού. Αν δεν καθοριστεί, θα χρησιμοποιηθεί το προεπιλεγμένο θέμα."##), - ], -} +Για τα περιεχόμενα που παράγονται από εντολές όπως `conv/get/set`, η προτεραιότητα δίνεται στο θέμα που καθορίζεται από την επιλογή `-t`. Εάν δε δοθεί η επιλογή `-t`, χρησιμοποιείται η μεταβλητή περιβάλλοντος. Εάν η μεταβλητή περιβάλλοντος δεν έχει τιμή, χρησιμοποιείται το θέμα **Monokai Extended**."##, + ), + ( + "theme", + r##"Καθορίζει το όνομα του θέματος για την επισήμανση του συντακτικού. Αν δεν καθοριστεί, θα χρησιμοποιηθεί το προεπιλεγμένο θέμα."##, + ), + ], + } } /// Language ID: el; @@ -3700,32 +4358,54 @@ tomlyre -t "Monokai Extended" get test.toml /// Description: Ελληνικά, Ελληνικό, Ελλάδα; pub(super) const fn get_el_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Αρχείο συλλογής προσαρμοσμένων θεμάτων, χρειάζεται επίσης να καθορίσετε το όνομα του θέματος με το `--theme`"##), - ("shell-completion", r##"Δημιουργεί ένα σενάριο συμπλήρωσης για το shell"##), - ("theme-file-help", r##"Υποστηριζόμενη μορφή αρχείων είναι δυαδικά δεδομένα τα οποία έχουν δημιουργηθεί με την εντολή `syntect` της βιβλιοθήκης Rust Crate. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Αρχείο συλλογής προσαρμοσμένων θεμάτων, χρειάζεται επίσης να καθορίσετε το όνομα του θέματος με το `--theme`"##, + ), + ( + "shell-completion", + r##"Δημιουργεί ένα σενάριο συμπλήρωσης για το shell"##, + ), + ( + "theme-file-help", + r##"Υποστηριζόμενη μορφή αρχείων είναι δυαδικά δεδομένα τα οποία έχουν δημιουργηθεί με την εντολή `syntect` της βιβλιοθήκης Rust Crate. Βασικά, αυτά τα θέματα είναι θέματα της παλιάς έκδοσης του Sublime. -Εάν δεν καθοριστεί το `--tf`, τότε διαβάζεται η τιμή της μεταβλητής περιβάλλοντος `$TOMLYRE_THEME_FILE`."##), - ("from-format", r##"Χειροκίνητη καθορισή της μορφής αρχείου προέλευσης (αυτόματη ανίχνευση αν δεν καθοριστεί)"##), - ("disable-theme-background", r##"Απενεργοποίηση φόντου θέματος (προεπιλογή είναι η ενεργοποίηση, εάν χρησιμοποιηθεί η επιλογή `--dis-theme-bg`, τότε απενεργοποιείται)"##), - ("theme-uncompressed-file-help", r##"> Η μη συμπιεσμένη έκδοση έχει προτεραιότητα από τη συμπιεσμένη. - -Εάν δεν καθοριστεί το `--tuf`, τότε διαβάζεται η τιμή της μεταβλητής περιβάλλοντος `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"Εάν δεν καθοριστεί το `--dis-theme-bg`, τότε διαβάζεται η τιμή της μεταβλητής περιβάλλοντος `$TOMLYRE_THEME_BG`. +Εάν δεν καθοριστεί το `--tf`, τότε διαβάζεται η τιμή της μεταβλητής περιβάλλοντος `$TOMLYRE_THEME_FILE`."##, + ), + ( + "from-format", + r##"Χειροκίνητη καθορισή της μορφής αρχείου προέλευσης (αυτόματη ανίχνευση αν δεν καθοριστεί)"##, + ), + ( + "disable-theme-background", + r##"Απενεργοποίηση φόντου θέματος (προεπιλογή είναι η ενεργοποίηση, εάν χρησιμοποιηθεί η επιλογή `--dis-theme-bg`, τότε απενεργοποιείται)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Η μη συμπιεσμένη έκδοση έχει προτεραιότητα από τη συμπιεσμένη. + +Εάν δεν καθοριστεί το `--tuf`, τότε διαβάζεται η τιμή της μεταβλητής περιβάλλοντος `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"Εάν δεν καθοριστεί το `--dis-theme-bg`, τότε διαβάζεται η τιμή της μεταβλητής περιβάλλοντος `$TOMLYRE_THEME_BG`.  Εάν αυτή η τιμή είναι false, τότε η απενεργοποίηση γίνεται ως εξής:  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Παρόμοιο με το `theme-file`, αλλά απαιτεί μη συμπιεσμένα δεδομένα dump (αρχείο)"##), - ("shell-completion-help", r##"Πρέπει να καθορίσετε χειροκίνητα το όνομα του shell που χρησιμοποιείτε, προκειμένου να δημιουργήσετε ένα σενάριο συμπλήρωσης. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Παρόμοιο με το `theme-file`, αλλά απαιτεί μη συμπιεσμένα δεδομένα dump (αρχείο)"##, + ), + ( + "shell-completion-help", + r##"Πρέπει να καθορίσετε χειροκίνητα το όνομα του shell που χρησιμοποιείτε, προκειμένου να δημιουργήσετε ένα σενάριο συμπλήρωσης. Για παράδειγμα, για το powershell σε Windows, μπορείτε να χρησιμοποιήσετε:  ```pwsh @@ -3750,18 +4430,30 @@ pub(super) const fn get_el_map_args_md() -> L10nMap { ```zsh fpath=(~/.local/share/zsh/completions $fpath) ``` -"##), - ("from-format-help", r##"Όταν διαβάζεται είσοδος από το stdin, για παράδειγμα: `cat a | tomlyre conv -`, προσπαθεί αυτόματα να ανιχνεύσει τη μορφή του αρχείου. +"##, + ), + ( + "from-format-help", + r##"Όταν διαβάζεται είσοδος από το stdin, για παράδειγμα: `cat a | tomlyre conv -`, προσπαθεί αυτόματα να ανιχνεύσει τη μορφή του αρχείου. Ωστόσο, η αυτόματη ανίχνευση μπορεί να αποτύχει, οπότε απαιτείται η χειροκίνητη καθορισή της μορφής. -Παράδειγμα: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Όταν χρησιμοποιείται μόνο το `--ts` παράμετρος, εμφανίζεται η λίστα των ενσωματωμένων συλλογών στυλ. +Παράδειγμα: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Όταν χρησιμοποιείται μόνο το `--ts` παράμετρος, εμφανίζεται η λίστα των ενσωματωμένων συλλογών στυλ. Εκτός από το markdown, το οποίο μπορεί να συντομευθεί σε md, για όλα τα άλλα στυλ πρέπει να χρησιμοποιείτε το πλήρες όνομα. Παράδειγμα χρήσης 1: `--ts md` Παράδειγμα χρήσης 2: `--table-style ascii`  -Σημείωση: Το παρόν δεν υποστηρίζει την ανάγνωση συλλογών **στυλ πινάκων** από αρχεία. Εάν χρειάζεστε αυτήν τη λειτουργία ή άλλες πρόσθετες λειτουργίες, μπορείτε να υποβάλλετε ένα issue για ανατροφοδότηση."##), - ("table-style", r##"Καθορίζει το στυλ του πίνακα"##), - ("theme-help", r##"Όταν χρησιμοποιείται μόνο η επιλογή `-t`, θα εμφανίζονται τα διαθέσιμα θέματα. +Σημείωση: Το παρόν δεν υποστηρίζει την ανάγνωση συλλογών **στυλ πινάκων** από αρχεία. Εάν χρειάζεστε αυτήν τη λειτουργία ή άλλες πρόσθετες λειτουργίες, μπορείτε να υποβάλλετε ένα issue για ανατροφοδότηση."##, + ), + ( + "table-style", + r##"Καθορίζει το στυλ του πίνακα"##, + ), + ( + "theme-help", + r##"Όταν χρησιμοποιείται μόνο η επιλογή `-t`, θα εμφανίζονται τα διαθέσιμα θέματα. Εάν δεν καθοριστεί το αρχείο θέματος, θα χρησιμοποιηθεί η προεπιλεγμένη συλλογή θεμάτων. Για παράδειγμα, εάν υπάρχει ένα θέμα με το όνομα **ayu-dark**, μπορείτε να χρησιμοποιήσετε την `-t ayu-dark` για να χρησιμοποιήσετε αυτό το θέμα. Εάν το όνομα του θέματος περιέχει κενά, χρησιμοποιήστε αποστρόφους ή εισαγωγικά για να το περικλείσετε. @@ -3787,10 +4479,14 @@ pub(super) const fn get_el_map_args_md() -> L10nMap { tomlyre -t "Monokai Extended" get test.toml ```  -Για τα περιεχόμενα που παράγονται από εντολές όπως `conv/get/set`, η προτεραιότητα δίνεται στο θέμα που καθορίζεται από την επιλογή `-t`. Εάν δε δοθεί η επιλογή `-t`, χρησιμοποιείται η μεταβλητή περιβάλλοντος. Εάν η μεταβλητή περιβάλλοντος δεν έχει τιμή, χρησιμοποιείται το θέμα **Monokai Extended**."##), - ("theme", r##"Καθορίζει το όνομα του θέματος για την επισήμανση του συντακτικού. Αν δεν καθοριστεί, θα χρησιμοποιηθεί το προεπιλεγμένο θέμα."##), - ], -} +Για τα περιεχόμενα που παράγονται από εντολές όπως `conv/get/set`, η προτεραιότητα δίνεται στο θέμα που καθορίζεται από την επιλογή `-t`. Εάν δε δοθεί η επιλογή `-t`, χρησιμοποιείται η μεταβλητή περιβάλλοντος. Εάν η μεταβλητή περιβάλλοντος δεν έχει τιμή, χρησιμοποιείται το θέμα **Monokai Extended**."##, + ), + ( + "theme", + r##"Καθορίζει το όνομα του θέματος για την επισήμανση του συντακτικού. Αν δεν καθοριστεί, θα χρησιμοποιηθεί το προεπιλεγμένο θέμα."##, + ), + ], + } } /// Language ID: el; @@ -3806,16 +4502,25 @@ pub(super) const fn get_el_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_el_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Μετατροπή μεταξύ των μορφών αρχείων, όπως toml, yaml, json και ron"##), - ("from", r##"Υποδεικνύει το αρχείο εισόδου"##), - ("conv-to", r##"Δηλώνει τη μορφή/αρχείο εξόδου. Υποστηρίζει πολλαπλές κλήσεις"##), - ("save", r##"Όταν καλείται αυτή η επιλογή, το αρχείο που καθορίζεται από το `--to` θα αποθηκεύεται"##), - ("conv-to-help", r##"Αν υπάρχει ήδη στον τρέχον φάκελο ένα αρχείο **test.json**, μπορείτε να το μετατρέψετε σε yml (yaml) καλώντας `conv test.json -t yml`, + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Μετατροπή μεταξύ των μορφών αρχείων, όπως toml, yaml, json και ron"##, + ), + ("from", r##"Υποδεικνύει το αρχείο εισόδου"##), + ( + "conv-to", + r##"Δηλώνει τη μορφή/αρχείο εξόδου. Υποστηρίζει πολλαπλές κλήσεις"##, + ), + ( + "save", + r##"Όταν καλείται αυτή η επιλογή, το αρχείο που καθορίζεται από το `--to` θα αποθηκεύεται"##, + ), + ( + "conv-to-help", + r##"Αν υπάρχει ήδη στον τρέχον φάκελο ένα αρχείο **test.json**, μπορείτε να το μετατρέψετε σε yml (yaml) καλώντας `conv test.json -t yml`, ή να καθορίσετε χειροκίνητα τη διαδρομή του αρχείου έξοδου, βάζοντας για παράδειγμα `conv test.json -t /tmp/test.yml`. Οι μορφές που υποστηρίζονται εξαρτώνται από τις λειτουργίες που ενεργοποιούνται σε αυτό το πακέτο και δεν θα είναι όλες οι λειτουργίες ενεργοποιημένες από προεπιλογή. @@ -3828,9 +4533,10 @@ pub(super) const fn get_el_map_conv() -> L10nMap { Εάν δεν χρειάζεστε αυτήν τη λειτουργία, χρησιμοποιήστε την πλήρη (όχι κατάλογο) διαδρομή του αρχείου, π.χ. `-t /tmp/xx.toml` αντί για `-t /tmp/`. - 2. Όταν δεν καλείται το `--save`, το καθορισμένο αρχείο δεν αποθηκεύεται αυτόματα. - 3. Όταν καλείται το `--save`, η είσοδος και η έξοδος της υποεντολής conv δεν μπορούν να είναι το ίδιο αρχείο. -- 4. Τα σχόλια δεν διατηρούνται στο εξαγόμενο αρχείο."##), - ], -} +- 4. Τα σχόλια δεν διατηρούνται στο εξαγόμενο αρχείο."##, + ), + ], + } } /// Language ID: el; @@ -3838,16 +4544,28 @@ pub(super) const fn get_el_map_conv() -> L10nMap { /// Description: Ελληνικά, Ελληνικό, Ελλάδα; pub(super) const fn get_el_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Μετατροπή μεταξύ των μορφών αρχείων, όπως toml, yaml, json και ron"##), - ("from", r##"Υποδεικνύει το αρχείο εισόδου"##), - ("conv-to", r##"Δηλώνει τη μορφή/αρχείο εξόδου. Υποστηρίζει πολλαπλές κλήσεις"##), - ("save", r##"Όταν καλείται αυτή η επιλογή, το αρχείο που καθορίζεται από το `--to` θα αποθηκεύεται"##), - ("conv-to-help", r##"Αν υπάρχει ήδη στον τρέχον φάκελο ένα αρχείο **test.json**, μπορείτε να το μετατρέψετε σε yml (yaml) καλώντας `conv test.json -t yml`, + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Μετατροπή μεταξύ των μορφών αρχείων, όπως toml, yaml, json και ron"##, + ), + ( + "from", + r##"Υποδεικνύει το αρχείο εισόδου"##, + ), + ( + "conv-to", + r##"Δηλώνει τη μορφή/αρχείο εξόδου. Υποστηρίζει πολλαπλές κλήσεις"##, + ), + ( + "save", + r##"Όταν καλείται αυτή η επιλογή, το αρχείο που καθορίζεται από το `--to` θα αποθηκεύεται"##, + ), + ( + "conv-to-help", + r##"Αν υπάρχει ήδη στον τρέχον φάκελο ένα αρχείο **test.json**, μπορείτε να το μετατρέψετε σε yml (yaml) καλώντας `conv test.json -t yml`, ή να καθορίσετε χειροκίνητα τη διαδρομή του αρχείου έξοδου, βάζοντας για παράδειγμα `conv test.json -t /tmp/test.yml`.  Οι μορφές που υποστηρίζονται εξαρτώνται από τις λειτουργίες που ενεργοποιούνται σε αυτό το πακέτο και δεν θα είναι όλες οι λειτουργίες ενεργοποιημένες από προεπιλογή. @@ -3860,9 +4578,10 @@ pub(super) const fn get_el_map_conv_md() -> L10nMap {  Εάν δεν χρειάζεστε αυτήν τη λειτουργία, χρησιμοποιήστε την πλήρη (όχι κατάλογο) διαδρομή του αρχείου, π.χ. `-t /tmp/xx.toml` αντί για `-t /tmp/`. - 2. Όταν δεν καλείται το `--save`, το καθορισμένο αρχείο δεν αποθηκεύεται αυτόματα. - 3. Όταν καλείται το `--save`, η είσοδος και η έξοδος της υποεντολής conv δεν μπορούν να είναι το ίδιο αρχείο. -- 4. Τα σχόλια δεν διατηρούνται στο εξαγόμενο αρχείο."##), - ], -} +- 4. Τα σχόλια δεν διατηρούνται στο εξαγόμενο αρχείο."##, + ), + ], + } } /// Language ID: el; @@ -3878,19 +4597,21 @@ pub(super) const fn get_el_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_el_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"Η διαφορά με το `-k` είναι ότι το `--ck` δεν θα διαχωρίσει αυτόματα το κλειδί στα ".". + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"Η διαφορά με το `-k` είναι ότι το `--ck` δεν θα διαχωρίσει αυτόματα το κλειδί στα ".". Για παράδειγμα, για το [a.b.c], το `-k a.b.c` και το `--ck a --ck b --ck c` είναι ισοδύναμα. Σε απλές περιπτώσεις, το `-k` είναι πιο εύχρηστο. @@ -3916,11 +4637,20 @@ pub(super) const fn get_el_map_opt() -> L10nMap { - "[typescript]" - "editor.defaultFormatter" -Αυτό το δεύτερο είναι το σωστό σχήμα."##), - ("num-arr", r##"Πίνακας ακεραίων i64"##), - ("bool", r##"bool (λογικός τύπος), μπορεί να είναι μόνο `true` ή `false`"##), - ("num", r##"i64: 64bit ακέραιος τύπος, για παράδειγμα: 1145"##), - ("datetime-help", r##"Παράδειγμα: +Αυτό το δεύτερο είναι το σωστό σχήμα."##, + ), + ("num-arr", r##"Πίνακας ακεραίων i64"##), + ( + "bool", + r##"bool (λογικός τύπος), μπορεί να είναι μόνο `true` ή `false`"##, + ), + ( + "num", + r##"i64: 64bit ακέραιος τύπος, για παράδειγμα: 1145"##, + ), + ( + "datetime-help", + r##"Παράδειγμα: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -3935,12 +4665,21 @@ time = 2023-04-16T09:14:44Z "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Αποθηκεύει σε συγκεκριμένο φορμάτ/αρχείο, μόνο ένα αρχείο μπορεί να αποθηκευτεί κάθε φορά."##), - ("get-opts-help", r##"Παράδειγμα χρήσης 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Αποθηκεύει σε συγκεκριμένο φορμάτ/αρχείο, μόνο ένα αρχείο μπορεί να αποθηκευτεί κάθε φορά."##, + ), + ( + "get-opts-help", + r##"Παράδειγμα χρήσης 1: `get Cargo.toml -k package.name` Παράδειγμα χρήσης 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Σημείωση: το ron διαθέτει πραγματικό τύπο `Option` με τιμές `Some(T)` ή `None` +"##, + ), + ( + "none-help", + r##"> Σημείωση: το ron διαθέτει πραγματικό τύπο `Option` με τιμές `Some(T)` ή `None` > Η παράμετρος `--none` αφορά τη διαγραφή ενός κλειδιού (key), όχι το πραγματικό τύπο `Option`. Ας υποθέσουμε ότι η ακόλουθη λίστα πινάκων υπάρχει στο `test.yml`: @@ -3971,9 +4710,15 @@ set test.yml -k bin.1 --none Ή μπορούμε να χρησιμοποιήσουμε την παράμετρο `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Διπλής ακρίβειας κινητής υποδιαστολής (IEEE 754-2008 πρότυπο), για παράδειγμα: 3.14159265359"##), - ("saot-help", r##"> Σημείωση: αν και μόνο μία τιμή K-V μπορεί να οριστεί με την παράμετρο `--saot`, μπορείτε να ορίσετε το δείκτη του πίνακα χρησιμοποιώντας άλλες επιλογές. +```"##, + ), + ( + "f64", + r##"Διπλής ακρίβειας κινητής υποδιαστολής (IEEE 754-2008 πρότυπο), για παράδειγμα: 3.14159265359"##, + ), + ( + "saot-help", + r##"> Σημείωση: αν και μόνο μία τιμή K-V μπορεί να οριστεί με την παράμετρο `--saot`, μπορείτε να ορίσετε το δείκτη του πίνακα χρησιμοποιώντας άλλες επιλογές. Παράδειγμα: ```sh @@ -3986,11 +4731,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Ορισμός ζεύγους κλειδιού-τιμής (k-v),`--kv x.y.z value` αντιστοιχεί σε `-k x.y.z -s value`"##), - ("set-save", r##"Εάν καλεστεί χωρίς τη συνοδευτική επιλογή `--to`, αντικαθιστά (overwrite) το τρέχον αρχείο"##), - ("array", r##"Πίνακας συμβολοσειρών (string array)"##), - ("aot-help", r##"Παράδειγμα: +```"##, + ), + ( + "set-kv", + r##"Ορισμός ζεύγους κλειδιού-τιμής (k-v),`--kv x.y.z value` αντιστοιχεί σε `-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"Εάν καλεστεί χωρίς τη συνοδευτική επιλογή `--to`, αντικαθιστά (overwrite) το τρέχον αρχείο"##, + ), + ("array", r##"Πίνακας συμβολοσειρών (string array)"##), + ( + "aot-help", + r##"Παράδειγμα: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -4004,8 +4758,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set Επιλέξτε μία ρύθμιση με βάση το κλειδί και μετά τροποποιήστε την χρησιμοποιώντας μία τιμή της δοθείσας περίπτωσης. @@ -4056,8 +4813,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -> Σημείωση: Οι παραπάνω παραδείγματα ξεκινούν με όρους (argument)/ υπο-εντολές (sub-command) και παραλείπουν το όνομα της βασικής εντολής, στην πραγματικότητα θα πρέπει να προσθέσετε το όνομα αυτό χειροκίνητα."##), - ("num-arr-help", r##"Παράδειγμα: +> Σημείωση: Οι παραπάνω παραδείγματα ξεκινούν με όρους (argument)/ υπο-εντολές (sub-command) και παραλείπουν το όνομα της βασικής εντολής, στην πραγματικότητα θα πρέπει να προσθέσετε το όνομα αυτό χειροκίνητα."##, + ), + ( + "num-arr-help", + r##"Παράδειγμα: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -4068,8 +4828,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"Παράδειγμα: +```"##, + ), + ( + "inline-table-help", + r##"Παράδειγμα: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -4086,9 +4849,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } "codename": "rawhide", "os": "fedora" } -```"##), - ("key", r##"Αναζήτηση της τιμής με βάση το κλειδί"##), - ("f64-arr-help", r##"Παράδειγμα: +```"##, + ), + ("key", r##"Αναζήτηση της τιμής με βάση το κλειδί"##), + ( + "f64-arr-help", + r##"Παράδειγμα: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -4113,9 +4879,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"Διαγραφή ενός κλειδιού (key)"##), - ("set-save-to-help", r##"Είναι παρόμοιο με το `-t` της υπο-εντολής `conv`, η μεγαλύτερη διαφορά είναι ότι το `-t` του `conv` μπορεί να κληθεί πολλές φορές σε σειρά, για να παράξει πολλαπλά αρχεία σε διαφορετικά φορμάτ. Αντίθετα, το `-t` της υπο-εντολής `set` μπορεί να κληθεί μόνο μία φορά και μόνο ένα αρχείο μπορεί να παρουσιαστεί σε αυτό. +"##, + ), + ("none", r##"Διαγραφή ενός κλειδιού (key)"##), + ( + "set-save-to-help", + r##"Είναι παρόμοιο με το `-t` της υπο-εντολής `conv`, η μεγαλύτερη διαφορά είναι ότι το `-t` του `conv` μπορεί να κληθεί πολλές φορές σε σειρά, για να παράξει πολλαπλά αρχεία σε διαφορετικά φορμάτ. Αντίθετα, το `-t` της υπο-εντολής `set` μπορεί να κληθεί μόνο μία φορά και μόνο ένα αρχείο μπορεί να παρουσιαστεί σε αυτό. >Σημείωση: Μετά την εκτέλεση της λειτουργίας μετατροπής της υπο-εντολής `conv`, όλα τα αρχεία χάνουν τα σχόλια τους. > Αντίθετα, η υπο-εντολή `set` διατηρεί τα σχόλια **των αρχείων toml**, όπως και τα αρχεία σε άλλα φορματ **δεν διατηρούν** τα σχόλια τους. @@ -4125,15 +4894,36 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre - Εκτός αν το αρχείο προέλευσης και αυτό που καθορίζεται με το `-t` δεν είναι το ίδιο, τότε το `-t` της υπο-εντολής `set` λειτουργεί όπως και το `-t` της υπο-εντολής `conv`, και συγκεκριμένα αναφέρεται σε μη συγκεκριμένα ονόματα αρχείων. - Για παράδειγμα, αν το αρχείο `from` είναι **test.yml** και το αρχείο `to` είναι **json**, τότε το αποτέλεσμα θα είναι το **test.json**, όχι απλά **json**. - - Εάν δεν θέλετε αυτήν τη λειτουργία, τότε χρησιμοποιήστε `-t ./json` ή `-t $PWD/json`, αντί για `-t json`."##), - ("preview", r##"Προεπισκόπηση του πλήρους αρχείου μετά την ολοκλήρωση των αλλαγών"##), - ("set-key", r##"Επιλέξτε ένα συγκεκριμένο κλειδί (key), χρησιμοποιώντας το "." ως διαχωριστικό"##), - ("get-opts", r##"Λήψη της τιμής που αντιστοιχεί στη δοσμένη ρύθμιση"##), - ("saot", r##"Πίνακας με μοναδικές τιμές (single-array-of-tables, SAOT). Χρησιμοποιήστε την παράμετρο `--saot k1 v1` για να ορίσετε τα στοιχεία του πίνακα."##), - ("key-help", r##"Η μορφή είναι: "a.b.c", όνομα υποπίνακα ή δείκτης πίνακας συνδέονται με ".". -Όταν χρησιμοποιείτε μόνο ένα ".", επιστρέφει ολόκληρο τον υποπίνακα"##), - ("set-opts", r##"Δημιουργία/ενημέρωση/διαγραφή δομής αρχείου ρυθμίσεων"##), - ("bool-arr-help", r##"Παράδειγμα: + - Εάν δεν θέλετε αυτήν τη λειτουργία, τότε χρησιμοποιήστε `-t ./json` ή `-t $PWD/json`, αντί για `-t json`."##, + ), + ( + "preview", + r##"Προεπισκόπηση του πλήρους αρχείου μετά την ολοκλήρωση των αλλαγών"##, + ), + ( + "set-key", + r##"Επιλέξτε ένα συγκεκριμένο κλειδί (key), χρησιμοποιώντας το "." ως διαχωριστικό"##, + ), + ( + "get-opts", + r##"Λήψη της τιμής που αντιστοιχεί στη δοσμένη ρύθμιση"##, + ), + ( + "saot", + r##"Πίνακας με μοναδικές τιμές (single-array-of-tables, SAOT). Χρησιμοποιήστε την παράμετρο `--saot k1 v1` για να ορίσετε τα στοιχεία του πίνακα."##, + ), + ( + "key-help", + r##"Η μορφή είναι: "a.b.c", όνομα υποπίνακα ή δείκτης πίνακας συνδέονται με ".". +Όταν χρησιμοποιείτε μόνο ένα ".", επιστρέφει ολόκληρο τον υποπίνακα"##, + ), + ( + "set-opts", + r##"Δημιουργία/ενημέρωση/διαγραφή δομής αρχείου ρυθμίσεων"##, + ), + ( + "bool-arr-help", + r##"Παράδειγμα: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -4145,11 +4935,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Πίνακας boolean (bool)"##), - ("table", r##"Κανονικός πίνακας (standard table), χρησιμοποιείται για να αποθηκεύσει πολλά ζευγάρια K-V."##), - ("datetime", r##"Τύπος ημερομηνίας και ώρας"##), - ("table-help", r##"Παράδειγμα 1: +```"##, + ), + ("bool-arr", r##"Πίνακας boolean (bool)"##), + ( + "table", + r##"Κανονικός πίνακας (standard table), χρησιμοποιείται για να αποθηκεύσει πολλά ζευγάρια K-V."##, + ), + ("datetime", r##"Τύπος ημερομηνίας και ώρας"##), + ( + "table-help", + r##"Παράδειγμα 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -4173,10 +4969,16 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"Πίνακας διπλής ακρίβειας κινητής υποδιαστολής (f64)"##), - ("string", r##"String (τύπος συμβολοσειράς)"##), - ("array-help", r##"Χρησιμοποιήστε την παράμετρο `-a` για να ορίσετε τα στοιχεία του πίνακα. +```"##, + ), + ( + "f64-arr", + r##"Πίνακας διπλής ακρίβειας κινητής υποδιαστολής (f64)"##, + ), + ("string", r##"String (τύπος συμβολοσειράς)"##), + ( + "array-help", + r##"Χρησιμοποιήστε την παράμετρο `-a` για να ορίσετε τα στοιχεία του πίνακα. Παράδειγμα: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -4187,12 +4989,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Πίνακας πινάκων με διάφορα κλειδιά (array of tables – AOT). Χρησιμοποιήστε την παράμετρο `--aot 'k1, v1, k2, v2'` για να ορίσετε τα στοιχεία του πίνακα"##), - ("inline-table", r##"Εμφωλιασμένος πίνακας (inline table), αντιστοιχεί σε έναν πιο συμπυκνωμένο κανονικό πίνακα."##), - ("concat-key", r##"Διαχωρισμός του κλειδιού σε τμήματα, τα οποία θα ενωθούν αυτόματα στο τέλος"##), - ], -} +```"##, + ), + ( + "aot", + r##"Πίνακας πινάκων με διάφορα κλειδιά (array of tables – AOT). Χρησιμοποιήστε την παράμετρο `--aot 'k1, v1, k2, v2'` για να ορίσετε τα στοιχεία του πίνακα"##, + ), + ( + "inline-table", + r##"Εμφωλιασμένος πίνακας (inline table), αντιστοιχεί σε έναν πιο συμπυκνωμένο κανονικό πίνακα."##, + ), + ( + "concat-key", + r##"Διαχωρισμός του κλειδιού σε τμήματα, τα οποία θα ενωθούν αυτόματα στο τέλος"##, + ), + ], + } } /// Language ID: el; @@ -4200,19 +5012,21 @@ array = ["hello", "wonderful", "world"] /// Description: Ελληνικά, Ελληνικό, Ελλάδα; pub(super) const fn get_el_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"Η διαφορά με το `-k` είναι ότι το `--ck` δεν θα διαχωρίσει αυτόματα το κλειδί στα ".". + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"Η διαφορά με το `-k` είναι ότι το `--ck` δεν θα διαχωρίσει αυτόματα το κλειδί στα ".". Για παράδειγμα, για το [a.b.c], το `-k a.b.c` και το `--ck a --ck b --ck c` είναι ισοδύναμα. Σε απλές περιπτώσεις, το `-k` είναι πιο εύχρηστο.  @@ -4238,11 +5052,23 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -Αυτό το δεύτερο είναι το σωστό σχήμα."##), - ("num-arr", r##"Πίνακας ακεραίων i64"##), - ("bool", r##"bool (λογικός τύπος), μπορεί να είναι μόνο `true` ή `false`"##), - ("num", r##"i64: 64bit ακέραιος τύπος, για παράδειγμα: 1145"##), - ("datetime-help", r##"Παράδειγμα: +Αυτό το δεύτερο είναι το σωστό σχήμα."##, + ), + ( + "num-arr", + r##"Πίνακας ακεραίων i64"##, + ), + ( + "bool", + r##"bool (λογικός τύπος), μπορεί να είναι μόνο `true` ή `false`"##, + ), + ( + "num", + r##"i64: 64bit ακέραιος τύπος, για παράδειγμα: 1145"##, + ), + ( + "datetime-help", + r##"Παράδειγμα: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -4257,12 +5083,21 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Αποθηκεύει σε συγκεκριμένο φορμάτ/αρχείο, μόνο ένα αρχείο μπορεί να αποθηκευτεί κάθε φορά."##), - ("get-opts-help", r##"Παράδειγμα χρήσης 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Αποθηκεύει σε συγκεκριμένο φορμάτ/αρχείο, μόνο ένα αρχείο μπορεί να αποθηκευτεί κάθε φορά."##, + ), + ( + "get-opts-help", + r##"Παράδειγμα χρήσης 1: `get Cargo.toml -k package.name` Παράδειγμα χρήσης 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Σημείωση: το ron διαθέτει πραγματικό τύπο `Option` με τιμές `Some(T)` ή `None` +"##, + ), + ( + "none-help", + r##"> Σημείωση: το ron διαθέτει πραγματικό τύπο `Option` με τιμές `Some(T)` ή `None` > Η παράμετρος `--none` αφορά τη διαγραφή ενός κλειδιού (key), όχι το πραγματικό τύπο `Option`.  Ας υποθέσουμε ότι η ακόλουθη λίστα πινάκων υπάρχει στο `test.yml`: @@ -4293,9 +5128,15 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap { Ή μπορούμε να χρησιμοποιήσουμε την παράμετρο `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Διπλής ακρίβειας κινητής υποδιαστολής (IEEE 754-2008 πρότυπο), για παράδειγμα: 3.14159265359"##), - ("saot-help", r##"> Σημείωση: αν και μόνο μία τιμή K-V μπορεί να οριστεί με την παράμετρο `--saot`, μπορείτε να ορίσετε το δείκτη του πίνακα χρησιμοποιώντας άλλες επιλογές. +```"##, + ), + ( + "f64", + r##"Διπλής ακρίβειας κινητής υποδιαστολής (IEEE 754-2008 πρότυπο), για παράδειγμα: 3.14159265359"##, + ), + ( + "saot-help", + r##"> Σημείωση: αν και μόνο μία τιμή K-V μπορεί να οριστεί με την παράμετρο `--saot`, μπορείτε να ορίσετε το δείκτη του πίνακα χρησιμοποιώντας άλλες επιλογές.  Παράδειγμα: ```sh @@ -4308,11 +5149,23 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Ορισμός ζεύγους κλειδιού-τιμής (k-v),`--kv x.y.z value` αντιστοιχεί σε `-k x.y.z -s value`"##), - ("set-save", r##"Εάν καλεστεί χωρίς τη συνοδευτική επιλογή `--to`, αντικαθιστά (overwrite) το τρέχον αρχείο"##), - ("array", r##"Πίνακας συμβολοσειρών (string array)"##), - ("aot-help", r##"Παράδειγμα: +```"##, + ), + ( + "set-kv", + r##"Ορισμός ζεύγους κλειδιού-τιμής (k-v),`--kv x.y.z value` αντιστοιχεί σε `-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"Εάν καλεστεί χωρίς τη συνοδευτική επιλογή `--to`, αντικαθιστά (overwrite) το τρέχον αρχείο"##, + ), + ( + "array", + r##"Πίνακας συμβολοσειρών (string array)"##, + ), + ( + "aot-help", + r##"Παράδειγμα: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -4326,8 +5179,11 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  Επιλέξτε μία ρύθμιση με βάση το κλειδί και μετά τροποποιήστε την χρησιμοποιώντας μία τιμή της δοθείσας περίπτωσης.  @@ -4378,8 +5234,11 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap { ] ```  -> Σημείωση: Οι παραπάνω παραδείγματα ξεκινούν με όρους (argument)/ υπο-εντολές (sub-command) και παραλείπουν το όνομα της βασικής εντολής, στην πραγματικότητα θα πρέπει να προσθέσετε το όνομα αυτό χειροκίνητα."##), - ("num-arr-help", r##"Παράδειγμα: +> Σημείωση: Οι παραπάνω παραδείγματα ξεκινούν με όρους (argument)/ υπο-εντολές (sub-command) και παραλείπουν το όνομα της βασικής εντολής, στην πραγματικότητα θα πρέπει να προσθέσετε το όνομα αυτό χειροκίνητα."##, + ), + ( + "num-arr-help", + r##"Παράδειγμα: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -4390,8 +5249,11 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"Παράδειγμα: +```"##, + ), + ( + "inline-table-help", + r##"Παράδειγμα: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -4408,9 +5270,15 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap {  "codename": "rawhide",  "os": "fedora" } -```"##), - ("key", r##"Αναζήτηση της τιμής με βάση το κλειδί"##), - ("f64-arr-help", r##"Παράδειγμα: +```"##, + ), + ( + "key", + r##"Αναζήτηση της τιμής με βάση το κλειδί"##, + ), + ( + "f64-arr-help", + r##"Παράδειγμα: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -4435,9 +5303,15 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"Διαγραφή ενός κλειδιού (key)"##), - ("set-save-to-help", r##"Είναι παρόμοιο με το `-t` της υπο-εντολής `conv`, η μεγαλύτερη διαφορά είναι ότι το `-t` του `conv` μπορεί να κληθεί πολλές φορές σε σειρά, για να παράξει πολλαπλά αρχεία σε διαφορετικά φορμάτ. Αντίθετα, το `-t` της υπο-εντολής `set` μπορεί να κληθεί μόνο μία φορά και μόνο ένα αρχείο μπορεί να παρουσιαστεί σε αυτό. +"##, + ), + ( + "none", + r##"Διαγραφή ενός κλειδιού (key)"##, + ), + ( + "set-save-to-help", + r##"Είναι παρόμοιο με το `-t` της υπο-εντολής `conv`, η μεγαλύτερη διαφορά είναι ότι το `-t` του `conv` μπορεί να κληθεί πολλές φορές σε σειρά, για να παράξει πολλαπλά αρχεία σε διαφορετικά φορμάτ. Αντίθετα, το `-t` της υπο-εντολής `set` μπορεί να κληθεί μόνο μία φορά και μόνο ένα αρχείο μπορεί να παρουσιαστεί σε αυτό.  >Σημείωση: Μετά την εκτέλεση της λειτουργίας μετατροπής της υπο-εντολής `conv`, όλα τα αρχεία χάνουν τα σχόλια τους. > Αντίθετα, η υπο-εντολή `set` διατηρεί τα σχόλια **των αρχείων toml**, όπως και τα αρχεία σε άλλα φορματ **δεν διατηρούν** τα σχόλια τους. @@ -4447,15 +5321,36 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap {  - Εκτός αν το αρχείο προέλευσης και αυτό που καθορίζεται με το `-t` δεν είναι το ίδιο, τότε το `-t` της υπο-εντολής `set` λειτουργεί όπως και το `-t` της υπο-εντολής `conv`, και συγκεκριμένα αναφέρεται σε μη συγκεκριμένα ονόματα αρχείων.  - Για παράδειγμα, αν το αρχείο `from` είναι **test.yml** και το αρχείο `to` είναι **json**, τότε το αποτέλεσμα θα είναι το **test.json**, όχι απλά **json**. - - Εάν δεν θέλετε αυτήν τη λειτουργία, τότε χρησιμοποιήστε `-t ./json` ή `-t $PWD/json`, αντί για `-t json`."##), - ("preview", r##"Προεπισκόπηση του πλήρους αρχείου μετά την ολοκλήρωση των αλλαγών"##), - ("set-key", r##"Επιλέξτε ένα συγκεκριμένο κλειδί (key), χρησιμοποιώντας το "." ως διαχωριστικό"##), - ("get-opts", r##"Λήψη της τιμής που αντιστοιχεί στη δοσμένη ρύθμιση"##), - ("saot", r##"Πίνακας με μοναδικές τιμές (single-array-of-tables, SAOT). Χρησιμοποιήστε την παράμετρο `--saot k1 v1` για να ορίσετε τα στοιχεία του πίνακα."##), - ("key-help", r##"Η μορφή είναι: "a.b.c", όνομα υποπίνακα ή δείκτης πίνακας συνδέονται με ".". -Όταν χρησιμοποιείτε μόνο ένα ".", επιστρέφει ολόκληρο τον υποπίνακα"##), - ("set-opts", r##"Δημιουργία/ενημέρωση/διαγραφή δομής αρχείου ρυθμίσεων"##), - ("bool-arr-help", r##"Παράδειγμα: + - Εάν δεν θέλετε αυτήν τη λειτουργία, τότε χρησιμοποιήστε `-t ./json` ή `-t $PWD/json`, αντί για `-t json`."##, + ), + ( + "preview", + r##"Προεπισκόπηση του πλήρους αρχείου μετά την ολοκλήρωση των αλλαγών"##, + ), + ( + "set-key", + r##"Επιλέξτε ένα συγκεκριμένο κλειδί (key), χρησιμοποιώντας το "." ως διαχωριστικό"##, + ), + ( + "get-opts", + r##"Λήψη της τιμής που αντιστοιχεί στη δοσμένη ρύθμιση"##, + ), + ( + "saot", + r##"Πίνακας με μοναδικές τιμές (single-array-of-tables, SAOT). Χρησιμοποιήστε την παράμετρο `--saot k1 v1` για να ορίσετε τα στοιχεία του πίνακα."##, + ), + ( + "key-help", + r##"Η μορφή είναι: "a.b.c", όνομα υποπίνακα ή δείκτης πίνακας συνδέονται με ".". +Όταν χρησιμοποιείτε μόνο ένα ".", επιστρέφει ολόκληρο τον υποπίνακα"##, + ), + ( + "set-opts", + r##"Δημιουργία/ενημέρωση/διαγραφή δομής αρχείου ρυθμίσεων"##, + ), + ( + "bool-arr-help", + r##"Παράδειγμα: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -4467,11 +5362,23 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Πίνακας boolean (bool)"##), - ("table", r##"Κανονικός πίνακας (standard table), χρησιμοποιείται για να αποθηκεύσει πολλά ζευγάρια K-V."##), - ("datetime", r##"Τύπος ημερομηνίας και ώρας"##), - ("table-help", r##"Παράδειγμα 1: +```"##, + ), + ( + "bool-arr", + r##"Πίνακας boolean (bool)"##, + ), + ( + "table", + r##"Κανονικός πίνακας (standard table), χρησιμοποιείται για να αποθηκεύσει πολλά ζευγάρια K-V."##, + ), + ( + "datetime", + r##"Τύπος ημερομηνίας και ώρας"##, + ), + ( + "table-help", + r##"Παράδειγμα 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -4495,10 +5402,19 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"Πίνακας διπλής ακρίβειας κινητής υποδιαστολής (f64)"##), - ("string", r##"String (τύπος συμβολοσειράς)"##), - ("array-help", r##"Χρησιμοποιήστε την παράμετρο `-a` για να ορίσετε τα στοιχεία του πίνακα. +```"##, + ), + ( + "f64-arr", + r##"Πίνακας διπλής ακρίβειας κινητής υποδιαστολής (f64)"##, + ), + ( + "string", + r##"String (τύπος συμβολοσειράς)"##, + ), + ( + "array-help", + r##"Χρησιμοποιήστε την παράμετρο `-a` για να ορίσετε τα στοιχεία του πίνακα. Παράδειγμα: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -4509,12 +5425,22 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Πίνακας πινάκων με διάφορα κλειδιά (array of tables – AOT). Χρησιμοποιήστε την παράμετρο `--aot 'k1, v1, k2, v2'` για να ορίσετε τα στοιχεία του πίνακα"##), - ("inline-table", r##"Εμφωλιασμένος πίνακας (inline table), αντιστοιχεί σε έναν πιο συμπυκνωμένο κανονικό πίνακα."##), - ("concat-key", r##"Διαχωρισμός του κλειδιού σε τμήματα, τα οποία θα ενωθούν αυτόματα στο τέλος"##), - ], -} +```"##, + ), + ( + "aot", + r##"Πίνακας πινάκων με διάφορα κλειδιά (array of tables – AOT). Χρησιμοποιήστε την παράμετρο `--aot 'k1, v1, k2, v2'` για να ορίσετε τα στοιχεία του πίνακα"##, + ), + ( + "inline-table", + r##"Εμφωλιασμένος πίνακας (inline table), αντιστοιχεί σε έναν πιο συμπυκνωμένο κανονικό πίνακα."##, + ), + ( + "concat-key", + r##"Διαχωρισμός του κλειδιού σε τμήματα, τα οποία θα ενωθούν αυτόματα στο τέλος"##, + ), + ], + } } /// Language ID: el; @@ -4530,14 +5456,13 @@ pub(super) const fn get_el_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_el_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"Ακολουθεί το stderr output. Όταν ανακατευθύνετε τη συμπλήρωση εξόδου σε ένα αρχείο, πρέπει να χρησιμοποιήσετε `> /path/to/file` αντί για `2> /path/to/file`."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"Ακολουθεί το stderr output. Όταν ανακατευθύνετε τη συμπλήρωση εξόδου σε ένα αρχείο, πρέπει να χρησιμοποιήσετε `> /path/to/file` αντί για `2> /path/to/file`."##, + )], + } } /// Language ID: el; @@ -4553,36 +5478,29 @@ pub(super) const fn get_el_map_parser() -> L10nMap { /// ``` pub(super) const fn get_el_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Μη έγκυρο όνομα θέματος"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Μη έγκυρο όνομα θέματος"##)], + } } /// el: Ελληνικά, Ελληνικό, Ελλάδα pub(super) const fn get_el_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_el_map_args), - ("conv_md", get_el_map_conv_md), - ("parser", get_el_map_parser), - ("opt_md", get_el_map_opt_md), - ("args_md", get_el_map_args_md), - ("opt", get_el_map_opt), - ("log-core", get_el_map_log_core), - ("conv", get_el_map_conv), - ("theme", get_el_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_el_map_args), + ("conv_md", get_el_map_conv_md), + ("parser", get_el_map_parser), + ("opt_md", get_el_map_opt_md), + ("args_md", get_el_map_args_md), + ("opt", get_el_map_opt), + ("log-core", get_el_map_log_core), + ("conv", get_el_map_conv), + ("theme", get_el_map_theme), + ], + } } /// Language ID: en; @@ -4598,20 +5516,17 @@ pub(super) const fn get_el_map() -> SubLocaleMap { /// ``` pub(super) const fn get_en_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"DEBUG"##), - ("warn", r##"WARN"##), - ("info", r##"INFO"##), - ("error", r##"ERROR"##), - ("trace", r##"TRACE"##), - ("init-logger", r##"Initializing logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"DEBUG"##), + ("warn", r##"WARN"##), + ("info", r##"INFO"##), + ("error", r##"ERROR"##), + ("trace", r##"TRACE"##), + ("init-logger", r##"Initializing logger ..."##), + ], + } } /// Language ID: en; @@ -4627,31 +5542,53 @@ pub(super) const fn get_en_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_en_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Custom theme collection file, you also need to specify a theme name with `--theme`."##), - ("shell-completion", r##"Generates completion scripts for the shell."##), - ("theme-file-help", r##"The supported file format is binary data dumped by the rust crate `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Custom theme collection file, you also need to specify a theme name with `--theme`."##, + ), + ( + "shell-completion", + r##"Generates completion scripts for the shell."##, + ), + ( + "theme-file-help", + r##"The supported file format is binary data dumped by the rust crate `syntect`. In essence, these themes are themes of the old version of Sublime. -If `--tf` is not specified, the value of the `$TOMLYRE_THEME_FILE` environment variable is read."##), - ("from-format", r##"Manually specify the file format of the source (it will be automatically determined by default)."##), - ("disable-theme-background", r##"Disables the theme background (enabled by default, disabled when `--dis-theme-bg` is called)."##), - ("theme-uncompressed-file-help", r##"> The uncompressed version has a higher priority than the compressed version. - -If `--tuf` is not specified, the value of the `$TOMLYRE_THEME_UNCOMPRESSED_FILE` environment variable is read."##), - ("disable-theme-background-help", r##"If `--dis-theme-bg` is not specified, the value of the `$TOMLYRE_THEME_BG` environment variable is read. +If `--tf` is not specified, the value of the `$TOMLYRE_THEME_FILE` environment variable is read."##, + ), + ( + "from-format", + r##"Manually specify the file format of the source (it will be automatically determined by default)."##, + ), + ( + "disable-theme-background", + r##"Disables the theme background (enabled by default, disabled when `--dis-theme-bg` is called)."##, + ), + ( + "theme-uncompressed-file-help", + r##"> The uncompressed version has a higher priority than the compressed version. + +If `--tuf` is not specified, the value of the `$TOMLYRE_THEME_UNCOMPRESSED_FILE` environment variable is read."##, + ), + ( + "disable-theme-background-help", + r##"If `--dis-theme-bg` is not specified, the value of the `$TOMLYRE_THEME_BG` environment variable is read. If the value is false, it will be disabled. ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Similar to `theme-file`, but requires uncompressed dump data (file)"##), - ("shell-completion-help", r##"You need to manually specify the name of the shell to generate the completion script. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Similar to `theme-file`, but requires uncompressed dump data (file)"##, + ), + ( + "shell-completion-help", + r##"You need to manually specify the name of the shell to generate the completion script. For example, for powershell on Windows, you can use: ```pwsh @@ -4674,18 +5611,27 @@ tomlyre --sh-comp zsh | sudo tee /usr/local/share/zsh/site-functions/_tomlyre To avoid using root privileges, you can put it in a user subdirectory. For example, you can use the following command to insert an element at the beginning of that array, and then use the relevant directory. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"When reading data from stdin, for example: `cat a | tomlyre conv -`, it will first try to automatically determine the file format. +```"##, + ), + ( + "from-format-help", + r##"When reading data from stdin, for example: `cat a | tomlyre conv -`, it will first try to automatically determine the file format. However, automatic identification may fail, and manual specification is required. -Example: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"When using only the `--ts` parameter, the built-in style collection will be displayed. +Example: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"When using only the `--ts` parameter, the built-in style collection will be displayed. Except that markdown can be abbreviated as md, other styles must use the full name. Usage Example 1: `--ts md` Usage Example 2: `--table-style ascii` -Note: Currently, **table style** collections cannot be read from files. If you need this or other additional features, please submit an issue for feedback. "##), - ("table-style", r##"Specifies the style for tables."##), - ("theme-help", r##"When using only the `-t` parameter, the list of current themes will be displayed. +Note: Currently, **table style** collections cannot be read from files. If you need this or other additional features, please submit an issue for feedback. "##, + ), + ("table-style", r##"Specifies the style for tables."##), + ( + "theme-help", + r##"When using only the `-t` parameter, the list of current themes will be displayed. If no theme file is specified, the built-in theme collection will be used. Assuming there is a theme called **ayu-dark**, you can use `-t ayu-dark` to use that theme. If the theme name contains spaces, please enclose it in double quotes or single quotes. @@ -4711,10 +5657,14 @@ tomlyre -t "Monokai Extended" get test.toml ``` For the content output manually executed by operations such as "conv/get/set", etc., the priority of the theme specified by `-t` > the environment variable. -If `-t` is not called, the environment variable is read; if the environment variable is empty, **Monokai Extended** is used."##), - ("theme", r##"Specifies the theme name for syntax highlighting."##), - ], -} +If `-t` is not called, the environment variable is read; if the environment variable is empty, **Monokai Extended** is used."##, + ), + ( + "theme", + r##"Specifies the theme name for syntax highlighting."##, + ), + ], + } } /// Language ID: en; @@ -4722,31 +5672,53 @@ If `-t` is not called, the environment variable is read; if the environment vari /// Description: English, Latin, United States; pub(super) const fn get_en_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Custom theme collection file, you also need to specify a theme name with `--theme`."##), - ("shell-completion", r##"Generates completion scripts for the shell."##), - ("theme-file-help", r##"The supported file format is binary data dumped by the rust crate `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Custom theme collection file, you also need to specify a theme name with `--theme`."##, + ), + ( + "shell-completion", + r##"Generates completion scripts for the shell."##, + ), + ( + "theme-file-help", + r##"The supported file format is binary data dumped by the rust crate `syntect`. In essence, these themes are themes of the old version of Sublime. -If `--tf` is not specified, the value of the `$TOMLYRE_THEME_FILE` environment variable is read."##), - ("from-format", r##"Manually specify the file format of the source (it will be automatically determined by default)."##), - ("disable-theme-background", r##"Disables the theme background (enabled by default, disabled when `--dis-theme-bg` is called)."##), - ("theme-uncompressed-file-help", r##"> The uncompressed version has a higher priority than the compressed version. - -If `--tuf` is not specified, the value of the `$TOMLYRE_THEME_UNCOMPRESSED_FILE` environment variable is read."##), - ("disable-theme-background-help", r##"If `--dis-theme-bg` is not specified, the value of the `$TOMLYRE_THEME_BG` environment variable is read. +If `--tf` is not specified, the value of the `$TOMLYRE_THEME_FILE` environment variable is read."##, + ), + ( + "from-format", + r##"Manually specify the file format of the source (it will be automatically determined by default)."##, + ), + ( + "disable-theme-background", + r##"Disables the theme background (enabled by default, disabled when `--dis-theme-bg` is called)."##, + ), + ( + "theme-uncompressed-file-help", + r##"> The uncompressed version has a higher priority than the compressed version. + +If `--tuf` is not specified, the value of the `$TOMLYRE_THEME_UNCOMPRESSED_FILE` environment variable is read."##, + ), + ( + "disable-theme-background-help", + r##"If `--dis-theme-bg` is not specified, the value of the `$TOMLYRE_THEME_BG` environment variable is read.  If the value is false, it will be disabled. ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Similar to `theme-file`, but requires uncompressed dump data (file)"##), - ("shell-completion-help", r##"You need to manually specify the name of the shell to generate the completion script. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Similar to `theme-file`, but requires uncompressed dump data (file)"##, + ), + ( + "shell-completion-help", + r##"You need to manually specify the name of the shell to generate the completion script. For example, for powershell on Windows, you can use:  ```pwsh @@ -4769,18 +5741,30 @@ pub(super) const fn get_en_map_args_md() -> L10nMap { To avoid using root privileges, you can put it in a user subdirectory. For example, you can use the following command to insert an element at the beginning of that array, and then use the relevant directory. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"When reading data from stdin, for example: `cat a | tomlyre conv -`, it will first try to automatically determine the file format. +```"##, + ), + ( + "from-format-help", + r##"When reading data from stdin, for example: `cat a | tomlyre conv -`, it will first try to automatically determine the file format. However, automatic identification may fail, and manual specification is required. -Example: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"When using only the `--ts` parameter, the built-in style collection will be displayed. +Example: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"When using only the `--ts` parameter, the built-in style collection will be displayed. Except that markdown can be abbreviated as md, other styles must use the full name. Usage Example 1: `--ts md` Usage Example 2: `--table-style ascii`  -Note: Currently, **table style** collections cannot be read from files. If you need this or other additional features, please submit an issue for feedback. "##), - ("table-style", r##"Specifies the style for tables."##), - ("theme-help", r##"When using only the `-t` parameter, the list of current themes will be displayed. +Note: Currently, **table style** collections cannot be read from files. If you need this or other additional features, please submit an issue for feedback. "##, + ), + ( + "table-style", + r##"Specifies the style for tables."##, + ), + ( + "theme-help", + r##"When using only the `-t` parameter, the list of current themes will be displayed. If no theme file is specified, the built-in theme collection will be used. Assuming there is a theme called **ayu-dark**, you can use `-t ayu-dark` to use that theme. If the theme name contains spaces, please enclose it in double quotes or single quotes. @@ -4806,10 +5790,14 @@ pub(super) const fn get_en_map_args_md() -> L10nMap { ```  For the content output manually executed by operations such as "conv/get/set", etc., the priority of the theme specified by `-t` > the environment variable. -If `-t` is not called, the environment variable is read; if the environment variable is empty, **Monokai Extended** is used."##), - ("theme", r##"Specifies the theme name for syntax highlighting."##), - ], -} +If `-t` is not called, the environment variable is read; if the environment variable is empty, **Monokai Extended** is used."##, + ), + ( + "theme", + r##"Specifies the theme name for syntax highlighting."##, + ), + ], + } } /// Language ID: en; @@ -4825,16 +5813,25 @@ pub(super) const fn get_en_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_en_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Convert between toml, yaml, json and ron formats."##), - ("from", r##"Specifies the input file."##), - ("conv-to", r##"Specifies the output format/file. Multiple calls are supported."##), - ("save", r##"When this option is called, the file specified by `--to` will be saved."##), - ("conv-to-help", r##"If a file named **test.json** exists in the current directory, you can call `conv test.json -t yml` to convert it to YAML, + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Convert between toml, yaml, json and ron formats."##, + ), + ("from", r##"Specifies the input file."##), + ( + "conv-to", + r##"Specifies the output format/file. Multiple calls are supported."##, + ), + ( + "save", + r##"When this option is called, the file specified by `--to` will be saved."##, + ), + ( + "conv-to-help", + r##"If a file named **test.json** exists in the current directory, you can call `conv test.json -t yml` to convert it to YAML, or manually specify the file path, `conv test.json -t /tmp/test.yml` The supported formats depend on the features enabled by this package, not all features are enabled by default. @@ -4849,9 +5846,10 @@ In addition, there are some things you must be aware of before using: If you don't need this feature, please use the complete (non-directory) file path, such as `-t /tmp/xx.toml`, instead of `-t /tmp/`. - 2. When `--save` is not called, the specified file will not be saved automatically. - 3. When `--save` is called, the input and output of the conv subcommand cannot be the same file. -- 4. The converted file will not retain any comments."##), - ], -} +- 4. The converted file will not retain any comments."##, + ), + ], + } } /// Language ID: en; @@ -4859,16 +5857,28 @@ In addition, there are some things you must be aware of before using: /// Description: English, Latin, United States; pub(super) const fn get_en_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Convert between toml, yaml, json and ron formats."##), - ("from", r##"Specifies the input file."##), - ("conv-to", r##"Specifies the output format/file. Multiple calls are supported."##), - ("save", r##"When this option is called, the file specified by `--to` will be saved."##), - ("conv-to-help", r##"If a file named **test.json** exists in the current directory, you can call `conv test.json -t yml` to convert it to YAML, + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Convert between toml, yaml, json and ron formats."##, + ), + ( + "from", + r##"Specifies the input file."##, + ), + ( + "conv-to", + r##"Specifies the output format/file. Multiple calls are supported."##, + ), + ( + "save", + r##"When this option is called, the file specified by `--to` will be saved."##, + ), + ( + "conv-to-help", + r##"If a file named **test.json** exists in the current directory, you can call `conv test.json -t yml` to convert it to YAML, or manually specify the file path, `conv test.json -t /tmp/test.yml`  The supported formats depend on the features enabled by this package, not all features are enabled by default. @@ -4883,9 +5893,10 @@ pub(super) const fn get_en_map_conv_md() -> L10nMap {  If you don't need this feature, please use the complete (non-directory) file path, such as `-t /tmp/xx.toml`, instead of `-t /tmp/`. - 2. When `--save` is not called, the specified file will not be saved automatically. - 3. When `--save` is called, the input and output of the conv subcommand cannot be the same file. -- 4. The converted file will not retain any comments."##), - ], -} +- 4. The converted file will not retain any comments."##, + ), + ], + } } /// Language ID: en; @@ -4901,19 +5912,21 @@ pub(super) const fn get_en_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_en_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"The difference from `-k` is that `--ck` does not automatically `split('.')`. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"The difference from `-k` is that `--ck` does not automatically `split('.')`. For [a.b.c], `-k a.b.c` is the same as `--ck a --ck b --ck c`. For simple cases, it may be more convenient to use `-k`. @@ -4939,11 +5952,14 @@ But when using `--ck '[typescript]' --ck editor.defaultFormatter`, it will treat - "[typescript]" - "editor.defaultFormatter" -The latter is the correct structure."##), - ("num-arr", r##"i64 Array"##), - ("bool", r##"Boolean type, can only be `true` or `false`."##), - ("num", r##"i64: 64-bit signed integer type, e.g., 1145"##), - ("datetime-help", r##"Example: +The latter is the correct structure."##, + ), + ("num-arr", r##"i64 Array"##), + ("bool", r##"Boolean type, can only be `true` or `false`."##), + ("num", r##"i64: 64-bit signed integer type, e.g., 1145"##), + ( + "datetime-help", + r##"Example: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -4958,12 +5974,21 @@ This option only supports `toml`. If we add `-t json` at the end of the command, "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Save to the specified format/file, one at a time"##), - ("get-opts-help", r##"Usage Example 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Save to the specified format/file, one at a time"##, + ), + ( + "get-opts-help", + r##"Usage Example 1: `get Cargo.toml -k package.name` Usage Example 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Note: RON has a true `Option` type, with a value of `Some(T)` or `None`. +"##, + ), + ( + "none-help", + r##"> Note: RON has a true `Option` type, with a value of `Some(T)` or `None`. > Here, `--none` means to delete the specified key, not the true `Option` type. Assuming that the following array of tables exists in `test.yml`: @@ -4997,9 +6022,15 @@ Or use `--rm`: ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Double-precision floating-point number (IEEE 754-2008 standard), e.g., 3.14159265359."##), - ("saot-help", r##"> Note: Although only one K-V pair can be created for each table using `--saot`, you can first specify the index of the array of tables and then use other options to expand. +```"##, + ), + ( + "f64", + r##"Double-precision floating-point number (IEEE 754-2008 standard), e.g., 3.14159265359."##, + ), + ( + "saot-help", + r##"> Note: Although only one K-V pair can be created for each table using `--saot`, you can first specify the index of the array of tables and then use other options to expand. Example: ```sh @@ -5012,11 +6043,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Set k-v pair, `--kv x.y.z value` is equivalent to `-k x.y.z -s value`"##), - ("set-save", r##"If used without `--to`, it overwrites the current file."##), - ("array", r##"String array"##), - ("aot-help", r##"Example: +```"##, + ), + ( + "set-kv", + r##"Set k-v pair, `--kv x.y.z value` is equivalent to `-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"If used without `--to`, it overwrites the current file."##, + ), + ("array", r##"String array"##), + ( + "aot-help", + r##"Example: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -5030,8 +6070,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set Select first by specifying a key, and then modify it by specifying a value of the data type. @@ -5081,8 +6124,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -> Note: The above examples start with arg/sub-command and omit the root command name. In actual operation, you need to manually supplement it. "##), - ("num-arr-help", r##"Example: +> Note: The above examples start with arg/sub-command and omit the root command name. In actual operation, you need to manually supplement it. "##, + ), + ( + "num-arr-help", + r##"Example: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -5093,8 +6139,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"If you are unsure whether to use a standard table or an inline table, then use the inline table! +```"##, + ), + ( + "inline-table-help", + r##"If you are unsure whether to use a standard table or an inline table, then use the inline table! Example: ```sh @@ -5116,9 +6165,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } ``` > For `toml`, choose either "standard table" or "inline table" based on your requirements. -> For formats other than `toml`, always choose "inline table"."##), - ("key", r##"Query the value through the key."##), - ("f64-arr-help", r##"Example: +> For formats other than `toml`, always choose "inline table"."##, + ), + ("key", r##"Query the value through the key."##), + ( + "f64-arr-help", + r##"Example: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -5145,9 +6197,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"Delete the specified key."##), - ("set-save-to-help", r##"Similar to the `-t` option for the `conv` sub-command, the biggest difference is that the `-t` option for `conv` can be called multiple times in a row to output to multiple formats/files. +"##, + ), + ("none", r##"Delete the specified key."##), + ( + "set-save-to-help", + r##"Similar to the `-t` option for the `conv` sub-command, the biggest difference is that the `-t` option for `conv` can be called multiple times in a row to output to multiple formats/files. While the `-t` option for the `set` sub-command can only be called once to output to a single file. > Note: After executing the conversion operation, all files of all formats will not retain comments in the `conv` sub-command. @@ -5157,15 +6212,36 @@ While the `-t` option for the `set` sub-command can only be called once to outpu - If `-t` has been called and `--save` has also been called, the modified file will be saved to the file pointed to by `-t`. - Unless the source file is the same as the file pointed to by `-t`, the behavior of the `-t` option for the `set` sub-command will be similar to that of the `-t` option for the `conv` sub-command. They will both automatically rename non-specific file paths. - Assuming from: **test.yml**, to: **json**, then the output file will become **test.json**, not **json** - - If you don't need this feature, please use `-t ./json` or `-t $PWD/json` instead of `-t json`. "##), - ("preview", r##"Preview the entire file after modification."##), - ("set-key", r##"Select the specified key using "." as a separator"##), - ("get-opts", r##"Get the value of a specified configuration."##), - ("saot", r##"Array of tables with only one K-V pair (Usage: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"The format is "a.b.c", and sub-table names or array indices are connected by ".". -When there is only one ".", the entire table will be shown."##), - ("set-opts", r##"Create/Update/Delete the structure of the configuration file."##), - ("bool-arr-help", r##"Example: + - If you don't need this feature, please use `-t ./json` or `-t $PWD/json` instead of `-t json`. "##, + ), + ( + "preview", + r##"Preview the entire file after modification."##, + ), + ( + "set-key", + r##"Select the specified key using "." as a separator"##, + ), + ( + "get-opts", + r##"Get the value of a specified configuration."##, + ), + ( + "saot", + r##"Array of tables with only one K-V pair (Usage: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"The format is "a.b.c", and sub-table names or array indices are connected by ".". +When there is only one ".", the entire table will be shown."##, + ), + ( + "set-opts", + r##"Create/Update/Delete the structure of the configuration file."##, + ), + ( + "bool-arr-help", + r##"Example: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -5177,11 +6253,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Bool array"##), - ("table", r##"Standard table, used to store multiple K-V pairs."##), - ("datetime", r##"Type for date and time."##), - ("table-help", r##"Example 1: +```"##, + ), + ("bool-arr", r##"Bool array"##), + ( + "table", + r##"Standard table, used to store multiple K-V pairs."##, + ), + ("datetime", r##"Type for date and time."##), + ( + "table-help", + r##"Example 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -5205,10 +6287,13 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"f64 Array"##), - ("string", r##"String type"##), - ("array-help", r##"Set array elements by calling `-a` multiple times. +```"##, + ), + ("f64-arr", r##"f64 Array"##), + ("string", r##"String type"##), + ( + "array-help", + r##"Set array elements by calling `-a` multiple times. Example: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -5219,12 +6304,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Array of tables (Usage: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"More compact than std table and support creating nested keys that do not exist."##), - ("concat-key", r##"Input the key in sections, and the result will be automatically concatenated without using "." as a separator."##), - ], -} +```"##, + ), + ( + "aot", + r##"Array of tables (Usage: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"More compact than std table and support creating nested keys that do not exist."##, + ), + ( + "concat-key", + r##"Input the key in sections, and the result will be automatically concatenated without using "." as a separator."##, + ), + ], + } } /// Language ID: en; @@ -5232,19 +6327,21 @@ array = ["hello", "wonderful", "world"] /// Description: English, Latin, United States; pub(super) const fn get_en_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"The difference from `-k` is that `--ck` does not automatically `split('.')`. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"The difference from `-k` is that `--ck` does not automatically `split('.')`. For [a.b.c], `-k a.b.c` is the same as `--ck a --ck b --ck c`. For simple cases, it may be more convenient to use `-k`.  @@ -5270,11 +6367,23 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -The latter is the correct structure."##), - ("num-arr", r##"i64 Array"##), - ("bool", r##"Boolean type, can only be `true` or `false`."##), - ("num", r##"i64: 64-bit signed integer type, e.g., 1145"##), - ("datetime-help", r##"Example: +The latter is the correct structure."##, + ), + ( + "num-arr", + r##"i64 Array"##, + ), + ( + "bool", + r##"Boolean type, can only be `true` or `false`."##, + ), + ( + "num", + r##"i64: 64-bit signed integer type, e.g., 1145"##, + ), + ( + "datetime-help", + r##"Example: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -5289,12 +6398,21 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Save to the specified format/file, one at a time"##), - ("get-opts-help", r##"Usage Example 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Save to the specified format/file, one at a time"##, + ), + ( + "get-opts-help", + r##"Usage Example 1: `get Cargo.toml -k package.name` Usage Example 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Note: RON has a true `Option` type, with a value of `Some(T)` or `None`. +"##, + ), + ( + "none-help", + r##"> Note: RON has a true `Option` type, with a value of `Some(T)` or `None`. > Here, `--none` means to delete the specified key, not the true `Option` type.  Assuming that the following array of tables exists in `test.yml`: @@ -5328,9 +6446,15 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap {  ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Double-precision floating-point number (IEEE 754-2008 standard), e.g., 3.14159265359."##), - ("saot-help", r##"> Note: Although only one K-V pair can be created for each table using `--saot`, you can first specify the index of the array of tables and then use other options to expand. +```"##, + ), + ( + "f64", + r##"Double-precision floating-point number (IEEE 754-2008 standard), e.g., 3.14159265359."##, + ), + ( + "saot-help", + r##"> Note: Although only one K-V pair can be created for each table using `--saot`, you can first specify the index of the array of tables and then use other options to expand.  Example: ```sh @@ -5343,11 +6467,23 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Set k-v pair, `--kv x.y.z value` is equivalent to `-k x.y.z -s value`"##), - ("set-save", r##"If used without `--to`, it overwrites the current file."##), - ("array", r##"String array"##), - ("aot-help", r##"Example: +```"##, + ), + ( + "set-kv", + r##"Set k-v pair, `--kv x.y.z value` is equivalent to `-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"If used without `--to`, it overwrites the current file."##, + ), + ( + "array", + r##"String array"##, + ), + ( + "aot-help", + r##"Example: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -5361,8 +6497,11 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  Select first by specifying a key, and then modify it by specifying a value of the data type.  @@ -5412,8 +6551,11 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap { ] ```  -> Note: The above examples start with arg/sub-command and omit the root command name. In actual operation, you need to manually supplement it. "##), - ("num-arr-help", r##"Example: +> Note: The above examples start with arg/sub-command and omit the root command name. In actual operation, you need to manually supplement it. "##, + ), + ( + "num-arr-help", + r##"Example: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -5424,8 +6566,11 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"If you are unsure whether to use a standard table or an inline table, then use the inline table! +```"##, + ), + ( + "inline-table-help", + r##"If you are unsure whether to use a standard table or an inline table, then use the inline table!  Example: ```sh @@ -5447,9 +6592,15 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap { ```  > For `toml`, choose either "standard table" or "inline table" based on your requirements. -> For formats other than `toml`, always choose "inline table"."##), - ("key", r##"Query the value through the key."##), - ("f64-arr-help", r##"Example: +> For formats other than `toml`, always choose "inline table"."##, + ), + ( + "key", + r##"Query the value through the key."##, + ), + ( + "f64-arr-help", + r##"Example: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -5476,9 +6627,15 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"Delete the specified key."##), - ("set-save-to-help", r##"Similar to the `-t` option for the `conv` sub-command, the biggest difference is that the `-t` option for `conv` can be called multiple times in a row to output to multiple formats/files. +"##, + ), + ( + "none", + r##"Delete the specified key."##, + ), + ( + "set-save-to-help", + r##"Similar to the `-t` option for the `conv` sub-command, the biggest difference is that the `-t` option for `conv` can be called multiple times in a row to output to multiple formats/files. While the `-t` option for the `set` sub-command can only be called once to output to a single file.  > Note: After executing the conversion operation, all files of all formats will not retain comments in the `conv` sub-command. @@ -5488,15 +6645,36 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap { - If `-t` has been called and `--save` has also been called, the modified file will be saved to the file pointed to by `-t`. - Unless the source file is the same as the file pointed to by `-t`, the behavior of the `-t` option for the `set` sub-command will be similar to that of the `-t` option for the `conv` sub-command. They will both automatically rename non-specific file paths.  - Assuming from: **test.yml**, to: **json**, then the output file will become **test.json**, not **json** - - If you don't need this feature, please use `-t ./json` or `-t $PWD/json` instead of `-t json`. "##), - ("preview", r##"Preview the entire file after modification."##), - ("set-key", r##"Select the specified key using "." as a separator"##), - ("get-opts", r##"Get the value of a specified configuration."##), - ("saot", r##"Array of tables with only one K-V pair (Usage: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"The format is "a.b.c", and sub-table names or array indices are connected by ".". -When there is only one ".", the entire table will be shown."##), - ("set-opts", r##"Create/Update/Delete the structure of the configuration file."##), - ("bool-arr-help", r##"Example: + - If you don't need this feature, please use `-t ./json` or `-t $PWD/json` instead of `-t json`. "##, + ), + ( + "preview", + r##"Preview the entire file after modification."##, + ), + ( + "set-key", + r##"Select the specified key using "." as a separator"##, + ), + ( + "get-opts", + r##"Get the value of a specified configuration."##, + ), + ( + "saot", + r##"Array of tables with only one K-V pair (Usage: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"The format is "a.b.c", and sub-table names or array indices are connected by ".". +When there is only one ".", the entire table will be shown."##, + ), + ( + "set-opts", + r##"Create/Update/Delete the structure of the configuration file."##, + ), + ( + "bool-arr-help", + r##"Example: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -5508,11 +6686,23 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Bool array"##), - ("table", r##"Standard table, used to store multiple K-V pairs."##), - ("datetime", r##"Type for date and time."##), - ("table-help", r##"Example 1: +```"##, + ), + ( + "bool-arr", + r##"Bool array"##, + ), + ( + "table", + r##"Standard table, used to store multiple K-V pairs."##, + ), + ( + "datetime", + r##"Type for date and time."##, + ), + ( + "table-help", + r##"Example 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -5536,10 +6726,19 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"f64 Array"##), - ("string", r##"String type"##), - ("array-help", r##"Set array elements by calling `-a` multiple times. +```"##, + ), + ( + "f64-arr", + r##"f64 Array"##, + ), + ( + "string", + r##"String type"##, + ), + ( + "array-help", + r##"Set array elements by calling `-a` multiple times. Example: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -5550,12 +6749,22 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Array of tables (Usage: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"More compact than std table and support creating nested keys that do not exist."##), - ("concat-key", r##"Input the key in sections, and the result will be automatically concatenated without using "." as a separator."##), - ], -} +```"##, + ), + ( + "aot", + r##"Array of tables (Usage: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"More compact than std table and support creating nested keys that do not exist."##, + ), + ( + "concat-key", + r##"Input the key in sections, and the result will be automatically concatenated without using "." as a separator."##, + ), + ], + } } /// Language ID: en; @@ -5571,14 +6780,13 @@ pub(super) const fn get_en_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_en_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"The following is stderr output. When redirecting the completion script's output, you should use `>/path/to/file`, not `2>/path/to/file`."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"The following is stderr output. When redirecting the completion script's output, you should use `>/path/to/file`, not `2>/path/to/file`."##, + )], + } } /// Language ID: en; @@ -5594,36 +6802,29 @@ pub(super) const fn get_en_map_parser() -> L10nMap { /// ``` pub(super) const fn get_en_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Invalid theme name"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Invalid theme name"##)], + } } /// en: English, Latin, United States pub(super) const fn get_en_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_en_map_args), - ("conv_md", get_en_map_conv_md), - ("parser", get_en_map_parser), - ("opt_md", get_en_map_opt_md), - ("args_md", get_en_map_args_md), - ("opt", get_en_map_opt), - ("log-core", get_en_map_log_core), - ("conv", get_en_map_conv), - ("theme", get_en_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_en_map_args), + ("conv_md", get_en_map_conv_md), + ("parser", get_en_map_parser), + ("opt_md", get_en_map_opt_md), + ("args_md", get_en_map_args_md), + ("opt", get_en_map_opt), + ("log-core", get_en_map_log_core), + ("conv", get_en_map_conv), + ("theme", get_en_map_theme), + ], + } } /// Language ID: en-GB; @@ -5639,27 +6840,19 @@ pub(super) const fn get_en_map() -> SubLocaleMap { /// ``` pub(super) const fn get_en_gb_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("init-logger", r##"Initialising logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("init-logger", r##"Initialising logger ..."##)], + } } /// en-GB: English, Latin, United Kingdom pub(super) const fn get_en_gb_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("log-core", get_en_gb_map_log_core), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("log-core", get_en_gb_map_log_core)], + } } /// Language ID: eo; @@ -5675,20 +6868,17 @@ pub(super) const fn get_en_gb_map() -> SubLocaleMap { /// ``` pub(super) const fn get_eo_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"avertu"##), - ("info", r##"Info"##), - ("error", r##"eraro"##), - ("trace", r##"spuro"##), - ("init-logger", r##"Inicializanta logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"avertu"##), + ("info", r##"Info"##), + ("error", r##"eraro"##), + ("trace", r##"spuro"##), + ("init-logger", r##"Inicializanta logger ..."##), + ], + } } /// Language ID: eo; @@ -5704,28 +6894,22 @@ pub(super) const fn get_eo_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_eo_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nevalida temnomo"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nevalida temnomo"##)], + } } /// eo: esperanto, Latn, Mondo pub(super) const fn get_eo_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_eo_map_log_core), - ("theme", get_eo_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_eo_map_log_core), + ("theme", get_eo_map_theme), + ], + } } /// Language ID: es; @@ -5741,20 +6925,17 @@ pub(super) const fn get_eo_map() -> SubLocaleMap { /// ``` pub(super) const fn get_es_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"DEPURACIÓN"##), - ("warn", r##"ADVERTENCIA"##), - ("info", r##"INFORMACIÓN"##), - ("error", r##"ERROR"##), - ("trace", r##"TRAZA"##), - ("init-logger", r##"Inicializando el registro..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"DEPURACIÓN"##), + ("warn", r##"ADVERTENCIA"##), + ("info", r##"INFORMACIÓN"##), + ("error", r##"ERROR"##), + ("trace", r##"TRAZA"##), + ("init-logger", r##"Inicializando el registro..."##), + ], + } } /// Language ID: es; @@ -5770,32 +6951,54 @@ pub(super) const fn get_es_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_es_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Especifica un archivo personalizado para el conjunto de temas. También debe especificar el nombre del tema con `--theme`."##), - ("shell-completion", r##"Genera un script de autocompletado para la shell especificada."##), - ("theme-file-help", r##"El formato de archivo compatible es la salida binaria volcada por la crate rust `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Especifica un archivo personalizado para el conjunto de temas. También debe especificar el nombre del tema con `--theme`."##, + ), + ( + "shell-completion", + r##"Genera un script de autocompletado para la shell especificada."##, + ), + ( + "theme-file-help", + r##"El formato de archivo compatible es la salida binaria volcada por la crate rust `syntect`. En esencia, estos son temas de la versión antigua de Sublime. -Si no se especifica `--tf`, se leerá el valor de la variable de entorno `$TOMLYRE_THEME_FILE`."##), - ("from-format", r##"Especifica manualmente el formato de archivo de origen (por defecto, se detecta automáticamente)."##), - ("disable-theme-background", r##"Deshabilita el fondo del tema (predeterminado: habilitado). Uso de `--dis-theme-bg` para deshabilitar el fondo del tema."##), - ("theme-uncompressed-file-help", r##"> La versión sin comprimir tiene una prioridad más alta que la versión comprimida. - -Si no se especifica `--tuf`, se leerá el valor de la variable de entorno `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"Si no se especifica `--dis-theme-bg`, se leerá el valor de la variable de entorno `$TOMLYRE_THEME_BG`. +Si no se especifica `--tf`, se leerá el valor de la variable de entorno `$TOMLYRE_THEME_FILE`."##, + ), + ( + "from-format", + r##"Especifica manualmente el formato de archivo de origen (por defecto, se detecta automáticamente)."##, + ), + ( + "disable-theme-background", + r##"Deshabilita el fondo del tema (predeterminado: habilitado). Uso de `--dis-theme-bg` para deshabilitar el fondo del tema."##, + ), + ( + "theme-uncompressed-file-help", + r##"> La versión sin comprimir tiene una prioridad más alta que la versión comprimida. + +Si no se especifica `--tuf`, se leerá el valor de la variable de entorno `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"Si no se especifica `--dis-theme-bg`, se leerá el valor de la variable de entorno `$TOMLYRE_THEME_BG`. Si el valor es `false`, se desactivará. ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Al igual que `theme-file`, pero los datos de volcado sin comprimir (archivo) deben estar presentes."##), - ("shell-completion-help", r##"Debe especificar manualmente el nombre de la shell para generar un script de autocompletado. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Al igual que `theme-file`, pero los datos de volcado sin comprimir (archivo) deben estar presentes."##, + ), + ( + "shell-completion-help", + r##"Debe especificar manualmente el nombre de la shell para generar un script de autocompletado. Por ejemplo, en PowerShell para Windows, puede usar: ```pwsh @@ -5818,18 +7021,27 @@ tomlyre --sh-comp zsh | sudo tee /usr/local/share/zsh/site-functions/_tomlyre Para evitar usar permisos de root, puede colocarlos en un subdirectorio dentro del directorio de inicio del usuario. Por ejemplo, puede usar el siguiente comando para insertar un elemento al principio de la matriz. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Cuando se lee datos desde stdin, por ejemplo: `cat a | tomlyre conv -`, intentará determinar automáticamente el formato del archivo primero. +```"##, + ), + ( + "from-format-help", + r##"Cuando se lee datos desde stdin, por ejemplo: `cat a | tomlyre conv -`, intentará determinar automáticamente el formato del archivo primero. Sin embargo, es posible que la detección automática falle y deba especificar manualmente el formato. -Ejemplo: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Cuando se usa solo `--ts`, se mostrará una lista de conjuntos de estilos integrados. +Ejemplo: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Cuando se usa solo `--ts`, se mostrará una lista de conjuntos de estilos integrados. Además de Markdown, que se puede abreviar como md, los demás estilos deben especificarse con su nombre completo. Ejemplo de uso 1: `--ts md` Ejemplo de uso 2: `--table-style ascii` -Nota: Actualmente no se admite la lectura del conjunto de estilos de **tabla** desde un archivo. Si necesita esta función u otras funciones adicionales, no dude en informarnos a través de un problema (issue)."##), - ("table-style", r##"Especifica el estilo de la tabla."##), - ("theme-help", r##"Cuando se usa solo `-t`, se mostrará una lista de temas disponibles. +Nota: Actualmente no se admite la lectura del conjunto de estilos de **tabla** desde un archivo. Si necesita esta función u otras funciones adicionales, no dude en informarnos a través de un problema (issue)."##, + ), + ("table-style", r##"Especifica el estilo de la tabla."##), + ( + "theme-help", + r##"Cuando se usa solo `-t`, se mostrará una lista de temas disponibles. Si no se especifica un archivo de tema, se utilizarán los temas integrados. Supongamos que existe un tema llamado **ayu-dark**, puede usar `-t ayu-dark` para usar este tema. Si el nombre del tema contiene espacios, utilice comillas simples o dobles para envolverlo. @@ -5856,10 +7068,14 @@ tomlyre -t "Monokai Extended" get test.toml ``` Para las salidas manuales de operaciones como "conv/get/set", la prioridad del tema especificado por `-t` es mayor que la variable de entorno. -Si no se llama a `-t`, se leerá la variable de entorno. Si la variable de entorno está vacía, se utilizará el tema **Monokai Extended**."##), - ("theme", r##"Especifica el nombre del tema para el resaltado de sintaxis."##), - ], -} +Si no se llama a `-t`, se leerá la variable de entorno. Si la variable de entorno está vacía, se utilizará el tema **Monokai Extended**."##, + ), + ( + "theme", + r##"Especifica el nombre del tema para el resaltado de sintaxis."##, + ), + ], + } } /// Language ID: es; @@ -5867,32 +7083,54 @@ Si no se llama a `-t`, se leerá la variable de entorno. Si la variable de entor /// Description: español, latino, España; pub(super) const fn get_es_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Especifica un archivo personalizado para el conjunto de temas. También debe especificar el nombre del tema con `--theme`."##), - ("shell-completion", r##"Genera un script de autocompletado para la shell especificada."##), - ("theme-file-help", r##"El formato de archivo compatible es la salida binaria volcada por la crate rust `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Especifica un archivo personalizado para el conjunto de temas. También debe especificar el nombre del tema con `--theme`."##, + ), + ( + "shell-completion", + r##"Genera un script de autocompletado para la shell especificada."##, + ), + ( + "theme-file-help", + r##"El formato de archivo compatible es la salida binaria volcada por la crate rust `syntect`. En esencia, estos son temas de la versión antigua de Sublime. -Si no se especifica `--tf`, se leerá el valor de la variable de entorno `$TOMLYRE_THEME_FILE`."##), - ("from-format", r##"Especifica manualmente el formato de archivo de origen (por defecto, se detecta automáticamente)."##), - ("disable-theme-background", r##"Deshabilita el fondo del tema (predeterminado: habilitado). Uso de `--dis-theme-bg` para deshabilitar el fondo del tema."##), - ("theme-uncompressed-file-help", r##"> La versión sin comprimir tiene una prioridad más alta que la versión comprimida. - -Si no se especifica `--tuf`, se leerá el valor de la variable de entorno `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"Si no se especifica `--dis-theme-bg`, se leerá el valor de la variable de entorno `$TOMLYRE_THEME_BG`. +Si no se especifica `--tf`, se leerá el valor de la variable de entorno `$TOMLYRE_THEME_FILE`."##, + ), + ( + "from-format", + r##"Especifica manualmente el formato de archivo de origen (por defecto, se detecta automáticamente)."##, + ), + ( + "disable-theme-background", + r##"Deshabilita el fondo del tema (predeterminado: habilitado). Uso de `--dis-theme-bg` para deshabilitar el fondo del tema."##, + ), + ( + "theme-uncompressed-file-help", + r##"> La versión sin comprimir tiene una prioridad más alta que la versión comprimida. + +Si no se especifica `--tuf`, se leerá el valor de la variable de entorno `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"Si no se especifica `--dis-theme-bg`, se leerá el valor de la variable de entorno `$TOMLYRE_THEME_BG`.  Si el valor es `false`, se desactivará.  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Al igual que `theme-file`, pero los datos de volcado sin comprimir (archivo) deben estar presentes."##), - ("shell-completion-help", r##"Debe especificar manualmente el nombre de la shell para generar un script de autocompletado. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Al igual que `theme-file`, pero los datos de volcado sin comprimir (archivo) deben estar presentes."##, + ), + ( + "shell-completion-help", + r##"Debe especificar manualmente el nombre de la shell para generar un script de autocompletado. Por ejemplo, en PowerShell para Windows, puede usar:  ```pwsh @@ -5915,18 +7153,30 @@ pub(super) const fn get_es_map_args_md() -> L10nMap { Para evitar usar permisos de root, puede colocarlos en un subdirectorio dentro del directorio de inicio del usuario. Por ejemplo, puede usar el siguiente comando para insertar un elemento al principio de la matriz. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Cuando se lee datos desde stdin, por ejemplo: `cat a | tomlyre conv -`, intentará determinar automáticamente el formato del archivo primero. +```"##, + ), + ( + "from-format-help", + r##"Cuando se lee datos desde stdin, por ejemplo: `cat a | tomlyre conv -`, intentará determinar automáticamente el formato del archivo primero. Sin embargo, es posible que la detección automática falle y deba especificar manualmente el formato. -Ejemplo: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Cuando se usa solo `--ts`, se mostrará una lista de conjuntos de estilos integrados. +Ejemplo: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Cuando se usa solo `--ts`, se mostrará una lista de conjuntos de estilos integrados. Además de Markdown, que se puede abreviar como md, los demás estilos deben especificarse con su nombre completo. Ejemplo de uso 1: `--ts md` Ejemplo de uso 2: `--table-style ascii`  -Nota: Actualmente no se admite la lectura del conjunto de estilos de **tabla** desde un archivo. Si necesita esta función u otras funciones adicionales, no dude en informarnos a través de un problema (issue)."##), - ("table-style", r##"Especifica el estilo de la tabla."##), - ("theme-help", r##"Cuando se usa solo `-t`, se mostrará una lista de temas disponibles. +Nota: Actualmente no se admite la lectura del conjunto de estilos de **tabla** desde un archivo. Si necesita esta función u otras funciones adicionales, no dude en informarnos a través de un problema (issue)."##, + ), + ( + "table-style", + r##"Especifica el estilo de la tabla."##, + ), + ( + "theme-help", + r##"Cuando se usa solo `-t`, se mostrará una lista de temas disponibles. Si no se especifica un archivo de tema, se utilizarán los temas integrados. Supongamos que existe un tema llamado **ayu-dark**, puede usar `-t ayu-dark` para usar este tema. Si el nombre del tema contiene espacios, utilice comillas simples o dobles para envolverlo. @@ -5953,10 +7203,14 @@ pub(super) const fn get_es_map_args_md() -> L10nMap { ```  Para las salidas manuales de operaciones como "conv/get/set", la prioridad del tema especificado por `-t` es mayor que la variable de entorno. -Si no se llama a `-t`, se leerá la variable de entorno. Si la variable de entorno está vacía, se utilizará el tema **Monokai Extended**."##), - ("theme", r##"Especifica el nombre del tema para el resaltado de sintaxis."##), - ], -} +Si no se llama a `-t`, se leerá la variable de entorno. Si la variable de entorno está vacía, se utilizará el tema **Monokai Extended**."##, + ), + ( + "theme", + r##"Especifica el nombre del tema para el resaltado de sintaxis."##, + ), + ], + } } /// Language ID: es; @@ -5972,16 +7226,25 @@ pub(super) const fn get_es_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_es_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Convierte entre formatos como toml, yaml, json y ron"##), - ("from", r##"Especifica el archivo de entrada"##), - ("conv-to", r##"Especifica el formato/archivo de salida, se puede utilizar varias veces."##), - ("save", r##"Cuando se llama a esta opción, el archivo especificado en `--to` se guardará."##), - ("conv-to-help", r##"Si hay un archivo llamado **test.json** en el directorio actual, puede usar `conv test.json -t yml` para convertirlo a formato yml (yaml). + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Convierte entre formatos como toml, yaml, json y ron"##, + ), + ("from", r##"Especifica el archivo de entrada"##), + ( + "conv-to", + r##"Especifica el formato/archivo de salida, se puede utilizar varias veces."##, + ), + ( + "save", + r##"Cuando se llama a esta opción, el archivo especificado en `--to` se guardará."##, + ), + ( + "conv-to-help", + r##"Si hay un archivo llamado **test.json** en el directorio actual, puede usar `conv test.json -t yml` para convertirlo a formato yml (yaml). También puede especificar la ruta del archivo manualmente: `conv test.json -t /tmp/test.yml` Los formatos compatibles dependen de las características habilitadas en este paquete. No todas las características están habilitadas de forma predeterminada. @@ -5996,9 +7259,10 @@ Además, hay algunas cosas que debe saber antes de usar este comando. Si no necesita esta función, especifique la ruta completa del archivo (en lugar del directorio), por ejemplo `-t /tmp/xx.toml` en lugar de `-t /tmp/`. - 2. Cuando no se llama a `--save`, el archivo especificado no se guarda automáticamente. - 3. Cuando se llama a `--save`, la entrada y salida del subcomando conv no pueden ser el mismo archivo. -- 4. Los comentarios no se conservan después de la conversión del archivo."##), - ], -} +- 4. Los comentarios no se conservan después de la conversión del archivo."##, + ), + ], + } } /// Language ID: es; @@ -6006,16 +7270,28 @@ Además, hay algunas cosas que debe saber antes de usar este comando. /// Description: español, latino, España; pub(super) const fn get_es_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Convierte entre formatos como toml, yaml, json y ron"##), - ("from", r##"Especifica el archivo de entrada"##), - ("conv-to", r##"Especifica el formato/archivo de salida, se puede utilizar varias veces."##), - ("save", r##"Cuando se llama a esta opción, el archivo especificado en `--to` se guardará."##), - ("conv-to-help", r##"Si hay un archivo llamado **test.json** en el directorio actual, puede usar `conv test.json -t yml` para convertirlo a formato yml (yaml). + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Convierte entre formatos como toml, yaml, json y ron"##, + ), + ( + "from", + r##"Especifica el archivo de entrada"##, + ), + ( + "conv-to", + r##"Especifica el formato/archivo de salida, se puede utilizar varias veces."##, + ), + ( + "save", + r##"Cuando se llama a esta opción, el archivo especificado en `--to` se guardará."##, + ), + ( + "conv-to-help", + r##"Si hay un archivo llamado **test.json** en el directorio actual, puede usar `conv test.json -t yml` para convertirlo a formato yml (yaml). También puede especificar la ruta del archivo manualmente: `conv test.json -t /tmp/test.yml`  Los formatos compatibles dependen de las características habilitadas en este paquete. No todas las características están habilitadas de forma predeterminada. @@ -6030,9 +7306,10 @@ pub(super) const fn get_es_map_conv_md() -> L10nMap {  Si no necesita esta función, especifique la ruta completa del archivo (en lugar del directorio), por ejemplo `-t /tmp/xx.toml` en lugar de `-t /tmp/`. - 2. Cuando no se llama a `--save`, el archivo especificado no se guarda automáticamente. - 3. Cuando se llama a `--save`, la entrada y salida del subcomando conv no pueden ser el mismo archivo. -- 4. Los comentarios no se conservan después de la conversión del archivo."##), - ], -} +- 4. Los comentarios no se conservan después de la conversión del archivo."##, + ), + ], + } } /// Language ID: es; @@ -6048,19 +7325,21 @@ pub(super) const fn get_es_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_es_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"La diferencia entre `--ck` y `-k` es que `--ck` no dividirá automáticamente la clave con el símbolo ".". + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"La diferencia entre `--ck` y `-k` es que `--ck` no dividirá automáticamente la clave con el símbolo ".". Para [a.b.c], `-k a.b.c` es lo mismo que `--ck a --ck b --ck c`. Para casos simples, usar `-k` puede ser más sencillo. @@ -6086,11 +7365,23 @@ Mientras que con `--ck '[typescript]' --ck editor.defaultFormatter'`, la clave s - "[typescript]" - "editor.defaultFormatter" -Esta última es la estructura correcta."##), - ("num-arr", r##"Array de números enteros con signo de 64 bits (i64)."##), - ("bool", r##"Tipo bool (booleano), sólo puede ser `true` o `false`."##), - ("num", r##"Tipo i64: número entero con signo de 64 bits, por ejemplo: 1145."##), - ("datetime-help", r##"Ejemplo: +Esta última es la estructura correcta."##, + ), + ( + "num-arr", + r##"Array de números enteros con signo de 64 bits (i64)."##, + ), + ( + "bool", + r##"Tipo bool (booleano), sólo puede ser `true` o `false`."##, + ), + ( + "num", + r##"Tipo i64: número entero con signo de 64 bits, por ejemplo: 1145."##, + ), + ( + "datetime-help", + r##"Ejemplo: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -6105,14 +7396,23 @@ Esta opción sólo es compatible con `toml`. Si agregamos `-t json` al final del "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Guardar como formato/archivo especificado. Solo se puede guardar uno a la vez."##), - ("get-opts-help", r##"Ejemplo de uso 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Guardar como formato/archivo especificado. Solo se puede guardar uno a la vez."##, + ), + ( + "get-opts-help", + r##"Ejemplo de uso 1: `get Cargo.toml -k package.name` Ejemplo de uso 2: `get cfg.yaml -k .` Nota: Cuando se proporciona solo la clave (`-k`), se mostrará el tipo de datos y los valores correspondientes en una tabla detallada. -Por ejemplo, `set Cargo.toml -k package` mostraría una tabla con información detallada sobre el paquete y sus subtablas. "##), - ("none-help", r##"> Nota: RON tiene un tipo `Option` real que puede ser `Some(T)` o `None`. +Por ejemplo, `set Cargo.toml -k package` mostraría una tabla con información detallada sobre el paquete y sus subtablas. "##, + ), + ( + "none-help", + r##"> Nota: RON tiene un tipo `Option` real que puede ser `Some(T)` o `None`. > El uso de `--none` aquí es para eliminar una clave específica, no para un verdadero tipo `Option`. Supongamos que tenemos el siguiente array de tabla en `test.yml`: @@ -6143,9 +7443,15 @@ set test.yml -k bin.1 --none O use `--rm`: ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Tipo flotante de doble precisión (estándar IEEE 754-2008), por ejemplo: 3.14159265359."##), - ("saot-help", r##"> Nota: Aunque sólo se puede crear una pareja clave-valor por tabla con `--saot`, aún puede especificar el índice del array de tablas primero y luego usar otras opciones para ampliarlo. +```"##, + ), + ( + "f64", + r##"Tipo flotante de doble precisión (estándar IEEE 754-2008), por ejemplo: 3.14159265359."##, + ), + ( + "saot-help", + r##"> Nota: Aunque sólo se puede crear una pareja clave-valor por tabla con `--saot`, aún puede especificar el índice del array de tablas primero y luego usar otras opciones para ampliarlo. Ejemplo: ```sh @@ -6158,11 +7464,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Establecer pares clave-valor (`--kv x.y.z value` es equivalente a `-k x.y.z -s value`)."##), - ("set-save", r##"Si no se especifica `--to`, sobrescribe (escribe) el archivo actual."##), - ("array", r##"Array de cadenas de texto."##), - ("aot-help", r##"Ejemplo: +```"##, + ), + ( + "set-kv", + r##"Establecer pares clave-valor (`--kv x.y.z value` es equivalente a `-k x.y.z -s value`)."##, + ), + ( + "set-save", + r##"Si no se especifica `--to`, sobrescribe (escribe) el archivo actual."##, + ), + ("array", r##"Array de cadenas de texto."##), + ( + "aot-help", + r##"Ejemplo: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -6176,8 +7491,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set Primero, seleccione la clave especificada y luego modifique la estructura del archivo especificando el tipo de datos del valor. @@ -6227,8 +7545,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -Nota: Los ejemplos anteriores omiten el nombre del comando raíz y comienzan con un argumento/subcomando, por lo que deberá especificarlo manualmente en la práctica."##), - ("num-arr-help", r##"Ejemplo: +Nota: Los ejemplos anteriores omiten el nombre del comando raíz y comienzan con un argumento/subcomando, por lo que deberá especificarlo manualmente en la práctica."##, + ), + ( + "num-arr-help", + r##"Ejemplo: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -6239,8 +7560,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"Ejemplo: +```"##, + ), + ( + "inline-table-help", + r##"Ejemplo: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -6257,9 +7581,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } "codename": "rawhide", "os": "fedora" } -```"##), - ("key", r##"Consultar un valor mediante una clave."##), - ("f64-arr-help", r##"Ejemplo: +```"##, + ), + ("key", r##"Consultar un valor mediante una clave."##), + ( + "f64-arr-help", + r##"Ejemplo: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -6286,9 +7613,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"Elimina la clave especificada."##), - ("set-save-to-help", r##"Similar al uso de la opción `-t` para el sub-comando `conv`, la mayor diferencia es que la opción `-t` para el sub-comando `set` solo puede ser llamada una vez para guardar en un único archivo. +"##, + ), + ("none", r##"Elimina la clave especificada."##), + ( + "set-save-to-help", + r##"Similar al uso de la opción `-t` para el sub-comando `conv`, la mayor diferencia es que la opción `-t` para el sub-comando `set` solo puede ser llamada una vez para guardar en un único archivo. Mientras que la opción `-t` para el sub-comando `conv` se puede llamar varias veces seguidas para generar múltiples formatos/archivos. > Nota: Después de ejecutar la operación de conversión, todos los archivos de todos los formatos perderán los comentarios en el sub-comando `conv`. @@ -6298,15 +7628,36 @@ Mientras que la opción `-t` para el sub-comando `conv` se puede llamar varias v - Si se ha utilizado `-t` y también se llama a `--save`, el archivo modificado será guardado en el archivo apuntado por `-t`. - A menos que el archivo origen sea el mismo que el archivo apuntado por `-t`, el comportamiento de la opción `-t` para el sub-comando `set` será similar al de la opción `-t` para el sub-comando `conv`. Ambas renombrarán automáticamente las rutas de archivo no específicas. - Suponiendo de: **test.yml**, a: **json**, entonces el archivo de salida se convertirá en **test.json**, no en **json** - - Si no se necesita esta característica, utilice `-t ./json` o `-t $PWD/json` en lugar de `-t json`. "##), - ("preview", r##"Vista previa del archivo completo después de las modificaciones."##), - ("set-key", r##"Seleccionar una clave (key) específica, separada por puntos (".")"##), - ("get-opts", r##"Obtener el valor de una configuración específica."##), - ("saot", r##"Array de tablas con una sola pareja de clave-valor cada una. (Modo de uso: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"El formato es "a.b.c", donde las tablas secundarias o las indicaciones de matriz están conectadas por "." (puntos). -Cuando hay solo un ".", se mostrará toda la tabla."##), - ("set-opts", r##"Crear/actualizar/borrar la estructura de un archivo de configuración."##), - ("bool-arr-help", r##"Ejemplo: + - Si no se necesita esta característica, utilice `-t ./json` o `-t $PWD/json` en lugar de `-t json`. "##, + ), + ( + "preview", + r##"Vista previa del archivo completo después de las modificaciones."##, + ), + ( + "set-key", + r##"Seleccionar una clave (key) específica, separada por puntos (".")"##, + ), + ( + "get-opts", + r##"Obtener el valor de una configuración específica."##, + ), + ( + "saot", + r##"Array de tablas con una sola pareja de clave-valor cada una. (Modo de uso: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"El formato es "a.b.c", donde las tablas secundarias o las indicaciones de matriz están conectadas por "." (puntos). +Cuando hay solo un ".", se mostrará toda la tabla."##, + ), + ( + "set-opts", + r##"Crear/actualizar/borrar la estructura de un archivo de configuración."##, + ), + ( + "bool-arr-help", + r##"Ejemplo: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -6318,11 +7669,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Array de booleanos."##), - ("table", r##"Tabla estándar utilizada para almacenar varias parejas clave-valor."##), - ("datetime", r##"Tipo de fecha y hora."##), - ("table-help", r##"Ejemplo 1: +```"##, + ), + ("bool-arr", r##"Array de booleanos."##), + ( + "table", + r##"Tabla estándar utilizada para almacenar varias parejas clave-valor."##, + ), + ("datetime", r##"Tipo de fecha y hora."##), + ( + "table-help", + r##"Ejemplo 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -6346,10 +7703,16 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"Array de flotantes de doble precisión (f64)."##), - ("string", r##"Tipo string (cadena de texto)."##), - ("array-help", r##"Establezca los elementos del array llamando a `-a` varias veces. +```"##, + ), + ( + "f64-arr", + r##"Array de flotantes de doble precisión (f64)."##, + ), + ("string", r##"Tipo string (cadena de texto)."##), + ( + "array-help", + r##"Establezca los elementos del array llamando a `-a` varias veces. Por ejemplo: ```sh @@ -6361,12 +7724,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Array de tablas. (modo de uso: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Tabla en línea, esencialmente una versión más compacta de una tabla estándar."##), - ("concat-key", r##"Introducir la clave en secciones y se unirán automáticamente, sin utilizar "." como separador."##), - ], -} +```"##, + ), + ( + "aot", + r##"Array de tablas. (modo de uso: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Tabla en línea, esencialmente una versión más compacta de una tabla estándar."##, + ), + ( + "concat-key", + r##"Introducir la clave en secciones y se unirán automáticamente, sin utilizar "." como separador."##, + ), + ], + } } /// Language ID: es; @@ -6374,19 +7747,21 @@ array = ["hello", "wonderful", "world"] /// Description: español, latino, España; pub(super) const fn get_es_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"La diferencia entre `--ck` y `-k` es que `--ck` no dividirá automáticamente la clave con el símbolo ".". + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"La diferencia entre `--ck` y `-k` es que `--ck` no dividirá automáticamente la clave con el símbolo ".". Para [a.b.c], `-k a.b.c` es lo mismo que `--ck a --ck b --ck c`. Para casos simples, usar `-k` puede ser más sencillo.  @@ -6412,11 +7787,23 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -Esta última es la estructura correcta."##), - ("num-arr", r##"Array de números enteros con signo de 64 bits (i64)."##), - ("bool", r##"Tipo bool (booleano), sólo puede ser `true` o `false`."##), - ("num", r##"Tipo i64: número entero con signo de 64 bits, por ejemplo: 1145."##), - ("datetime-help", r##"Ejemplo: +Esta última es la estructura correcta."##, + ), + ( + "num-arr", + r##"Array de números enteros con signo de 64 bits (i64)."##, + ), + ( + "bool", + r##"Tipo bool (booleano), sólo puede ser `true` o `false`."##, + ), + ( + "num", + r##"Tipo i64: número entero con signo de 64 bits, por ejemplo: 1145."##, + ), + ( + "datetime-help", + r##"Ejemplo: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -6431,14 +7818,23 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Guardar como formato/archivo especificado. Solo se puede guardar uno a la vez."##), - ("get-opts-help", r##"Ejemplo de uso 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Guardar como formato/archivo especificado. Solo se puede guardar uno a la vez."##, + ), + ( + "get-opts-help", + r##"Ejemplo de uso 1: `get Cargo.toml -k package.name` Ejemplo de uso 2: `get cfg.yaml -k .`  Nota: Cuando se proporciona solo la clave (`-k`), se mostrará el tipo de datos y los valores correspondientes en una tabla detallada. -Por ejemplo, `set Cargo.toml -k package` mostraría una tabla con información detallada sobre el paquete y sus subtablas. "##), - ("none-help", r##"> Nota: RON tiene un tipo `Option` real que puede ser `Some(T)` o `None`. +Por ejemplo, `set Cargo.toml -k package` mostraría una tabla con información detallada sobre el paquete y sus subtablas. "##, + ), + ( + "none-help", + r##"> Nota: RON tiene un tipo `Option` real que puede ser `Some(T)` o `None`. > El uso de `--none` aquí es para eliminar una clave específica, no para un verdadero tipo `Option`.  Supongamos que tenemos el siguiente array de tabla en `test.yml`: @@ -6469,9 +7865,15 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap { O use `--rm`: ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Tipo flotante de doble precisión (estándar IEEE 754-2008), por ejemplo: 3.14159265359."##), - ("saot-help", r##"> Nota: Aunque sólo se puede crear una pareja clave-valor por tabla con `--saot`, aún puede especificar el índice del array de tablas primero y luego usar otras opciones para ampliarlo. +```"##, + ), + ( + "f64", + r##"Tipo flotante de doble precisión (estándar IEEE 754-2008), por ejemplo: 3.14159265359."##, + ), + ( + "saot-help", + r##"> Nota: Aunque sólo se puede crear una pareja clave-valor por tabla con `--saot`, aún puede especificar el índice del array de tablas primero y luego usar otras opciones para ampliarlo.  Ejemplo: ```sh @@ -6484,11 +7886,23 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Establecer pares clave-valor (`--kv x.y.z value` es equivalente a `-k x.y.z -s value`)."##), - ("set-save", r##"Si no se especifica `--to`, sobrescribe (escribe) el archivo actual."##), - ("array", r##"Array de cadenas de texto."##), - ("aot-help", r##"Ejemplo: +```"##, + ), + ( + "set-kv", + r##"Establecer pares clave-valor (`--kv x.y.z value` es equivalente a `-k x.y.z -s value`)."##, + ), + ( + "set-save", + r##"Si no se especifica `--to`, sobrescribe (escribe) el archivo actual."##, + ), + ( + "array", + r##"Array de cadenas de texto."##, + ), + ( + "aot-help", + r##"Ejemplo: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -6502,8 +7916,11 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  Primero, seleccione la clave especificada y luego modifique la estructura del archivo especificando el tipo de datos del valor.  @@ -6553,8 +7970,11 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap { ] ```  -Nota: Los ejemplos anteriores omiten el nombre del comando raíz y comienzan con un argumento/subcomando, por lo que deberá especificarlo manualmente en la práctica."##), - ("num-arr-help", r##"Ejemplo: +Nota: Los ejemplos anteriores omiten el nombre del comando raíz y comienzan con un argumento/subcomando, por lo que deberá especificarlo manualmente en la práctica."##, + ), + ( + "num-arr-help", + r##"Ejemplo: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -6565,8 +7985,11 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"Ejemplo: +```"##, + ), + ( + "inline-table-help", + r##"Ejemplo: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -6583,9 +8006,15 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap {  "codename": "rawhide",  "os": "fedora" } -```"##), - ("key", r##"Consultar un valor mediante una clave."##), - ("f64-arr-help", r##"Ejemplo: +```"##, + ), + ( + "key", + r##"Consultar un valor mediante una clave."##, + ), + ( + "f64-arr-help", + r##"Ejemplo: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -6612,9 +8041,15 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"Elimina la clave especificada."##), - ("set-save-to-help", r##"Similar al uso de la opción `-t` para el sub-comando `conv`, la mayor diferencia es que la opción `-t` para el sub-comando `set` solo puede ser llamada una vez para guardar en un único archivo. +"##, + ), + ( + "none", + r##"Elimina la clave especificada."##, + ), + ( + "set-save-to-help", + r##"Similar al uso de la opción `-t` para el sub-comando `conv`, la mayor diferencia es que la opción `-t` para el sub-comando `set` solo puede ser llamada una vez para guardar en un único archivo. Mientras que la opción `-t` para el sub-comando `conv` se puede llamar varias veces seguidas para generar múltiples formatos/archivos.  > Nota: Después de ejecutar la operación de conversión, todos los archivos de todos los formatos perderán los comentarios en el sub-comando `conv`. @@ -6624,15 +8059,36 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap { - Si se ha utilizado `-t` y también se llama a `--save`, el archivo modificado será guardado en el archivo apuntado por `-t`. - A menos que el archivo origen sea el mismo que el archivo apuntado por `-t`, el comportamiento de la opción `-t` para el sub-comando `set` será similar al de la opción `-t` para el sub-comando `conv`. Ambas renombrarán automáticamente las rutas de archivo no específicas.  - Suponiendo de: **test.yml**, a: **json**, entonces el archivo de salida se convertirá en **test.json**, no en **json** - - Si no se necesita esta característica, utilice `-t ./json` o `-t $PWD/json` en lugar de `-t json`. "##), - ("preview", r##"Vista previa del archivo completo después de las modificaciones."##), - ("set-key", r##"Seleccionar una clave (key) específica, separada por puntos (".")"##), - ("get-opts", r##"Obtener el valor de una configuración específica."##), - ("saot", r##"Array de tablas con una sola pareja de clave-valor cada una. (Modo de uso: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"El formato es "a.b.c", donde las tablas secundarias o las indicaciones de matriz están conectadas por "." (puntos). -Cuando hay solo un ".", se mostrará toda la tabla."##), - ("set-opts", r##"Crear/actualizar/borrar la estructura de un archivo de configuración."##), - ("bool-arr-help", r##"Ejemplo: + - Si no se necesita esta característica, utilice `-t ./json` o `-t $PWD/json` en lugar de `-t json`. "##, + ), + ( + "preview", + r##"Vista previa del archivo completo después de las modificaciones."##, + ), + ( + "set-key", + r##"Seleccionar una clave (key) específica, separada por puntos (".")"##, + ), + ( + "get-opts", + r##"Obtener el valor de una configuración específica."##, + ), + ( + "saot", + r##"Array de tablas con una sola pareja de clave-valor cada una. (Modo de uso: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"El formato es "a.b.c", donde las tablas secundarias o las indicaciones de matriz están conectadas por "." (puntos). +Cuando hay solo un ".", se mostrará toda la tabla."##, + ), + ( + "set-opts", + r##"Crear/actualizar/borrar la estructura de un archivo de configuración."##, + ), + ( + "bool-arr-help", + r##"Ejemplo: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -6644,11 +8100,23 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Array de booleanos."##), - ("table", r##"Tabla estándar utilizada para almacenar varias parejas clave-valor."##), - ("datetime", r##"Tipo de fecha y hora."##), - ("table-help", r##"Ejemplo 1: +```"##, + ), + ( + "bool-arr", + r##"Array de booleanos."##, + ), + ( + "table", + r##"Tabla estándar utilizada para almacenar varias parejas clave-valor."##, + ), + ( + "datetime", + r##"Tipo de fecha y hora."##, + ), + ( + "table-help", + r##"Ejemplo 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -6672,10 +8140,19 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"Array de flotantes de doble precisión (f64)."##), - ("string", r##"Tipo string (cadena de texto)."##), - ("array-help", r##"Establezca los elementos del array llamando a `-a` varias veces. +```"##, + ), + ( + "f64-arr", + r##"Array de flotantes de doble precisión (f64)."##, + ), + ( + "string", + r##"Tipo string (cadena de texto)."##, + ), + ( + "array-help", + r##"Establezca los elementos del array llamando a `-a` varias veces.  Por ejemplo: ```sh @@ -6687,12 +8164,22 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Array de tablas. (modo de uso: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Tabla en línea, esencialmente una versión más compacta de una tabla estándar."##), - ("concat-key", r##"Introducir la clave en secciones y se unirán automáticamente, sin utilizar "." como separador."##), - ], -} +```"##, + ), + ( + "aot", + r##"Array de tablas. (modo de uso: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Tabla en línea, esencialmente una versión más compacta de una tabla estándar."##, + ), + ( + "concat-key", + r##"Introducir la clave en secciones y se unirán automáticamente, sin utilizar "." como separador."##, + ), + ], + } } /// Language ID: es; @@ -6708,14 +8195,13 @@ pub(super) const fn get_es_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_es_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"A continuación se muestra la salida stderr. Al redirigir la salida del script de autocompletado, debe utilizar `>/path/to/file` en lugar de `2>/path/to/file`."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"A continuación se muestra la salida stderr. Al redirigir la salida del script de autocompletado, debe utilizar `>/path/to/file` en lugar de `2>/path/to/file`."##, + )], + } } /// Language ID: es; @@ -6731,36 +8217,29 @@ pub(super) const fn get_es_map_parser() -> L10nMap { /// ``` pub(super) const fn get_es_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nombre de tema no válido"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nombre de tema no válido"##)], + } } /// es: español, latino, España pub(super) const fn get_es_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_es_map_args), - ("conv_md", get_es_map_conv_md), - ("parser", get_es_map_parser), - ("opt_md", get_es_map_opt_md), - ("args_md", get_es_map_args_md), - ("opt", get_es_map_opt), - ("log-core", get_es_map_log_core), - ("conv", get_es_map_conv), - ("theme", get_es_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_es_map_args), + ("conv_md", get_es_map_conv_md), + ("parser", get_es_map_parser), + ("opt_md", get_es_map_opt_md), + ("args_md", get_es_map_args_md), + ("opt", get_es_map_opt), + ("log-core", get_es_map_log_core), + ("conv", get_es_map_conv), + ("theme", get_es_map_theme), + ], + } } /// Language ID: et; @@ -6776,20 +8255,17 @@ pub(super) const fn get_es_map() -> SubLocaleMap { /// ``` pub(super) const fn get_et_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"silumine"##), - ("warn", r##"hoiatab"##), - ("info", r##"teave"##), - ("error", r##"viga"##), - ("trace", r##"jälg"##), - ("init-logger", r##"Logija initsialiseerimine ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"silumine"##), + ("warn", r##"hoiatab"##), + ("info", r##"teave"##), + ("error", r##"viga"##), + ("trace", r##"jälg"##), + ("init-logger", r##"Logija initsialiseerimine ..."##), + ], + } } /// Language ID: et; @@ -6805,28 +8281,22 @@ pub(super) const fn get_et_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_et_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Kehtetu teemanimi"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Kehtetu teemanimi"##)], + } } /// et: eesti, ladina, Eesti pub(super) const fn get_et_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_et_map_log_core), - ("theme", get_et_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_et_map_log_core), + ("theme", get_et_map_theme), + ], + } } /// Language ID: eu; @@ -6842,20 +8312,17 @@ pub(super) const fn get_et_map() -> SubLocaleMap { /// ``` pub(super) const fn get_eu_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"arazketa"##), - ("warn", r##"ohartarazi"##), - ("info", r##"informazioa"##), - ("error", r##"errorea"##), - ("trace", r##"arrastoa"##), - ("init-logger", r##"Logger hasieran ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"arazketa"##), + ("warn", r##"ohartarazi"##), + ("info", r##"informazioa"##), + ("error", r##"errorea"##), + ("trace", r##"arrastoa"##), + ("init-logger", r##"Logger hasieran ..."##), + ], + } } /// Language ID: eu; @@ -6871,28 +8338,22 @@ pub(super) const fn get_eu_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_eu_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Gaiaren izena baliogabea"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Gaiaren izena baliogabea"##)], + } } /// eu: euskara, latinoa, Espainia pub(super) const fn get_eu_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_eu_map_log_core), - ("theme", get_eu_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_eu_map_log_core), + ("theme", get_eu_map_theme), + ], + } } /// Language ID: fa; @@ -6908,20 +8369,17 @@ pub(super) const fn get_eu_map() -> SubLocaleMap { /// ``` pub(super) const fn get_fa_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"اشکال زدایی"##), - ("warn", r##"هشدار دهید"##), - ("info", r##"اطلاعات"##), - ("error", r##"خطا"##), - ("trace", r##"ردیابی"##), - ("init-logger", r##"اولیه سازی logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"اشکال زدایی"##), + ("warn", r##"هشدار دهید"##), + ("info", r##"اطلاعات"##), + ("error", r##"خطا"##), + ("trace", r##"ردیابی"##), + ("init-logger", r##"اولیه سازی logger ..."##), + ], + } } /// Language ID: fa; @@ -6937,28 +8395,22 @@ pub(super) const fn get_fa_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_fa_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"نام موضوع نامعتبر"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"نام موضوع نامعتبر"##)], + } } /// fa: فارسی, عربی, ایران pub(super) const fn get_fa_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_fa_map_log_core), - ("theme", get_fa_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_fa_map_log_core), + ("theme", get_fa_map_theme), + ], + } } /// Language ID: fi; @@ -6974,20 +8426,17 @@ pub(super) const fn get_fa_map() -> SubLocaleMap { /// ``` pub(super) const fn get_fi_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"virheenkorjaus"##), - ("warn", r##"varoita"##), - ("info", r##"tiedot"##), - ("error", r##"virhe"##), - ("trace", r##"Jälki"##), - ("init-logger", r##"Loggerin alustaminen ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"virheenkorjaus"##), + ("warn", r##"varoita"##), + ("info", r##"tiedot"##), + ("error", r##"virhe"##), + ("trace", r##"Jälki"##), + ("init-logger", r##"Loggerin alustaminen ..."##), + ], + } } /// Language ID: fi; @@ -7003,28 +8452,22 @@ pub(super) const fn get_fi_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_fi_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Virheellinen teeman nimi"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Virheellinen teeman nimi"##)], + } } /// fi: suomi, latinalainen, Suomi pub(super) const fn get_fi_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_fi_map_log_core), - ("theme", get_fi_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_fi_map_log_core), + ("theme", get_fi_map_theme), + ], + } } /// Language ID: fil; @@ -7040,20 +8483,17 @@ pub(super) const fn get_fi_map() -> SubLocaleMap { /// ``` pub(super) const fn get_fil_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"DEBAG"##), - ("warn", r##"BABALA"##), - ("info", r##"IMPORMASYON"##), - ("error", r##"ERROR"##), - ("trace", r##"TUMUTULONG"##), - ("init-logger", r##"Pagsisimula ng logger..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"DEBAG"##), + ("warn", r##"BABALA"##), + ("info", r##"IMPORMASYON"##), + ("error", r##"ERROR"##), + ("trace", r##"TUMUTULONG"##), + ("init-logger", r##"Pagsisimula ng logger..."##), + ], + } } /// Language ID: fil; @@ -7069,28 +8509,22 @@ pub(super) const fn get_fil_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_fil_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Hindi wastong pangalan ng tema"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Hindi wastong pangalan ng tema"##)], + } } /// fil: Filipino, Latin, Pilipinas pub(super) const fn get_fil_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_fil_map_log_core), - ("theme", get_fil_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_fil_map_log_core), + ("theme", get_fil_map_theme), + ], + } } /// Language ID: fr; @@ -7106,20 +8540,17 @@ pub(super) const fn get_fil_map() -> SubLocaleMap { /// ``` pub(super) const fn get_fr_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"DÉBOGAGE"##), - ("warn", r##"AVERTISSEMENT"##), - ("info", r##"INFORMATIONS"##), - ("error", r##"ERREUR"##), - ("trace", r##"TRACER"##), - ("init-logger", r##"Initialisation du journal..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"DÉBOGAGE"##), + ("warn", r##"AVERTISSEMENT"##), + ("info", r##"INFORMATIONS"##), + ("error", r##"ERREUR"##), + ("trace", r##"TRACER"##), + ("init-logger", r##"Initialisation du journal..."##), + ], + } } /// Language ID: fr; @@ -7135,32 +8566,54 @@ pub(super) const fn get_fr_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_fr_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Chemin vers un fichier contenant des thèmes personnalisés (doit être utilisé avec `--theme`)"##), - ("shell-completion", r##"Générer un script de complétion pour shell"##), - ("theme-file-help", r##"Le format de fichier pris en charge est celui des données binaires générées par la fonction dump du crate rust `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Chemin vers un fichier contenant des thèmes personnalisés (doit être utilisé avec `--theme`)"##, + ), + ( + "shell-completion", + r##"Générer un script de complétion pour shell"##, + ), + ( + "theme-file-help", + r##"Le format de fichier pris en charge est celui des données binaires générées par la fonction dump du crate rust `syntect`. Essentiellement, ces thèmes sont des anciens thèmes Sublime. -Si aucune option `--tf` n'est spécifiée, les données seront lues à partir de la variable d'environnement `$TOMLYRE_THEME_FILE`."##), - ("from-format", r##"Spécifier manuellement le format du fichier source (il sera automatiquement détecté par défaut)"##), - ("disable-theme-background", r##"Désactiver l'arrière-plan du thème (activé par défaut, désactivé si `--dis-theme-bg` est appelé)"##), - ("theme-uncompressed-file-help", r##"> La version non compressée aura une priorité plus élevée que la version compressée. - -Si aucune option `--tuf` n'est spécifiée, les données seront lues à partir de la variable d'environnement `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"Si l'option `--dis-theme-bg` n'est pas appelée, les données seront lues à partir de la variable d'environnement `$TOMLYRE_THEME_BG`. +Si aucune option `--tf` n'est spécifiée, les données seront lues à partir de la variable d'environnement `$TOMLYRE_THEME_FILE`."##, + ), + ( + "from-format", + r##"Spécifier manuellement le format du fichier source (il sera automatiquement détecté par défaut)"##, + ), + ( + "disable-theme-background", + r##"Désactiver l'arrière-plan du thème (activé par défaut, désactivé si `--dis-theme-bg` est appelé)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> La version non compressée aura une priorité plus élevée que la version compressée. + +Si aucune option `--tuf` n'est spécifiée, les données seront lues à partir de la variable d'environnement `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"Si l'option `--dis-theme-bg` n'est pas appelée, les données seront lues à partir de la variable d'environnement `$TOMLYRE_THEME_BG`. Si cette valeur est fausse, l'arrière-plan du thème sera désactivé. ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Chemin vers un fichier contenant des thèmes personnalisés non compressés (doit être utilisé avec `--theme`)"##), - ("shell-completion-help", r##"Vous devez spécifier manuellement le nom du shell pour lequel vous voulez générer le script de complétion. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Chemin vers un fichier contenant des thèmes personnalisés non compressés (doit être utilisé avec `--theme`)"##, + ), + ( + "shell-completion-help", + r##"Vous devez spécifier manuellement le nom du shell pour lequel vous voulez générer le script de complétion. Par exemple, pour PowerShell sur Windows, utilisez : ```pwsh @@ -7183,17 +8636,26 @@ Pour éviter d'utiliser des privilèges root, vous pouvez les stocker dans le r ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Lors de la lecture de données depuis stdin, par exemple : `cat a | tomlyre conv -`, le format du fichier sera automatiquement détecté en premier lieu. Cependant, la détection automatique peut échouer et vous devrez alors spécifier manuellement le format. -Exemple : `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Lorsque vous utilisez l'option `--ts` sans spécifier de nom de style, une liste des styles intégrés sera affichée. +```"##, + ), + ( + "from-format-help", + r##"Lors de la lecture de données depuis stdin, par exemple : `cat a | tomlyre conv -`, le format du fichier sera automatiquement détecté en premier lieu. Cependant, la détection automatique peut échouer et vous devrez alors spécifier manuellement le format. +Exemple : `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Lorsque vous utilisez l'option `--ts` sans spécifier de nom de style, une liste des styles intégrés sera affichée. À l'exception de Markdown, qui peut être abrégé en md, tous les autres styles doivent être écrits en toutes lettres. Exemple: `--ts md` Exemple: `--table-style ascii` -Note : actuellement, il n'est pas possible de lire la collection de **styles de tableau** à partir d'un fichier. Si vous avez besoin de cette fonctionnalité ou d'autres fonctionnalités supplémentaires, veuillez soumettre une issue pour donner votre avis."##), - ("table-style", r##"Spécifier le style des tableaux"##), - ("theme-help", r##"Lorsque vous utilisez l'option `-t` sans spécifier de nom de thème, une liste des thèmes disponibles sera affichée. +Note : actuellement, il n'est pas possible de lire la collection de **styles de tableau** à partir d'un fichier. Si vous avez besoin de cette fonctionnalité ou d'autres fonctionnalités supplémentaires, veuillez soumettre une issue pour donner votre avis."##, + ), + ("table-style", r##"Spécifier le style des tableaux"##), + ( + "theme-help", + r##"Lorsque vous utilisez l'option `-t` sans spécifier de nom de thème, une liste des thèmes disponibles sera affichée. Si aucun fichier de thème n'est spécifié, le jeu de thèmes intégré sera utilisé. Supposons qu'un thème appelé **ayu-dark** existe, vous pouvez utiliser `-t ayu-dark` pour utiliser ce thème. Si le nom du thème contient des espaces, veuillez utiliser des guillemets simples ou doubles pour l'encadrer. @@ -7222,10 +8684,11 @@ tomlyre -t "Monokai Extended" get test.toml Pour les sorties manuelles telles que celles générées par les commandes "conv/get/set", etc., le thème spécifié par `-t` a la priorité sur la variable d'environnement. Si l'option `-t` n'est pas appelée, la variable d'environnement est utilisée ; si la variable d'environnement est vide, -le thème **Monokai Extended** est utilisé."##), - ("theme", r##"Nom du thème pour la coloration syntaxique"##), - ], -} +le thème **Monokai Extended** est utilisé."##, + ), + ("theme", r##"Nom du thème pour la coloration syntaxique"##), + ], + } } /// Language ID: fr; @@ -7233,32 +8696,54 @@ le thème **Monokai Extended** est utilisé."##), /// Description: français, latin, France; pub(super) const fn get_fr_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Chemin vers un fichier contenant des thèmes personnalisés (doit être utilisé avec `--theme`)"##), - ("shell-completion", r##"Générer un script de complétion pour shell"##), - ("theme-file-help", r##"Le format de fichier pris en charge est celui des données binaires générées par la fonction dump du crate rust `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Chemin vers un fichier contenant des thèmes personnalisés (doit être utilisé avec `--theme`)"##, + ), + ( + "shell-completion", + r##"Générer un script de complétion pour shell"##, + ), + ( + "theme-file-help", + r##"Le format de fichier pris en charge est celui des données binaires générées par la fonction dump du crate rust `syntect`. Essentiellement, ces thèmes sont des anciens thèmes Sublime. -Si aucune option `--tf` n'est spécifiée, les données seront lues à partir de la variable d'environnement `$TOMLYRE_THEME_FILE`."##), - ("from-format", r##"Spécifier manuellement le format du fichier source (il sera automatiquement détecté par défaut)"##), - ("disable-theme-background", r##"Désactiver l'arrière-plan du thème (activé par défaut, désactivé si `--dis-theme-bg` est appelé)"##), - ("theme-uncompressed-file-help", r##"> La version non compressée aura une priorité plus élevée que la version compressée. - -Si aucune option `--tuf` n'est spécifiée, les données seront lues à partir de la variable d'environnement `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"Si l'option `--dis-theme-bg` n'est pas appelée, les données seront lues à partir de la variable d'environnement `$TOMLYRE_THEME_BG`. +Si aucune option `--tf` n'est spécifiée, les données seront lues à partir de la variable d'environnement `$TOMLYRE_THEME_FILE`."##, + ), + ( + "from-format", + r##"Spécifier manuellement le format du fichier source (il sera automatiquement détecté par défaut)"##, + ), + ( + "disable-theme-background", + r##"Désactiver l'arrière-plan du thème (activé par défaut, désactivé si `--dis-theme-bg` est appelé)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> La version non compressée aura une priorité plus élevée que la version compressée. + +Si aucune option `--tuf` n'est spécifiée, les données seront lues à partir de la variable d'environnement `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"Si l'option `--dis-theme-bg` n'est pas appelée, les données seront lues à partir de la variable d'environnement `$TOMLYRE_THEME_BG`.  Si cette valeur est fausse, l'arrière-plan du thème sera désactivé.  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Chemin vers un fichier contenant des thèmes personnalisés non compressés (doit être utilisé avec `--theme`)"##), - ("shell-completion-help", r##"Vous devez spécifier manuellement le nom du shell pour lequel vous voulez générer le script de complétion. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Chemin vers un fichier contenant des thèmes personnalisés non compressés (doit être utilisé avec `--theme`)"##, + ), + ( + "shell-completion-help", + r##"Vous devez spécifier manuellement le nom du shell pour lequel vous voulez générer le script de complétion. Par exemple, pour PowerShell sur Windows, utilisez :  ```pwsh @@ -7281,17 +8766,29 @@ pub(super) const fn get_fr_map_args_md() -> L10nMap {  ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Lors de la lecture de données depuis stdin, par exemple : `cat a | tomlyre conv -`, le format du fichier sera automatiquement détecté en premier lieu. Cependant, la détection automatique peut échouer et vous devrez alors spécifier manuellement le format. -Exemple : `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Lorsque vous utilisez l'option `--ts` sans spécifier de nom de style, une liste des styles intégrés sera affichée. +```"##, + ), + ( + "from-format-help", + r##"Lors de la lecture de données depuis stdin, par exemple : `cat a | tomlyre conv -`, le format du fichier sera automatiquement détecté en premier lieu. Cependant, la détection automatique peut échouer et vous devrez alors spécifier manuellement le format. +Exemple : `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Lorsque vous utilisez l'option `--ts` sans spécifier de nom de style, une liste des styles intégrés sera affichée. À l'exception de Markdown, qui peut être abrégé en md, tous les autres styles doivent être écrits en toutes lettres. Exemple: `--ts md` Exemple: `--table-style ascii`  -Note : actuellement, il n'est pas possible de lire la collection de **styles de tableau** à partir d'un fichier. Si vous avez besoin de cette fonctionnalité ou d'autres fonctionnalités supplémentaires, veuillez soumettre une issue pour donner votre avis."##), - ("table-style", r##"Spécifier le style des tableaux"##), - ("theme-help", r##"Lorsque vous utilisez l'option `-t` sans spécifier de nom de thème, une liste des thèmes disponibles sera affichée. +Note : actuellement, il n'est pas possible de lire la collection de **styles de tableau** à partir d'un fichier. Si vous avez besoin de cette fonctionnalité ou d'autres fonctionnalités supplémentaires, veuillez soumettre une issue pour donner votre avis."##, + ), + ( + "table-style", + r##"Spécifier le style des tableaux"##, + ), + ( + "theme-help", + r##"Lorsque vous utilisez l'option `-t` sans spécifier de nom de thème, une liste des thèmes disponibles sera affichée. Si aucun fichier de thème n'est spécifié, le jeu de thèmes intégré sera utilisé. Supposons qu'un thème appelé **ayu-dark** existe, vous pouvez utiliser `-t ayu-dark` pour utiliser ce thème. Si le nom du thème contient des espaces, veuillez utiliser des guillemets simples ou doubles pour l'encadrer. @@ -7320,10 +8817,14 @@ pub(super) const fn get_fr_map_args_md() -> L10nMap {  Pour les sorties manuelles telles que celles générées par les commandes "conv/get/set", etc., le thème spécifié par `-t` a la priorité sur la variable d'environnement. Si l'option `-t` n'est pas appelée, la variable d'environnement est utilisée ; si la variable d'environnement est vide, -le thème **Monokai Extended** est utilisé."##), - ("theme", r##"Nom du thème pour la coloration syntaxique"##), - ], -} +le thème **Monokai Extended** est utilisé."##, + ), + ( + "theme", + r##"Nom du thème pour la coloration syntaxique"##, + ), + ], + } } /// Language ID: fr; @@ -7339,16 +8840,25 @@ pub(super) const fn get_fr_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_fr_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Convertir entre les formats tels que toml, yaml, json et ron"##), - ("from", r##"Spécifier le fichier d'entrée"##), - ("conv-to", r##"Spécifier le format/fichier de sortie, peut être appelé plusieurs fois"##), - ("save", r##"Lorsque cette option est appelée, le fichier spécifié avec `--to` sera enregistré."##), - ("conv-to-help", r##"Si un fichier nommé **test.json** existe dans le répertoire en cours, vous pouvez appeler `conv test.json -t yml` pour le convertir en yml (yaml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Convertir entre les formats tels que toml, yaml, json et ron"##, + ), + ("from", r##"Spécifier le fichier d'entrée"##), + ( + "conv-to", + r##"Spécifier le format/fichier de sortie, peut être appelé plusieurs fois"##, + ), + ( + "save", + r##"Lorsque cette option est appelée, le fichier spécifié avec `--to` sera enregistré."##, + ), + ( + "conv-to-help", + r##"Si un fichier nommé **test.json** existe dans le répertoire en cours, vous pouvez appeler `conv test.json -t yml` pour le convertir en yml (yaml), ou spécifier manuellement le chemin du fichier : `conv test.json -t /tmp/test.yml` Les formats pris en charge dépendent des fonctionnalités activées par ce package et toutes les fonctionnalités ne sont pas activées par défaut. @@ -7363,9 +8873,10 @@ De plus, il y a certaines choses à savoir avant de l'utiliser. Si vous n'avez pas besoin de cette fonctionnalité, veuillez utiliser le chemin complet du fichier (pas seulement le dossier), par exemple `-t /tmp/xx.toml` au lieu de `-t /tmp/`. - 2. Lorsque `--save` n'est pas appelé, les fichiers spécifiés ne seront pas enregistrés automatiquement. - 3. Lorsque `--save` est appelé, l'entrée et la sortie de la commande conv ne peuvent pas être le même fichier. -- 4. Les commentaires ne seront pas conservés dans le fichier converti."##), - ], -} +- 4. Les commentaires ne seront pas conservés dans le fichier converti."##, + ), + ], + } } /// Language ID: fr; @@ -7373,16 +8884,28 @@ De plus, il y a certaines choses à savoir avant de l'utiliser. /// Description: français, latin, France; pub(super) const fn get_fr_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Convertir entre les formats tels que toml, yaml, json et ron"##), - ("from", r##"Spécifier le fichier d'entrée"##), - ("conv-to", r##"Spécifier le format/fichier de sortie, peut être appelé plusieurs fois"##), - ("save", r##"Lorsque cette option est appelée, le fichier spécifié avec `--to` sera enregistré."##), - ("conv-to-help", r##"Si un fichier nommé **test.json** existe dans le répertoire en cours, vous pouvez appeler `conv test.json -t yml` pour le convertir en yml (yaml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Convertir entre les formats tels que toml, yaml, json et ron"##, + ), + ( + "from", + r##"Spécifier le fichier d'entrée"##, + ), + ( + "conv-to", + r##"Spécifier le format/fichier de sortie, peut être appelé plusieurs fois"##, + ), + ( + "save", + r##"Lorsque cette option est appelée, le fichier spécifié avec `--to` sera enregistré."##, + ), + ( + "conv-to-help", + r##"Si un fichier nommé **test.json** existe dans le répertoire en cours, vous pouvez appeler `conv test.json -t yml` pour le convertir en yml (yaml), ou spécifier manuellement le chemin du fichier : `conv test.json -t /tmp/test.yml`  Les formats pris en charge dépendent des fonctionnalités activées par ce package et toutes les fonctionnalités ne sont pas activées par défaut. @@ -7397,9 +8920,10 @@ pub(super) const fn get_fr_map_conv_md() -> L10nMap {  Si vous n'avez pas besoin de cette fonctionnalité, veuillez utiliser le chemin complet du fichier (pas seulement le dossier), par exemple `-t /tmp/xx.toml` au lieu de `-t /tmp/`. - 2. Lorsque `--save` n'est pas appelé, les fichiers spécifiés ne seront pas enregistrés automatiquement. - 3. Lorsque `--save` est appelé, l'entrée et la sortie de la commande conv ne peuvent pas être le même fichier. -- 4. Les commentaires ne seront pas conservés dans le fichier converti."##), - ], -} +- 4. Les commentaires ne seront pas conservés dans le fichier converti."##, + ), + ], + } } /// Language ID: fr; @@ -7415,19 +8939,21 @@ pub(super) const fn get_fr_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_fr_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"Contrairement à `-k`, `--ck` ne divise pas automatiquement la chaîne en utilisant '.'. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"Contrairement à `-k`, `--ck` ne divise pas automatiquement la chaîne en utilisant '.'. Pour [a.b.c], `-k a.b.c` est équivalent à `--ck a --ck b --ck c`. Pour les cas simples, il est plus facile d'utiliser `-k`. @@ -7453,11 +8979,20 @@ Alors qu'en utilisant `--ck '[typescript]' --ck editor.defaultFormatter`, il div - "[typescript]" - "editor.defaultFormatter" -La deuxième est la structure correcte."##), - ("num-arr", r##"Tableau d'entiers i64"##), - ("bool", r##"bool (type booléen), peut être `true` ou `false`"##), - ("num", r##"i64 : type entier signé 64 bits, par exemple : 1145"##), - ("datetime-help", r##"Exemple : +La deuxième est la structure correcte."##, + ), + ("num-arr", r##"Tableau d'entiers i64"##), + ( + "bool", + r##"bool (type booléen), peut être `true` ou `false`"##, + ), + ( + "num", + r##"i64 : type entier signé 64 bits, par exemple : 1145"##, + ), + ( + "datetime-help", + r##"Exemple : ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -7472,12 +9007,21 @@ Cette option n'est prise en charge que pour `toml`. Si nous ajoutons `-t json` "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Enregistre sous un format/fichier spécifié, une opération à la fois"##), - ("get-opts-help", r##"Exemple d'utilisation 1 : `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Enregistre sous un format/fichier spécifié, une opération à la fois"##, + ), + ( + "get-opts-help", + r##"Exemple d'utilisation 1 : `get Cargo.toml -k package.name` Exemple d'utilisation 2 : `get cfg.yaml -k .` -"##), - ("none-help", r##"Remarque : RON possède un véritable type `Option` qui peut être soit `Some(T)` (quelque chose), soit `None` (rien). Ici, l'option `--none` supprime simplement la clé spécifiée, elle n'a pas le même comportement qu'un véritable type `Option`. +"##, + ), + ( + "none-help", + r##"Remarque : RON possède un véritable type `Option` qui peut être soit `Some(T)` (quelque chose), soit `None` (rien). Ici, l'option `--none` supprime simplement la clé spécifiée, elle n'a pas le même comportement qu'un véritable type `Option`. Imaginons que nous avons une table de tableaux comme celle-ci dans `test.yml` : @@ -7510,9 +9054,15 @@ ou utiliser `--rm`: ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Double précision à virgule flottante (norme IEEE 754-2008), par exemple : 3.14159265359"##), - ("saot-help", r##"> Remarque : bien que `--saot` ne permette qu'une seule paire clé-valeur par tableau, vous pouvez d'abord spécifier l'index du tableau, puis utiliser d'autres options pour étendre le tableau. +```"##, + ), + ( + "f64", + r##"Double précision à virgule flottante (norme IEEE 754-2008), par exemple : 3.14159265359"##, + ), + ( + "saot-help", + r##"> Remarque : bien que `--saot` ne permette qu'une seule paire clé-valeur par tableau, vous pouvez d'abord spécifier l'index du tableau, puis utiliser d'autres options pour étendre le tableau. Exemple : ```sh @@ -7525,11 +9075,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Définir des paires clé-valeur. `--kv x.y.z valeur` est équivalent à `-k x.y.z -s valeur`."##), - ("set-save", r##"Si utilisée sans l'option `--to`, elle écrase simplement (écrit) le fichier actuel"##), - ("array", r##"Tableau de chaînes de caractères"##), - ("aot-help", r##"Exemple : +```"##, + ), + ( + "set-kv", + r##"Définir des paires clé-valeur. `--kv x.y.z valeur` est équivalent à `-k x.y.z -s valeur`."##, + ), + ( + "set-save", + r##"Si utilisée sans l'option `--to`, elle écrase simplement (écrit) le fichier actuel"##, + ), + ("array", r##"Tableau de chaînes de caractères"##), + ( + "aot-help", + r##"Exemple : ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -7543,8 +9102,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# Set +```"##, + ), + ( + "set-opts-help", + r##"# Set Tout d'abord, sélectionnez à l'aide de la clé spécifiée, puis modifiez à l'aide de la valeur du type de données spécifié. @@ -7593,8 +9155,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -> Remarque : Les exemples ci-dessus commencent par un argument/sub-command et omettent le nom de la commande racine. En pratique, vous devrez le spécifier manuellement."##), - ("num-arr-help", r##"Exemple : +> Remarque : Les exemples ci-dessus commencent par un argument/sub-command et omettent le nom de la commande racine. En pratique, vous devrez le spécifier manuellement."##, + ), + ( + "num-arr-help", + r##"Exemple : ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -7605,8 +9170,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"Exemple : +```"##, + ), + ( + "inline-table-help", + r##"Exemple : ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -7623,9 +9191,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } "codename": "rawhide", "os": "fedora" } -```"##), - ("key", r##"Rechercher une valeur à partir de sa clé"##), - ("f64-arr-help", r##"Exemple : +```"##, + ), + ("key", r##"Rechercher une valeur à partir de sa clé"##), + ( + "f64-arr-help", + r##"Exemple : ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -7652,9 +9223,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"Supprime la clé spécifiée"##), - ("set-save-to-help", r##"Ceci est très similaire à l'option `-t` de la sous-commande `conv`, la différence étant que `-t` de `conv` peut être appelée plusieurs fois consécutives pour produire plusieurs formats/fichiers, tandis que `-t` de `set` ne peut être appelée qu'une seule fois pour produire un seul fichier. +"##, + ), + ("none", r##"Supprime la clé spécifiée"##), + ( + "set-save-to-help", + r##"Ceci est très similaire à l'option `-t` de la sous-commande `conv`, la différence étant que `-t` de `conv` peut être appelée plusieurs fois consécutives pour produire plusieurs formats/fichiers, tandis que `-t` de `set` ne peut être appelée qu'une seule fois pour produire un seul fichier. > Remarque : toutes les annotations sont supprimées après la conversion des fichiers par la sous-commande `conv`. Les commentaires sont conservés dans le format **toml** par la sous-commande `set`, mais pas dans tous les autres formats. @@ -7662,15 +9236,36 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre - Si vous utilisez `-t` et que vous ajoutez `--save`, le fichier modifié sera enregistré dans le fichier spécifié par `-t`. - À moins que le fichier source et le fichier spécifié par `-t` soient identiques, le comportement de `-t` de la sous-commande `set` sera le même que celui de `-t` de la sous-commande `conv`, c'est-à-dire qu'ils renommeront automatiquement les chemins qui ne sont pas spécifiques. - Si, par exemple, vous avez `from: test.yml`, et `to: json`, alors le fichier de sortie sera renommé en `test.json`, et non en `json`. - - Si vous ne voulez pas cette fonctionnalité, veuillez utiliser `-t ./json` ou `-t $PWD/json` plutôt que `-t json`."##), - ("preview", r##"Prévisualiser le fichier complet après modification"##), - ("set-key", r##"Sélectionnez une clé spécifique avec "." comme séparateur"##), - ("get-opts", r##"Obtenir la valeur de la configuration spécifiée"##), - ("saot", r##"Tableau de paires clé-valeur pour une seule table (utilisation : `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"Le format est : 'a.b.c'. Les noms de sous-tableaux ou les index de tableau sont reliés par '.' (point). -Lorsque le point est unique, l'ensemble de la table est listé."##), - ("set-opts", r##"Créer/Mettre à jour/Supprimer la structure du fichier de configuration"##), - ("bool-arr-help", r##"Exemple : + - Si vous ne voulez pas cette fonctionnalité, veuillez utiliser `-t ./json` ou `-t $PWD/json` plutôt que `-t json`."##, + ), + ( + "preview", + r##"Prévisualiser le fichier complet après modification"##, + ), + ( + "set-key", + r##"Sélectionnez une clé spécifique avec "." comme séparateur"##, + ), + ( + "get-opts", + r##"Obtenir la valeur de la configuration spécifiée"##, + ), + ( + "saot", + r##"Tableau de paires clé-valeur pour une seule table (utilisation : `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"Le format est : 'a.b.c'. Les noms de sous-tableaux ou les index de tableau sont reliés par '.' (point). +Lorsque le point est unique, l'ensemble de la table est listé."##, + ), + ( + "set-opts", + r##"Créer/Mettre à jour/Supprimer la structure du fichier de configuration"##, + ), + ( + "bool-arr-help", + r##"Exemple : ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -7682,11 +9277,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Tableau de booléens"##), - ("table", r##"Table standard utilisée pour stocker plusieurs paires clé-valeur"##), - ("datetime", r##"Type de date et d'heure"##), - ("table-help", r##"Exemple 1 : +```"##, + ), + ("bool-arr", r##"Tableau de booléens"##), + ( + "table", + r##"Table standard utilisée pour stocker plusieurs paires clé-valeur"##, + ), + ("datetime", r##"Type de date et d'heure"##), + ( + "table-help", + r##"Exemple 1 : ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -7710,10 +9311,13 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"Tableau de nombres à virgule flottante f64"##), - ("string", r##"String (type chaîne de caractères)"##), - ("array-help", r##"Utilisez plusieurs appels à l'option `-a` pour ajouter des éléments au tableau. +```"##, + ), + ("f64-arr", r##"Tableau de nombres à virgule flottante f64"##), + ("string", r##"String (type chaîne de caractères)"##), + ( + "array-help", + r##"Utilisez plusieurs appels à l'option `-a` pour ajouter des éléments au tableau. Exemple : ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -7724,12 +9328,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Tableau de tableaux (utilisation : `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Tableau intégré, équivalent à une table standard plus compacte"##), - ("concat-key", r##"Entrez la clé en segments et elle sera automatiquement concaténée sans utiliser "." comme séparateur"##), - ], -} +```"##, + ), + ( + "aot", + r##"Tableau de tableaux (utilisation : `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Tableau intégré, équivalent à une table standard plus compacte"##, + ), + ( + "concat-key", + r##"Entrez la clé en segments et elle sera automatiquement concaténée sans utiliser "." comme séparateur"##, + ), + ], + } } /// Language ID: fr; @@ -7737,19 +9351,21 @@ array = ["hello", "wonderful", "world"] /// Description: français, latin, France; pub(super) const fn get_fr_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"Contrairement à `-k`, `--ck` ne divise pas automatiquement la chaîne en utilisant '.'. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"Contrairement à `-k`, `--ck` ne divise pas automatiquement la chaîne en utilisant '.'. Pour [a.b.c], `-k a.b.c` est équivalent à `--ck a --ck b --ck c`. Pour les cas simples, il est plus facile d'utiliser `-k`.  @@ -7775,11 +9391,23 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -La deuxième est la structure correcte."##), - ("num-arr", r##"Tableau d'entiers i64"##), - ("bool", r##"bool (type booléen), peut être `true` ou `false`"##), - ("num", r##"i64 : type entier signé 64 bits, par exemple : 1145"##), - ("datetime-help", r##"Exemple : +La deuxième est la structure correcte."##, + ), + ( + "num-arr", + r##"Tableau d'entiers i64"##, + ), + ( + "bool", + r##"bool (type booléen), peut être `true` ou `false`"##, + ), + ( + "num", + r##"i64 : type entier signé 64 bits, par exemple : 1145"##, + ), + ( + "datetime-help", + r##"Exemple : ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -7794,12 +9422,21 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Enregistre sous un format/fichier spécifié, une opération à la fois"##), - ("get-opts-help", r##"Exemple d'utilisation 1 : `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Enregistre sous un format/fichier spécifié, une opération à la fois"##, + ), + ( + "get-opts-help", + r##"Exemple d'utilisation 1 : `get Cargo.toml -k package.name` Exemple d'utilisation 2 : `get cfg.yaml -k .` -"##), - ("none-help", r##"Remarque : RON possède un véritable type `Option` qui peut être soit `Some(T)` (quelque chose), soit `None` (rien). Ici, l'option `--none` supprime simplement la clé spécifiée, elle n'a pas le même comportement qu'un véritable type `Option`. +"##, + ), + ( + "none-help", + r##"Remarque : RON possède un véritable type `Option` qui peut être soit `Some(T)` (quelque chose), soit `None` (rien). Ici, l'option `--none` supprime simplement la clé spécifiée, elle n'a pas le même comportement qu'un véritable type `Option`.  Imaginons que nous avons une table de tableaux comme celle-ci dans `test.yml` :  @@ -7832,9 +9469,15 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap {  ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Double précision à virgule flottante (norme IEEE 754-2008), par exemple : 3.14159265359"##), - ("saot-help", r##"> Remarque : bien que `--saot` ne permette qu'une seule paire clé-valeur par tableau, vous pouvez d'abord spécifier l'index du tableau, puis utiliser d'autres options pour étendre le tableau. +```"##, + ), + ( + "f64", + r##"Double précision à virgule flottante (norme IEEE 754-2008), par exemple : 3.14159265359"##, + ), + ( + "saot-help", + r##"> Remarque : bien que `--saot` ne permette qu'une seule paire clé-valeur par tableau, vous pouvez d'abord spécifier l'index du tableau, puis utiliser d'autres options pour étendre le tableau.  Exemple : ```sh @@ -7847,11 +9490,23 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Définir des paires clé-valeur. `--kv x.y.z valeur` est équivalent à `-k x.y.z -s valeur`."##), - ("set-save", r##"Si utilisée sans l'option `--to`, elle écrase simplement (écrit) le fichier actuel"##), - ("array", r##"Tableau de chaînes de caractères"##), - ("aot-help", r##"Exemple : +```"##, + ), + ( + "set-kv", + r##"Définir des paires clé-valeur. `--kv x.y.z valeur` est équivalent à `-k x.y.z -s valeur`."##, + ), + ( + "set-save", + r##"Si utilisée sans l'option `--to`, elle écrase simplement (écrit) le fichier actuel"##, + ), + ( + "array", + r##"Tableau de chaînes de caractères"##, + ), + ( + "aot-help", + r##"Exemple : ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -7865,8 +9520,11 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# Set +```"##, + ), + ( + "set-opts-help", + r##"# Set  Tout d'abord, sélectionnez à l'aide de la clé spécifiée, puis modifiez à l'aide de la valeur du type de données spécifié.  @@ -7915,8 +9573,11 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap { ] ```  -> Remarque : Les exemples ci-dessus commencent par un argument/sub-command et omettent le nom de la commande racine. En pratique, vous devrez le spécifier manuellement."##), - ("num-arr-help", r##"Exemple : +> Remarque : Les exemples ci-dessus commencent par un argument/sub-command et omettent le nom de la commande racine. En pratique, vous devrez le spécifier manuellement."##, + ), + ( + "num-arr-help", + r##"Exemple : ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -7927,8 +9588,11 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"Exemple : +```"##, + ), + ( + "inline-table-help", + r##"Exemple : ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -7945,9 +9609,15 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap {  "codename": "rawhide",  "os": "fedora" } -```"##), - ("key", r##"Rechercher une valeur à partir de sa clé"##), - ("f64-arr-help", r##"Exemple : +```"##, + ), + ( + "key", + r##"Rechercher une valeur à partir de sa clé"##, + ), + ( + "f64-arr-help", + r##"Exemple : ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -7974,9 +9644,15 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"Supprime la clé spécifiée"##), - ("set-save-to-help", r##"Ceci est très similaire à l'option `-t` de la sous-commande `conv`, la différence étant que `-t` de `conv` peut être appelée plusieurs fois consécutives pour produire plusieurs formats/fichiers, tandis que `-t` de `set` ne peut être appelée qu'une seule fois pour produire un seul fichier. +"##, + ), + ( + "none", + r##"Supprime la clé spécifiée"##, + ), + ( + "set-save-to-help", + r##"Ceci est très similaire à l'option `-t` de la sous-commande `conv`, la différence étant que `-t` de `conv` peut être appelée plusieurs fois consécutives pour produire plusieurs formats/fichiers, tandis que `-t` de `set` ne peut être appelée qu'une seule fois pour produire un seul fichier.  > Remarque : toutes les annotations sont supprimées après la conversion des fichiers par la sous-commande `conv`. Les commentaires sont conservés dans le format **toml** par la sous-commande `set`, mais pas dans tous les autres formats.  @@ -7984,15 +9660,36 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap { - Si vous utilisez `-t` et que vous ajoutez `--save`, le fichier modifié sera enregistré dans le fichier spécifié par `-t`. - À moins que le fichier source et le fichier spécifié par `-t` soient identiques, le comportement de `-t` de la sous-commande `set` sera le même que celui de `-t` de la sous-commande `conv`, c'est-à-dire qu'ils renommeront automatiquement les chemins qui ne sont pas spécifiques.  - Si, par exemple, vous avez `from: test.yml`, et `to: json`, alors le fichier de sortie sera renommé en `test.json`, et non en `json`. - - Si vous ne voulez pas cette fonctionnalité, veuillez utiliser `-t ./json` ou `-t $PWD/json` plutôt que `-t json`."##), - ("preview", r##"Prévisualiser le fichier complet après modification"##), - ("set-key", r##"Sélectionnez une clé spécifique avec "." comme séparateur"##), - ("get-opts", r##"Obtenir la valeur de la configuration spécifiée"##), - ("saot", r##"Tableau de paires clé-valeur pour une seule table (utilisation : `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"Le format est : 'a.b.c'. Les noms de sous-tableaux ou les index de tableau sont reliés par '.' (point). -Lorsque le point est unique, l'ensemble de la table est listé."##), - ("set-opts", r##"Créer/Mettre à jour/Supprimer la structure du fichier de configuration"##), - ("bool-arr-help", r##"Exemple : + - Si vous ne voulez pas cette fonctionnalité, veuillez utiliser `-t ./json` ou `-t $PWD/json` plutôt que `-t json`."##, + ), + ( + "preview", + r##"Prévisualiser le fichier complet après modification"##, + ), + ( + "set-key", + r##"Sélectionnez une clé spécifique avec "." comme séparateur"##, + ), + ( + "get-opts", + r##"Obtenir la valeur de la configuration spécifiée"##, + ), + ( + "saot", + r##"Tableau de paires clé-valeur pour une seule table (utilisation : `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"Le format est : 'a.b.c'. Les noms de sous-tableaux ou les index de tableau sont reliés par '.' (point). +Lorsque le point est unique, l'ensemble de la table est listé."##, + ), + ( + "set-opts", + r##"Créer/Mettre à jour/Supprimer la structure du fichier de configuration"##, + ), + ( + "bool-arr-help", + r##"Exemple : ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -8004,11 +9701,23 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Tableau de booléens"##), - ("table", r##"Table standard utilisée pour stocker plusieurs paires clé-valeur"##), - ("datetime", r##"Type de date et d'heure"##), - ("table-help", r##"Exemple 1 : +```"##, + ), + ( + "bool-arr", + r##"Tableau de booléens"##, + ), + ( + "table", + r##"Table standard utilisée pour stocker plusieurs paires clé-valeur"##, + ), + ( + "datetime", + r##"Type de date et d'heure"##, + ), + ( + "table-help", + r##"Exemple 1 : ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -8032,10 +9741,19 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"Tableau de nombres à virgule flottante f64"##), - ("string", r##"String (type chaîne de caractères)"##), - ("array-help", r##"Utilisez plusieurs appels à l'option `-a` pour ajouter des éléments au tableau. +```"##, + ), + ( + "f64-arr", + r##"Tableau de nombres à virgule flottante f64"##, + ), + ( + "string", + r##"String (type chaîne de caractères)"##, + ), + ( + "array-help", + r##"Utilisez plusieurs appels à l'option `-a` pour ajouter des éléments au tableau. Exemple : ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -8046,12 +9764,22 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Tableau de tableaux (utilisation : `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Tableau intégré, équivalent à une table standard plus compacte"##), - ("concat-key", r##"Entrez la clé en segments et elle sera automatiquement concaténée sans utiliser "." comme séparateur"##), - ], -} +```"##, + ), + ( + "aot", + r##"Tableau de tableaux (utilisation : `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Tableau intégré, équivalent à une table standard plus compacte"##, + ), + ( + "concat-key", + r##"Entrez la clé en segments et elle sera automatiquement concaténée sans utiliser "." comme séparateur"##, + ), + ], + } } /// Language ID: fr; @@ -8067,14 +9795,13 @@ pub(super) const fn get_fr_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_fr_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"Ce qui suit est une sortie STDERR. Lors de la redirection de la sortie vers un fichier pour générer des scripts de complétion pour shell, vous devriez utiliser `> /path/to/file` au lieu de `2> /path/to/file`."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"Ce qui suit est une sortie STDERR. Lors de la redirection de la sortie vers un fichier pour générer des scripts de complétion pour shell, vous devriez utiliser `> /path/to/file` au lieu de `2> /path/to/file`."##, + )], + } } /// Language ID: fr; @@ -8090,36 +9817,29 @@ pub(super) const fn get_fr_map_parser() -> L10nMap { /// ``` pub(super) const fn get_fr_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nom de thème invalide."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nom de thème invalide."##)], + } } /// fr: français, latin, France pub(super) const fn get_fr_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_fr_map_args), - ("conv_md", get_fr_map_conv_md), - ("parser", get_fr_map_parser), - ("opt_md", get_fr_map_opt_md), - ("args_md", get_fr_map_args_md), - ("opt", get_fr_map_opt), - ("log-core", get_fr_map_log_core), - ("conv", get_fr_map_conv), - ("theme", get_fr_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_fr_map_args), + ("conv_md", get_fr_map_conv_md), + ("parser", get_fr_map_parser), + ("opt_md", get_fr_map_opt_md), + ("args_md", get_fr_map_args_md), + ("opt", get_fr_map_opt), + ("log-core", get_fr_map_log_core), + ("conv", get_fr_map_conv), + ("theme", get_fr_map_theme), + ], + } } /// Language ID: fy; @@ -8135,20 +9855,17 @@ pub(super) const fn get_fr_map() -> SubLocaleMap { /// ``` pub(super) const fn get_fy_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"warskôgje"##), - ("info", r##"ynfo"##), - ("error", r##"flater"##), - ("trace", r##"Trace"##), - ("init-logger", r##"Inisjalisearjen fan logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"warskôgje"##), + ("info", r##"ynfo"##), + ("error", r##"flater"##), + ("trace", r##"Trace"##), + ("init-logger", r##"Inisjalisearjen fan logger ..."##), + ], + } } /// Language ID: fy; @@ -8164,28 +9881,22 @@ pub(super) const fn get_fy_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_fy_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Unjildige tema-namme"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Unjildige tema-namme"##)], + } } /// fy: Frysk, Latyn, Nederlân pub(super) const fn get_fy_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_fy_map_log_core), - ("theme", get_fy_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_fy_map_log_core), + ("theme", get_fy_map_theme), + ], + } } /// Language ID: ga; @@ -8201,20 +9912,17 @@ pub(super) const fn get_fy_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ga_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"dífhabhtaithe"##), - ("warn", r##"rabhadh"##), - ("info", r##"Eolas"##), - ("error", r##"Earráid"##), - ("trace", r##"rian"##), - ("init-logger", r##"Tús a chur le logálaí ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"dífhabhtaithe"##), + ("warn", r##"rabhadh"##), + ("info", r##"Eolas"##), + ("error", r##"Earráid"##), + ("trace", r##"rian"##), + ("init-logger", r##"Tús a chur le logálaí ..."##), + ], + } } /// Language ID: ga; @@ -8230,28 +9938,22 @@ pub(super) const fn get_ga_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ga_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Ainm téama neamhbhailí"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Ainm téama neamhbhailí"##)], + } } /// ga: Gaeilge, Laidineach, Éire pub(super) const fn get_ga_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ga_map_log_core), - ("theme", get_ga_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ga_map_log_core), + ("theme", get_ga_map_theme), + ], + } } /// Language ID: gd; @@ -8267,20 +9969,17 @@ pub(super) const fn get_ga_map() -> SubLocaleMap { /// ``` pub(super) const fn get_gd_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"deasbad"##), - ("warn", r##"rabhadh"##), - ("info", r##"fiosrachadh"##), - ("error", r##"mearachd"##), - ("trace", r##"lorg"##), - ("init-logger", r##"A 'tòiseachadh logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"deasbad"##), + ("warn", r##"rabhadh"##), + ("info", r##"fiosrachadh"##), + ("error", r##"mearachd"##), + ("trace", r##"lorg"##), + ("init-logger", r##"A 'tòiseachadh logger ..."##), + ], + } } /// Language ID: gd; @@ -8296,28 +9995,22 @@ pub(super) const fn get_gd_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_gd_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Ainm a 'chuspair neo-dhligheach"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Ainm a 'chuspair neo-dhligheach"##)], + } } /// gd: Gàidhlig, Laideann, An Rìoghachd Aonaichte pub(super) const fn get_gd_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_gd_map_log_core), - ("theme", get_gd_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_gd_map_log_core), + ("theme", get_gd_map_theme), + ], + } } /// Language ID: gl; @@ -8333,20 +10026,17 @@ pub(super) const fn get_gd_map() -> SubLocaleMap { /// ``` pub(super) const fn get_gl_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Depuración"##), - ("warn", r##"ADVERTIR"##), - ("info", r##"información"##), - ("error", r##"Erro"##), - ("trace", r##"rastrexo"##), - ("init-logger", r##"Inicializar o rexistro ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Depuración"##), + ("warn", r##"ADVERTIR"##), + ("info", r##"información"##), + ("error", r##"Erro"##), + ("trace", r##"rastrexo"##), + ("init-logger", r##"Inicializar o rexistro ..."##), + ], + } } /// Language ID: gl; @@ -8362,28 +10052,22 @@ pub(super) const fn get_gl_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_gl_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nome do tema non válido"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nome do tema non válido"##)], + } } /// gl: galego, latino, España pub(super) const fn get_gl_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_gl_map_log_core), - ("theme", get_gl_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_gl_map_log_core), + ("theme", get_gl_map_theme), + ], + } } /// Language ID: gu; @@ -8399,20 +10083,17 @@ pub(super) const fn get_gl_map() -> SubLocaleMap { /// ``` pub(super) const fn get_gu_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ડિબગ"##), - ("warn", r##"ચેતવણી"##), - ("info", r##"માહિતી"##), - ("error", r##"ભૂલ"##), - ("trace", r##"ટ્રેસ"##), - ("init-logger", r##"પ્રારંભિક લોગર ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ડિબગ"##), + ("warn", r##"ચેતવણી"##), + ("info", r##"માહિતી"##), + ("error", r##"ભૂલ"##), + ("trace", r##"ટ્રેસ"##), + ("init-logger", r##"પ્રારંભિક લોગર ..."##), + ], + } } /// Language ID: gu; @@ -8428,28 +10109,22 @@ pub(super) const fn get_gu_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_gu_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"અમાન્ય થીમ નામ"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"અમાન્ય થીમ નામ"##)], + } } /// gu: ગુજરાતી, ગુજરાતી, ભારત pub(super) const fn get_gu_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_gu_map_log_core), - ("theme", get_gu_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_gu_map_log_core), + ("theme", get_gu_map_theme), + ], + } } /// Language ID: ha; @@ -8465,20 +10140,17 @@ pub(super) const fn get_gu_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ha_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"DEBUG"##), - ("warn", r##"gargadi"##), - ("info", r##"Bayani"##), - ("error", r##"kuskure"##), - ("trace", r##"gano"##), - ("init-logger", r##"Fara logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"DEBUG"##), + ("warn", r##"gargadi"##), + ("info", r##"Bayani"##), + ("error", r##"kuskure"##), + ("trace", r##"gano"##), + ("init-logger", r##"Fara logger ..."##), + ], + } } /// Language ID: ha; @@ -8494,28 +10166,22 @@ pub(super) const fn get_ha_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ha_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Sunan Jigo mara kyau"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Sunan Jigo mara kyau"##)], + } } /// ha: Hausa, Latin, Nijeriya pub(super) const fn get_ha_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ha_map_log_core), - ("theme", get_ha_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ha_map_log_core), + ("theme", get_ha_map_theme), + ], + } } /// Language ID: haw; @@ -8531,33 +10197,26 @@ pub(super) const fn get_ha_map() -> SubLocaleMap { /// ``` pub(super) const fn get_haw_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"Haeō"##), - ("info", r##"ʻike"##), - ("error", r##"Haki"##), - ("trace", r##"trace"##), - ("init-logger", r##"Ke hoʻomakaʻana me ka logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"Haeō"##), + ("info", r##"ʻike"##), + ("error", r##"Haki"##), + ("trace", r##"trace"##), + ("init-logger", r##"Ke hoʻomakaʻana me ka logger ..."##), + ], + } } /// haw: ʻŌlelo Hawaiʻi, Latn, ʻAmelika Hui Pū ʻIa pub(super) const fn get_haw_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("log-core", get_haw_map_log_core), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("log-core", get_haw_map_log_core)], + } } /// Language ID: he; @@ -8573,20 +10232,17 @@ pub(super) const fn get_haw_map() -> SubLocaleMap { /// ``` pub(super) const fn get_he_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ניפוי באגים"##), - ("warn", r##"להזהיר"##), - ("info", r##"מידע"##), - ("error", r##"שגיאה"##), - ("trace", r##"עקבות"##), - ("init-logger", r##"אתחול לוגר ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ניפוי באגים"##), + ("warn", r##"להזהיר"##), + ("info", r##"מידע"##), + ("error", r##"שגיאה"##), + ("trace", r##"עקבות"##), + ("init-logger", r##"אתחול לוגר ..."##), + ], + } } /// Language ID: he; @@ -8602,28 +10258,22 @@ pub(super) const fn get_he_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_he_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"שם נושא לא חוקי"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"שם נושא לא חוקי"##)], + } } /// he: עברית, עברי, ישראל pub(super) const fn get_he_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_he_map_log_core), - ("theme", get_he_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_he_map_log_core), + ("theme", get_he_map_theme), + ], + } } /// Language ID: hi; @@ -8639,20 +10289,17 @@ pub(super) const fn get_he_map() -> SubLocaleMap { /// ``` pub(super) const fn get_hi_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"डिबग"##), - ("warn", r##"चेतावनी"##), - ("info", r##"जानकारी"##), - ("error", r##"त्रुटि"##), - ("trace", r##"ट्रेस"##), - ("init-logger", r##"आरंभिक लकड़हारा ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"डिबग"##), + ("warn", r##"चेतावनी"##), + ("info", r##"जानकारी"##), + ("error", r##"त्रुटि"##), + ("trace", r##"ट्रेस"##), + ("init-logger", r##"आरंभिक लकड़हारा ..."##), + ], + } } /// Language ID: hi; @@ -8668,32 +10315,51 @@ pub(super) const fn get_hi_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_hi_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"अपनी थीम सेट का फ़ाइल, आपको उसके साथ `--theme` नाम निर्दिष्ट करने की आवश्यकता होगी"##), - ("shell-completion", r##"शैली के लिए पूर्णता स्क्रिप्ट उत्पन्न करें"##), - ("theme-file-help", r##"यह फ़ाइल rust crate 'syntect' द्वारा dump किए गए बाइनरी डेटा के समरूप है। + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"अपनी थीम सेट का फ़ाइल, आपको उसके साथ `--theme` नाम निर्दिष्ट करने की आवश्यकता होगी"##, + ), + ("shell-completion", r##"शैली के लिए पूर्णता स्क्रिप्ट उत्पन्न करें"##), + ( + "theme-file-help", + r##"यह फ़ाइल rust crate 'syntect' द्वारा dump किए गए बाइनरी डेटा के समरूप है। मूल रूप से, ये थीम पुरानी संस्करण की sublime की थीम हैं। -यदि `--tf` निर्दिष्ट नहीं है, तो एनवायरमेंट वेरिएबल `$ TOMLYRE_THEME_FILE` का मूल्य पढ़ा जाएगा।"##), - ("from-format", r##"स्रोत फ़ाइल प्रारूप (डिफ़ॉल्ट रूप से स्वचालित रूप से जाँच किया जाएगा)"##), - ("disable-theme-background", r##"थीम बैकग्राउंड अक्षम करें (डिफ़ॉल्ट रूप से सक्षम होता है, यदि `--dis-theme-bg` को कॉल किया गया होता है तो अक्षम होता है)"##), - ("theme-uncompressed-file-help", r##"> Uncompressed वर्जन Compressed वर्जन की तुलना में उच्चतम प्राथमिकता होती है। - -यदि `--tuf` निर्दिष्ट नहीं है, तो एनवायरमेंट वेरिएबल `$ TOMLYRE_THEME_UNCOMPRESSED_FILE` का मूल्य पढ़ा जाएगा।"##), - ("disable-theme-background-help", r##"यदि `--dis-theme-bg` निर्दिष्ट नहीं है, तो एनवायरमेंट वेरिएबल `$ TOMLYRE_THEME_BG` का मूल्य पढ़ा जाएगा। +यदि `--tf` निर्दिष्ट नहीं है, तो एनवायरमेंट वेरिएबल `$ TOMLYRE_THEME_FILE` का मूल्य पढ़ा जाएगा।"##, + ), + ( + "from-format", + r##"स्रोत फ़ाइल प्रारूप (डिफ़ॉल्ट रूप से स्वचालित रूप से जाँच किया जाएगा)"##, + ), + ( + "disable-theme-background", + r##"थीम बैकग्राउंड अक्षम करें (डिफ़ॉल्ट रूप से सक्षम होता है, यदि `--dis-theme-bg` को कॉल किया गया होता है तो अक्षम होता है)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Uncompressed वर्जन Compressed वर्जन की तुलना में उच्चतम प्राथमिकता होती है। + +यदि `--tuf` निर्दिष्ट नहीं है, तो एनवायरमेंट वेरिएबल `$ TOMLYRE_THEME_UNCOMPRESSED_FILE` का मूल्य पढ़ा जाएगा।"##, + ), + ( + "disable-theme-background-help", + r##"यदि `--dis-theme-bg` निर्दिष्ट नहीं है, तो एनवायरमेंट वेरिएबल `$ TOMLYRE_THEME_BG` का मूल्य पढ़ा जाएगा। यदि इस मान का मूल्य false है तो अक्षम होता है ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"इस `theme-file` फ़ाइल की तुलना में uncompressed dump डेटा (फ़ाइल) आवश्यक है"##), - ("shell-completion-help", r##"आपको पूर्णता स्क्रिप्ट उत्पन्न करने के लिए शैली का नाम मैनुअल रूप से निर्दिष्ट करना होगा। +```"##, + ), + ( + "theme-uncompressed-file", + r##"इस `theme-file` फ़ाइल की तुलना में uncompressed dump डेटा (फ़ाइल) आवश्यक है"##, + ), + ( + "shell-completion-help", + r##"आपको पूर्णता स्क्रिप्ट उत्पन्न करने के लिए शैली का नाम मैनुअल रूप से निर्दिष्ट करना होगा। उदाहरण के लिए, Windows पर powershell के लिए आप इस्तेमाल कर सकते हैं: ```pwsh @@ -8717,18 +10383,27 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"stdin से डेटा पढ़ने के लिए, जैसे: `cat a | tomlyre conv -`, यह फ़ाइल प्रारूप स्वचालित रूप से जानने का प्रयास करेगा। +```"##, + ), + ( + "from-format-help", + r##"stdin से डेटा पढ़ने के लिए, जैसे: `cat a | tomlyre conv -`, यह फ़ाइल प्रारूप स्वचालित रूप से जानने का प्रयास करेगा। हालांकि, स्वचालित जाँच विफल हो सकती है, इस स्थिति में आपको प्रारूप को मैनुअल रूप से निर्दिष्ट करना होगा। -उदाहरण: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"`--ts` पैरामीटर का उपयोग करते हुए, केवल अंतर्निहित शैली सेट को लिस्ट किया जाएगा। +उदाहरण: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"`--ts` पैरामीटर का उपयोग करते हुए, केवल अंतर्निहित शैली सेट को लिस्ट किया जाएगा। मार्कडाउन को md के रूप में छोटा किया जा सकता है, लेकिन अन्य शैलियों को पूरी नाम की आवश्यकता होगी। उपयोग उदाहरण1: `--ts md` उपयोग उदाहरण2: `--table-style ascii` -नोट: फ़ाइल से **टेबल स्टाइल** सेट पढ़ना वर्तमान में समर्थित नहीं है, यदि आपको इस सुविधा या अन्य अतिरिक्त सुविधाओं की आवश्यकता है, तो आप issue सबमिट कर सकते हैं।"##), - ("table-style", r##"टेबल के स्टाइल को निर्दिष्ट करें"##), - ("theme-help", r##"जब केवल `-t` पैरामीटर का उपयोग किया जाता है, तो वर्तमान थीम की सूची दी जाएगी। +नोट: फ़ाइल से **टेबल स्टाइल** सेट पढ़ना वर्तमान में समर्थित नहीं है, यदि आपको इस सुविधा या अन्य अतिरिक्त सुविधाओं की आवश्यकता है, तो आप issue सबमिट कर सकते हैं।"##, + ), + ("table-style", r##"टेबल के स्टाइल को निर्दिष्ट करें"##), + ( + "theme-help", + r##"जब केवल `-t` पैरामीटर का उपयोग किया जाता है, तो वर्तमान थीम की सूची दी जाएगी। यदि थीम फ़ाइल निर्दिष्ट नहीं है, तो आंतरिक थीम संग्रह का उपयोग किया जाएगा। यदि एक थीम ** ayu-dark ** मौजूद है, तो आप ` -t ayu-dark ` का उपयोग करके उसे उपयोग कर सकते हैं। यदि थीम नाम में अंतरिक्ष शामिल हैं, तो कृपया उसे डबल कोट या सिंगल कोट में बंधने का प्रयास करें। @@ -8754,10 +10429,11 @@ TOMLYRE_THEME="Monokai Extended" tomlyre --help tomlyre -t "Monokai Extended" get test.toml ``` -"conv/get/set" आदि हस्तक्षेपों के लिए खुद से निर्माण किए गए सामग्री के लिए, `-t` द्वारा निर्दिष्ट थीम की प्राथमिकता होगी> एनवायरमेंट वेरिएबल । यदि `-t` को नहीं बुलाया गया है, तो एनवायरमेंट वेरिएबल को पढ़ा जाएगा; यदि एनवायरमेंट वेरिएबल खाली है, तो ** Monokai Extended ** का उपयोग किया जाएगा।"##), - ("theme", r##"वर्ण संकेत उच्चारण के लिए थीम नाम निर्दिष्ट करें"##), - ], -} +"conv/get/set" आदि हस्तक्षेपों के लिए खुद से निर्माण किए गए सामग्री के लिए, `-t` द्वारा निर्दिष्ट थीम की प्राथमिकता होगी> एनवायरमेंट वेरिएबल । यदि `-t` को नहीं बुलाया गया है, तो एनवायरमेंट वेरिएबल को पढ़ा जाएगा; यदि एनवायरमेंट वेरिएबल खाली है, तो ** Monokai Extended ** का उपयोग किया जाएगा।"##, + ), + ("theme", r##"वर्ण संकेत उच्चारण के लिए थीम नाम निर्दिष्ट करें"##), + ], + } } /// Language ID: hi; @@ -8765,32 +10441,54 @@ tomlyre -t "Monokai Extended" get test.toml /// Description: हिन्दी, देवनागरी, भारत; pub(super) const fn get_hi_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"अपनी थीम सेट का फ़ाइल, आपको उसके साथ `--theme` नाम निर्दिष्ट करने की आवश्यकता होगी"##), - ("shell-completion", r##"शैली के लिए पूर्णता स्क्रिप्ट उत्पन्न करें"##), - ("theme-file-help", r##"यह फ़ाइल rust crate 'syntect' द्वारा dump किए गए बाइनरी डेटा के समरूप है। + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"अपनी थीम सेट का फ़ाइल, आपको उसके साथ `--theme` नाम निर्दिष्ट करने की आवश्यकता होगी"##, + ), + ( + "shell-completion", + r##"शैली के लिए पूर्णता स्क्रिप्ट उत्पन्न करें"##, + ), + ( + "theme-file-help", + r##"यह फ़ाइल rust crate 'syntect' द्वारा dump किए गए बाइनरी डेटा के समरूप है। मूल रूप से, ये थीम पुरानी संस्करण की sublime की थीम हैं। -यदि `--tf` निर्दिष्ट नहीं है, तो एनवायरमेंट वेरिएबल `$ TOMLYRE_THEME_FILE` का मूल्य पढ़ा जाएगा।"##), - ("from-format", r##"स्रोत फ़ाइल प्रारूप (डिफ़ॉल्ट रूप से स्वचालित रूप से जाँच किया जाएगा)"##), - ("disable-theme-background", r##"थीम बैकग्राउंड अक्षम करें (डिफ़ॉल्ट रूप से सक्षम होता है, यदि `--dis-theme-bg` को कॉल किया गया होता है तो अक्षम होता है)"##), - ("theme-uncompressed-file-help", r##"> Uncompressed वर्जन Compressed वर्जन की तुलना में उच्चतम प्राथमिकता होती है। - -यदि `--tuf` निर्दिष्ट नहीं है, तो एनवायरमेंट वेरिएबल `$ TOMLYRE_THEME_UNCOMPRESSED_FILE` का मूल्य पढ़ा जाएगा।"##), - ("disable-theme-background-help", r##"यदि `--dis-theme-bg` निर्दिष्ट नहीं है, तो एनवायरमेंट वेरिएबल `$ TOMLYRE_THEME_BG` का मूल्य पढ़ा जाएगा। +यदि `--tf` निर्दिष्ट नहीं है, तो एनवायरमेंट वेरिएबल `$ TOMLYRE_THEME_FILE` का मूल्य पढ़ा जाएगा।"##, + ), + ( + "from-format", + r##"स्रोत फ़ाइल प्रारूप (डिफ़ॉल्ट रूप से स्वचालित रूप से जाँच किया जाएगा)"##, + ), + ( + "disable-theme-background", + r##"थीम बैकग्राउंड अक्षम करें (डिफ़ॉल्ट रूप से सक्षम होता है, यदि `--dis-theme-bg` को कॉल किया गया होता है तो अक्षम होता है)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Uncompressed वर्जन Compressed वर्जन की तुलना में उच्चतम प्राथमिकता होती है। + +यदि `--tuf` निर्दिष्ट नहीं है, तो एनवायरमेंट वेरिएबल `$ TOMLYRE_THEME_UNCOMPRESSED_FILE` का मूल्य पढ़ा जाएगा।"##, + ), + ( + "disable-theme-background-help", + r##"यदि `--dis-theme-bg` निर्दिष्ट नहीं है, तो एनवायरमेंट वेरिएबल `$ TOMLYRE_THEME_BG` का मूल्य पढ़ा जाएगा।  यदि इस मान का मूल्य false है तो अक्षम होता है  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"इस `theme-file` फ़ाइल की तुलना में uncompressed dump डेटा (फ़ाइल) आवश्यक है"##), - ("shell-completion-help", r##"आपको पूर्णता स्क्रिप्ट उत्पन्न करने के लिए शैली का नाम मैनुअल रूप से निर्दिष्ट करना होगा। +```"##, + ), + ( + "theme-uncompressed-file", + r##"इस `theme-file` फ़ाइल की तुलना में uncompressed dump डेटा (फ़ाइल) आवश्यक है"##, + ), + ( + "shell-completion-help", + r##"आपको पूर्णता स्क्रिप्ट उत्पन्न करने के लिए शैली का नाम मैनुअल रूप से निर्दिष्ट करना होगा। उदाहरण के लिए, Windows पर powershell के लिए आप इस्तेमाल कर सकते हैं:  ```pwsh @@ -8814,18 +10512,30 @@ pub(super) const fn get_hi_map_args_md() -> L10nMap {  ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"stdin से डेटा पढ़ने के लिए, जैसे: `cat a | tomlyre conv -`, यह फ़ाइल प्रारूप स्वचालित रूप से जानने का प्रयास करेगा। +```"##, + ), + ( + "from-format-help", + r##"stdin से डेटा पढ़ने के लिए, जैसे: `cat a | tomlyre conv -`, यह फ़ाइल प्रारूप स्वचालित रूप से जानने का प्रयास करेगा। हालांकि, स्वचालित जाँच विफल हो सकती है, इस स्थिति में आपको प्रारूप को मैनुअल रूप से निर्दिष्ट करना होगा। -उदाहरण: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"`--ts` पैरामीटर का उपयोग करते हुए, केवल अंतर्निहित शैली सेट को लिस्ट किया जाएगा। +उदाहरण: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"`--ts` पैरामीटर का उपयोग करते हुए, केवल अंतर्निहित शैली सेट को लिस्ट किया जाएगा। मार्कडाउन को md के रूप में छोटा किया जा सकता है, लेकिन अन्य शैलियों को पूरी नाम की आवश्यकता होगी। उपयोग उदाहरण1: `--ts md` उपयोग उदाहरण2: `--table-style ascii`  -नोट: फ़ाइल से **टेबल स्टाइल** सेट पढ़ना वर्तमान में समर्थित नहीं है, यदि आपको इस सुविधा या अन्य अतिरिक्त सुविधाओं की आवश्यकता है, तो आप issue सबमिट कर सकते हैं।"##), - ("table-style", r##"टेबल के स्टाइल को निर्दिष्ट करें"##), - ("theme-help", r##"जब केवल `-t` पैरामीटर का उपयोग किया जाता है, तो वर्तमान थीम की सूची दी जाएगी। +नोट: फ़ाइल से **टेबल स्टाइल** सेट पढ़ना वर्तमान में समर्थित नहीं है, यदि आपको इस सुविधा या अन्य अतिरिक्त सुविधाओं की आवश्यकता है, तो आप issue सबमिट कर सकते हैं।"##, + ), + ( + "table-style", + r##"टेबल के स्टाइल को निर्दिष्ट करें"##, + ), + ( + "theme-help", + r##"जब केवल `-t` पैरामीटर का उपयोग किया जाता है, तो वर्तमान थीम की सूची दी जाएगी। यदि थीम फ़ाइल निर्दिष्ट नहीं है, तो आंतरिक थीम संग्रह का उपयोग किया जाएगा। यदि एक थीम ** ayu-dark ** मौजूद है, तो आप ` -t ayu-dark ` का उपयोग करके उसे उपयोग कर सकते हैं। यदि थीम नाम में अंतरिक्ष शामिल हैं, तो कृपया उसे डबल कोट या सिंगल कोट में बंधने का प्रयास करें। @@ -8851,10 +10561,14 @@ pub(super) const fn get_hi_map_args_md() -> L10nMap { tomlyre -t "Monokai Extended" get test.toml ```  -"conv/get/set" आदि हस्तक्षेपों के लिए खुद से निर्माण किए गए सामग्री के लिए, `-t` द्वारा निर्दिष्ट थीम की प्राथमिकता होगी> एनवायरमेंट वेरिएबल । यदि `-t` को नहीं बुलाया गया है, तो एनवायरमेंट वेरिएबल को पढ़ा जाएगा; यदि एनवायरमेंट वेरिएबल खाली है, तो ** Monokai Extended ** का उपयोग किया जाएगा।"##), - ("theme", r##"वर्ण संकेत उच्चारण के लिए थीम नाम निर्दिष्ट करें"##), - ], -} +"conv/get/set" आदि हस्तक्षेपों के लिए खुद से निर्माण किए गए सामग्री के लिए, `-t` द्वारा निर्दिष्ट थीम की प्राथमिकता होगी> एनवायरमेंट वेरिएबल । यदि `-t` को नहीं बुलाया गया है, तो एनवायरमेंट वेरिएबल को पढ़ा जाएगा; यदि एनवायरमेंट वेरिएबल खाली है, तो ** Monokai Extended ** का उपयोग किया जाएगा।"##, + ), + ( + "theme", + r##"वर्ण संकेत उच्चारण के लिए थीम नाम निर्दिष्ट करें"##, + ), + ], + } } /// Language ID: hi; @@ -8870,15 +10584,21 @@ pub(super) const fn get_hi_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_hi_map_conv() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("conv-opts", r##"टॉमल, याम्ल, जेसन और रोन फ़ॉर्मेट के बीच परिवर्तन करें"##), - ("from", r##"इनपुट फ़ाइल का नाम निर्दिष्ट करें"##), - ("conv-to", r##"आउटपुट फॉर्मेट/फ़ाइल का नाम निर्दिष्ट करें, एक से अधिक बार कॉल कैसे करें"##), - ("conv-to-help", r##"यदि वर्तमान निर्देशिका में **test.json** फ़ाइल मौजूद है, तो आप `conv test.json -t yml` कॉल करके इसे yml (yaml) में बदल सकते हैं, + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[ + ( + "conv-opts", + r##"टॉमल, याम्ल, जेसन और रोन फ़ॉर्मेट के बीच परिवर्तन करें"##, + ), + ("from", r##"इनपुट फ़ाइल का नाम निर्दिष्ट करें"##), + ( + "conv-to", + r##"आउटपुट फॉर्मेट/फ़ाइल का नाम निर्दिष्ट करें, एक से अधिक बार कॉल कैसे करें"##, + ), + ( + "conv-to-help", + r##"यदि वर्तमान निर्देशिका में **test.json** फ़ाइल मौजूद है, तो आप `conv test.json -t yml` कॉल करके इसे yml (yaml) में बदल सकते हैं, या आप मैन्युअली फ़ाइल पथ निर्दिष्ट कर सकते हैं: `conv test.json -t /tmp/test.yml` यह पैकेज इनग्रीडिएंट्स के आधार पर समर्थित फ़ॉर्मेट का निर्धारण करता है, सभी फ़ंक्शंस डिफ़ॉल्ट रूप से समर्थित नहीं होते हैं। @@ -8889,9 +10609,10 @@ pub(super) const fn get_hi_map_conv() -> L10nMap { `conv test.toml -t ron` कॉल करते समय, उत्पादित फ़ाइल अपने आपको `test.ron` बनाएगी, न कि `ron`। यदि आपकी ज़रूरत नहीं है, तो कृपया `-t ./ron` या `-t $PWD/ron` के रूप में स्पष्ट फ़ाइल पथ का उपयोग करें। - 1.2: एक निर्दिष्ट डायरेक्टरी को लक्ष्य बनाया गया है, न कि फ़ाइल - उदाहरण के लिए, `-t /tmp/` केवल `/tmp/` के उप-स्तर में `test.toml` रख सकते हैं, `/tmp"##), - ], -} + उदाहरण के लिए, `-t /tmp/` केवल `/tmp/` के उप-स्तर में `test.toml` रख सकते हैं, `/tmp"##, + ), + ], + } } /// Language ID: hi; @@ -8899,15 +10620,24 @@ pub(super) const fn get_hi_map_conv() -> L10nMap { /// Description: हिन्दी, देवनागरी, भारत; pub(super) const fn get_hi_map_conv_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("conv-opts", r##"टॉमल, याम्ल, जेसन और रोन फ़ॉर्मेट के बीच परिवर्तन करें"##), - ("from", r##"इनपुट फ़ाइल का नाम निर्दिष्ट करें"##), - ("conv-to", r##"आउटपुट फॉर्मेट/फ़ाइल का नाम निर्दिष्ट करें, एक से अधिक बार कॉल कैसे करें"##), - ("conv-to-help", r##"यदि वर्तमान निर्देशिका में **test.json** फ़ाइल मौजूद है, तो आप `conv test.json -t yml` कॉल करके इसे yml (yaml) में बदल सकते हैं, + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[ + ( + "conv-opts", + r##"टॉमल, याम्ल, जेसन और रोन फ़ॉर्मेट के बीच परिवर्तन करें"##, + ), + ( + "from", + r##"इनपुट फ़ाइल का नाम निर्दिष्ट करें"##, + ), + ( + "conv-to", + r##"आउटपुट फॉर्मेट/फ़ाइल का नाम निर्दिष्ट करें, एक से अधिक बार कॉल कैसे करें"##, + ), + ( + "conv-to-help", + r##"यदि वर्तमान निर्देशिका में **test.json** फ़ाइल मौजूद है, तो आप `conv test.json -t yml` कॉल करके इसे yml (yaml) में बदल सकते हैं, या आप मैन्युअली फ़ाइल पथ निर्दिष्ट कर सकते हैं: `conv test.json -t /tmp/test.yml`  यह पैकेज इनग्रीडिएंट्स के आधार पर समर्थित फ़ॉर्मेट का निर्धारण करता है, सभी फ़ंक्शंस डिफ़ॉल्ट रूप से समर्थित नहीं होते हैं। @@ -8918,9 +10648,10 @@ pub(super) const fn get_hi_map_conv_md() -> L10nMap {  `conv test.toml -t ron` कॉल करते समय, उत्पादित फ़ाइल अपने आपको `test.ron` बनाएगी, न कि `ron`।  यदि आपकी ज़रूरत नहीं है, तो कृपया `-t ./ron` या `-t $PWD/ron` के रूप में स्पष्ट फ़ाइल पथ का उपयोग करें।  - 1.2: एक निर्दिष्ट डायरेक्टरी को लक्ष्य बनाया गया है, न कि फ़ाइल - उदाहरण के लिए, `-t /tmp/` केवल `/tmp/` के उप-स्तर में `test.toml` रख सकते हैं, `/tmp"##), - ], -} + उदाहरण के लिए, `-t /tmp/` केवल `/tmp/` के उप-स्तर में `test.toml` रख सकते हैं, `/tmp"##, + ), + ], + } } /// Language ID: hi; @@ -8936,14 +10667,13 @@ pub(super) const fn get_hi_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_hi_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"नीचे stderr आउटपुट है। आउटपुट कंप्लीशन स्क्रिप्ट पर रीडायरेक्ट करते समय, आपको `2>/path/to/file` की जगह `/path/to/file` का उपयोग करना चाहिए।"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"नीचे stderr आउटपुट है। आउटपुट कंप्लीशन स्क्रिप्ट पर रीडायरेक्ट करते समय, आपको `2>/path/to/file` की जगह `/path/to/file` का उपयोग करना चाहिए।"##, + )], + } } /// Language ID: hi; @@ -8959,34 +10689,27 @@ pub(super) const fn get_hi_map_parser() -> L10nMap { /// ``` pub(super) const fn get_hi_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"अमान्य थीम नाम"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"अमान्य थीम नाम"##)], + } } /// hi: हिन्दी, देवनागरी, भारत pub(super) const fn get_hi_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (3, 4), - (0, 0), - ], - entries: &[ - ("parser", get_hi_map_parser), - ("conv_md", get_hi_map_conv_md), - ("args", get_hi_map_args), - ("args_md", get_hi_map_args_md), - ("theme", get_hi_map_theme), - ("conv", get_hi_map_conv), - ("log-core", get_hi_map_log_core), - ], -} + key: 12913932095322966823, + disps: &[(3, 4), (0, 0)], + entries: &[ + ("parser", get_hi_map_parser), + ("conv_md", get_hi_map_conv_md), + ("args", get_hi_map_args), + ("args_md", get_hi_map_args_md), + ("theme", get_hi_map_theme), + ("conv", get_hi_map_conv), + ("log-core", get_hi_map_log_core), + ], + } } /// Language ID: hr; @@ -9002,20 +10725,17 @@ pub(super) const fn get_hi_map() -> SubLocaleMap { /// ``` pub(super) const fn get_hr_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"uklanjanje pogrešaka"##), - ("warn", r##"upozoriti"##), - ("info", r##"Informacije"##), - ("error", r##"Pogreška"##), - ("trace", r##"PRACE"##), - ("init-logger", r##"Inicijaliziranje zapisnika ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"uklanjanje pogrešaka"##), + ("warn", r##"upozoriti"##), + ("info", r##"Informacije"##), + ("error", r##"Pogreška"##), + ("trace", r##"PRACE"##), + ("init-logger", r##"Inicijaliziranje zapisnika ..."##), + ], + } } /// Language ID: hr; @@ -9031,28 +10751,22 @@ pub(super) const fn get_hr_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_hr_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nevažeći naziv teme"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nevažeći naziv teme"##)], + } } /// hr: hrvatski, latinica, Hrvatska pub(super) const fn get_hr_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_hr_map_log_core), - ("theme", get_hr_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_hr_map_log_core), + ("theme", get_hr_map_theme), + ], + } } /// Language ID: ht; @@ -9067,20 +10781,17 @@ pub(super) const fn get_hr_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ht_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"avèti"##), - ("info", r##"Info"##), - ("error", r##"Erè"##), - ("trace", r##"Trace"##), - ("init-logger", r##"Inisyalize anrejistrè ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"avèti"##), + ("info", r##"Info"##), + ("error", r##"Erè"##), + ("trace", r##"Trace"##), + ("init-logger", r##"Inisyalize anrejistrè ..."##), + ], + } } /// Language ID: ht; @@ -9095,28 +10806,22 @@ pub(super) const fn get_ht_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ht_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Non tèm valab"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Non tèm valab"##)], + } } /// ht: ht-Latn-HT pub(super) const fn get_ht_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ht_map_log_core), - ("theme", get_ht_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ht_map_log_core), + ("theme", get_ht_map_theme), + ], + } } /// Language ID: hu; @@ -9132,20 +10837,17 @@ pub(super) const fn get_ht_map() -> SubLocaleMap { /// ``` pub(super) const fn get_hu_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"hibakeresési"##), - ("warn", r##"Figyelmeztetés"##), - ("info", r##"Info"##), - ("error", r##"hiba"##), - ("trace", r##"nyomkövetés"##), - ("init-logger", r##"A fakitermelő inicializálása ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"hibakeresési"##), + ("warn", r##"Figyelmeztetés"##), + ("info", r##"Info"##), + ("error", r##"hiba"##), + ("trace", r##"nyomkövetés"##), + ("init-logger", r##"A fakitermelő inicializálása ..."##), + ], + } } /// Language ID: hu; @@ -9161,28 +10863,22 @@ pub(super) const fn get_hu_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_hu_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Érvénytelen téma neve"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Érvénytelen téma neve"##)], + } } /// hu: magyar, Latin, Magyarország pub(super) const fn get_hu_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_hu_map_log_core), - ("theme", get_hu_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_hu_map_log_core), + ("theme", get_hu_map_theme), + ], + } } /// Language ID: hy; @@ -9198,20 +10894,17 @@ pub(super) const fn get_hu_map() -> SubLocaleMap { /// ``` pub(super) const fn get_hy_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"կարգաբերում"##), - ("warn", r##"նախազգուշացում"##), - ("info", r##"Տեղեկություն"##), - ("error", r##"սխալ"##), - ("trace", r##"հետք"##), - ("init-logger", r##"Նախաձեռնող անտառահատ ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"կարգաբերում"##), + ("warn", r##"նախազգուշացում"##), + ("info", r##"Տեղեկություն"##), + ("error", r##"սխալ"##), + ("trace", r##"հետք"##), + ("init-logger", r##"Նախաձեռնող անտառահատ ..."##), + ], + } } /// Language ID: hy; @@ -9227,28 +10920,22 @@ pub(super) const fn get_hy_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_hy_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Անվավեր թեմայի անվանումը"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Անվավեր թեմայի անվանումը"##)], + } } /// hy: հայերեն, հայկական, Հայաստան pub(super) const fn get_hy_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_hy_map_log_core), - ("theme", get_hy_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_hy_map_log_core), + ("theme", get_hy_map_theme), + ], + } } /// Language ID: id; @@ -9264,20 +10951,17 @@ pub(super) const fn get_hy_map() -> SubLocaleMap { /// ``` pub(super) const fn get_id_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"memperingatkan"##), - ("info", r##"info"##), - ("error", r##"kesalahan"##), - ("trace", r##"jejak"##), - ("init-logger", r##"Menginisialisasi logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"memperingatkan"##), + ("info", r##"info"##), + ("error", r##"kesalahan"##), + ("trace", r##"jejak"##), + ("init-logger", r##"Menginisialisasi logger ..."##), + ], + } } /// Language ID: id; @@ -9293,28 +10977,22 @@ pub(super) const fn get_id_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_id_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nama tema tidak valid"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nama tema tidak valid"##)], + } } /// id: Indonesia, Latin, Indonesia pub(super) const fn get_id_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_id_map_log_core), - ("theme", get_id_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_id_map_log_core), + ("theme", get_id_map_theme), + ], + } } /// Language ID: ig; @@ -9330,20 +11008,17 @@ pub(super) const fn get_id_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ig_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"dọrọ aka na ntị"##), - ("info", r##"info"##), - ("error", r##"njehie"##), - ("trace", r##"trace"##), - ("init-logger", r##"Mgbakwunye Ndekọ ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"dọrọ aka na ntị"##), + ("info", r##"info"##), + ("error", r##"njehie"##), + ("trace", r##"trace"##), + ("init-logger", r##"Mgbakwunye Ndekọ ..."##), + ], + } } /// Language ID: ig; @@ -9359,28 +11034,22 @@ pub(super) const fn get_ig_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ig_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Aha ezighi ezi"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Aha ezighi ezi"##)], + } } /// ig: Igbo, Latin, Naịjịrịa pub(super) const fn get_ig_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ig_map_log_core), - ("theme", get_ig_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ig_map_log_core), + ("theme", get_ig_map_theme), + ], + } } /// Language ID: is; @@ -9396,20 +11065,17 @@ pub(super) const fn get_ig_map() -> SubLocaleMap { /// ``` pub(super) const fn get_is_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"kembiforrit"##), - ("warn", r##"vara við"##), - ("info", r##"upplýsingar"##), - ("error", r##"villa"##), - ("trace", r##"rekja"##), - ("init-logger", r##"Frumstilla skógarhöggsmann ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"kembiforrit"##), + ("warn", r##"vara við"##), + ("info", r##"upplýsingar"##), + ("error", r##"villa"##), + ("trace", r##"rekja"##), + ("init-logger", r##"Frumstilla skógarhöggsmann ..."##), + ], + } } /// Language ID: is; @@ -9425,28 +11091,22 @@ pub(super) const fn get_is_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_is_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Ógilt þemanafn"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Ógilt þemanafn"##)], + } } /// is: íslenska, latneskt, Ísland pub(super) const fn get_is_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_is_map_log_core), - ("theme", get_is_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_is_map_log_core), + ("theme", get_is_map_theme), + ], + } } /// Language ID: it; @@ -9462,20 +11122,17 @@ pub(super) const fn get_is_map() -> SubLocaleMap { /// ``` pub(super) const fn get_it_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"DEBUG"##), - ("warn", r##"AVVERTIMENTO"##), - ("info", r##"INFORMAZIONE"##), - ("error", r##"ERRORE"##), - ("trace", r##"TRACCIA"##), - ("init-logger", r##"Inizializzazione del logger..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"DEBUG"##), + ("warn", r##"AVVERTIMENTO"##), + ("info", r##"INFORMAZIONE"##), + ("error", r##"ERRORE"##), + ("trace", r##"TRACCIA"##), + ("init-logger", r##"Inizializzazione del logger..."##), + ], + } } /// Language ID: it; @@ -9491,14 +11148,10 @@ pub(super) const fn get_it_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_it_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nome a tema non valido"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nome a tema non valido"##)], + } } /// Language ID: it; @@ -9514,32 +11167,54 @@ pub(super) const fn get_it_map_theme() -> L10nMap { /// ``` pub(super) const fn get_it_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"File di raccolta temi personalizzato, è necessario specificare anche il nome del tema tramite `--theme`"##), - ("shell-completion", r##"Generare uno script di completamento per shell"##), - ("theme-file-help", r##"I formati di file supportati sono dati binari dump dal rust crate `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"File di raccolta temi personalizzato, è necessario specificare anche il nome del tema tramite `--theme`"##, + ), + ( + "shell-completion", + r##"Generare uno script di completamento per shell"##, + ), + ( + "theme-file-help", + r##"I formati di file supportati sono dati binari dump dal rust crate `syntect`. Essenzialmente, questi temi sono i vecchi temi di sublime. -Se `--tf` non è specificato, il valore della variabile d'ambiente `$TOMLYRE_THEME_FILE` verrà letto."##), - ("from-format", r##"Formato del file di origine specificato manualmente (per impostazione predefinita viene rilevato automaticamente)"##), - ("disable-theme-background", r##"Disabilita lo sfondo del tema (default attivo, se chiamato `--dis-theme-bg` disattiva)"##), - ("theme-uncompressed-file-help", r##"> Le versioni non compresse hanno una priorità più alta rispetto alle versioni compressi. - -Se `--tuf` non è specificato, il valore della variabile d'ambiente `$TOMLYRE_THEME_UNCOMPRESSED_FILE` verrà letto. "##), - ("disable-theme-background-help", r##"Se `--dis-theme-bg` non viene specificato, verrà letto il valore dalla variabile d'ambiente `$TOMLYRE_THEME_BG`. +Se `--tf` non è specificato, il valore della variabile d'ambiente `$TOMLYRE_THEME_FILE` verrà letto."##, + ), + ( + "from-format", + r##"Formato del file di origine specificato manualmente (per impostazione predefinita viene rilevato automaticamente)"##, + ), + ( + "disable-theme-background", + r##"Disabilita lo sfondo del tema (default attivo, se chiamato `--dis-theme-bg` disattiva)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Le versioni non compresse hanno una priorità più alta rispetto alle versioni compressi. + +Se `--tuf` non è specificato, il valore della variabile d'ambiente `$TOMLYRE_THEME_UNCOMPRESSED_FILE` verrà letto. "##, + ), + ( + "disable-theme-background-help", + r##"Se `--dis-theme-bg` non viene specificato, verrà letto il valore dalla variabile d'ambiente `$TOMLYRE_THEME_BG`. Se il valore è falso, sarà disabilitato ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"simile a `theme-file`, ma richiede dati dump non compressi (file)"##), - ("shell-completion-help", r##"È necessario specificare manualmente il nome della shell per generare lo script di completamento. +```"##, + ), + ( + "theme-uncompressed-file", + r##"simile a `theme-file`, ma richiede dati dump non compressi (file)"##, + ), + ( + "shell-completion-help", + r##"È necessario specificare manualmente il nome della shell per generare lo script di completamento. Ad esempio, per powershell su Windows, puoi usare: ```pwsh @@ -9562,19 +11237,28 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre Per evitare di utilizzare i privilegi di root, puoi salvarlo nella sotto-directory dell'utente. Ad esempio, puoi usare il seguente comando per inserire un elemento all'inizio di questo array e poi usare la directory relativa. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Quando si leggono i dati da stdin, ad esempio: `cat a | tomlyre conv -`, verrà tentato di rilevare automaticamente il formato del file. +```"##, + ), + ( + "from-format-help", + r##"Quando si leggono i dati da stdin, ad esempio: `cat a | tomlyre conv -`, verrà tentato di rilevare automaticamente il formato del file. Tuttavia, l'autodetect potrebbe fallire e in tal caso sarà necessario specificare manualmente il formato. -Esempio: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Quando viene utilizzato solo il parametro `--ts`, verranno elencate le raccolte di stili integrate. +Esempio: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Quando viene utilizzato solo il parametro `--ts`, verranno elencate le raccolte di stili integrate. Tranne markdown che può essere abbreviato in md, gli altri stili devono essere usati con il loro nome completo. Esempio di utilizzo 1: `--ts md` Esempio di utilizzo 2: `--table-style ascii` > Nota: Attualmente non è supportata la lettura di insiemi di **stili tabella** da file. -> Se hai bisogno di questa funzionalità o di altre funzionalità aggiuntive, ti preghiamo di segnalarlo tramite un issue."##), - ("table-style", r##"Specifica lo stile della tabella"##), - ("theme-help", r##"Quando si utilizza solo `-t`, verrà elencato l'elenco dei temi attuali. +> Se hai bisogno di questa funzionalità o di altre funzionalità aggiuntive, ti preghiamo di segnalarlo tramite un issue."##, + ), + ("table-style", r##"Specifica lo stile della tabella"##), + ( + "theme-help", + r##"Quando si utilizza solo `-t`, verrà elencato l'elenco dei temi attuali. Se non viene specificato un file di tema, verrà utilizzata una raccolta di temi integrati. Supponiamo che ci sia un tema chiamato **ayu-dark**, è possibile utilizzare `-t ayu-dark` per utilizzare quel tema. Se il nome del tema contiene uno spazio, utilizzare le virgolette o gli apici. @@ -9601,10 +11285,14 @@ tomlyre -t "Monokai Extended" get test.toml ``` Per i contenuti prodotti manualmente dalle operazioni correlate `conv / get / set`, ecc., La priorità del tema specificato da `-t`> variabile d'ambiente. -Se `-t` non è chiamato, leggere la variabile d'ambiente; se la variabile d'ambiente è vuota, utilizzare ** Monokai Extended **."##), - ("theme", r##"Specifica il nome del tema per l'evidenziazione della sintassi"##), - ], -} +Se `-t` non è chiamato, leggere la variabile d'ambiente; se la variabile d'ambiente è vuota, utilizzare ** Monokai Extended **."##, + ), + ( + "theme", + r##"Specifica il nome del tema per l'evidenziazione della sintassi"##, + ), + ], + } } /// Language ID: it; @@ -9612,32 +11300,54 @@ Se `-t` non è chiamato, leggere la variabile d'ambiente; se la variabile d'ambi /// Description: italiano, latino, Italia; pub(super) const fn get_it_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"File di raccolta temi personalizzato, è necessario specificare anche il nome del tema tramite `--theme`"##), - ("shell-completion", r##"Generare uno script di completamento per shell"##), - ("theme-file-help", r##"I formati di file supportati sono dati binari dump dal rust crate `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"File di raccolta temi personalizzato, è necessario specificare anche il nome del tema tramite `--theme`"##, + ), + ( + "shell-completion", + r##"Generare uno script di completamento per shell"##, + ), + ( + "theme-file-help", + r##"I formati di file supportati sono dati binari dump dal rust crate `syntect`. Essenzialmente, questi temi sono i vecchi temi di sublime. -Se `--tf` non è specificato, il valore della variabile d'ambiente `$TOMLYRE_THEME_FILE` verrà letto."##), - ("from-format", r##"Formato del file di origine specificato manualmente (per impostazione predefinita viene rilevato automaticamente)"##), - ("disable-theme-background", r##"Disabilita lo sfondo del tema (default attivo, se chiamato `--dis-theme-bg` disattiva)"##), - ("theme-uncompressed-file-help", r##"> Le versioni non compresse hanno una priorità più alta rispetto alle versioni compressi. - -Se `--tuf` non è specificato, il valore della variabile d'ambiente `$TOMLYRE_THEME_UNCOMPRESSED_FILE` verrà letto. "##), - ("disable-theme-background-help", r##"Se `--dis-theme-bg` non viene specificato, verrà letto il valore dalla variabile d'ambiente `$TOMLYRE_THEME_BG`. +Se `--tf` non è specificato, il valore della variabile d'ambiente `$TOMLYRE_THEME_FILE` verrà letto."##, + ), + ( + "from-format", + r##"Formato del file di origine specificato manualmente (per impostazione predefinita viene rilevato automaticamente)"##, + ), + ( + "disable-theme-background", + r##"Disabilita lo sfondo del tema (default attivo, se chiamato `--dis-theme-bg` disattiva)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Le versioni non compresse hanno una priorità più alta rispetto alle versioni compressi. + +Se `--tuf` non è specificato, il valore della variabile d'ambiente `$TOMLYRE_THEME_UNCOMPRESSED_FILE` verrà letto. "##, + ), + ( + "disable-theme-background-help", + r##"Se `--dis-theme-bg` non viene specificato, verrà letto il valore dalla variabile d'ambiente `$TOMLYRE_THEME_BG`.  Se il valore è falso, sarà disabilitato  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"simile a `theme-file`, ma richiede dati dump non compressi (file)"##), - ("shell-completion-help", r##"È necessario specificare manualmente il nome della shell per generare lo script di completamento. +```"##, + ), + ( + "theme-uncompressed-file", + r##"simile a `theme-file`, ma richiede dati dump non compressi (file)"##, + ), + ( + "shell-completion-help", + r##"È necessario specificare manualmente il nome della shell per generare lo script di completamento. Ad esempio, per powershell su Windows, puoi usare:  ```pwsh @@ -9660,19 +11370,31 @@ pub(super) const fn get_it_map_args_md() -> L10nMap { Per evitare di utilizzare i privilegi di root, puoi salvarlo nella sotto-directory dell'utente. Ad esempio, puoi usare il seguente comando per inserire un elemento all'inizio di questo array e poi usare la directory relativa. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Quando si leggono i dati da stdin, ad esempio: `cat a | tomlyre conv -`, verrà tentato di rilevare automaticamente il formato del file. +```"##, + ), + ( + "from-format-help", + r##"Quando si leggono i dati da stdin, ad esempio: `cat a | tomlyre conv -`, verrà tentato di rilevare automaticamente il formato del file. Tuttavia, l'autodetect potrebbe fallire e in tal caso sarà necessario specificare manualmente il formato. -Esempio: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Quando viene utilizzato solo il parametro `--ts`, verranno elencate le raccolte di stili integrate. +Esempio: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Quando viene utilizzato solo il parametro `--ts`, verranno elencate le raccolte di stili integrate. Tranne markdown che può essere abbreviato in md, gli altri stili devono essere usati con il loro nome completo. Esempio di utilizzo 1: `--ts md` Esempio di utilizzo 2: `--table-style ascii`  > Nota: Attualmente non è supportata la lettura di insiemi di **stili tabella** da file. -> Se hai bisogno di questa funzionalità o di altre funzionalità aggiuntive, ti preghiamo di segnalarlo tramite un issue."##), - ("table-style", r##"Specifica lo stile della tabella"##), - ("theme-help", r##"Quando si utilizza solo `-t`, verrà elencato l'elenco dei temi attuali. +> Se hai bisogno di questa funzionalità o di altre funzionalità aggiuntive, ti preghiamo di segnalarlo tramite un issue."##, + ), + ( + "table-style", + r##"Specifica lo stile della tabella"##, + ), + ( + "theme-help", + r##"Quando si utilizza solo `-t`, verrà elencato l'elenco dei temi attuali. Se non viene specificato un file di tema, verrà utilizzata una raccolta di temi integrati. Supponiamo che ci sia un tema chiamato **ayu-dark**, è possibile utilizzare `-t ayu-dark` per utilizzare quel tema. Se il nome del tema contiene uno spazio, utilizzare le virgolette o gli apici. @@ -9699,10 +11421,14 @@ pub(super) const fn get_it_map_args_md() -> L10nMap { ```  Per i contenuti prodotti manualmente dalle operazioni correlate `conv / get / set`, ecc., La priorità del tema specificato da `-t`> variabile d'ambiente. -Se `-t` non è chiamato, leggere la variabile d'ambiente; se la variabile d'ambiente è vuota, utilizzare ** Monokai Extended **."##), - ("theme", r##"Specifica il nome del tema per l'evidenziazione della sintassi"##), - ], -} +Se `-t` non è chiamato, leggere la variabile d'ambiente; se la variabile d'ambiente è vuota, utilizzare ** Monokai Extended **."##, + ), + ( + "theme", + r##"Specifica il nome del tema per l'evidenziazione della sintassi"##, + ), + ], + } } /// Language ID: it; @@ -9718,16 +11444,25 @@ pub(super) const fn get_it_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_it_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Convertire tra i formati toml, yaml, json e ron"##), - ("from", r##"Specifica il file di input"##), - ("conv-to", r##"Specificare il formato / file di output, chiamabile più volte"##), - ("save", r##"Quando viene chiamata questa opzione, il file specificato da `--to` verrà salvato."##), - ("conv-to-help", r##"Se il file **test.json** esiste nella directory corrente, è possibile chiamare `conv test.json -t yml` per convertirlo in yml (yaml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Convertire tra i formati toml, yaml, json e ron"##, + ), + ("from", r##"Specifica il file di input"##), + ( + "conv-to", + r##"Specificare il formato / file di output, chiamabile più volte"##, + ), + ( + "save", + r##"Quando viene chiamata questa opzione, il file specificato da `--to` verrà salvato."##, + ), + ( + "conv-to-help", + r##"Se il file **test.json** esiste nella directory corrente, è possibile chiamare `conv test.json -t yml` per convertirlo in yml (yaml), oppure specificare manualmente il percorso del file: `conv test.json -t /tmp/test.yml` I formati supportati dipendono dalle funzionalità abilitate in questo pacchetto e non tutte le funzionalità sono abilitate per impostazione predefinita. @@ -9742,9 +11477,10 @@ Inoltre, ci sono alcune cose che devi sapere prima di utilizzarlo. Se non hai bisogno di questa funzionalità, utilizzare il percorso completo del file (non la directory), ad esempio `-t /tmp/xx.toml` invece di `-t /tmp/`. - 2. Quando `--save` non viene chiamato, il file specificato non verrà salvato automaticamente. - 3. Quando si chiama `--save`, l'input e l'output del sottocomando conv non possono essere lo stesso file. -- 4. I commenti non saranno conservati nel file convertito"##), - ], -} +- 4. I commenti non saranno conservati nel file convertito"##, + ), + ], + } } /// Language ID: it; @@ -9752,16 +11488,28 @@ Inoltre, ci sono alcune cose che devi sapere prima di utilizzarlo. /// Description: italiano, latino, Italia; pub(super) const fn get_it_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Convertire tra i formati toml, yaml, json e ron"##), - ("from", r##"Specifica il file di input"##), - ("conv-to", r##"Specificare il formato / file di output, chiamabile più volte"##), - ("save", r##"Quando viene chiamata questa opzione, il file specificato da `--to` verrà salvato."##), - ("conv-to-help", r##"Se il file **test.json** esiste nella directory corrente, è possibile chiamare `conv test.json -t yml` per convertirlo in yml (yaml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Convertire tra i formati toml, yaml, json e ron"##, + ), + ( + "from", + r##"Specifica il file di input"##, + ), + ( + "conv-to", + r##"Specificare il formato / file di output, chiamabile più volte"##, + ), + ( + "save", + r##"Quando viene chiamata questa opzione, il file specificato da `--to` verrà salvato."##, + ), + ( + "conv-to-help", + r##"Se il file **test.json** esiste nella directory corrente, è possibile chiamare `conv test.json -t yml` per convertirlo in yml (yaml), oppure specificare manualmente il percorso del file: `conv test.json -t /tmp/test.yml`  I formati supportati dipendono dalle funzionalità abilitate in questo pacchetto e non tutte le funzionalità sono abilitate per impostazione predefinita. @@ -9776,9 +11524,10 @@ pub(super) const fn get_it_map_conv_md() -> L10nMap {  Se non hai bisogno di questa funzionalità, utilizzare il percorso completo del file (non la directory), ad esempio `-t /tmp/xx.toml` invece di `-t /tmp/`. - 2. Quando `--save` non viene chiamato, il file specificato non verrà salvato automaticamente. - 3. Quando si chiama `--save`, l'input e l'output del sottocomando conv non possono essere lo stesso file. -- 4. I commenti non saranno conservati nel file convertito"##), - ], -} +- 4. I commenti non saranno conservati nel file convertito"##, + ), + ], + } } /// Language ID: it; @@ -9794,19 +11543,21 @@ pub(super) const fn get_it_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_it_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"A differenza di `-k`, `--ck` non farà automaticamente uno `split('.')`. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"A differenza di `-k`, `--ck` non farà automaticamente uno `split('.')`. Per [a.b.c], `-k a.b.c` e `--ck a --ck b --ck c` sono equivalenti. Per situazioni più semplici, `-k` sarà più facile. @@ -9832,11 +11583,20 @@ Mentre usando `--ck '[typescript]' --ck editor.defaultFormatter`, verrà trattat - "[typescript]" - "editor.defaultFormatter" -Che è la struttura giusta."##), - ("num-arr", r##"Array di interi con segno a 64 bit"##), - ("bool", r##"Bool (tipo booleano), può essere solo `true` o `false`"##), - ("num", r##"i64: intero con segno a 64 bit, ad esempio: 1145"##), - ("datetime-help", r##"Esempio: +Che è la struttura giusta."##, + ), + ("num-arr", r##"Array di interi con segno a 64 bit"##), + ( + "bool", + r##"Bool (tipo booleano), può essere solo `true` o `false`"##, + ), + ( + "num", + r##"i64: intero con segno a 64 bit, ad esempio: 1145"##, + ), + ( + "datetime-help", + r##"Esempio: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -9851,12 +11611,21 @@ Questa opzione è supportata solo per il formato `toml`. Se si specifica l'opzio "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Salva in un formato/file specifico, solo uno alla volta"##), - ("get-opts-help", r##"Esempio d'uso 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Salva in un formato/file specifico, solo uno alla volta"##, + ), + ( + "get-opts-help", + r##"Esempio d'uso 1: `get Cargo.toml -k package.name` Esempio d'uso 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Nota: RON ha un vero tipo `Option` che può avere valore `Some(T)` o `None`. +"##, + ), + ( + "none-help", + r##"> Nota: RON ha un vero tipo `Option` che può avere valore `Some(T)` o `None`. > L'opzione `--none` rimuove una chiave specificata, ma non corrisponde veramente al tipo `Option`. Supponiamo che ci sia un array di tabelle nel file `test.yml`: @@ -9887,9 +11656,15 @@ set test.yml -k bin.1 --none Oppure si può utilizzare l'opzione `--rm`: ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Numero in virgola mobile doppia precisione (standard IEEE 754-2008), ad esempio: 3.14159265359"##), - ("saot-help", r##"> Nota che anche se è possibile creare solo una coppia K-V tramite l'opzione `--saot`, è possibile specificare l'indice dell'array di tabelle e poi utilizzare altre opzioni per espandere. +```"##, + ), + ( + "f64", + r##"Numero in virgola mobile doppia precisione (standard IEEE 754-2008), ad esempio: 3.14159265359"##, + ), + ( + "saot-help", + r##"> Nota che anche se è possibile creare solo una coppia K-V tramite l'opzione `--saot`, è possibile specificare l'indice dell'array di tabelle e poi utilizzare altre opzioni per espandere. Esempio: ```sh @@ -9902,11 +11677,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Imposta la coppia k-v, `--kv x.y.z value` equivale a `-k x.y.z -s value`"##), - ("set-save", r##"Se chiamato senza l'opzione `--to`, sovrascrive (scrive) il file corrente"##), - ("array", r##"Array di stringhe"##), - ("aot-help", r##"Esempio: +```"##, + ), + ( + "set-kv", + r##"Imposta la coppia k-v, `--kv x.y.z value` equivale a `-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"Se chiamato senza l'opzione `--to`, sovrascrive (scrive) il file corrente"##, + ), + ("array", r##"Array di stringhe"##), + ( + "aot-help", + r##"Esempio: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -9920,8 +11704,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set Scegliere prima la chiave specificata e quindi modificare il valore del tipo di dati specificato. @@ -9971,8 +11758,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -> Nota: Gli esempi sopra iniziano con un parametro/sotto-comando e omettono il nome del comando radice. Nell'uso reale, è necessario aggiungerlo manualmente."##), - ("num-arr-help", r##"Esempio: +> Nota: Gli esempi sopra iniziano con un parametro/sotto-comando e omettono il nome del comando radice. Nell'uso reale, è necessario aggiungerlo manualmente."##, + ), + ( + "num-arr-help", + r##"Esempio: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -9983,8 +11773,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"Esempio: +```"##, + ), + ( + "inline-table-help", + r##"Esempio: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -10001,9 +11794,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } "codename": "rawhide", "os": "fedora" } -```"##), - ("key", r##"Cercare il valore attraverso la chiave"##), - ("f64-arr-help", r##"Esempio: +```"##, + ), + ("key", r##"Cercare il valore attraverso la chiave"##), + ( + "f64-arr-help", + r##"Esempio: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -10028,9 +11824,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null, null ] -```"##), - ("none", r##"Rimuove la chiave specificata"##), - ("set-save-to-help", r##"Simile all'opzione `-t` del sotto-comando `conv`, la differenza principale è che l'opzione `-t` di `conv` può essere chiamata più volte consecutivamente per produrre diversi formati o file. +```"##, + ), + ("none", r##"Rimuove la chiave specificata"##), + ( + "set-save-to-help", + r##"Simile all'opzione `-t` del sotto-comando `conv`, la differenza principale è che l'opzione `-t` di `conv` può essere chiamata più volte consecutivamente per produrre diversi formati o file. Invece, l'opzione `-t` del sotto-comando `set` può essere chiamata solo una volta e produce un singolo file. > Nota che dopo la conversione, il comando `conv` non mantiene i commenti presenti nei file convertiti. Invece, il comando `set` mantiene i commenti solo nei file **toml**, mentre per gli altri formati i commenti **non vengono** mantenuti. @@ -10039,15 +11838,36 @@ Invece, l'opzione `-t` del sotto-comando `set` può essere chiamata solo una vol - Se l'opzione `-t` è stata chiamata e viene successivamente chiamata anche l'opzione `--save`, il file modificato viene salvato nel file specificato dall'opzione `-t`. - A meno che il file sorgente e quello specificato dall'opzione `-t` coincidano, il comportamento dell'opzione `-t` del sotto-comando `set` è simile a quello dell'opzione `-t` del sotto-comando `conv`, in quanto entrambi rinominano automaticamente i file non specifici. - Ad esempio, supponiamo che l'opzione `-t` sia stata impostata su **json**, e che il file sorgente sia **test.yml**. Il file di output sarà rinominato come **test.json**, anziché **json**. - - Se questa funzionalità non è necessaria, utilizzare `-t ./json` o `-t $PWD/json` invece di `-t json`. "##), - ("preview", r##"Dopo aver effettuato le modifiche, visualizza l'intero file"##), - ("set-key", r##"Scegliere la chiave specificata utilizzando il '.' come separatore"##), - ("get-opts", r##"Ottenere il valore della configurazione specificata"##), - ("saot", r##"Array di coppie chiave-valore per ogni tabella (utilizzo: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"Il formato è: "a.b.c", i nomi di sotto-tabelle o gli indici dell'array sono separati dal "." (punto). -Se c'è solo un ".", verrà elencata l'intera tabella."##), - ("set-opts", r##"Creare/aggiornare/eliminare la struttura del file di configurazione"##), - ("bool-arr-help", r##"Esempio: + - Se questa funzionalità non è necessaria, utilizzare `-t ./json` o `-t $PWD/json` invece di `-t json`. "##, + ), + ( + "preview", + r##"Dopo aver effettuato le modifiche, visualizza l'intero file"##, + ), + ( + "set-key", + r##"Scegliere la chiave specificata utilizzando il '.' come separatore"##, + ), + ( + "get-opts", + r##"Ottenere il valore della configurazione specificata"##, + ), + ( + "saot", + r##"Array di coppie chiave-valore per ogni tabella (utilizzo: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"Il formato è: "a.b.c", i nomi di sotto-tabelle o gli indici dell'array sono separati dal "." (punto). +Se c'è solo un ".", verrà elencata l'intera tabella."##, + ), + ( + "set-opts", + r##"Creare/aggiornare/eliminare la struttura del file di configurazione"##, + ), + ( + "bool-arr-help", + r##"Esempio: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -10059,11 +11879,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Array di valori booleani"##), - ("table", r##"Tabella standard, utilizzata per memorizzare coppie K-V multiple"##), - ("datetime", r##"Tipo di data e ora"##), - ("table-help", r##"Esempio 1: +```"##, + ), + ("bool-arr", r##"Array di valori booleani"##), + ( + "table", + r##"Tabella standard, utilizzata per memorizzare coppie K-V multiple"##, + ), + ("datetime", r##"Tipo di data e ora"##), + ( + "table-help", + r##"Esempio 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -10087,10 +11913,16 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"Array di numeri in virgola mobile doppia precisione"##), - ("string", r##"String (tipo stringa)"##), - ("array-help", r##"Imposta gli elementi dell'array mediante chiamate multiple all'opzione `-a`. +```"##, + ), + ( + "f64-arr", + r##"Array di numeri in virgola mobile doppia precisione"##, + ), + ("string", r##"String (tipo stringa)"##), + ( + "array-help", + r##"Imposta gli elementi dell'array mediante chiamate multiple all'opzione `-a`. Ad esempio: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -10101,12 +11933,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Array di tabelle (utilizzo: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Tabella inline, equivalente alla tabella standard ma più compatta"##), - ("concat-key", r##"Inserire la chiave per parti, verrà automaticamente concatenata, non utilizzare il '.' come separatore"##), - ], -} +```"##, + ), + ( + "aot", + r##"Array di tabelle (utilizzo: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Tabella inline, equivalente alla tabella standard ma più compatta"##, + ), + ( + "concat-key", + r##"Inserire la chiave per parti, verrà automaticamente concatenata, non utilizzare il '.' come separatore"##, + ), + ], + } } /// Language ID: it; @@ -10114,19 +11956,21 @@ array = ["hello", "wonderful", "world"] /// Description: italiano, latino, Italia; pub(super) const fn get_it_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"A differenza di `-k`, `--ck` non farà automaticamente uno `split('.')`. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"A differenza di `-k`, `--ck` non farà automaticamente uno `split('.')`. Per [a.b.c], `-k a.b.c` e `--ck a --ck b --ck c` sono equivalenti. Per situazioni più semplici, `-k` sarà più facile.  @@ -10152,11 +11996,23 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -Che è la struttura giusta."##), - ("num-arr", r##"Array di interi con segno a 64 bit"##), - ("bool", r##"Bool (tipo booleano), può essere solo `true` o `false`"##), - ("num", r##"i64: intero con segno a 64 bit, ad esempio: 1145"##), - ("datetime-help", r##"Esempio: +Che è la struttura giusta."##, + ), + ( + "num-arr", + r##"Array di interi con segno a 64 bit"##, + ), + ( + "bool", + r##"Bool (tipo booleano), può essere solo `true` o `false`"##, + ), + ( + "num", + r##"i64: intero con segno a 64 bit, ad esempio: 1145"##, + ), + ( + "datetime-help", + r##"Esempio: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -10171,12 +12027,21 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Salva in un formato/file specifico, solo uno alla volta"##), - ("get-opts-help", r##"Esempio d'uso 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Salva in un formato/file specifico, solo uno alla volta"##, + ), + ( + "get-opts-help", + r##"Esempio d'uso 1: `get Cargo.toml -k package.name` Esempio d'uso 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Nota: RON ha un vero tipo `Option` che può avere valore `Some(T)` o `None`. +"##, + ), + ( + "none-help", + r##"> Nota: RON ha un vero tipo `Option` che può avere valore `Some(T)` o `None`. > L'opzione `--none` rimuove una chiave specificata, ma non corrisponde veramente al tipo `Option`.  Supponiamo che ci sia un array di tabelle nel file `test.yml`: @@ -10207,9 +12072,15 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap { Oppure si può utilizzare l'opzione `--rm`: ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Numero in virgola mobile doppia precisione (standard IEEE 754-2008), ad esempio: 3.14159265359"##), - ("saot-help", r##"> Nota che anche se è possibile creare solo una coppia K-V tramite l'opzione `--saot`, è possibile specificare l'indice dell'array di tabelle e poi utilizzare altre opzioni per espandere. +```"##, + ), + ( + "f64", + r##"Numero in virgola mobile doppia precisione (standard IEEE 754-2008), ad esempio: 3.14159265359"##, + ), + ( + "saot-help", + r##"> Nota che anche se è possibile creare solo una coppia K-V tramite l'opzione `--saot`, è possibile specificare l'indice dell'array di tabelle e poi utilizzare altre opzioni per espandere.  Esempio: ```sh @@ -10222,11 +12093,23 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Imposta la coppia k-v, `--kv x.y.z value` equivale a `-k x.y.z -s value`"##), - ("set-save", r##"Se chiamato senza l'opzione `--to`, sovrascrive (scrive) il file corrente"##), - ("array", r##"Array di stringhe"##), - ("aot-help", r##"Esempio: +```"##, + ), + ( + "set-kv", + r##"Imposta la coppia k-v, `--kv x.y.z value` equivale a `-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"Se chiamato senza l'opzione `--to`, sovrascrive (scrive) il file corrente"##, + ), + ( + "array", + r##"Array di stringhe"##, + ), + ( + "aot-help", + r##"Esempio: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -10240,8 +12123,11 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  Scegliere prima la chiave specificata e quindi modificare il valore del tipo di dati specificato.  @@ -10291,8 +12177,11 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap { ] ```  -> Nota: Gli esempi sopra iniziano con un parametro/sotto-comando e omettono il nome del comando radice. Nell'uso reale, è necessario aggiungerlo manualmente."##), - ("num-arr-help", r##"Esempio: +> Nota: Gli esempi sopra iniziano con un parametro/sotto-comando e omettono il nome del comando radice. Nell'uso reale, è necessario aggiungerlo manualmente."##, + ), + ( + "num-arr-help", + r##"Esempio: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -10303,8 +12192,11 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"Esempio: +```"##, + ), + ( + "inline-table-help", + r##"Esempio: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -10321,9 +12213,15 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap {  "codename": "rawhide",  "os": "fedora" } -```"##), - ("key", r##"Cercare il valore attraverso la chiave"##), - ("f64-arr-help", r##"Esempio: +```"##, + ), + ( + "key", + r##"Cercare il valore attraverso la chiave"##, + ), + ( + "f64-arr-help", + r##"Esempio: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -10348,9 +12246,15 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap {  null,  null ] -```"##), - ("none", r##"Rimuove la chiave specificata"##), - ("set-save-to-help", r##"Simile all'opzione `-t` del sotto-comando `conv`, la differenza principale è che l'opzione `-t` di `conv` può essere chiamata più volte consecutivamente per produrre diversi formati o file. +```"##, + ), + ( + "none", + r##"Rimuove la chiave specificata"##, + ), + ( + "set-save-to-help", + r##"Simile all'opzione `-t` del sotto-comando `conv`, la differenza principale è che l'opzione `-t` di `conv` può essere chiamata più volte consecutivamente per produrre diversi formati o file. Invece, l'opzione `-t` del sotto-comando `set` può essere chiamata solo una volta e produce un singolo file.  > Nota che dopo la conversione, il comando `conv` non mantiene i commenti presenti nei file convertiti. Invece, il comando `set` mantiene i commenti solo nei file **toml**, mentre per gli altri formati i commenti **non vengono** mantenuti. @@ -10359,15 +12263,36 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap { - Se l'opzione `-t` è stata chiamata e viene successivamente chiamata anche l'opzione `--save`, il file modificato viene salvato nel file specificato dall'opzione `-t`. - A meno che il file sorgente e quello specificato dall'opzione `-t` coincidano, il comportamento dell'opzione `-t` del sotto-comando `set` è simile a quello dell'opzione `-t` del sotto-comando `conv`, in quanto entrambi rinominano automaticamente i file non specifici.  - Ad esempio, supponiamo che l'opzione `-t` sia stata impostata su **json**, e che il file sorgente sia **test.yml**. Il file di output sarà rinominato come **test.json**, anziché **json**. - - Se questa funzionalità non è necessaria, utilizzare `-t ./json` o `-t $PWD/json` invece di `-t json`. "##), - ("preview", r##"Dopo aver effettuato le modifiche, visualizza l'intero file"##), - ("set-key", r##"Scegliere la chiave specificata utilizzando il '.' come separatore"##), - ("get-opts", r##"Ottenere il valore della configurazione specificata"##), - ("saot", r##"Array di coppie chiave-valore per ogni tabella (utilizzo: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"Il formato è: "a.b.c", i nomi di sotto-tabelle o gli indici dell'array sono separati dal "." (punto). -Se c'è solo un ".", verrà elencata l'intera tabella."##), - ("set-opts", r##"Creare/aggiornare/eliminare la struttura del file di configurazione"##), - ("bool-arr-help", r##"Esempio: + - Se questa funzionalità non è necessaria, utilizzare `-t ./json` o `-t $PWD/json` invece di `-t json`. "##, + ), + ( + "preview", + r##"Dopo aver effettuato le modifiche, visualizza l'intero file"##, + ), + ( + "set-key", + r##"Scegliere la chiave specificata utilizzando il '.' come separatore"##, + ), + ( + "get-opts", + r##"Ottenere il valore della configurazione specificata"##, + ), + ( + "saot", + r##"Array di coppie chiave-valore per ogni tabella (utilizzo: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"Il formato è: "a.b.c", i nomi di sotto-tabelle o gli indici dell'array sono separati dal "." (punto). +Se c'è solo un ".", verrà elencata l'intera tabella."##, + ), + ( + "set-opts", + r##"Creare/aggiornare/eliminare la struttura del file di configurazione"##, + ), + ( + "bool-arr-help", + r##"Esempio: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -10379,11 +12304,23 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Array di valori booleani"##), - ("table", r##"Tabella standard, utilizzata per memorizzare coppie K-V multiple"##), - ("datetime", r##"Tipo di data e ora"##), - ("table-help", r##"Esempio 1: +```"##, + ), + ( + "bool-arr", + r##"Array di valori booleani"##, + ), + ( + "table", + r##"Tabella standard, utilizzata per memorizzare coppie K-V multiple"##, + ), + ( + "datetime", + r##"Tipo di data e ora"##, + ), + ( + "table-help", + r##"Esempio 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -10407,10 +12344,19 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"Array di numeri in virgola mobile doppia precisione"##), - ("string", r##"String (tipo stringa)"##), - ("array-help", r##"Imposta gli elementi dell'array mediante chiamate multiple all'opzione `-a`. +```"##, + ), + ( + "f64-arr", + r##"Array di numeri in virgola mobile doppia precisione"##, + ), + ( + "string", + r##"String (tipo stringa)"##, + ), + ( + "array-help", + r##"Imposta gli elementi dell'array mediante chiamate multiple all'opzione `-a`. Ad esempio: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -10421,12 +12367,22 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Array di tabelle (utilizzo: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Tabella inline, equivalente alla tabella standard ma più compatta"##), - ("concat-key", r##"Inserire la chiave per parti, verrà automaticamente concatenata, non utilizzare il '.' come separatore"##), - ], -} +```"##, + ), + ( + "aot", + r##"Array di tabelle (utilizzo: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Tabella inline, equivalente alla tabella standard ma più compatta"##, + ), + ( + "concat-key", + r##"Inserire la chiave per parti, verrà automaticamente concatenata, non utilizzare il '.' come separatore"##, + ), + ], + } } /// Language ID: it; @@ -10442,36 +12398,32 @@ pub(super) const fn get_it_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_it_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"Questo è l'output di stderr. Quando si reindirizza l'output dello script di completamento, si dovrebbe utilizzare `>/path/to/file` invece di `2>/path/to/file`."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"Questo è l'output di stderr. Quando si reindirizza l'output dello script di completamento, si dovrebbe utilizzare `>/path/to/file` invece di `2>/path/to/file`."##, + )], + } } /// it: italiano, latino, Italia pub(super) const fn get_it_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_it_map_args), - ("conv_md", get_it_map_conv_md), - ("parser", get_it_map_parser), - ("opt_md", get_it_map_opt_md), - ("args_md", get_it_map_args_md), - ("opt", get_it_map_opt), - ("log-core", get_it_map_log_core), - ("conv", get_it_map_conv), - ("theme", get_it_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_it_map_args), + ("conv_md", get_it_map_conv_md), + ("parser", get_it_map_parser), + ("opt_md", get_it_map_opt_md), + ("args_md", get_it_map_args_md), + ("opt", get_it_map_opt), + ("log-core", get_it_map_log_core), + ("conv", get_it_map_conv), + ("theme", get_it_map_theme), + ], + } } /// Language ID: iw; @@ -10486,20 +12438,17 @@ pub(super) const fn get_it_map() -> SubLocaleMap { /// ``` pub(super) const fn get_iw_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ניפוי באגים"##), - ("warn", r##"להזהיר"##), - ("info", r##"מידע"##), - ("error", r##"שגיאה"##), - ("trace", r##"עקבות"##), - ("init-logger", r##"אתחול לוגר ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ניפוי באגים"##), + ("warn", r##"להזהיר"##), + ("info", r##"מידע"##), + ("error", r##"שגיאה"##), + ("trace", r##"עקבות"##), + ("init-logger", r##"אתחול לוגר ..."##), + ], + } } /// Language ID: iw; @@ -10514,28 +12463,22 @@ pub(super) const fn get_iw_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_iw_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"שם נושא לא חוקי"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"שם נושא לא חוקי"##)], + } } /// iw: iw-Hebr-IL pub(super) const fn get_iw_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_iw_map_log_core), - ("theme", get_iw_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_iw_map_log_core), + ("theme", get_iw_map_theme), + ], + } } /// Language ID: ja; @@ -10551,20 +12494,17 @@ pub(super) const fn get_iw_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ja_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"デバッグ"##), - ("warn", r##"警告"##), - ("info", r##"情報"##), - ("error", r##"エラー"##), - ("trace", r##"トレース"##), - ("init-logger", r##"ロガーの初期化..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"デバッグ"##), + ("warn", r##"警告"##), + ("info", r##"情報"##), + ("error", r##"エラー"##), + ("trace", r##"トレース"##), + ("init-logger", r##"ロガーの初期化..."##), + ], + } } /// Language ID: ja; @@ -10580,32 +12520,54 @@ pub(super) const fn get_ja_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ja_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"カスタムテーマセットファイル。 `--theme` でテーマ名を指定する必要があります"##), - ("shell-completion", r##"シェルの補完スクリプトを生成します"##), - ("theme-file-help", r##"サポートされているファイル形式は、rust crate `syntect` がダンプしたバイナリデータです。 + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"カスタムテーマセットファイル。 `--theme` でテーマ名を指定する必要があります"##, + ), + ( + "shell-completion", + r##"シェルの補完スクリプトを生成します"##, + ), + ( + "theme-file-help", + r##"サポートされているファイル形式は、rust crate `syntect` がダンプしたバイナリデータです。 本質的に、これらのテーマは古い版の sublime のテーマです。 -`--tf` が指定されていない場合、環境変数 `$TOMLYRE_THEME_FILE` の値が読み取られます。"##), - ("from-format", r##"ソースファイルの形式を手動指定する(デフォルトは自動判別)"##), - ("disable-theme-background", r##"テーマ背景を無効にする(デフォルトは有効ですが、 `--dis-theme-bg` を使用して無効化できます)"##), - ("theme-uncompressed-file-help", r##"> 未圧縮のバージョンは、圧縮バージョンよりも優先されます。 - -`--tuf` が指定されていない場合は、環境変数 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` の値が読み込まれます。"##), - ("disable-theme-background-help", r##"`--dis-theme-bg` が指定されていない場合は、環境変数 `$TOMLYRE_THEME_BG` の値が読み込まれます。 +`--tf` が指定されていない場合、環境変数 `$TOMLYRE_THEME_FILE` の値が読み取られます。"##, + ), + ( + "from-format", + r##"ソースファイルの形式を手動指定する(デフォルトは自動判別)"##, + ), + ( + "disable-theme-background", + r##"テーマ背景を無効にする(デフォルトは有効ですが、 `--dis-theme-bg` を使用して無効化できます)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> 未圧縮のバージョンは、圧縮バージョンよりも優先されます。 + +`--tuf` が指定されていない場合は、環境変数 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` の値が読み込まれます。"##, + ), + ( + "disable-theme-background-help", + r##"`--dis-theme-bg` が指定されていない場合は、環境変数 `$TOMLYRE_THEME_BG` の値が読み込まれます。 値が false の場合は無効になります。 ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"`theme-file` に似ていますが、圧縮されていない dump データ(ファイル)が必要です"##), - ("shell-completion-help", r##"補完スクリプトを生成するために、シェルの名前を手動で指定する必要があります。 +```"##, + ), + ( + "theme-uncompressed-file", + r##"`theme-file` に似ていますが、圧縮されていない dump データ(ファイル)が必要です"##, + ), + ( + "shell-completion-help", + r##"補完スクリプトを生成するために、シェルの名前を手動で指定する必要があります。 例えば、Windows 上の `powershell` の場合、以下のように使用することができます: ```pwsh @@ -10628,15 +12590,24 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre root 権限を使用しないようにするために、ユーザのサブディレクトリに配置することもできます。たとえば、次のコマンドを使用して、配列の先頭に要素を挿入し、関連するディレクトリを使用できます。 ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"stdin からデータを読み取る場合、例: `cat a | tomlyre conv -`、それは最初にファイル形式を自動的に判断しようとします。 +```"##, + ), + ( + "from-format-help", + r##"stdin からデータを読み取る場合、例: `cat a | tomlyre conv -`、それは最初にファイル形式を自動的に判断しようとします。 ただし、自動判断が失敗する場合があります。その場合、手動で形式を指定する必要があります。 -例:`cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"`--ts` のパラメーターだけで使用する場合は、組み込みのスタイルのセットが表示されます。 +例:`cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"`--ts` のパラメーターだけで使用する場合は、組み込みのスタイルのセットが表示されます。 markdown 以外は md に省略形があります。 -現在、**テーブルスタイル** のコレクションをファイルから読み取る機能はサポートされていません。 追加の機能が必要な場合は、issueを提出してフィードバックしてください。"##), - ("table-style", r##"表のスタイルを指定します"##), - ("theme-help", r##"`-t` パラメータだけを使用する場合、現在のテーマのリストが表示されます。 +現在、**テーブルスタイル** のコレクションをファイルから読み取る機能はサポートされていません。 追加の機能が必要な場合は、issueを提出してフィードバックしてください。"##, + ), + ("table-style", r##"表のスタイルを指定します"##), + ( + "theme-help", + r##"`-t` パラメータだけを使用する場合、現在のテーマのリストが表示されます。 テーマファイルが指定されていない場合、組み込みのテーマセットが使用されます。 例えば、**ayu-dark** というテーマがある場合、`-t ayu-dark` を使用してそのテーマを使用できます。 テーマ名に空白が含まれている場合は、ダブルクォートまたはシングルクォートで囲む必要があります。 @@ -10662,10 +12633,11 @@ tomlyre -t "Monokai Extended" get test.toml ``` 手動で `conv/get/set` などの操作を実行した場合の出力については、`-t` で指定されたテーマ > 環境変数の優先順位があります。 -`-t` が呼び出されない場合、環境変数が読み取られます。環境変数が空の場合は、**Monokai Extended** が使用されます。"##), - ("theme", r##"指定されたシンタックスハイライトのテーマ名"##), - ], -} +`-t` が呼び出されない場合、環境変数が読み取られます。環境変数が空の場合は、**Monokai Extended** が使用されます。"##, + ), + ("theme", r##"指定されたシンタックスハイライトのテーマ名"##), + ], + } } /// Language ID: ja; @@ -10673,32 +12645,54 @@ tomlyre -t "Monokai Extended" get test.toml /// Description: 日本語, 日本語の文字, 日本; pub(super) const fn get_ja_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"カスタムテーマセットファイル。 `--theme` でテーマ名を指定する必要があります"##), - ("shell-completion", r##"シェルの補完スクリプトを生成します"##), - ("theme-file-help", r##"サポートされているファイル形式は、rust crate `syntect` がダンプしたバイナリデータです。 + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"カスタムテーマセットファイル。 `--theme` でテーマ名を指定する必要があります"##, + ), + ( + "shell-completion", + r##"シェルの補完スクリプトを生成します"##, + ), + ( + "theme-file-help", + r##"サポートされているファイル形式は、rust crate `syntect` がダンプしたバイナリデータです。 本質的に、これらのテーマは古い版の sublime のテーマです。 -`--tf` が指定されていない場合、環境変数 `$TOMLYRE_THEME_FILE` の値が読み取られます。"##), - ("from-format", r##"ソースファイルの形式を手動指定する(デフォルトは自動判別)"##), - ("disable-theme-background", r##"テーマ背景を無効にする(デフォルトは有効ですが、 `--dis-theme-bg` を使用して無効化できます)"##), - ("theme-uncompressed-file-help", r##"> 未圧縮のバージョンは、圧縮バージョンよりも優先されます。 - -`--tuf` が指定されていない場合は、環境変数 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` の値が読み込まれます。"##), - ("disable-theme-background-help", r##"`--dis-theme-bg` が指定されていない場合は、環境変数 `$TOMLYRE_THEME_BG` の値が読み込まれます。 +`--tf` が指定されていない場合、環境変数 `$TOMLYRE_THEME_FILE` の値が読み取られます。"##, + ), + ( + "from-format", + r##"ソースファイルの形式を手動指定する(デフォルトは自動判別)"##, + ), + ( + "disable-theme-background", + r##"テーマ背景を無効にする(デフォルトは有効ですが、 `--dis-theme-bg` を使用して無効化できます)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> 未圧縮のバージョンは、圧縮バージョンよりも優先されます。 + +`--tuf` が指定されていない場合は、環境変数 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` の値が読み込まれます。"##, + ), + ( + "disable-theme-background-help", + r##"`--dis-theme-bg` が指定されていない場合は、環境変数 `$TOMLYRE_THEME_BG` の値が読み込まれます。  値が false の場合は無効になります。  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"`theme-file` に似ていますが、圧縮されていない dump データ(ファイル)が必要です"##), - ("shell-completion-help", r##"補完スクリプトを生成するために、シェルの名前を手動で指定する必要があります。 +```"##, + ), + ( + "theme-uncompressed-file", + r##"`theme-file` に似ていますが、圧縮されていない dump データ(ファイル)が必要です"##, + ), + ( + "shell-completion-help", + r##"補完スクリプトを生成するために、シェルの名前を手動で指定する必要があります。 例えば、Windows 上の `powershell` の場合、以下のように使用することができます:  ```pwsh @@ -10721,15 +12715,27 @@ pub(super) const fn get_ja_map_args_md() -> L10nMap { root 権限を使用しないようにするために、ユーザのサブディレクトリに配置することもできます。たとえば、次のコマンドを使用して、配列の先頭に要素を挿入し、関連するディレクトリを使用できます。 ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"stdin からデータを読み取る場合、例: `cat a | tomlyre conv -`、それは最初にファイル形式を自動的に判断しようとします。 +```"##, + ), + ( + "from-format-help", + r##"stdin からデータを読み取る場合、例: `cat a | tomlyre conv -`、それは最初にファイル形式を自動的に判断しようとします。 ただし、自動判断が失敗する場合があります。その場合、手動で形式を指定する必要があります。 -例:`cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"`--ts` のパラメーターだけで使用する場合は、組み込みのスタイルのセットが表示されます。 +例:`cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"`--ts` のパラメーターだけで使用する場合は、組み込みのスタイルのセットが表示されます。 markdown 以外は md に省略形があります。 -現在、**テーブルスタイル** のコレクションをファイルから読み取る機能はサポートされていません。 追加の機能が必要な場合は、issueを提出してフィードバックしてください。"##), - ("table-style", r##"表のスタイルを指定します"##), - ("theme-help", r##"`-t` パラメータだけを使用する場合、現在のテーマのリストが表示されます。 +現在、**テーブルスタイル** のコレクションをファイルから読み取る機能はサポートされていません。 追加の機能が必要な場合は、issueを提出してフィードバックしてください。"##, + ), + ( + "table-style", + r##"表のスタイルを指定します"##, + ), + ( + "theme-help", + r##"`-t` パラメータだけを使用する場合、現在のテーマのリストが表示されます。 テーマファイルが指定されていない場合、組み込みのテーマセットが使用されます。 例えば、**ayu-dark** というテーマがある場合、`-t ayu-dark` を使用してそのテーマを使用できます。 テーマ名に空白が含まれている場合は、ダブルクォートまたはシングルクォートで囲む必要があります。 @@ -10755,10 +12761,14 @@ pub(super) const fn get_ja_map_args_md() -> L10nMap { ```  手動で `conv/get/set` などの操作を実行した場合の出力については、`-t` で指定されたテーマ > 環境変数の優先順位があります。 -`-t` が呼び出されない場合、環境変数が読み取られます。環境変数が空の場合は、**Monokai Extended** が使用されます。"##), - ("theme", r##"指定されたシンタックスハイライトのテーマ名"##), - ], -} +`-t` が呼び出されない場合、環境変数が読み取られます。環境変数が空の場合は、**Monokai Extended** が使用されます。"##, + ), + ( + "theme", + r##"指定されたシンタックスハイライトのテーマ名"##, + ), + ], + } } /// Language ID: ja; @@ -10774,16 +12784,25 @@ pub(super) const fn get_ja_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_ja_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"toml、yaml、json、ronなどの形式間で変換する"##), - ("from", r##"入力ファイルを指定します"##), - ("conv-to", r##"出力形式/ファイルを指定します。複数回呼び出すことができます。"##), - ("save", r##"このオプションを呼び出すと、`--to` で指定されたファイルが保存されます。"##), - ("conv-to-help", r##"現在のディレクトリに **test.json** ファイルがある場合、`conv test.json -t yml` を呼び出してyml (yaml)に変換することができます。 + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"toml、yaml、json、ronなどの形式間で変換する"##, + ), + ("from", r##"入力ファイルを指定します"##), + ( + "conv-to", + r##"出力形式/ファイルを指定します。複数回呼び出すことができます。"##, + ), + ( + "save", + r##"このオプションを呼び出すと、`--to` で指定されたファイルが保存されます。"##, + ), + ( + "conv-to-help", + r##"現在のディレクトリに **test.json** ファイルがある場合、`conv test.json -t yml` を呼び出してyml (yaml)に変換することができます。 また、ファイルパスを手動で指定することもできます。`conv test.json -t /tmp/test.yml` サポートされている形式は、このパッケージで有効になっている機能によって異なります。全機能が自動的に有効になるわけではありません。 @@ -10798,9 +12817,10 @@ pub(super) const fn get_ja_map_conv() -> L10nMap { この機能が必要ない場合は、完全なファイルパス(ディレクトリではない)を指定してください。たとえば、`-t /tmp/xx.toml`のように、`-t /tmp/`ではなく、`-t /tmp/xx.toml`を使用します。 - 2. `--save` を呼び出さない場合、指定されたファイルは自動的に保存されません。 - 3. `--save` を呼び出す場合、convサブコマンドの入力と出力が同じファイルになることはできません。 -- 4. 変換後のファイルにはコメントが含まれません。"##), - ], -} +- 4. 変換後のファイルにはコメントが含まれません。"##, + ), + ], + } } /// Language ID: ja; @@ -10808,16 +12828,28 @@ pub(super) const fn get_ja_map_conv() -> L10nMap { /// Description: 日本語, 日本語の文字, 日本; pub(super) const fn get_ja_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"toml、yaml、json、ronなどの形式間で変換する"##), - ("from", r##"入力ファイルを指定します"##), - ("conv-to", r##"出力形式/ファイルを指定します。複数回呼び出すことができます。"##), - ("save", r##"このオプションを呼び出すと、`--to` で指定されたファイルが保存されます。"##), - ("conv-to-help", r##"現在のディレクトリに **test.json** ファイルがある場合、`conv test.json -t yml` を呼び出してyml (yaml)に変換することができます。 + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"toml、yaml、json、ronなどの形式間で変換する"##, + ), + ( + "from", + r##"入力ファイルを指定します"##, + ), + ( + "conv-to", + r##"出力形式/ファイルを指定します。複数回呼び出すことができます。"##, + ), + ( + "save", + r##"このオプションを呼び出すと、`--to` で指定されたファイルが保存されます。"##, + ), + ( + "conv-to-help", + r##"現在のディレクトリに **test.json** ファイルがある場合、`conv test.json -t yml` を呼び出してyml (yaml)に変換することができます。 また、ファイルパスを手動で指定することもできます。`conv test.json -t /tmp/test.yml`  サポートされている形式は、このパッケージで有効になっている機能によって異なります。全機能が自動的に有効になるわけではありません。 @@ -10832,9 +12864,10 @@ pub(super) const fn get_ja_map_conv_md() -> L10nMap {  この機能が必要ない場合は、完全なファイルパス(ディレクトリではない)を指定してください。たとえば、`-t /tmp/xx.toml`のように、`-t /tmp/`ではなく、`-t /tmp/xx.toml`を使用します。 - 2. `--save` を呼び出さない場合、指定されたファイルは自動的に保存されません。 - 3. `--save` を呼び出す場合、convサブコマンドの入力と出力が同じファイルになることはできません。 -- 4. 変換後のファイルにはコメントが含まれません。"##), - ], -} +- 4. 変換後のファイルにはコメントが含まれません。"##, + ), + ], + } } /// Language ID: ja; @@ -10850,19 +12883,21 @@ pub(super) const fn get_ja_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_ja_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"`-k` との違いは、 `--ck` は自動的に `split('.')` を行わないことです。 + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"`-k` との違いは、 `--ck` は自動的に `split('.')` を行わないことです。 [a.b.c] の場合、 `-k a.b.c` と `--ck a --ck b --ck c` は同じです。 簡単な場合には、`-k` を使用する方が便利です。 @@ -10888,11 +12923,17 @@ pub(super) const fn get_ja_map_opt() -> L10nMap { - "[typescript]" - "editor.defaultFormatter" -後者が正しい構造体です。"##), - ("num-arr", r##"i64型の配列"##), - ("bool", r##"ブール型(Bool),`true`または`false`のみ可能です。"##), - ("num", r##"i64: 64ビット符号付き整数型, 例:1145"##), - ("datetime-help", r##"例: +後者が正しい構造体です。"##, + ), + ("num-arr", r##"i64型の配列"##), + ( + "bool", + r##"ブール型(Bool),`true`または`false`のみ可能です。"##, + ), + ("num", r##"i64: 64ビット符号付き整数型, 例:1145"##), + ( + "datetime-help", + r##"例: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' @@ -10908,12 +12949,21 @@ time = 2023-04-16T09:14:44Z "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"指定されたフォーマット/ファイル名で保存します。一度に1つのみ保存できます。"##), - ("get-opts-help", r##"使用例1:`get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"指定されたフォーマット/ファイル名で保存します。一度に1つのみ保存できます。"##, + ), + ( + "get-opts-help", + r##"使用例1:`get Cargo.toml -k package.name` 使用例2:`get cfg.yaml -k .` -"##), - ("none-help", r##"> 注意:Ronには本当の `Option` 型があり、値は `Some(T)` または `None` です。 +"##, + ), + ( + "none-help", + r##"> 注意:Ronには本当の `Option` 型があり、値は `Some(T)` または `None` です。 > ここでの `--none` は、真の `Option` 型ではなく、指定されたキーを削除することを意味します。 test.ymlに次のテーブル配列がある場合、 @@ -10948,9 +12998,15 @@ set test.yml -k bin.1 --none ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"倍精度浮動小数点数(IEEE 754-2008標準),例:3.14159265359"##), - ("saot-help", r##"> 注意:`--saot` を使用して、各テーブルに対して1つのK-Vペアしか作成できませんが、他のオプションを使用してテーブル配列のインデックスを指定し、拡張することができます。 +```"##, + ), + ( + "f64", + r##"倍精度浮動小数点数(IEEE 754-2008標準),例:3.14159265359"##, + ), + ( + "saot-help", + r##"> 注意:`--saot` を使用して、各テーブルに対して1つのK-Vペアしか作成できませんが、他のオプションを使用してテーブル配列のインデックスを指定し、拡張することができます。 例: @@ -10964,11 +13020,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"k-v ペアを設定します。`--kv x.y.z 値` は `-k x.y.z -s 値` に相当します。"##), - ("set-save", r##"`--to` を指定せずに呼び出される場合、現在のファイルを上書き(書き込み)します。"##), - ("array", r##"文字列の配列"##), - ("aot-help", r##"例: +```"##, + ), + ( + "set-kv", + r##"k-v ペアを設定します。`--kv x.y.z 値` は `-k x.y.z -s 値` に相当します。"##, + ), + ( + "set-save", + r##"`--to` を指定せずに呼び出される場合、現在のファイルを上書き(書き込み)します。"##, + ), + ("array", r##"文字列の配列"##), + ( + "aot-help", + r##"例: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' @@ -10983,8 +13048,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set まず、指定されたキーを選択し、次に指定されたデータ型の値を変更します。 @@ -11034,8 +13102,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -> 注:上記の例は、args/サブコマンドで始まり、ルートコマンド名が省略されています。実際の操作では、手動で補完してください。"##), - ("num-arr-help", r##"例: +> 注:上記の例は、args/サブコマンドで始まり、ルートコマンド名が省略されています。実際の操作では、手動で補完してください。"##, + ), + ( + "num-arr-help", + r##"例: ```sh set test.json -k hello --na -1 --na -45 --na 14 @@ -11047,8 +13118,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"例: +```"##, + ), + ( + "inline-table-help", + r##"例: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide @@ -11066,9 +13140,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } "codename": "rawhide", "os": "fedora" } -```"##), - ("key", r##"キー(key)を使ってバリュー(value)を検索する"##), - ("f64-arr-help", r##"例: +```"##, + ), + ("key", r##"キー(key)を使ってバリュー(value)を検索する"##), + ( + "f64-arr-help", + r##"例: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf @@ -11094,9 +13171,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"指定されたキーを削除する"##), - ("set-save-to-help", r##"`conv` サブコマンドの `-t` に非常に似ていますが、最大の違いは `conv` の `-t` は複数回連続呼び出しが可能で、複数のフォーマット/ファイルに出力できることです。 +"##, + ), + ("none", r##"指定されたキーを削除する"##), + ( + "set-save-to-help", + r##"`conv` サブコマンドの `-t` に非常に似ていますが、最大の違いは `conv` の `-t` は複数回連続呼び出しが可能で、複数のフォーマット/ファイルに出力できることです。 一方、 `set` サブコマンドの `-t` は1回だけ呼び出すことができます。単一のファイルに出力されます。 > 注: `conv` サブコマンドは変換操作の後、すべてのファイル形式でコメントを保持しません。 @@ -11106,15 +13186,27 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre - `-t` が呼び出され、 `--save` も呼び出された場合、変更後のファイルは `-t` で指定されたファイルに保存されます。 - 元のファイルと `-t` の指定するファイルが異なる場合、 `set` サブコマンドの `-t` 指定は `conv` の `-t` 指定に非常に似た動作をすることになります。どちらも具体的なファイルパス以外は自動的に名前を変更します。 - たとえば、from: **test.yml**、to: **json** の場合、出力ファイルは **test.json** ではなく **json** になります。 - - この機能は必要ない場合は、`-t json` ではなく `-t ./json` や `-t $PWD/json` を使用してください。"##), - ("preview", r##"変更を完了した後、ファイル全体をプレビューします"##), - ("set-key", r##"指定されたキーを"."で区切って選択します"##), - ("get-opts", r##"指定した設定値を取得します"##), - ("saot", r##"単一のキーと値で構成されるテーブルの配列(使用方法:`--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"フォーマットは「a.b.c」で、サブテーブル名または配列のインデックスは「.」でつながります。 -"."が1つしかない場合は、表全体が表示されます。"##), - ("set-opts", r##"設定ファイルの構造を作成/更新/削除します"##), - ("bool-arr-help", r##"例: + - この機能は必要ない場合は、`-t json` ではなく `-t ./json` や `-t $PWD/json` を使用してください。"##, + ), + ( + "preview", + r##"変更を完了した後、ファイル全体をプレビューします"##, + ), + ("set-key", r##"指定されたキーを"."で区切って選択します"##), + ("get-opts", r##"指定した設定値を取得します"##), + ( + "saot", + r##"単一のキーと値で構成されるテーブルの配列(使用方法:`--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"フォーマットは「a.b.c」で、サブテーブル名または配列のインデックスは「.」でつながります。 +"."が1つしかない場合は、表全体が表示されます。"##, + ), + ("set-opts", r##"設定ファイルの構造を作成/更新/削除します"##), + ( + "bool-arr-help", + r##"例: ```sh set test.ron -k hello --ba true --ba false --ba true @@ -11127,11 +13219,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"bool型の配列"##), - ("table", r##"複数のK-Vペアを格納するための標準テーブル(standard table)"##), - ("datetime", r##"日時の型"##), - ("table-help", r##"例1: +```"##, + ), + ("bool-arr", r##"bool型の配列"##), + ( + "table", + r##"複数のK-Vペアを格納するための標準テーブル(standard table)"##, + ), + ("datetime", r##"日時の型"##), + ( + "table-help", + r##"例1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -11155,10 +13253,13 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"f64型の配列"##), - ("string", r##"文字列型(String)"##), - ("array-help", r##"`-a`を複数回呼び出すことで、配列要素を設定します。 +```"##, + ), + ("f64-arr", r##"f64型の配列"##), + ("string", r##"文字列型(String)"##), + ( + "array-help", + r##"`-a`を複数回呼び出すことで、配列要素を設定します。 例: ```sh @@ -11170,12 +13271,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"テーブルの配列(使用方法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"インラインテーブル、よりコンパクトな標準テーブル"##), - ("concat-key", r##"キーを分割して入力し、自動的に連結されます。「.」は区切り文字として使用されません。"##), - ], -} +```"##, + ), + ( + "aot", + r##"テーブルの配列(使用方法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"インラインテーブル、よりコンパクトな標準テーブル"##, + ), + ( + "concat-key", + r##"キーを分割して入力し、自動的に連結されます。「.」は区切り文字として使用されません。"##, + ), + ], + } } /// Language ID: ja; @@ -11183,19 +13294,21 @@ array = ["hello", "wonderful", "world"] /// Description: 日本語, 日本語の文字, 日本; pub(super) const fn get_ja_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"`-k` との違いは、 `--ck` は自動的に `split('.')` を行わないことです。 + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"`-k` との違いは、 `--ck` は自動的に `split('.')` を行わないことです。 [a.b.c] の場合、 `-k a.b.c` と `--ck a --ck b --ck c` は同じです。 簡単な場合には、`-k` を使用する方が便利です。  @@ -11221,11 +13334,23 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -後者が正しい構造体です。"##), - ("num-arr", r##"i64型の配列"##), - ("bool", r##"ブール型(Bool),`true`または`false`のみ可能です。"##), - ("num", r##"i64: 64ビット符号付き整数型, 例:1145"##), - ("datetime-help", r##"例: +後者が正しい構造体です。"##, + ), + ( + "num-arr", + r##"i64型の配列"##, + ), + ( + "bool", + r##"ブール型(Bool),`true`または`false`のみ可能です。"##, + ), + ( + "num", + r##"i64: 64ビット符号付き整数型, 例:1145"##, + ), + ( + "datetime-help", + r##"例:  ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' @@ -11241,12 +13366,21 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"指定されたフォーマット/ファイル名で保存します。一度に1つのみ保存できます。"##), - ("get-opts-help", r##"使用例1:`get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"指定されたフォーマット/ファイル名で保存します。一度に1つのみ保存できます。"##, + ), + ( + "get-opts-help", + r##"使用例1:`get Cargo.toml -k package.name` 使用例2:`get cfg.yaml -k .` -"##), - ("none-help", r##"> 注意:Ronには本当の `Option` 型があり、値は `Some(T)` または `None` です。 +"##, + ), + ( + "none-help", + r##"> 注意:Ronには本当の `Option` 型があり、値は `Some(T)` または `None` です。 > ここでの `--none` は、真の `Option` 型ではなく、指定されたキーを削除することを意味します。  test.ymlに次のテーブル配列がある場合、 @@ -11281,9 +13415,15 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap {  ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"倍精度浮動小数点数(IEEE 754-2008標準),例:3.14159265359"##), - ("saot-help", r##"> 注意:`--saot` を使用して、各テーブルに対して1つのK-Vペアしか作成できませんが、他のオプションを使用してテーブル配列のインデックスを指定し、拡張することができます。 +```"##, + ), + ( + "f64", + r##"倍精度浮動小数点数(IEEE 754-2008標準),例:3.14159265359"##, + ), + ( + "saot-help", + r##"> 注意:`--saot` を使用して、各テーブルに対して1つのK-Vペアしか作成できませんが、他のオプションを使用してテーブル配列のインデックスを指定し、拡張することができます。  例:  @@ -11297,11 +13437,23 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"k-v ペアを設定します。`--kv x.y.z 値` は `-k x.y.z -s 値` に相当します。"##), - ("set-save", r##"`--to` を指定せずに呼び出される場合、現在のファイルを上書き(書き込み)します。"##), - ("array", r##"文字列の配列"##), - ("aot-help", r##"例: +```"##, + ), + ( + "set-kv", + r##"k-v ペアを設定します。`--kv x.y.z 値` は `-k x.y.z -s 値` に相当します。"##, + ), + ( + "set-save", + r##"`--to` を指定せずに呼び出される場合、現在のファイルを上書き(書き込み)します。"##, + ), + ( + "array", + r##"文字列の配列"##, + ), + ( + "aot-help", + r##"例:  ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' @@ -11316,8 +13468,11 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  まず、指定されたキーを選択し、次に指定されたデータ型の値を変更します。  @@ -11367,8 +13522,11 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap { ] ```  -> 注:上記の例は、args/サブコマンドで始まり、ルートコマンド名が省略されています。実際の操作では、手動で補完してください。"##), - ("num-arr-help", r##"例: +> 注:上記の例は、args/サブコマンドで始まり、ルートコマンド名が省略されています。実際の操作では、手動で補完してください。"##, + ), + ( + "num-arr-help", + r##"例:  ```sh set test.json -k hello --na -1 --na -45 --na 14 @@ -11380,8 +13538,11 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"例: +```"##, + ), + ( + "inline-table-help", + r##"例:  ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide @@ -11399,9 +13560,15 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap {  "codename": "rawhide",  "os": "fedora" } -```"##), - ("key", r##"キー(key)を使ってバリュー(value)を検索する"##), - ("f64-arr-help", r##"例: +```"##, + ), + ( + "key", + r##"キー(key)を使ってバリュー(value)を検索する"##, + ), + ( + "f64-arr-help", + r##"例:  ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf @@ -11427,9 +13594,15 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"指定されたキーを削除する"##), - ("set-save-to-help", r##"`conv` サブコマンドの `-t` に非常に似ていますが、最大の違いは `conv` の `-t` は複数回連続呼び出しが可能で、複数のフォーマット/ファイルに出力できることです。 +"##, + ), + ( + "none", + r##"指定されたキーを削除する"##, + ), + ( + "set-save-to-help", + r##"`conv` サブコマンドの `-t` に非常に似ていますが、最大の違いは `conv` の `-t` は複数回連続呼び出しが可能で、複数のフォーマット/ファイルに出力できることです。 一方、 `set` サブコマンドの `-t` は1回だけ呼び出すことができます。単一のファイルに出力されます。  > 注: `conv` サブコマンドは変換操作の後、すべてのファイル形式でコメントを保持しません。 @@ -11439,15 +13612,36 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap { - `-t` が呼び出され、 `--save` も呼び出された場合、変更後のファイルは `-t` で指定されたファイルに保存されます。 - 元のファイルと `-t` の指定するファイルが異なる場合、 `set` サブコマンドの `-t` 指定は `conv` の `-t` 指定に非常に似た動作をすることになります。どちらも具体的なファイルパス以外は自動的に名前を変更します。  - たとえば、from: **test.yml**、to: **json** の場合、出力ファイルは **test.json** ではなく **json** になります。 - - この機能は必要ない場合は、`-t json` ではなく `-t ./json` や `-t $PWD/json` を使用してください。"##), - ("preview", r##"変更を完了した後、ファイル全体をプレビューします"##), - ("set-key", r##"指定されたキーを"."で区切って選択します"##), - ("get-opts", r##"指定した設定値を取得します"##), - ("saot", r##"単一のキーと値で構成されるテーブルの配列(使用方法:`--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"フォーマットは「a.b.c」で、サブテーブル名または配列のインデックスは「.」でつながります。 -"."が1つしかない場合は、表全体が表示されます。"##), - ("set-opts", r##"設定ファイルの構造を作成/更新/削除します"##), - ("bool-arr-help", r##"例: + - この機能は必要ない場合は、`-t json` ではなく `-t ./json` や `-t $PWD/json` を使用してください。"##, + ), + ( + "preview", + r##"変更を完了した後、ファイル全体をプレビューします"##, + ), + ( + "set-key", + r##"指定されたキーを"."で区切って選択します"##, + ), + ( + "get-opts", + r##"指定した設定値を取得します"##, + ), + ( + "saot", + r##"単一のキーと値で構成されるテーブルの配列(使用方法:`--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"フォーマットは「a.b.c」で、サブテーブル名または配列のインデックスは「.」でつながります。 +"."が1つしかない場合は、表全体が表示されます。"##, + ), + ( + "set-opts", + r##"設定ファイルの構造を作成/更新/削除します"##, + ), + ( + "bool-arr-help", + r##"例:  ```sh set test.ron -k hello --ba true --ba false --ba true @@ -11460,11 +13654,23 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"bool型の配列"##), - ("table", r##"複数のK-Vペアを格納するための標準テーブル(standard table)"##), - ("datetime", r##"日時の型"##), - ("table-help", r##"例1: +```"##, + ), + ( + "bool-arr", + r##"bool型の配列"##, + ), + ( + "table", + r##"複数のK-Vペアを格納するための標準テーブル(standard table)"##, + ), + ( + "datetime", + r##"日時の型"##, + ), + ( + "table-help", + r##"例1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -11488,10 +13694,19 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"f64型の配列"##), - ("string", r##"文字列型(String)"##), - ("array-help", r##"`-a`を複数回呼び出すことで、配列要素を設定します。 +```"##, + ), + ( + "f64-arr", + r##"f64型の配列"##, + ), + ( + "string", + r##"文字列型(String)"##, + ), + ( + "array-help", + r##"`-a`を複数回呼び出すことで、配列要素を設定します。 例:  ```sh @@ -11503,12 +13718,22 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"テーブルの配列(使用方法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"インラインテーブル、よりコンパクトな標準テーブル"##), - ("concat-key", r##"キーを分割して入力し、自動的に連結されます。「.」は区切り文字として使用されません。"##), - ], -} +```"##, + ), + ( + "aot", + r##"テーブルの配列(使用方法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"インラインテーブル、よりコンパクトな標準テーブル"##, + ), + ( + "concat-key", + r##"キーを分割して入力し、自動的に連結されます。「.」は区切り文字として使用されません。"##, + ), + ], + } } /// Language ID: ja; @@ -11524,14 +13749,13 @@ pub(super) const fn get_ja_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_ja_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"以下は stderr の出力です。補完スクリプトの出力をリダイレクトする場合、`2>/path/to/file`ではなく、`>/path/to/file`を使用する必要があります。"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"以下は stderr の出力です。補完スクリプトの出力をリダイレクトする場合、`2>/path/to/file`ではなく、`>/path/to/file`を使用する必要があります。"##, + )], + } } /// Language ID: ja; @@ -11547,36 +13771,29 @@ pub(super) const fn get_ja_map_parser() -> L10nMap { /// ``` pub(super) const fn get_ja_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"無効なトピック名です"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"無効なトピック名です"##)], + } } /// ja: 日本語, 日本語の文字, 日本 pub(super) const fn get_ja_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_ja_map_args), - ("conv_md", get_ja_map_conv_md), - ("parser", get_ja_map_parser), - ("opt_md", get_ja_map_opt_md), - ("args_md", get_ja_map_args_md), - ("opt", get_ja_map_opt), - ("log-core", get_ja_map_log_core), - ("conv", get_ja_map_conv), - ("theme", get_ja_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_ja_map_args), + ("conv_md", get_ja_map_conv_md), + ("parser", get_ja_map_parser), + ("opt_md", get_ja_map_opt_md), + ("args_md", get_ja_map_args_md), + ("opt", get_ja_map_opt), + ("log-core", get_ja_map_log_core), + ("conv", get_ja_map_conv), + ("theme", get_ja_map_theme), + ], + } } /// Language ID: jw; @@ -11591,20 +13808,17 @@ pub(super) const fn get_ja_map() -> SubLocaleMap { /// ``` pub(super) const fn get_jw_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"ngelingake"##), - ("info", r##"Info"##), - ("error", r##"Kesalahan"##), - ("trace", r##"tilak"##), - ("init-logger", r##"Inisialisasi logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"ngelingake"##), + ("info", r##"Info"##), + ("error", r##"Kesalahan"##), + ("trace", r##"tilak"##), + ("init-logger", r##"Inisialisasi logger ..."##), + ], + } } /// Language ID: jw; @@ -11619,28 +13833,22 @@ pub(super) const fn get_jw_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_jw_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Jeneng tema sing ora bener"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Jeneng tema sing ora bener"##)], + } } /// jw: jw-Latn-ID pub(super) const fn get_jw_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_jw_map_log_core), - ("theme", get_jw_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_jw_map_log_core), + ("theme", get_jw_map_theme), + ], + } } /// Language ID: ka; @@ -11656,20 +13864,17 @@ pub(super) const fn get_jw_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ka_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"გამართვა"##), - ("warn", r##"აფრთხილებს"##), - ("info", r##"ინფორმაცია"##), - ("error", r##"შეცდომა"##), - ("trace", r##"კვალი"##), - ("init-logger", r##"ლოგინის ინიციალიზაცია ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"გამართვა"##), + ("warn", r##"აფრთხილებს"##), + ("info", r##"ინფორმაცია"##), + ("error", r##"შეცდომა"##), + ("trace", r##"კვალი"##), + ("init-logger", r##"ლოგინის ინიციალიზაცია ..."##), + ], + } } /// Language ID: ka; @@ -11685,28 +13890,22 @@ pub(super) const fn get_ka_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ka_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"არასწორი თემის სახელი"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"არასწორი თემის სახელი"##)], + } } /// ka: ქართული, ქართული, საქართველო pub(super) const fn get_ka_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ka_map_log_core), - ("theme", get_ka_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ka_map_log_core), + ("theme", get_ka_map_theme), + ], + } } /// Language ID: kk; @@ -11722,20 +13921,17 @@ pub(super) const fn get_ka_map() -> SubLocaleMap { /// ``` pub(super) const fn get_kk_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Атқару"##), - ("warn", r##"ескертіңіз"##), - ("info", r##"ақпарат"##), - ("error", r##"қате"##), - ("trace", r##"із"##), - ("init-logger", r##"Бастауды бастау ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Атқару"##), + ("warn", r##"ескертіңіз"##), + ("info", r##"ақпарат"##), + ("error", r##"қате"##), + ("trace", r##"із"##), + ("init-logger", r##"Бастауды бастау ..."##), + ], + } } /// Language ID: kk; @@ -11751,28 +13947,22 @@ pub(super) const fn get_kk_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_kk_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Тақырыптың жарамсыздығы"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Тақырыптың жарамсыздығы"##)], + } } /// kk: қазақ тілі, кирилл жазуы, Қазақстан pub(super) const fn get_kk_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_kk_map_log_core), - ("theme", get_kk_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_kk_map_log_core), + ("theme", get_kk_map_theme), + ], + } } /// Language ID: km; @@ -11788,20 +13978,17 @@ pub(super) const fn get_kk_map() -> SubLocaleMap { /// ``` pub(super) const fn get_km_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"បំបាត់កំហុស"##), - ("warn", r##"ព្រមាន"##), - ("info", r##"ព័ត៌មាន"##), - ("error", r##"កំហុស"##), - ("trace", r##"ដាន"##), - ("init-logger", r##"ចាប់ផ្តើមអ្នកកាប់ឈើ ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"បំបាត់កំហុស"##), + ("warn", r##"ព្រមាន"##), + ("info", r##"ព័ត៌មាន"##), + ("error", r##"កំហុស"##), + ("trace", r##"ដាន"##), + ("init-logger", r##"ចាប់ផ្តើមអ្នកកាប់ឈើ ..."##), + ], + } } /// Language ID: km; @@ -11817,28 +14004,22 @@ pub(super) const fn get_km_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_km_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"ឈ្មោះស្បែកមិនត្រឹមត្រូវ"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"ឈ្មោះស្បែកមិនត្រឹមត្រូវ"##)], + } } /// km: ខ្មែរ, ខ្មែរ, កម្ពុជា pub(super) const fn get_km_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_km_map_log_core), - ("theme", get_km_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_km_map_log_core), + ("theme", get_km_map_theme), + ], + } } /// Language ID: kn; @@ -11854,20 +14035,17 @@ pub(super) const fn get_km_map() -> SubLocaleMap { /// ``` pub(super) const fn get_kn_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ಡೀಬಗ್"##), - ("warn", r##"ಎಚ್ಚರಿಸಿ"##), - ("info", r##"ಮಾಹಿತಿ"##), - ("error", r##"ದೋಷ"##), - ("trace", r##"ಜಾಡಿನ"##), - ("init-logger", r##"ಲಾಗರ್ ಅನ್ನು ಪ್ರಾರಂಭಿಸುವುದು ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ಡೀಬಗ್"##), + ("warn", r##"ಎಚ್ಚರಿಸಿ"##), + ("info", r##"ಮಾಹಿತಿ"##), + ("error", r##"ದೋಷ"##), + ("trace", r##"ಜಾಡಿನ"##), + ("init-logger", r##"ಲಾಗರ್ ಅನ್ನು ಪ್ರಾರಂಭಿಸುವುದು ..."##), + ], + } } /// Language ID: kn; @@ -11883,28 +14061,22 @@ pub(super) const fn get_kn_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_kn_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"ಅಮಾನ್ಯ ಥೀಮ್ ಹೆಸರು"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"ಅಮಾನ್ಯ ಥೀಮ್ ಹೆಸರು"##)], + } } /// kn: ಕನ್ನಡ, ಕನ್ನಡ, ಭಾರತ pub(super) const fn get_kn_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_kn_map_log_core), - ("theme", get_kn_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_kn_map_log_core), + ("theme", get_kn_map_theme), + ], + } } /// Language ID: ko; @@ -11920,20 +14092,17 @@ pub(super) const fn get_kn_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ko_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"디버그"##), - ("warn", r##"경고"##), - ("info", r##"정보"##), - ("error", r##"오류"##), - ("trace", r##"추적"##), - ("init-logger", r##"로거 초기화 ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"디버그"##), + ("warn", r##"경고"##), + ("info", r##"정보"##), + ("error", r##"오류"##), + ("trace", r##"추적"##), + ("init-logger", r##"로거 초기화 ..."##), + ], + } } /// Language ID: ko; @@ -11949,14 +14118,10 @@ pub(super) const fn get_ko_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ko_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"잘못된 테마 이름"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"잘못된 테마 이름"##)], + } } /// Language ID: ko; @@ -11972,31 +14137,50 @@ pub(super) const fn get_ko_map_theme() -> L10nMap { /// ``` pub(super) const fn get_ko_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"사용자 정의 테마 집합 파일입니다. `--theme`으로 테마 이름을 지정해야 합니다."##), - ("shell-completion", r##"쉘 완성 스크립트를 생성합니다."##), - ("theme-file-help", r##"지원되는 파일 형식은 rust crate `syntect`에서 덤프한 바이너리 데이터입니다. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"사용자 정의 테마 집합 파일입니다. `--theme`으로 테마 이름을 지정해야 합니다."##, + ), + ("shell-completion", r##"쉘 완성 스크립트를 생성합니다."##), + ( + "theme-file-help", + r##"지원되는 파일 형식은 rust crate `syntect`에서 덤프한 바이너리 데이터입니다. 본질적으로 이러한 테마들은 이전 버전의 sublime 테마입니다. -`--tf`가 지정되지 않은 경우, 환경 변수 `$TOMLYRE_THEME_FILE`의 값을 읽습니다. "##), - ("from-format", r##"수동으로 소스 파일 형식을 지정합니다(자동으로 감지됩니다)."##), - ("disable-theme-background", r##"테마 배경을 사용하지 않도록 설정합니다(기본값은 활성화됨). `--dis-theme-bg`를 호출하지 않으면 `$TOMLYRE_THEME_BG` 값을 읽습니다."##), - ("theme-uncompressed-file-help", r##"> 압축이 풀린 버전보다 우선 순위가 높습니다. - -`--tuf`가 지정되지 않은 경우, 환경 변수 `$TOMLYRE_THEME_UNCOMPRESSED_FILE`의 값을 읽습니다. "##), - ("disable-theme-background-help", r##"활성화되면 false로 설정하세요. +`--tf`가 지정되지 않은 경우, 환경 변수 `$TOMLYRE_THEME_FILE`의 값을 읽습니다. "##, + ), + ( + "from-format", + r##"수동으로 소스 파일 형식을 지정합니다(자동으로 감지됩니다)."##, + ), + ( + "disable-theme-background", + r##"테마 배경을 사용하지 않도록 설정합니다(기본값은 활성화됨). `--dis-theme-bg`를 호출하지 않으면 `$TOMLYRE_THEME_BG` 값을 읽습니다."##, + ), + ( + "theme-uncompressed-file-help", + r##"> 압축이 풀린 버전보다 우선 순위가 높습니다. + +`--tuf`가 지정되지 않은 경우, 환경 변수 `$TOMLYRE_THEME_UNCOMPRESSED_FILE`의 값을 읽습니다. "##, + ), + ( + "disable-theme-background-help", + r##"활성화되면 false로 설정하세요. 환경 변수 사용 예: ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"`theme-file`과 유사하지만 압축이 풀리지 않은 덤프 데이터(파일)를 요구합니다."##), - ("shell-completion-help", r##"쉘 이름을 지정하여 직접 완성 스크립트를 생성하십시오. +```"##, + ), + ( + "theme-uncompressed-file", + r##"`theme-file`과 유사하지만 압축이 풀리지 않은 덤프 데이터(파일)를 요구합니다."##, + ), + ( + "shell-completion-help", + r##"쉘 이름을 지정하여 직접 완성 스크립트를 생성하십시오. 예를 들어, Windows에서 `powershell`을 사용하는 경우 다음과 같이 사용할 수 있습니다: ```pwsh @@ -12021,18 +14205,27 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre 예를 들어 다음 명령을 사용하여 해당 배열의 맨 앞에 요소를 삽입하고 관련 디렉터리를 사용할 수 있습니다. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"stdin에서 데이터를 읽는 경우(`cat a | tomlyre conv -`와 같은 경우), 먼저 파일 형식을 자동으로 감지하려고 시도합니다. +```"##, + ), + ( + "from-format-help", + r##"stdin에서 데이터를 읽는 경우(`cat a | tomlyre conv -`와 같은 경우), 먼저 파일 형식을 자동으로 감지하려고 시도합니다. 그러나 자동 감지가 실패할 수 있으므로 수동으로 형식을 지정해야 하는 경우가 있습니다. -예: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"`--ts` 매개 변수만 사용하면 내부 스타일 셋이 표시됩니다. +예: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"`--ts` 매개 변수만 사용하면 내부 스타일 셋이 표시됩니다. Markdown은 축약형으로 `md`를 사용할 수 있으며, 다른 스타일은 모두 전체 이름을 사용해야 합니다. 사용 방법 예1:`--ts md` 사용 방법 예2:`--table-style ascii` -참고: 현재 **표 스타일** 셋을 파일에서 읽어 오는 것은 지원하지 않습니다. 이 기능이 필요하거나 추가 기능이 필요한 경우, issue를 보내주시기 바랍니다."##), - ("table-style", r##"표의 스타일을 지정합니다."##), - ("theme-help", r##"`-t` 매개 변수만 사용하면 현재 테마 목록이 나열됩니다. +참고: 현재 **표 스타일** 셋을 파일에서 읽어 오는 것은 지원하지 않습니다. 이 기능이 필요하거나 추가 기능이 필요한 경우, issue를 보내주시기 바랍니다."##, + ), + ("table-style", r##"표의 스타일을 지정합니다."##), + ( + "theme-help", + r##"`-t` 매개 변수만 사용하면 현재 테마 목록이 나열됩니다. 테마 파일이 지정되지 않은 경우 내장된 테마 집합이 사용됩니다. 예를 들어 **ayu-dark** 라는 테마가 있다면 `-t ayu-dark`를(를) 사용하여 해당 테마를 사용할 수 있습니다. 테마 이름에 공백이 포함된 경우 큰따옴표나 작은따옴표로 묶어주십시오. @@ -12058,10 +14251,11 @@ tomlyre -t "Monokai Extended" get test.toml ``` `conv/get/set` 등과 같은 작업을 수동으로 실행할 때 출력되는 내용의 경우 `-t`로 지정된 테마가 우선합니다. -`-t`를 호출하지 않으면 환경 변수를 읽고, 환경 변수가 비어 있는 경우 **Monokai Extended**를 사용합니다."##), - ("theme", r##"구문 강조에 사용할 테마 이름을 지정합니다."##), - ], -} +`-t`를 호출하지 않으면 환경 변수를 읽고, 환경 변수가 비어 있는 경우 **Monokai Extended**를 사용합니다."##, + ), + ("theme", r##"구문 강조에 사용할 테마 이름을 지정합니다."##), + ], + } } /// Language ID: ko; @@ -12069,31 +14263,53 @@ tomlyre -t "Monokai Extended" get test.toml /// Description: 한국어, 한국 문자, 대한민국; pub(super) const fn get_ko_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"사용자 정의 테마 집합 파일입니다. `--theme`으로 테마 이름을 지정해야 합니다."##), - ("shell-completion", r##"쉘 완성 스크립트를 생성합니다."##), - ("theme-file-help", r##"지원되는 파일 형식은 rust crate `syntect`에서 덤프한 바이너리 데이터입니다. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"사용자 정의 테마 집합 파일입니다. `--theme`으로 테마 이름을 지정해야 합니다."##, + ), + ( + "shell-completion", + r##"쉘 완성 스크립트를 생성합니다."##, + ), + ( + "theme-file-help", + r##"지원되는 파일 형식은 rust crate `syntect`에서 덤프한 바이너리 데이터입니다. 본질적으로 이러한 테마들은 이전 버전의 sublime 테마입니다. -`--tf`가 지정되지 않은 경우, 환경 변수 `$TOMLYRE_THEME_FILE`의 값을 읽습니다. "##), - ("from-format", r##"수동으로 소스 파일 형식을 지정합니다(자동으로 감지됩니다)."##), - ("disable-theme-background", r##"테마 배경을 사용하지 않도록 설정합니다(기본값은 활성화됨). `--dis-theme-bg`를 호출하지 않으면 `$TOMLYRE_THEME_BG` 값을 읽습니다."##), - ("theme-uncompressed-file-help", r##"> 압축이 풀린 버전보다 우선 순위가 높습니다. - -`--tuf`가 지정되지 않은 경우, 환경 변수 `$TOMLYRE_THEME_UNCOMPRESSED_FILE`의 값을 읽습니다. "##), - ("disable-theme-background-help", r##"활성화되면 false로 설정하세요. +`--tf`가 지정되지 않은 경우, 환경 변수 `$TOMLYRE_THEME_FILE`의 값을 읽습니다. "##, + ), + ( + "from-format", + r##"수동으로 소스 파일 형식을 지정합니다(자동으로 감지됩니다)."##, + ), + ( + "disable-theme-background", + r##"테마 배경을 사용하지 않도록 설정합니다(기본값은 활성화됨). `--dis-theme-bg`를 호출하지 않으면 `$TOMLYRE_THEME_BG` 값을 읽습니다."##, + ), + ( + "theme-uncompressed-file-help", + r##"> 압축이 풀린 버전보다 우선 순위가 높습니다. + +`--tuf`가 지정되지 않은 경우, 환경 변수 `$TOMLYRE_THEME_UNCOMPRESSED_FILE`의 값을 읽습니다. "##, + ), + ( + "disable-theme-background-help", + r##"활성화되면 false로 설정하세요.  환경 변수 사용 예: ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"`theme-file`과 유사하지만 압축이 풀리지 않은 덤프 데이터(파일)를 요구합니다."##), - ("shell-completion-help", r##"쉘 이름을 지정하여 직접 완성 스크립트를 생성하십시오. +```"##, + ), + ( + "theme-uncompressed-file", + r##"`theme-file`과 유사하지만 압축이 풀리지 않은 덤프 데이터(파일)를 요구합니다."##, + ), + ( + "shell-completion-help", + r##"쉘 이름을 지정하여 직접 완성 스크립트를 생성하십시오. 예를 들어, Windows에서 `powershell`을 사용하는 경우 다음과 같이 사용할 수 있습니다:  ```pwsh @@ -12118,18 +14334,30 @@ pub(super) const fn get_ko_map_args_md() -> L10nMap { 예를 들어 다음 명령을 사용하여 해당 배열의 맨 앞에 요소를 삽입하고 관련 디렉터리를 사용할 수 있습니다. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"stdin에서 데이터를 읽는 경우(`cat a | tomlyre conv -`와 같은 경우), 먼저 파일 형식을 자동으로 감지하려고 시도합니다. +```"##, + ), + ( + "from-format-help", + r##"stdin에서 데이터를 읽는 경우(`cat a | tomlyre conv -`와 같은 경우), 먼저 파일 형식을 자동으로 감지하려고 시도합니다. 그러나 자동 감지가 실패할 수 있으므로 수동으로 형식을 지정해야 하는 경우가 있습니다. -예: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"`--ts` 매개 변수만 사용하면 내부 스타일 셋이 표시됩니다. +예: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"`--ts` 매개 변수만 사용하면 내부 스타일 셋이 표시됩니다. Markdown은 축약형으로 `md`를 사용할 수 있으며, 다른 스타일은 모두 전체 이름을 사용해야 합니다. 사용 방법 예1:`--ts md` 사용 방법 예2:`--table-style ascii`  -참고: 현재 **표 스타일** 셋을 파일에서 읽어 오는 것은 지원하지 않습니다. 이 기능이 필요하거나 추가 기능이 필요한 경우, issue를 보내주시기 바랍니다."##), - ("table-style", r##"표의 스타일을 지정합니다."##), - ("theme-help", r##"`-t` 매개 변수만 사용하면 현재 테마 목록이 나열됩니다. +참고: 현재 **표 스타일** 셋을 파일에서 읽어 오는 것은 지원하지 않습니다. 이 기능이 필요하거나 추가 기능이 필요한 경우, issue를 보내주시기 바랍니다."##, + ), + ( + "table-style", + r##"표의 스타일을 지정합니다."##, + ), + ( + "theme-help", + r##"`-t` 매개 변수만 사용하면 현재 테마 목록이 나열됩니다. 테마 파일이 지정되지 않은 경우 내장된 테마 집합이 사용됩니다. 예를 들어 **ayu-dark** 라는 테마가 있다면 `-t ayu-dark`를(를) 사용하여 해당 테마를 사용할 수 있습니다. 테마 이름에 공백이 포함된 경우 큰따옴표나 작은따옴표로 묶어주십시오. @@ -12155,10 +14383,14 @@ pub(super) const fn get_ko_map_args_md() -> L10nMap { ```  `conv/get/set` 등과 같은 작업을 수동으로 실행할 때 출력되는 내용의 경우 `-t`로 지정된 테마가 우선합니다. -`-t`를 호출하지 않으면 환경 변수를 읽고, 환경 변수가 비어 있는 경우 **Monokai Extended**를 사용합니다."##), - ("theme", r##"구문 강조에 사용할 테마 이름을 지정합니다."##), - ], -} +`-t`를 호출하지 않으면 환경 변수를 읽고, 환경 변수가 비어 있는 경우 **Monokai Extended**를 사용합니다."##, + ), + ( + "theme", + r##"구문 강조에 사용할 테마 이름을 지정합니다."##, + ), + ], + } } /// Language ID: ko; @@ -12174,16 +14406,22 @@ pub(super) const fn get_ko_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_ko_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"toml, yaml, json, ron 등의 형식 간 변환"##), - ("from", r##"입력 파일을 지정합니다."##), - ("conv-to", r##"지원되는 출력 형식/파일을 지정하고, 여러 번 사용할 수 있습니다."##), - ("save", r##"이 옵션을 호출하면 `--to`로 지정된 파일이 저장됩니다."##), - ("conv-to-help", r##"현재 디렉토리에 **test.json** 파일이 있다면, `conv test.json -t yml`을(를) 호출하여 yml(yaml)로 변환할 수 있습니다. + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ("conv-opts", r##"toml, yaml, json, ron 등의 형식 간 변환"##), + ("from", r##"입력 파일을 지정합니다."##), + ( + "conv-to", + r##"지원되는 출력 형식/파일을 지정하고, 여러 번 사용할 수 있습니다."##, + ), + ( + "save", + r##"이 옵션을 호출하면 `--to`로 지정된 파일이 저장됩니다."##, + ), + ( + "conv-to-help", + r##"현재 디렉토리에 **test.json** 파일이 있다면, `conv test.json -t yml`을(를) 호출하여 yml(yaml)로 변환할 수 있습니다. 또한 수동으로 파일 경로를 지정할 수도 있습니다: `conv test.json -t /tmp/test.yml` 지원되는 형식은 패키지에서 활성화된 기능에 따라 다릅니다. 모든 기능이 기본적으로 활성화되지는 않습니다. @@ -12198,9 +14436,10 @@ pub(super) const fn get_ko_map_conv() -> L10nMap { 이 기능이 필요하지 않은 경우 `-t /tmp/xx.toml`과 같은 완전한(디렉토리가 아닌) 파일 경로를 사용하세요. - 2. `--save`를 호출하지 않은 경우 지정된 파일이 자동으로 저장되지 않습니다. - 3. `--save`를 호출한 경우, conv 하위 명령의 입력 및 출력은 동일한 파일이 될 수 없습니다. -- 4. 변환된 파일에서 주석은 보존되지 않습니다."##), - ], -} +- 4. 변환된 파일에서 주석은 보존되지 않습니다."##, + ), + ], + } } /// Language ID: ko; @@ -12208,16 +14447,28 @@ pub(super) const fn get_ko_map_conv() -> L10nMap { /// Description: 한국어, 한국 문자, 대한민국; pub(super) const fn get_ko_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"toml, yaml, json, ron 등의 형식 간 변환"##), - ("from", r##"입력 파일을 지정합니다."##), - ("conv-to", r##"지원되는 출력 형식/파일을 지정하고, 여러 번 사용할 수 있습니다."##), - ("save", r##"이 옵션을 호출하면 `--to`로 지정된 파일이 저장됩니다."##), - ("conv-to-help", r##"현재 디렉토리에 **test.json** 파일이 있다면, `conv test.json -t yml`을(를) 호출하여 yml(yaml)로 변환할 수 있습니다. + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"toml, yaml, json, ron 등의 형식 간 변환"##, + ), + ( + "from", + r##"입력 파일을 지정합니다."##, + ), + ( + "conv-to", + r##"지원되는 출력 형식/파일을 지정하고, 여러 번 사용할 수 있습니다."##, + ), + ( + "save", + r##"이 옵션을 호출하면 `--to`로 지정된 파일이 저장됩니다."##, + ), + ( + "conv-to-help", + r##"현재 디렉토리에 **test.json** 파일이 있다면, `conv test.json -t yml`을(를) 호출하여 yml(yaml)로 변환할 수 있습니다. 또한 수동으로 파일 경로를 지정할 수도 있습니다: `conv test.json -t /tmp/test.yml`  지원되는 형식은 패키지에서 활성화된 기능에 따라 다릅니다. 모든 기능이 기본적으로 활성화되지는 않습니다. @@ -12232,9 +14483,10 @@ pub(super) const fn get_ko_map_conv_md() -> L10nMap {  이 기능이 필요하지 않은 경우 `-t /tmp/xx.toml`과 같은 완전한(디렉토리가 아닌) 파일 경로를 사용하세요. - 2. `--save`를 호출하지 않은 경우 지정된 파일이 자동으로 저장되지 않습니다. - 3. `--save`를 호출한 경우, conv 하위 명령의 입력 및 출력은 동일한 파일이 될 수 없습니다. -- 4. 변환된 파일에서 주석은 보존되지 않습니다."##), - ], -} +- 4. 변환된 파일에서 주석은 보존되지 않습니다."##, + ), + ], + } } /// Language ID: ko; @@ -12250,19 +14502,21 @@ pub(super) const fn get_ko_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_ko_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"`-k`와 달리 `--ck`는 `split('.')`를 자동으로 수행하지 않습니다. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"`-k`와 달리 `--ck`는 `split('.')`를 자동으로 수행하지 않습니다. [a.b.c]와 같은 경우, `-k a.b.c`와 `--ck a --ck b --ck c`는 동일합니다. 간단한 경우에는 `-k`를 사용하는 것이 더 간편합니다. @@ -12288,11 +14542,20 @@ pub(super) const fn get_ko_map_opt() -> L10nMap { - "[typescript]" - "editor.defaultFormatter" -후자가 올바른 구조입니다."##), - ("num-arr", r##"i64 배열"##), - ("bool", r##"bool (불리언 유형)으로, `true` 또는 `false`만 사용할 수 있습니다."##), - ("num", r##"i64: 64 비트 부호 있는 정수 유형입니다. 예시: 1145"##), - ("datetime-help", r##"예시: +후자가 올바른 구조입니다."##, + ), + ("num-arr", r##"i64 배열"##), + ( + "bool", + r##"bool (불리언 유형)으로, `true` 또는 `false`만 사용할 수 있습니다."##, + ), + ( + "num", + r##"i64: 64 비트 부호 있는 정수 유형입니다. 예시: 1145"##, + ), + ( + "datetime-help", + r##"예시: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -12307,12 +14570,21 @@ time = 2023-04-16T09:14:44Z "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"지정된 형식/파일로 저장하며, 한 번에 하나의 파일만 저장할 수 있습니다."##), - ("get-opts-help", r##"사용 방법 예1:`get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"지정된 형식/파일로 저장하며, 한 번에 하나의 파일만 저장할 수 있습니다."##, + ), + ( + "get-opts-help", + r##"사용 방법 예1:`get Cargo.toml -k package.name` 사용 방법 예2:`get cfg.yaml -k .` -"##), - ("none-help", r##"> 참고: ron에는 실제로 `Option` 타입이 있으며 값은 `Some(T)` 또는 `None`입니다. +"##, + ), + ( + "none-help", + r##"> 참고: ron에는 실제로 `Option` 타입이 있으며 값은 `Some(T)` 또는 `None`입니다. > 여기서 `--none`은 실제 `Option` 타입이 아닌 지정된 키를 삭제하는 것을 의미합니다. test.yml에 다음과 같은 표 배열이 있다고 가정해 봅시다: @@ -12343,9 +14615,15 @@ set test.yml -k bin.1 --none 또는 `--rm`을 사용하여 삭제할 수 있습니다. ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"배정밀도 부동 소수점 숫자 (IEEE 754-2008 표준)로, 예시: 3.14159265359"##), - ("saot-help", r##"> 참고: `--saot`을 사용하여 각 테이블에 대해 하나의 K-V pair만 지정할 수 있지만 다른 옵션을 사용하여 테이블 배열 인덱스를 먼저 지정하고 확장할 수 있습니다. +```"##, + ), + ( + "f64", + r##"배정밀도 부동 소수점 숫자 (IEEE 754-2008 표준)로, 예시: 3.14159265359"##, + ), + ( + "saot-help", + r##"> 참고: `--saot`을 사용하여 각 테이블에 대해 하나의 K-V pair만 지정할 수 있지만 다른 옵션을 사용하여 테이블 배열 인덱스를 먼저 지정하고 확장할 수 있습니다. 예시: ```sh @@ -12358,11 +14636,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"k-v 쌍(k-v pair)을 설정합니다. `--kv x.y.z value`는 `-k x.y.z -s value`와 동일합니다."##), - ("set-save", r##"현재 파일을 덮어쓰기(overwrite)합니다. `--to`와 함께 사용되지 않은 경우"##), - ("array", r##"문자열 배열"##), - ("aot-help", r##"예시: +```"##, + ), + ( + "set-kv", + r##"k-v 쌍(k-v pair)을 설정합니다. `--kv x.y.z value`는 `-k x.y.z -s value`와 동일합니다."##, + ), + ( + "set-save", + r##"현재 파일을 덮어쓰기(overwrite)합니다. `--to`와 함께 사용되지 않은 경우"##, + ), + ("array", r##"문자열 배열"##), + ( + "aot-help", + r##"예시: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -12376,8 +14663,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set 지정된 key로 이동한 다음 지정된 데이터 유형의 값을 수정합니다. @@ -12427,8 +14717,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -> 注:위의 예는 매개 변수(argument)/서브 명령(sub-command)로 시작하여 루트 명령 이름을 생략하였습니다. 실제 작업에서는 수동으로 추가해야 합니다."##), - ("num-arr-help", r##"예제: +> 注:위의 예는 매개 변수(argument)/서브 명령(sub-command)로 시작하여 루트 명령 이름을 생략하였습니다. 실제 작업에서는 수동으로 추가해야 합니다."##, + ), + ( + "num-arr-help", + r##"예제: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -12439,8 +14732,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"예시: +```"##, + ), + ( + "inline-table-help", + r##"예시: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -12457,9 +14753,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } "codename": "rawhide", "os": "fedora" } -```"##), - ("key", r##"key(키)를 사용하여 value(값)를 검색합니다."##), - ("f64-arr-help", r##"예제: +```"##, + ), + ("key", r##"key(키)를 사용하여 value(값)를 검색합니다."##), + ( + "f64-arr-help", + r##"예제: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -12486,9 +14785,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"지정된 키를 삭제"##), - ("set-save-to-help", r##"`conv` 하위 명령어의 `-t`와 매우 유사하지만 가장 큰 차이점은 `conv`가 `-t`를 여러 번 연속 호출하여 다양한 형식/여러 파일로 출력할 수 있지만 `set` 하위 명령어의 `-t`는 한 번만 호출하고 단일 파일로 출력합니다. +"##, + ), + ("none", r##"지정된 키를 삭제"##), + ( + "set-save-to-help", + r##"`conv` 하위 명령어의 `-t`와 매우 유사하지만 가장 큰 차이점은 `conv`가 `-t`를 여러 번 연속 호출하여 다양한 형식/여러 파일로 출력할 수 있지만 `set` 하위 명령어의 `-t`는 한 번만 호출하고 단일 파일로 출력합니다. > 참고: `conv` 하위 명령어는 변환 작업을 완료한 후 모든 형식의 파일에서 주석을 유지하지 않습니다. > 반면에 `set` 하위 명령어는 **toml**을 제외하고 모든 형식의 주석을 유지합니다. @@ -12497,15 +14799,33 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre - 이미 `-t`를 호출하고 `--save`도 호출한 경우 수정된 파일은 `-t`가 지정한 파일에 저장됩니다. - 소스 파일과 `-t`가 지정한 파일이 동일하지 않은 경우, `set` 하위 명령어의 `-t` 동작은 `conv`의 `-t`와 유사해지며, 구체적인 파일 경로에 대해서만 자동으로 이름을 바꿉니다. - 예를 들어 from: **test.yml**, to: **json** 인 경우, 출력 파일은 **test.json**이 되고 **json**이 아닙니다. - - 이 기능이 필요하지 않은 경우 `-t ./json` 또는 `-t $PWD/json`을 사용하십시오. `-t json`이 아닙니다"##), - ("preview", r##"수정 후 전체 파일 미리보기"##), - ("set-key", r##"지정된 key(키)를 선택합니다. "."을 구분 기호로 사용합니다."##), - ("get-opts", r##"지정된 구성 항목의 값(value)을 가져옵니다."##), - ("saot", r##"하나의 key-value 쌍만 저장하는 테이블 배열 (사용법: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"형식: "a.b.c", 하위 테이블 이름 또는 배열 인덱스는 "."(점)으로 연결됩니다. -"." 만 제공하는 경우 전체 테이블을 표시합니다."##), - ("set-opts", r##"구성 파일의 구조를 만들거나 업데이트하거나 삭제합니다."##), - ("bool-arr-help", r##"예시: + - 이 기능이 필요하지 않은 경우 `-t ./json` 또는 `-t $PWD/json`을 사용하십시오. `-t json`이 아닙니다"##, + ), + ("preview", r##"수정 후 전체 파일 미리보기"##), + ( + "set-key", + r##"지정된 key(키)를 선택합니다. "."을 구분 기호로 사용합니다."##, + ), + ( + "get-opts", + r##"지정된 구성 항목의 값(value)을 가져옵니다."##, + ), + ( + "saot", + r##"하나의 key-value 쌍만 저장하는 테이블 배열 (사용법: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"형식: "a.b.c", 하위 테이블 이름 또는 배열 인덱스는 "."(점)으로 연결됩니다. +"." 만 제공하는 경우 전체 테이블을 표시합니다."##, + ), + ( + "set-opts", + r##"구성 파일의 구조를 만들거나 업데이트하거나 삭제합니다."##, + ), + ( + "bool-arr-help", + r##"예시: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -12517,11 +14837,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"boolean 배열"##), - ("table", r##"여러 개의 K-V 쌍을 저장하는 데 사용되는 표준 테이블입니다."##), - ("datetime", r##"날짜 및 시간 유형"##), - ("table-help", r##"예시1: +```"##, + ), + ("bool-arr", r##"boolean 배열"##), + ( + "table", + r##"여러 개의 K-V 쌍을 저장하는 데 사용되는 표준 테이블입니다."##, + ), + ("datetime", r##"날짜 및 시간 유형"##), + ( + "table-help", + r##"예시1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -12545,10 +14871,13 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"f64 배열"##), - ("string", r##"String(문자열 유형)"##), - ("array-help", r##"여러번의 `-a` 호출을 통해 배열 요소를 설정합니다. +```"##, + ), + ("f64-arr", r##"f64 배열"##), + ("string", r##"String(문자열 유형)"##), + ( + "array-help", + r##"여러번의 `-a` 호출을 통해 배열 요소를 설정합니다. 예제: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -12559,12 +14888,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"테이블 배열(사용법: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"인라인 테이블, 보다 간결한 표준 테이블"##), - ("concat-key", r##"키(key)를 분할하여 입력하면 결과가 자동으로 연결됩니다. 구분 기호 "."을 사용하지 않습니다."##), - ], -} +```"##, + ), + ( + "aot", + r##"테이블 배열(사용법: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"인라인 테이블, 보다 간결한 표준 테이블"##, + ), + ( + "concat-key", + r##"키(key)를 분할하여 입력하면 결과가 자동으로 연결됩니다. 구분 기호 "."을 사용하지 않습니다."##, + ), + ], + } } /// Language ID: ko; @@ -12572,19 +14911,21 @@ array = ["hello", "wonderful", "world"] /// Description: 한국어, 한국 문자, 대한민국; pub(super) const fn get_ko_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"`-k`와 달리 `--ck`는 `split('.')`를 자동으로 수행하지 않습니다. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"`-k`와 달리 `--ck`는 `split('.')`를 자동으로 수행하지 않습니다. [a.b.c]와 같은 경우, `-k a.b.c`와 `--ck a --ck b --ck c`는 동일합니다. 간단한 경우에는 `-k`를 사용하는 것이 더 간편합니다.  @@ -12610,11 +14951,23 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -후자가 올바른 구조입니다."##), - ("num-arr", r##"i64 배열"##), - ("bool", r##"bool (불리언 유형)으로, `true` 또는 `false`만 사용할 수 있습니다."##), - ("num", r##"i64: 64 비트 부호 있는 정수 유형입니다. 예시: 1145"##), - ("datetime-help", r##"예시: +후자가 올바른 구조입니다."##, + ), + ( + "num-arr", + r##"i64 배열"##, + ), + ( + "bool", + r##"bool (불리언 유형)으로, `true` 또는 `false`만 사용할 수 있습니다."##, + ), + ( + "num", + r##"i64: 64 비트 부호 있는 정수 유형입니다. 예시: 1145"##, + ), + ( + "datetime-help", + r##"예시: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -12629,12 +14982,21 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"지정된 형식/파일로 저장하며, 한 번에 하나의 파일만 저장할 수 있습니다."##), - ("get-opts-help", r##"사용 방법 예1:`get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"지정된 형식/파일로 저장하며, 한 번에 하나의 파일만 저장할 수 있습니다."##, + ), + ( + "get-opts-help", + r##"사용 방법 예1:`get Cargo.toml -k package.name` 사용 방법 예2:`get cfg.yaml -k .` -"##), - ("none-help", r##"> 참고: ron에는 실제로 `Option` 타입이 있으며 값은 `Some(T)` 또는 `None`입니다. +"##, + ), + ( + "none-help", + r##"> 참고: ron에는 실제로 `Option` 타입이 있으며 값은 `Some(T)` 또는 `None`입니다. > 여기서 `--none`은 실제 `Option` 타입이 아닌 지정된 키를 삭제하는 것을 의미합니다.  test.yml에 다음과 같은 표 배열이 있다고 가정해 봅시다: @@ -12665,9 +15027,15 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap { 또는 `--rm`을 사용하여 삭제할 수 있습니다. ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"배정밀도 부동 소수점 숫자 (IEEE 754-2008 표준)로, 예시: 3.14159265359"##), - ("saot-help", r##"> 참고: `--saot`을 사용하여 각 테이블에 대해 하나의 K-V pair만 지정할 수 있지만 다른 옵션을 사용하여 테이블 배열 인덱스를 먼저 지정하고 확장할 수 있습니다. +```"##, + ), + ( + "f64", + r##"배정밀도 부동 소수점 숫자 (IEEE 754-2008 표준)로, 예시: 3.14159265359"##, + ), + ( + "saot-help", + r##"> 참고: `--saot`을 사용하여 각 테이블에 대해 하나의 K-V pair만 지정할 수 있지만 다른 옵션을 사용하여 테이블 배열 인덱스를 먼저 지정하고 확장할 수 있습니다.  예시: ```sh @@ -12680,11 +15048,23 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"k-v 쌍(k-v pair)을 설정합니다. `--kv x.y.z value`는 `-k x.y.z -s value`와 동일합니다."##), - ("set-save", r##"현재 파일을 덮어쓰기(overwrite)합니다. `--to`와 함께 사용되지 않은 경우"##), - ("array", r##"문자열 배열"##), - ("aot-help", r##"예시: +```"##, + ), + ( + "set-kv", + r##"k-v 쌍(k-v pair)을 설정합니다. `--kv x.y.z value`는 `-k x.y.z -s value`와 동일합니다."##, + ), + ( + "set-save", + r##"현재 파일을 덮어쓰기(overwrite)합니다. `--to`와 함께 사용되지 않은 경우"##, + ), + ( + "array", + r##"문자열 배열"##, + ), + ( + "aot-help", + r##"예시: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -12698,8 +15078,11 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  지정된 key로 이동한 다음 지정된 데이터 유형의 값을 수정합니다.  @@ -12749,8 +15132,11 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap { ] ```  -> 注:위의 예는 매개 변수(argument)/서브 명령(sub-command)로 시작하여 루트 명령 이름을 생략하였습니다. 실제 작업에서는 수동으로 추가해야 합니다."##), - ("num-arr-help", r##"예제: +> 注:위의 예는 매개 변수(argument)/서브 명령(sub-command)로 시작하여 루트 명령 이름을 생략하였습니다. 실제 작업에서는 수동으로 추가해야 합니다."##, + ), + ( + "num-arr-help", + r##"예제: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -12761,8 +15147,11 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"예시: +```"##, + ), + ( + "inline-table-help", + r##"예시: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -12779,9 +15168,15 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap {  "codename": "rawhide",  "os": "fedora" } -```"##), - ("key", r##"key(키)를 사용하여 value(값)를 검색합니다."##), - ("f64-arr-help", r##"예제: +```"##, + ), + ( + "key", + r##"key(키)를 사용하여 value(값)를 검색합니다."##, + ), + ( + "f64-arr-help", + r##"예제: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -12808,9 +15203,15 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"지정된 키를 삭제"##), - ("set-save-to-help", r##"`conv` 하위 명령어의 `-t`와 매우 유사하지만 가장 큰 차이점은 `conv`가 `-t`를 여러 번 연속 호출하여 다양한 형식/여러 파일로 출력할 수 있지만 `set` 하위 명령어의 `-t`는 한 번만 호출하고 단일 파일로 출력합니다. +"##, + ), + ( + "none", + r##"지정된 키를 삭제"##, + ), + ( + "set-save-to-help", + r##"`conv` 하위 명령어의 `-t`와 매우 유사하지만 가장 큰 차이점은 `conv`가 `-t`를 여러 번 연속 호출하여 다양한 형식/여러 파일로 출력할 수 있지만 `set` 하위 명령어의 `-t`는 한 번만 호출하고 단일 파일로 출력합니다.  > 참고: `conv` 하위 명령어는 변환 작업을 완료한 후 모든 형식의 파일에서 주석을 유지하지 않습니다. > 반면에 `set` 하위 명령어는 **toml**을 제외하고 모든 형식의 주석을 유지합니다. @@ -12819,15 +15220,36 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap { - 이미 `-t`를 호출하고 `--save`도 호출한 경우 수정된 파일은 `-t`가 지정한 파일에 저장됩니다. - 소스 파일과 `-t`가 지정한 파일이 동일하지 않은 경우, `set` 하위 명령어의 `-t` 동작은 `conv`의 `-t`와 유사해지며, 구체적인 파일 경로에 대해서만 자동으로 이름을 바꿉니다.  - 예를 들어 from: **test.yml**, to: **json** 인 경우, 출력 파일은 **test.json**이 되고 **json**이 아닙니다. - - 이 기능이 필요하지 않은 경우 `-t ./json` 또는 `-t $PWD/json`을 사용하십시오. `-t json`이 아닙니다"##), - ("preview", r##"수정 후 전체 파일 미리보기"##), - ("set-key", r##"지정된 key(키)를 선택합니다. "."을 구분 기호로 사용합니다."##), - ("get-opts", r##"지정된 구성 항목의 값(value)을 가져옵니다."##), - ("saot", r##"하나의 key-value 쌍만 저장하는 테이블 배열 (사용법: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"형식: "a.b.c", 하위 테이블 이름 또는 배열 인덱스는 "."(점)으로 연결됩니다. -"." 만 제공하는 경우 전체 테이블을 표시합니다."##), - ("set-opts", r##"구성 파일의 구조를 만들거나 업데이트하거나 삭제합니다."##), - ("bool-arr-help", r##"예시: + - 이 기능이 필요하지 않은 경우 `-t ./json` 또는 `-t $PWD/json`을 사용하십시오. `-t json`이 아닙니다"##, + ), + ( + "preview", + r##"수정 후 전체 파일 미리보기"##, + ), + ( + "set-key", + r##"지정된 key(키)를 선택합니다. "."을 구분 기호로 사용합니다."##, + ), + ( + "get-opts", + r##"지정된 구성 항목의 값(value)을 가져옵니다."##, + ), + ( + "saot", + r##"하나의 key-value 쌍만 저장하는 테이블 배열 (사용법: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"형식: "a.b.c", 하위 테이블 이름 또는 배열 인덱스는 "."(점)으로 연결됩니다. +"." 만 제공하는 경우 전체 테이블을 표시합니다."##, + ), + ( + "set-opts", + r##"구성 파일의 구조를 만들거나 업데이트하거나 삭제합니다."##, + ), + ( + "bool-arr-help", + r##"예시: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -12839,11 +15261,23 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"boolean 배열"##), - ("table", r##"여러 개의 K-V 쌍을 저장하는 데 사용되는 표준 테이블입니다."##), - ("datetime", r##"날짜 및 시간 유형"##), - ("table-help", r##"예시1: +```"##, + ), + ( + "bool-arr", + r##"boolean 배열"##, + ), + ( + "table", + r##"여러 개의 K-V 쌍을 저장하는 데 사용되는 표준 테이블입니다."##, + ), + ( + "datetime", + r##"날짜 및 시간 유형"##, + ), + ( + "table-help", + r##"예시1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -12867,10 +15301,19 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"f64 배열"##), - ("string", r##"String(문자열 유형)"##), - ("array-help", r##"여러번의 `-a` 호출을 통해 배열 요소를 설정합니다. +```"##, + ), + ( + "f64-arr", + r##"f64 배열"##, + ), + ( + "string", + r##"String(문자열 유형)"##, + ), + ( + "array-help", + r##"여러번의 `-a` 호출을 통해 배열 요소를 설정합니다. 예제: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -12881,12 +15324,22 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"테이블 배열(사용법: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"인라인 테이블, 보다 간결한 표준 테이블"##), - ("concat-key", r##"키(key)를 분할하여 입력하면 결과가 자동으로 연결됩니다. 구분 기호 "."을 사용하지 않습니다."##), - ], -} +```"##, + ), + ( + "aot", + r##"테이블 배열(사용법: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"인라인 테이블, 보다 간결한 표준 테이블"##, + ), + ( + "concat-key", + r##"키(key)를 분할하여 입력하면 결과가 자동으로 연결됩니다. 구분 기호 "."을 사용하지 않습니다."##, + ), + ], + } } /// Language ID: ko; @@ -12902,36 +15355,32 @@ pub(super) const fn get_ko_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_ko_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"아래는 stderr 출력입니다. 완성 스크립트를 출력으로 리디렉션 할 때 `2>/path/to/file` 대신 `>/path/to/file`을(를) 사용해야 합니다."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"아래는 stderr 출력입니다. 완성 스크립트를 출력으로 리디렉션 할 때 `2>/path/to/file` 대신 `>/path/to/file`을(를) 사용해야 합니다."##, + )], + } } /// ko: 한국어, 한국 문자, 대한민국 pub(super) const fn get_ko_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_ko_map_args), - ("conv_md", get_ko_map_conv_md), - ("parser", get_ko_map_parser), - ("opt_md", get_ko_map_opt_md), - ("args_md", get_ko_map_args_md), - ("opt", get_ko_map_opt), - ("log-core", get_ko_map_log_core), - ("conv", get_ko_map_conv), - ("theme", get_ko_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_ko_map_args), + ("conv_md", get_ko_map_conv_md), + ("parser", get_ko_map_parser), + ("opt_md", get_ko_map_opt_md), + ("args_md", get_ko_map_args_md), + ("opt", get_ko_map_opt), + ("log-core", get_ko_map_log_core), + ("conv", get_ko_map_conv), + ("theme", get_ko_map_theme), + ], + } } /// Language ID: ku; @@ -12947,20 +15396,17 @@ pub(super) const fn get_ko_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ku_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"hişyar kirin"##), - ("info", r##"Agahdariya"##), - ("error", r##"Erewtî"##), - ("trace", r##"trace"##), - ("init-logger", r##"Destpêkirina logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"hişyar kirin"##), + ("info", r##"Agahdariya"##), + ("error", r##"Erewtî"##), + ("trace", r##"trace"##), + ("init-logger", r##"Destpêkirina logger ..."##), + ], + } } /// Language ID: ku; @@ -12976,28 +15422,22 @@ pub(super) const fn get_ku_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ku_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Navê mijara çewt"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Navê mijara çewt"##)], + } } /// ku: kurdî, latînî, Tirkiye pub(super) const fn get_ku_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ku_map_log_core), - ("theme", get_ku_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ku_map_log_core), + ("theme", get_ku_map_theme), + ], + } } /// Language ID: ky; @@ -13013,20 +15453,17 @@ pub(super) const fn get_ku_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ky_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"Эскертүү"##), - ("info", r##"Маалымат"##), - ("error", r##"Error"##), - ("trace", r##"изин"##), - ("init-logger", r##"Loggerди ишке киргизүү ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"Эскертүү"##), + ("info", r##"Маалымат"##), + ("error", r##"Error"##), + ("trace", r##"изин"##), + ("init-logger", r##"Loggerди ишке киргизүү ..."##), + ], + } } /// Language ID: ky; @@ -13042,28 +15479,22 @@ pub(super) const fn get_ky_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ky_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Жараксыз тема аты"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Жараксыз тема аты"##)], + } } /// ky: кыргызча, Кирилл, Кыргызстан pub(super) const fn get_ky_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ky_map_log_core), - ("theme", get_ky_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ky_map_log_core), + ("theme", get_ky_map_theme), + ], + } } /// Language ID: la; @@ -13078,20 +15509,17 @@ pub(super) const fn get_ky_map() -> SubLocaleMap { /// ``` pub(super) const fn get_la_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"monere"##), - ("info", r##"Info"##), - ("error", r##"Error"##), - ("trace", r##"vestigium"##), - ("init-logger", r##"Initializing Logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"monere"##), + ("info", r##"Info"##), + ("error", r##"Error"##), + ("trace", r##"vestigium"##), + ("init-logger", r##"Initializing Logger ..."##), + ], + } } /// Language ID: la; @@ -13106,28 +15534,22 @@ pub(super) const fn get_la_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_la_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Aliquam Nomen Nomen"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Aliquam Nomen Nomen"##)], + } } /// la: la-Latn-VA pub(super) const fn get_la_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_la_map_log_core), - ("theme", get_la_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_la_map_log_core), + ("theme", get_la_map_theme), + ], + } } /// Language ID: lb; @@ -13143,20 +15565,17 @@ pub(super) const fn get_la_map() -> SubLocaleMap { /// ``` pub(super) const fn get_lb_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"warnen"##), - ("info", r##"Info"##), - ("error", r##"Feeler"##), - ("trace", r##"Spur"##), - ("init-logger", r##"Initialiséiere Logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"warnen"##), + ("info", r##"Info"##), + ("error", r##"Feeler"##), + ("trace", r##"Spur"##), + ("init-logger", r##"Initialiséiere Logger ..."##), + ], + } } /// Language ID: lb; @@ -13172,28 +15591,22 @@ pub(super) const fn get_lb_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_lb_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Ongëltegen Thema Numm"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Ongëltegen Thema Numm"##)], + } } /// lb: Lëtzebuergesch, Laténgesch, Lëtzebuerg pub(super) const fn get_lb_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_lb_map_log_core), - ("theme", get_lb_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_lb_map_log_core), + ("theme", get_lb_map_theme), + ], + } } /// Language ID: lo; @@ -13209,20 +15622,17 @@ pub(super) const fn get_lb_map() -> SubLocaleMap { /// ``` pub(super) const fn get_lo_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"ເຕືອນ"##), - ("info", r##"ຂໍ້ມູນ"##), - ("error", r##"ຜິດພາດ"##), - ("trace", r##"ຮ່ອງຮອຍ"##), - ("init-logger", r##"ເລີ່ມຕົ້ນຜູ້ຕັດໄມ້ ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"ເຕືອນ"##), + ("info", r##"ຂໍ້ມູນ"##), + ("error", r##"ຜິດພາດ"##), + ("trace", r##"ຮ່ອງຮອຍ"##), + ("init-logger", r##"ເລີ່ມຕົ້ນຜູ້ຕັດໄມ້ ..."##), + ], + } } /// Language ID: lo; @@ -13238,28 +15648,22 @@ pub(super) const fn get_lo_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_lo_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"ຊື່ຫົວຂໍ້ທີ່ບໍ່ຖືກຕ້ອງ"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"ຊື່ຫົວຂໍ້ທີ່ບໍ່ຖືກຕ້ອງ"##)], + } } /// lo: ລາວ, ລາວ, ລາວ pub(super) const fn get_lo_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_lo_map_log_core), - ("theme", get_lo_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_lo_map_log_core), + ("theme", get_lo_map_theme), + ], + } } /// Language ID: lt; @@ -13275,20 +15679,17 @@ pub(super) const fn get_lo_map() -> SubLocaleMap { /// ``` pub(super) const fn get_lt_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Derintis"##), - ("warn", r##"perspėti"##), - ("info", r##"Informacija"##), - ("error", r##"Klaida"##), - ("trace", r##"pėdsakas"##), - ("init-logger", r##"Inicijuoti kaupiklį ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Derintis"##), + ("warn", r##"perspėti"##), + ("info", r##"Informacija"##), + ("error", r##"Klaida"##), + ("trace", r##"pėdsakas"##), + ("init-logger", r##"Inicijuoti kaupiklį ..."##), + ], + } } /// Language ID: lt; @@ -13304,28 +15705,22 @@ pub(super) const fn get_lt_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_lt_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Neteisingas temos pavadinimas"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Neteisingas temos pavadinimas"##)], + } } /// lt: lietuvių, lotynų, Lietuva pub(super) const fn get_lt_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_lt_map_log_core), - ("theme", get_lt_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_lt_map_log_core), + ("theme", get_lt_map_theme), + ], + } } /// Language ID: lv; @@ -13341,20 +15736,17 @@ pub(super) const fn get_lt_map() -> SubLocaleMap { /// ``` pub(super) const fn get_lv_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"atkļūdošana"##), - ("warn", r##"brīdināt"##), - ("info", r##"Informācija"##), - ("error", r##"Kļūda"##), - ("trace", r##"izsekot"##), - ("init-logger", r##"Inicializējot mežizstrādātāju ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"atkļūdošana"##), + ("warn", r##"brīdināt"##), + ("info", r##"Informācija"##), + ("error", r##"Kļūda"##), + ("trace", r##"izsekot"##), + ("init-logger", r##"Inicializējot mežizstrādātāju ..."##), + ], + } } /// Language ID: lv; @@ -13370,28 +15762,22 @@ pub(super) const fn get_lv_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_lv_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nederīgs tēmas nosaukums"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nederīgs tēmas nosaukums"##)], + } } /// lv: latviešu, latīņu, Latvija pub(super) const fn get_lv_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_lv_map_log_core), - ("theme", get_lv_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_lv_map_log_core), + ("theme", get_lv_map_theme), + ], + } } /// Language ID: mg; @@ -13407,20 +15793,17 @@ pub(super) const fn get_lv_map() -> SubLocaleMap { /// ``` pub(super) const fn get_mg_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"mampitandrina"##), - ("info", r##"Info"##), - ("error", r##"Hadisoana"##), - ("trace", r##"trace"##), - ("init-logger", r##"Initialing Logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"mampitandrina"##), + ("info", r##"Info"##), + ("error", r##"Hadisoana"##), + ("trace", r##"trace"##), + ("init-logger", r##"Initialing Logger ..."##), + ], + } } /// Language ID: mg; @@ -13436,28 +15819,22 @@ pub(super) const fn get_mg_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_mg_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Anaran'ny lohahevitra tsy mety"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Anaran'ny lohahevitra tsy mety"##)], + } } /// mg: Malagasy, Latn, Madagasikara pub(super) const fn get_mg_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_mg_map_log_core), - ("theme", get_mg_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_mg_map_log_core), + ("theme", get_mg_map_theme), + ], + } } /// Language ID: mi; @@ -13473,20 +15850,17 @@ pub(super) const fn get_mg_map() -> SubLocaleMap { /// ``` pub(super) const fn get_mi_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"Warn"##), - ("info", r##"Korero"##), - ("error", r##"Hapa"##), - ("trace", r##"Wāhi hūkahu"##), - ("init-logger", r##"Te kōkiri i te kaitirotiro ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"Warn"##), + ("info", r##"Korero"##), + ("error", r##"Hapa"##), + ("trace", r##"Wāhi hūkahu"##), + ("init-logger", r##"Te kōkiri i te kaitirotiro ..."##), + ], + } } /// Language ID: mi; @@ -13502,28 +15876,22 @@ pub(super) const fn get_mi_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_mi_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Ingoa Kaupapa Kore"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Ingoa Kaupapa Kore"##)], + } } /// mi: Māori, Rātina, Aotearoa pub(super) const fn get_mi_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_mi_map_log_core), - ("theme", get_mi_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_mi_map_log_core), + ("theme", get_mi_map_theme), + ], + } } /// Language ID: mk; @@ -13539,20 +15907,17 @@ pub(super) const fn get_mi_map() -> SubLocaleMap { /// ``` pub(super) const fn get_mk_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Дебагирање"##), - ("warn", r##"предупредува"##), - ("info", r##"информации"##), - ("error", r##"грешка"##), - ("trace", r##"трага"##), - ("init-logger", r##"Иницијализирање на дрвосечач ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Дебагирање"##), + ("warn", r##"предупредува"##), + ("info", r##"информации"##), + ("error", r##"грешка"##), + ("trace", r##"трага"##), + ("init-logger", r##"Иницијализирање на дрвосечач ..."##), + ], + } } /// Language ID: mk; @@ -13568,28 +15933,22 @@ pub(super) const fn get_mk_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_mk_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Невалидно име на темата"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Невалидно име на темата"##)], + } } /// mk: македонски, кирилско писмо, Северна Македонија pub(super) const fn get_mk_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_mk_map_log_core), - ("theme", get_mk_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_mk_map_log_core), + ("theme", get_mk_map_theme), + ], + } } /// Language ID: ml; @@ -13605,20 +15964,17 @@ pub(super) const fn get_mk_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ml_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ഡീബഗ്"##), - ("warn", r##"മുന്നറിയിപ്പ്"##), - ("info", r##"വിവരം"##), - ("error", r##"പിശക്"##), - ("trace", r##"ട്രേസ്"##), - ("init-logger", r##"ലോഗർ സമാരംഭിക്കുന്നു ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ഡീബഗ്"##), + ("warn", r##"മുന്നറിയിപ്പ്"##), + ("info", r##"വിവരം"##), + ("error", r##"പിശക്"##), + ("trace", r##"ട്രേസ്"##), + ("init-logger", r##"ലോഗർ സമാരംഭിക്കുന്നു ..."##), + ], + } } /// Language ID: ml; @@ -13634,28 +15990,22 @@ pub(super) const fn get_ml_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ml_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"തീം നാമം അസാധുവാണ്"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"തീം നാമം അസാധുവാണ്"##)], + } } /// ml: മലയാളം, മലയാളം, ഇന്ത്യ pub(super) const fn get_ml_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ml_map_log_core), - ("theme", get_ml_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ml_map_log_core), + ("theme", get_ml_map_theme), + ], + } } /// Language ID: mn; @@ -13671,20 +16021,17 @@ pub(super) const fn get_ml_map() -> SubLocaleMap { /// ``` pub(super) const fn get_mn_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"дебаг"##), - ("warn", r##"сэрэмжлүүлэг"##), - ("info", r##"мэдээлэл"##), - ("error", r##"алдаа"##), - ("trace", r##"ул мөр"##), - ("init-logger", r##"Бүртгэлийг эхлүүлэх ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"дебаг"##), + ("warn", r##"сэрэмжлүүлэг"##), + ("info", r##"мэдээлэл"##), + ("error", r##"алдаа"##), + ("trace", r##"ул мөр"##), + ("init-logger", r##"Бүртгэлийг эхлүүлэх ..."##), + ], + } } /// Language ID: mn; @@ -13700,28 +16047,22 @@ pub(super) const fn get_mn_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_mn_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Буруу сэдэв нэр"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Буруу сэдэв нэр"##)], + } } /// mn: монгол, кирилл, Монгол pub(super) const fn get_mn_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_mn_map_log_core), - ("theme", get_mn_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_mn_map_log_core), + ("theme", get_mn_map_theme), + ], + } } /// Language ID: mr; @@ -13737,20 +16078,17 @@ pub(super) const fn get_mn_map() -> SubLocaleMap { /// ``` pub(super) const fn get_mr_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"डीबग"##), - ("warn", r##"चेतावणी द्या"##), - ("info", r##"माहिती"##), - ("error", r##"त्रुटी"##), - ("trace", r##"ट्रेस"##), - ("init-logger", r##"लॉगर आरंभ करीत आहे ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"डीबग"##), + ("warn", r##"चेतावणी द्या"##), + ("info", r##"माहिती"##), + ("error", r##"त्रुटी"##), + ("trace", r##"ट्रेस"##), + ("init-logger", r##"लॉगर आरंभ करीत आहे ..."##), + ], + } } /// Language ID: mr; @@ -13766,28 +16104,22 @@ pub(super) const fn get_mr_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_mr_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"अवैध थीम नाव"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"अवैध थीम नाव"##)], + } } /// mr: मराठी, देवनागरी, भारत pub(super) const fn get_mr_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_mr_map_log_core), - ("theme", get_mr_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_mr_map_log_core), + ("theme", get_mr_map_theme), + ], + } } /// Language ID: ms; @@ -13803,20 +16135,17 @@ pub(super) const fn get_mr_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ms_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"memberi amaran"##), - ("info", r##"Maklumat"##), - ("error", r##"ralat"##), - ("trace", r##"jejak"##), - ("init-logger", r##"Memulakan logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"memberi amaran"##), + ("info", r##"Maklumat"##), + ("error", r##"ralat"##), + ("trace", r##"jejak"##), + ("init-logger", r##"Memulakan logger ..."##), + ], + } } /// Language ID: ms; @@ -13832,28 +16161,22 @@ pub(super) const fn get_ms_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ms_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nama tema tidak sah"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nama tema tidak sah"##)], + } } /// ms: Melayu, Latin, Malaysia pub(super) const fn get_ms_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ms_map_log_core), - ("theme", get_ms_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ms_map_log_core), + ("theme", get_ms_map_theme), + ], + } } /// Language ID: mt; @@ -13869,20 +16192,17 @@ pub(super) const fn get_ms_map() -> SubLocaleMap { /// ``` pub(super) const fn get_mt_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"twissi"##), - ("info", r##"Info"##), - ("error", r##"Żball"##), - ("trace", r##"Traċċa"##), - ("init-logger", r##"Inizjalizza l-logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"twissi"##), + ("info", r##"Info"##), + ("error", r##"Żball"##), + ("trace", r##"Traċċa"##), + ("init-logger", r##"Inizjalizza l-logger ..."##), + ], + } } /// Language ID: mt; @@ -13898,28 +16218,22 @@ pub(super) const fn get_mt_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_mt_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Isem tat-tema invalidu"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Isem tat-tema invalidu"##)], + } } /// mt: Malti, Latin, Malta pub(super) const fn get_mt_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_mt_map_log_core), - ("theme", get_mt_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_mt_map_log_core), + ("theme", get_mt_map_theme), + ], + } } /// Language ID: my; @@ -13935,20 +16249,17 @@ pub(super) const fn get_mt_map() -> SubLocaleMap { /// ``` pub(super) const fn get_my_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"သတိပေး"##), - ("info", r##"အချက်အလက်"##), - ("error", r##"အမှား"##), - ("trace", r##"သဲလွန်စ"##), - ("init-logger", r##"logger ကိုစတင်ရန် ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"သတိပေး"##), + ("info", r##"အချက်အလက်"##), + ("error", r##"အမှား"##), + ("trace", r##"သဲလွန်စ"##), + ("init-logger", r##"logger ကိုစတင်ရန် ..."##), + ], + } } /// Language ID: my; @@ -13964,28 +16275,22 @@ pub(super) const fn get_my_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_my_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"မမှန်ကန်သောအကြောင်းအရာအမည်"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"မမှန်ကန်သောအကြောင်းအရာအမည်"##)], + } } /// my: မြန်မာ, မြန်မာ, မြန်မာ pub(super) const fn get_my_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_my_map_log_core), - ("theme", get_my_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_my_map_log_core), + ("theme", get_my_map_theme), + ], + } } /// Language ID: ne; @@ -14001,20 +16306,17 @@ pub(super) const fn get_my_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ne_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"डिबग"##), - ("warn", r##"चेतावनी"##), - ("info", r##"जानकारी"##), - ("error", r##"त्रुटि"##), - ("trace", r##"ट्रेस"##), - ("init-logger", r##"Logger आरम्भिक"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"डिबग"##), + ("warn", r##"चेतावनी"##), + ("info", r##"जानकारी"##), + ("error", r##"त्रुटि"##), + ("trace", r##"ट्रेस"##), + ("init-logger", r##"Logger आरम्भिक"##), + ], + } } /// Language ID: ne; @@ -14030,28 +16332,22 @@ pub(super) const fn get_ne_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ne_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"अवैध विषय नाम"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"अवैध विषय नाम"##)], + } } /// ne: नेपाली, देवानागरी, नेपाल pub(super) const fn get_ne_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ne_map_log_core), - ("theme", get_ne_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ne_map_log_core), + ("theme", get_ne_map_theme), + ], + } } /// Language ID: nl; @@ -14067,20 +16363,17 @@ pub(super) const fn get_ne_map() -> SubLocaleMap { /// ``` pub(super) const fn get_nl_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"waarschuwen"##), - ("info", r##"info"##), - ("error", r##"Fout"##), - ("trace", r##"Trace"##), - ("init-logger", r##"Logger initialiseren ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"waarschuwen"##), + ("info", r##"info"##), + ("error", r##"Fout"##), + ("trace", r##"Trace"##), + ("init-logger", r##"Logger initialiseren ..."##), + ], + } } /// Language ID: nl; @@ -14096,14 +16389,10 @@ pub(super) const fn get_nl_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_nl_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Ongeldige themamaam"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Ongeldige themamaam"##)], + } } /// Language ID: nl; @@ -14119,32 +16408,54 @@ pub(super) const fn get_nl_map_theme() -> L10nMap { /// ``` pub(super) const fn get_nl_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Aangepaste themaset-bestand, moet worden gebruikt samen met `--theme`-optie"##), - ("shell-completion", r##"Genereer autocompletie-scripts voor de shell"##), - ("theme-file-help", r##"Het ondersteunde bestandsformaat is binaire gegevens die zijn gedumpt door rust crate `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Aangepaste themaset-bestand, moet worden gebruikt samen met `--theme`-optie"##, + ), + ( + "shell-completion", + r##"Genereer autocompletie-scripts voor de shell"##, + ), + ( + "theme-file-help", + r##"Het ondersteunde bestandsformaat is binaire gegevens die zijn gedumpt door rust crate `syntect`. Deze thema's zijn in wezen thema's voor de oude versie van sublime. -Als er geen `--tf` is opgegeven, wordt er gelezen uit de `$TOMLYRE_THEME_FILE`-omgevingsvariabele. "##), - ("from-format", r##"Specificeer het formaat van het bronbestand (standaard zal dit automatisch worden gedetecteerd)"##), - ("disable-theme-background", r##"Schakel thema achtergrond uit (default is ingeschakeld, als `--dis-theme-bg` wordt gebruikt, dan uitgeschakeld)"##), - ("theme-uncompressed-file-help", r##"> Ongecomprimeerde versies hebben hogere prioriteit dan gecomprimeerde versies. - -Als er geen `--tuf` is opgegeven, wordt er gelezen uit de `$TOMLYRE_THEME_UNCOMPRESSED_FILE`-omgevingsvariabele. "##), - ("disable-theme-background-help", r##"Als er geen `--dis-theme-bg` is gespecificeerd, wordt er gelezen uit de `$TOMLYRE_THEME_BG`-omgevingsvariabele. +Als er geen `--tf` is opgegeven, wordt er gelezen uit de `$TOMLYRE_THEME_FILE`-omgevingsvariabele. "##, + ), + ( + "from-format", + r##"Specificeer het formaat van het bronbestand (standaard zal dit automatisch worden gedetecteerd)"##, + ), + ( + "disable-theme-background", + r##"Schakel thema achtergrond uit (default is ingeschakeld, als `--dis-theme-bg` wordt gebruikt, dan uitgeschakeld)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Ongecomprimeerde versies hebben hogere prioriteit dan gecomprimeerde versies. + +Als er geen `--tuf` is opgegeven, wordt er gelezen uit de `$TOMLYRE_THEME_UNCOMPRESSED_FILE`-omgevingsvariabele. "##, + ), + ( + "disable-theme-background-help", + r##"Als er geen `--dis-theme-bg` is gespecificeerd, wordt er gelezen uit de `$TOMLYRE_THEME_BG`-omgevingsvariabele. Als deze variabele onwaar is, wordt het uitgeschakeld ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Vergelijkbaar met `theme-file`, maar ongecomprimeerde dumpgegevens (bestand) vereist"##), - ("shell-completion-help", r##"U moet de naam van de shell opgeven om autocompletie-scripts te genereren. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Vergelijkbaar met `theme-file`, maar ongecomprimeerde dumpgegevens (bestand) vereist"##, + ), + ( + "shell-completion-help", + r##"U moet de naam van de shell opgeven om autocompletie-scripts te genereren. Bijvoorbeeld, voor `powershell` op Windows kunt u het volgende gebruiken: ```pwsh @@ -14167,18 +16478,27 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre Om root-toegang te vermijden, kunt u het opslaan in de submap van de gebruiker. Bijvoorbeeld, u kunt het volgende commando gebruiken om een element aan het begin van deze array toe te voegen en vervolgens de relevante directory te gebruiken. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Wanneer gegevens van stdin worden gelezen, bijvoorbeeld `cat a | tomlyre conv -`, wordt eerst geprobeerd om het bestandsformaat automatisch te detecteren. +```"##, + ), + ( + "from-format-help", + r##"Wanneer gegevens van stdin worden gelezen, bijvoorbeeld `cat a | tomlyre conv -`, wordt eerst geprobeerd om het bestandsformaat automatisch te detecteren. Automatische detectie kan echter mislukken, waardoor handmatige specificatie nodig is. -Voorbeeld: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Wanneer alleen de parameter `--ts` wordt gebruikt, wordt er een lijst weergegeven met de ingebouwde set stijlen. +Voorbeeld: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Wanneer alleen de parameter `--ts` wordt gebruikt, wordt er een lijst weergegeven met de ingebouwde set stijlen. Behalve markdown die kan worden afgekort tot md, moeten andere stijlnamen volledig worden geschreven. Voorbeeld 1:`--ts md` Voorbeeld 2:`--table-style ascii` -Opmerking: Het is momenteel niet mogelijk om de set **tabelstijlen** uit een bestand te lezen. Als u deze functie of andere extra functies nodig heeft, kunt u een issue indienen om feedback te geven."##), - ("table-style", r##"Specificeer de stijl van de tabel"##), - ("theme-help", r##"Wanneer alleen de parameter `-t` wordt gebruikt, wordt er een lijst weergegeven met de huidige thema's. +Opmerking: Het is momenteel niet mogelijk om de set **tabelstijlen** uit een bestand te lezen. Als u deze functie of andere extra functies nodig heeft, kunt u een issue indienen om feedback te geven."##, + ), + ("table-style", r##"Specificeer de stijl van de tabel"##), + ( + "theme-help", + r##"Wanneer alleen de parameter `-t` wordt gebruikt, wordt er een lijst weergegeven met de huidige thema's. Als er geen themabestand is opgegeven, wordt de ingebouwde set thema's gebruikt. Als er bijvoorbeeld een thema genaamd **ayu-dark** bestaat, kunt u `-t ayu-dark` gebruiken om dit thema te gebruiken. Als de naam van het thema spaties bevat, moet u het tussen dubbele of enkele aanhalingstekens zetten. @@ -14204,10 +16524,14 @@ tomlyre -t "Monokai Extended" get test.toml ``` Voor handmatige bewerkingen zoals "conv/get/set" en gerelateerde, heeft het opgegeven thema met `-t` prioriteit boven de omgevingsvariabele. -Als er geen `-t` is opgegeven, wordt de omgevingsvariabele gelezen. Als deze variabele leeg is, wordt **Monokai Extended** gebruikt."##), - ("theme", r##"Specificeer de naam van het thema voor syntax highlighting"##), - ], -} +Als er geen `-t` is opgegeven, wordt de omgevingsvariabele gelezen. Als deze variabele leeg is, wordt **Monokai Extended** gebruikt."##, + ), + ( + "theme", + r##"Specificeer de naam van het thema voor syntax highlighting"##, + ), + ], + } } /// Language ID: nl; @@ -14215,32 +16539,54 @@ Als er geen `-t` is opgegeven, wordt de omgevingsvariabele gelezen. Als deze var /// Description: Nederlands, Latijns, Nederland; pub(super) const fn get_nl_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Aangepaste themaset-bestand, moet worden gebruikt samen met `--theme`-optie"##), - ("shell-completion", r##"Genereer autocompletie-scripts voor de shell"##), - ("theme-file-help", r##"Het ondersteunde bestandsformaat is binaire gegevens die zijn gedumpt door rust crate `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Aangepaste themaset-bestand, moet worden gebruikt samen met `--theme`-optie"##, + ), + ( + "shell-completion", + r##"Genereer autocompletie-scripts voor de shell"##, + ), + ( + "theme-file-help", + r##"Het ondersteunde bestandsformaat is binaire gegevens die zijn gedumpt door rust crate `syntect`. Deze thema's zijn in wezen thema's voor de oude versie van sublime. -Als er geen `--tf` is opgegeven, wordt er gelezen uit de `$TOMLYRE_THEME_FILE`-omgevingsvariabele. "##), - ("from-format", r##"Specificeer het formaat van het bronbestand (standaard zal dit automatisch worden gedetecteerd)"##), - ("disable-theme-background", r##"Schakel thema achtergrond uit (default is ingeschakeld, als `--dis-theme-bg` wordt gebruikt, dan uitgeschakeld)"##), - ("theme-uncompressed-file-help", r##"> Ongecomprimeerde versies hebben hogere prioriteit dan gecomprimeerde versies. - -Als er geen `--tuf` is opgegeven, wordt er gelezen uit de `$TOMLYRE_THEME_UNCOMPRESSED_FILE`-omgevingsvariabele. "##), - ("disable-theme-background-help", r##"Als er geen `--dis-theme-bg` is gespecificeerd, wordt er gelezen uit de `$TOMLYRE_THEME_BG`-omgevingsvariabele. +Als er geen `--tf` is opgegeven, wordt er gelezen uit de `$TOMLYRE_THEME_FILE`-omgevingsvariabele. "##, + ), + ( + "from-format", + r##"Specificeer het formaat van het bronbestand (standaard zal dit automatisch worden gedetecteerd)"##, + ), + ( + "disable-theme-background", + r##"Schakel thema achtergrond uit (default is ingeschakeld, als `--dis-theme-bg` wordt gebruikt, dan uitgeschakeld)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Ongecomprimeerde versies hebben hogere prioriteit dan gecomprimeerde versies. + +Als er geen `--tuf` is opgegeven, wordt er gelezen uit de `$TOMLYRE_THEME_UNCOMPRESSED_FILE`-omgevingsvariabele. "##, + ), + ( + "disable-theme-background-help", + r##"Als er geen `--dis-theme-bg` is gespecificeerd, wordt er gelezen uit de `$TOMLYRE_THEME_BG`-omgevingsvariabele.  Als deze variabele onwaar is, wordt het uitgeschakeld  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Vergelijkbaar met `theme-file`, maar ongecomprimeerde dumpgegevens (bestand) vereist"##), - ("shell-completion-help", r##"U moet de naam van de shell opgeven om autocompletie-scripts te genereren. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Vergelijkbaar met `theme-file`, maar ongecomprimeerde dumpgegevens (bestand) vereist"##, + ), + ( + "shell-completion-help", + r##"U moet de naam van de shell opgeven om autocompletie-scripts te genereren. Bijvoorbeeld, voor `powershell` op Windows kunt u het volgende gebruiken:  ```pwsh @@ -14263,18 +16609,30 @@ pub(super) const fn get_nl_map_args_md() -> L10nMap { Om root-toegang te vermijden, kunt u het opslaan in de submap van de gebruiker. Bijvoorbeeld, u kunt het volgende commando gebruiken om een element aan het begin van deze array toe te voegen en vervolgens de relevante directory te gebruiken. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Wanneer gegevens van stdin worden gelezen, bijvoorbeeld `cat a | tomlyre conv -`, wordt eerst geprobeerd om het bestandsformaat automatisch te detecteren. +```"##, + ), + ( + "from-format-help", + r##"Wanneer gegevens van stdin worden gelezen, bijvoorbeeld `cat a | tomlyre conv -`, wordt eerst geprobeerd om het bestandsformaat automatisch te detecteren. Automatische detectie kan echter mislukken, waardoor handmatige specificatie nodig is. -Voorbeeld: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Wanneer alleen de parameter `--ts` wordt gebruikt, wordt er een lijst weergegeven met de ingebouwde set stijlen. +Voorbeeld: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Wanneer alleen de parameter `--ts` wordt gebruikt, wordt er een lijst weergegeven met de ingebouwde set stijlen. Behalve markdown die kan worden afgekort tot md, moeten andere stijlnamen volledig worden geschreven. Voorbeeld 1:`--ts md` Voorbeeld 2:`--table-style ascii`  -Opmerking: Het is momenteel niet mogelijk om de set **tabelstijlen** uit een bestand te lezen. Als u deze functie of andere extra functies nodig heeft, kunt u een issue indienen om feedback te geven."##), - ("table-style", r##"Specificeer de stijl van de tabel"##), - ("theme-help", r##"Wanneer alleen de parameter `-t` wordt gebruikt, wordt er een lijst weergegeven met de huidige thema's. +Opmerking: Het is momenteel niet mogelijk om de set **tabelstijlen** uit een bestand te lezen. Als u deze functie of andere extra functies nodig heeft, kunt u een issue indienen om feedback te geven."##, + ), + ( + "table-style", + r##"Specificeer de stijl van de tabel"##, + ), + ( + "theme-help", + r##"Wanneer alleen de parameter `-t` wordt gebruikt, wordt er een lijst weergegeven met de huidige thema's. Als er geen themabestand is opgegeven, wordt de ingebouwde set thema's gebruikt. Als er bijvoorbeeld een thema genaamd **ayu-dark** bestaat, kunt u `-t ayu-dark` gebruiken om dit thema te gebruiken. Als de naam van het thema spaties bevat, moet u het tussen dubbele of enkele aanhalingstekens zetten. @@ -14300,10 +16658,14 @@ pub(super) const fn get_nl_map_args_md() -> L10nMap { ```  Voor handmatige bewerkingen zoals "conv/get/set" en gerelateerde, heeft het opgegeven thema met `-t` prioriteit boven de omgevingsvariabele. -Als er geen `-t` is opgegeven, wordt de omgevingsvariabele gelezen. Als deze variabele leeg is, wordt **Monokai Extended** gebruikt."##), - ("theme", r##"Specificeer de naam van het thema voor syntax highlighting"##), - ], -} +Als er geen `-t` is opgegeven, wordt de omgevingsvariabele gelezen. Als deze variabele leeg is, wordt **Monokai Extended** gebruikt."##, + ), + ( + "theme", + r##"Specificeer de naam van het thema voor syntax highlighting"##, + ), + ], + } } /// Language ID: nl; @@ -14319,16 +16681,25 @@ pub(super) const fn get_nl_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_nl_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Tussen formaten zoals toml, yaml, json en ron converteren"##), - ("from", r##"Geef het invoerbestand op"##), - ("conv-to", r##"Geef het uitvoerformaat/bestand op; meerdere aanroepen worden ondersteund"##), - ("save", r##"Als deze optie wordt gebruikt, wordt het bestand dat wordt gespecificeerd door `--to` opgeslagen"##), - ("conv-to-help", r##"Als er bijvoorbeeld een bestand **test.json** in de huidige map staat, kunt u `conv test.json -t yml` bellen om het te converteren naar yaml (yml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Tussen formaten zoals toml, yaml, json en ron converteren"##, + ), + ("from", r##"Geef het invoerbestand op"##), + ( + "conv-to", + r##"Geef het uitvoerformaat/bestand op; meerdere aanroepen worden ondersteund"##, + ), + ( + "save", + r##"Als deze optie wordt gebruikt, wordt het bestand dat wordt gespecificeerd door `--to` opgeslagen"##, + ), + ( + "conv-to-help", + r##"Als er bijvoorbeeld een bestand **test.json** in de huidige map staat, kunt u `conv test.json -t yml` bellen om het te converteren naar yaml (yml), of u kunt handmatig het bestandspad opgeven: `conv test.json -t /tmp/test.yml` Ondersteunde indelingen zijn afhankelijk van de functies die zijn ingeschakeld voor dit softwarepakket, niet alle functies zijn standaard ingeschakeld. @@ -14343,9 +16714,10 @@ Bovendien zijn er enkele dingen die u moet weten voordat u deze optie gebruikt. Als u deze functionaliteit niet nodig heeft, gebruik dan het volledige (niet-directory) bestandspad, bv. `-t /tmp/xx.toml` in plaats van `-t /tmp/`. - 2. Wanneer `--save` niet wordt aangeroepen, wordt het opgegeven bestand niet automatisch opgeslagen. - 3. Bij het aanroepen van `--save`, kan de invoer van de conv-subopdracht niet hetzelfde zijn als de uitvoer. -- 4. Het geconverteerde bestand behoudt geen opmerkingen."##), - ], -} +- 4. Het geconverteerde bestand behoudt geen opmerkingen."##, + ), + ], + } } /// Language ID: nl; @@ -14353,16 +16725,28 @@ Bovendien zijn er enkele dingen die u moet weten voordat u deze optie gebruikt. /// Description: Nederlands, Latijns, Nederland; pub(super) const fn get_nl_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Tussen formaten zoals toml, yaml, json en ron converteren"##), - ("from", r##"Geef het invoerbestand op"##), - ("conv-to", r##"Geef het uitvoerformaat/bestand op; meerdere aanroepen worden ondersteund"##), - ("save", r##"Als deze optie wordt gebruikt, wordt het bestand dat wordt gespecificeerd door `--to` opgeslagen"##), - ("conv-to-help", r##"Als er bijvoorbeeld een bestand **test.json** in de huidige map staat, kunt u `conv test.json -t yml` bellen om het te converteren naar yaml (yml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Tussen formaten zoals toml, yaml, json en ron converteren"##, + ), + ( + "from", + r##"Geef het invoerbestand op"##, + ), + ( + "conv-to", + r##"Geef het uitvoerformaat/bestand op; meerdere aanroepen worden ondersteund"##, + ), + ( + "save", + r##"Als deze optie wordt gebruikt, wordt het bestand dat wordt gespecificeerd door `--to` opgeslagen"##, + ), + ( + "conv-to-help", + r##"Als er bijvoorbeeld een bestand **test.json** in de huidige map staat, kunt u `conv test.json -t yml` bellen om het te converteren naar yaml (yml), of u kunt handmatig het bestandspad opgeven: `conv test.json -t /tmp/test.yml`  Ondersteunde indelingen zijn afhankelijk van de functies die zijn ingeschakeld voor dit softwarepakket, niet alle functies zijn standaard ingeschakeld. @@ -14377,9 +16761,10 @@ pub(super) const fn get_nl_map_conv_md() -> L10nMap {  Als u deze functionaliteit niet nodig heeft, gebruik dan het volledige (niet-directory) bestandspad, bv. `-t /tmp/xx.toml` in plaats van `-t /tmp/`. - 2. Wanneer `--save` niet wordt aangeroepen, wordt het opgegeven bestand niet automatisch opgeslagen. - 3. Bij het aanroepen van `--save`, kan de invoer van de conv-subopdracht niet hetzelfde zijn als de uitvoer. -- 4. Het geconverteerde bestand behoudt geen opmerkingen."##), - ], -} +- 4. Het geconverteerde bestand behoudt geen opmerkingen."##, + ), + ], + } } /// Language ID: nl; @@ -14395,19 +16780,21 @@ pub(super) const fn get_nl_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_nl_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"In tegenstelling tot `-k`, split `--ck` geen strings met '.' + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"In tegenstelling tot `-k`, split `--ck` geen strings met '.' Voor [a.b.c], `-k a.b.c` en `--ck a --ck b --ck c` zijn hetzelfde. Voor eenvoudige gevallen zal `-k` handiger zijn. @@ -14433,11 +16820,17 @@ Terwijl `--ck '[typescript]' --ck editor.defaultFormatter` de sleutel beschouwt - "[typescript]" - "editor.defaultFormatter" -Dit laatste is de juiste structuur."##), - ("num-arr", r##"Array van i64's"##), - ("bool", r##"Bool (booleaanse type), kan alleen `true` of `false` zijn"##), - ("num", r##"i64: 64-bit signed integer type, bijv. 1145"##), - ("datetime-help", r##"Voorbeeld: +Dit laatste is de juiste structuur."##, + ), + ("num-arr", r##"Array van i64's"##), + ( + "bool", + r##"Bool (booleaanse type), kan alleen `true` of `false` zijn"##, + ), + ("num", r##"i64: 64-bit signed integer type, bijv. 1145"##), + ( + "datetime-help", + r##"Voorbeeld: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -14452,12 +16845,21 @@ Deze optie is alleen beschikbaar voor `toml`. Als we `-t json` aan het einde van "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Opslaan in het opgegeven formaat / bestand, slechts één keer per keer"##), - ("get-opts-help", r##"Voorbeeld 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Opslaan in het opgegeven formaat / bestand, slechts één keer per keer"##, + ), + ( + "get-opts-help", + r##"Voorbeeld 1: `get Cargo.toml -k package.name` Voorbeeld 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"Opmerking: Ron heeft echt het type `Option` dat kan worden `Some(T)` of `None`. +"##, + ), + ( + "none-help", + r##"Opmerking: Ron heeft echt het type `Option` dat kan worden `Some(T)` of `None`. Hier verwijst `--none` naar het verwijderen van de opgegeven sleutel (key), niet het echte type `Option`. Stel dat we de volgende tabel-array hebben in `test.yml`: @@ -14488,9 +16890,15 @@ set test.yml -k bin.1 --none Of we kunnen `--rm` gebruiken: ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Double-precision floating-point number (IEEE 754-2008 standard), bijv. 3.14159265359"##), - ("saot-help", r##"Opmerking: Hoewel u met `--saot` slechts één K-V-paar per tabel kunt maken, kunt u eerst de index van de tabelarray opgeven en vervolgens andere opties gebruiken om uit te breiden. +```"##, + ), + ( + "f64", + r##"Double-precision floating-point number (IEEE 754-2008 standard), bijv. 3.14159265359"##, + ), + ( + "saot-help", + r##"Opmerking: Hoewel u met `--saot` slechts één K-V-paar per tabel kunt maken, kunt u eerst de index van de tabelarray opgeven en vervolgens andere opties gebruiken om uit te breiden. Voorbeeld: ```sh @@ -14503,11 +16911,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Stel de k-v pair in, `--kv x.y.z value` staat gelijk aan `-k x.y.z -s value`"##), - ("set-save", r##"Oproepen zonder `--to`, overschrijft het huidige bestand als deze opgeroepen wordt"##), - ("array", r##"String array"##), - ("aot-help", r##"Voorbeeld: +```"##, + ), + ( + "set-kv", + r##"Stel de k-v pair in, `--kv x.y.z value` staat gelijk aan `-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"Oproepen zonder `--to`, overschrijft het huidige bestand als deze opgeroepen wordt"##, + ), + ("array", r##"String array"##), + ( + "aot-help", + r##"Voorbeeld: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, version, 0.2.84, version, 0.2.84' ``` @@ -14520,8 +16937,11 @@ version = "0.0.1-alpha.6" [[package]] name = "wasm-bindgen" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set Selecteer eerst met de opgegeven sleutel en wijzig vervolgens met de opgegeven datatype-waarde. @@ -14571,8 +16991,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -> Opmerking: Deze voorbeelden beginnen met een argument of subopdracht en laten de naam van de hoofdopdracht weg. In werkelijke bewerkingen moet u deze handmatig aanvullen."##), - ("num-arr-help", r##"Voorbeeld: +> Opmerking: Deze voorbeelden beginnen met een argument of subopdracht en laten de naam van de hoofdopdracht weg. In werkelijke bewerkingen moet u deze handmatig aanvullen."##, + ), + ( + "num-arr-help", + r##"Voorbeeld: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -14583,8 +17006,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"Voorbeeld: +```"##, + ), + ( + "inline-table-help", + r##"Voorbeeld: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -14601,9 +17027,12 @@ Opmerking: Behalve in `toml` zullen andere formaten de standaardtabel gebruiken "codename": "rawhide", "os": "fedora" } -```"##), - ("key", r##"Zoek de waarde op met behulp van de sleutel"##), - ("f64-arr-help", r##"Voorbeeld: +```"##, + ), + ("key", r##"Zoek de waarde op met behulp van de sleutel"##), + ( + "f64-arr-help", + r##"Voorbeeld: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -14628,9 +17057,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"Verwijder de opgegeven sleutel (key)"##), - ("set-save-to-help", r##"Lijkt erg op de `-t` van de `conv` sub-opdracht, maar het grootste verschil is dat `-t` van `conv` meerdere keren achter elkaar kan worden opgeroepen om naar verschillende formaten / bestanden te converteren. +"##, + ), + ("none", r##"Verwijder de opgegeven sleutel (key)"##), + ( + "set-save-to-help", + r##"Lijkt erg op de `-t` van de `conv` sub-opdracht, maar het grootste verschil is dat `-t` van `conv` meerdere keren achter elkaar kan worden opgeroepen om naar verschillende formaten / bestanden te converteren. De `-t` van de `set` sub-opdracht kan slechts één keer worden aangeroepen en output naar een enkel bestand. > Opmerking: Na het uitvoeren van de conversie-operatie verwijdert `conv` alle opmerkingen in alle bestandsindelingen. @@ -14640,15 +17072,36 @@ De `-t` van de `set` sub-opdracht kan slechts één keer worden aangeroepen en o - Als `-t` is aangeroepen en `--save` ook, wordt het gewijzigde bestand opgeslagen in het bestand waarnaar `-t` verwijst. - Tenzij het bronbestand overeenkomt met het bestand waarnaar `-t` verwijst, zal het gedrag van `-t` van de `set` sub-opdracht vergelijkbaar zijn met dat van `-t` van de `conv` sub-opdracht, waarbij beide automatisch niet-schrijfbare bestanden hernoemen. - Stel bijvoorbeeld dat "from" is **test.yml** en "to" is **json**, dan wordt het uitvoerbestand **test.json** in plaats van **json**. - - Als u deze functie niet nodig heeft, gebruik dan `-t ./json` of `-t $PWD/json`, in plaats van `-t json`. "##), - ("preview", r##"Bekijk het volledige bestand na de wijzigingen vooraf"##), - ("set-key", r##"Selecteer de opgegeven sleutel, gebruik "." als scheidingsteken"##), - ("get-opts", r##"Haal de waarde op van de opgegeven configuratie"##), - ("saot", r##"Tabel-array met één key-value-paar (gebruik: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"De notatie is als volgt: "a.b.c", gebruik de "." (dot) om subtabellen of array-indexen te verbinden. -Als er maar één "." is, wordt de hele tabel weergegeven."##), - ("set-opts", r##"Maak / update / verwijder de structuur van het configuratiebestand"##), - ("bool-arr-help", r##"Voorbeeld: + - Als u deze functie niet nodig heeft, gebruik dan `-t ./json` of `-t $PWD/json`, in plaats van `-t json`. "##, + ), + ( + "preview", + r##"Bekijk het volledige bestand na de wijzigingen vooraf"##, + ), + ( + "set-key", + r##"Selecteer de opgegeven sleutel, gebruik "." als scheidingsteken"##, + ), + ( + "get-opts", + r##"Haal de waarde op van de opgegeven configuratie"##, + ), + ( + "saot", + r##"Tabel-array met één key-value-paar (gebruik: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"De notatie is als volgt: "a.b.c", gebruik de "." (dot) om subtabellen of array-indexen te verbinden. +Als er maar één "." is, wordt de hele tabel weergegeven."##, + ), + ( + "set-opts", + r##"Maak / update / verwijder de structuur van het configuratiebestand"##, + ), + ( + "bool-arr-help", + r##"Voorbeeld: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -14660,11 +17113,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Array van bool's"##), - ("table", r##"Standaardtabel voor het opslaan van meerdere K-V-paren"##), - ("datetime", r##"Type voor datum en tijd"##), - ("table-help", r##"Voorbeeld 1: +```"##, + ), + ("bool-arr", r##"Array van bool's"##), + ( + "table", + r##"Standaardtabel voor het opslaan van meerdere K-V-paren"##, + ), + ("datetime", r##"Type voor datum en tijd"##), + ( + "table-help", + r##"Voorbeeld 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -14688,10 +17147,13 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"Array van f64's"##), - ("string", r##"String (string-type)"##), - ("array-help", r##"Gebruik `-a` meerdere keren om array-elementen in te stellen. +```"##, + ), + ("f64-arr", r##"Array van f64's"##), + ("string", r##"String (string-type)"##), + ( + "array-help", + r##"Gebruik `-a` meerdere keren om array-elementen in te stellen. Voorbeeld: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -14702,12 +17164,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Tabel-array (gebruik: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Inline-tabel, vergelijkbaar met een compactere standaardtabel"##), - ("concat-key", r##"Voer de sleutel in in segmenten, de resultaten worden automatisch samengevoegd zonder "." als scheidingsteken"##), - ], -} +```"##, + ), + ( + "aot", + r##"Tabel-array (gebruik: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Inline-tabel, vergelijkbaar met een compactere standaardtabel"##, + ), + ( + "concat-key", + r##"Voer de sleutel in in segmenten, de resultaten worden automatisch samengevoegd zonder "." als scheidingsteken"##, + ), + ], + } } /// Language ID: nl; @@ -14715,19 +17187,21 @@ array = ["hello", "wonderful", "world"] /// Description: Nederlands, Latijns, Nederland; pub(super) const fn get_nl_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"In tegenstelling tot `-k`, split `--ck` geen strings met '.' + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"In tegenstelling tot `-k`, split `--ck` geen strings met '.' Voor [a.b.c], `-k a.b.c` en `--ck a --ck b --ck c` zijn hetzelfde. Voor eenvoudige gevallen zal `-k` handiger zijn.  @@ -14753,11 +17227,23 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -Dit laatste is de juiste structuur."##), - ("num-arr", r##"Array van i64's"##), - ("bool", r##"Bool (booleaanse type), kan alleen `true` of `false` zijn"##), - ("num", r##"i64: 64-bit signed integer type, bijv. 1145"##), - ("datetime-help", r##"Voorbeeld: +Dit laatste is de juiste structuur."##, + ), + ( + "num-arr", + r##"Array van i64's"##, + ), + ( + "bool", + r##"Bool (booleaanse type), kan alleen `true` of `false` zijn"##, + ), + ( + "num", + r##"i64: 64-bit signed integer type, bijv. 1145"##, + ), + ( + "datetime-help", + r##"Voorbeeld: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -14772,12 +17258,21 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Opslaan in het opgegeven formaat / bestand, slechts één keer per keer"##), - ("get-opts-help", r##"Voorbeeld 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Opslaan in het opgegeven formaat / bestand, slechts één keer per keer"##, + ), + ( + "get-opts-help", + r##"Voorbeeld 1: `get Cargo.toml -k package.name` Voorbeeld 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"Opmerking: Ron heeft echt het type `Option` dat kan worden `Some(T)` of `None`. +"##, + ), + ( + "none-help", + r##"Opmerking: Ron heeft echt het type `Option` dat kan worden `Some(T)` of `None`. Hier verwijst `--none` naar het verwijderen van de opgegeven sleutel (key), niet het echte type `Option`.  Stel dat we de volgende tabel-array hebben in `test.yml`: @@ -14808,9 +17303,15 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap { Of we kunnen `--rm` gebruiken: ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Double-precision floating-point number (IEEE 754-2008 standard), bijv. 3.14159265359"##), - ("saot-help", r##"Opmerking: Hoewel u met `--saot` slechts één K-V-paar per tabel kunt maken, kunt u eerst de index van de tabelarray opgeven en vervolgens andere opties gebruiken om uit te breiden. +```"##, + ), + ( + "f64", + r##"Double-precision floating-point number (IEEE 754-2008 standard), bijv. 3.14159265359"##, + ), + ( + "saot-help", + r##"Opmerking: Hoewel u met `--saot` slechts één K-V-paar per tabel kunt maken, kunt u eerst de index van de tabelarray opgeven en vervolgens andere opties gebruiken om uit te breiden.  Voorbeeld: ```sh @@ -14823,11 +17324,23 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Stel de k-v pair in, `--kv x.y.z value` staat gelijk aan `-k x.y.z -s value`"##), - ("set-save", r##"Oproepen zonder `--to`, overschrijft het huidige bestand als deze opgeroepen wordt"##), - ("array", r##"String array"##), - ("aot-help", r##"Voorbeeld: +```"##, + ), + ( + "set-kv", + r##"Stel de k-v pair in, `--kv x.y.z value` staat gelijk aan `-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"Oproepen zonder `--to`, overschrijft het huidige bestand als deze opgeroepen wordt"##, + ), + ( + "array", + r##"String array"##, + ), + ( + "aot-help", + r##"Voorbeeld: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, version, 0.2.84, version, 0.2.84' ``` @@ -14840,8 +17353,11 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap { [[package]] name = "wasm-bindgen" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  Selecteer eerst met de opgegeven sleutel en wijzig vervolgens met de opgegeven datatype-waarde.  @@ -14891,8 +17407,11 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap { ] ```  -> Opmerking: Deze voorbeelden beginnen met een argument of subopdracht en laten de naam van de hoofdopdracht weg. In werkelijke bewerkingen moet u deze handmatig aanvullen."##), - ("num-arr-help", r##"Voorbeeld: +> Opmerking: Deze voorbeelden beginnen met een argument of subopdracht en laten de naam van de hoofdopdracht weg. In werkelijke bewerkingen moet u deze handmatig aanvullen."##, + ), + ( + "num-arr-help", + r##"Voorbeeld: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -14903,8 +17422,11 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"Voorbeeld: +```"##, + ), + ( + "inline-table-help", + r##"Voorbeeld: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -14921,9 +17443,15 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap {  "codename": "rawhide",  "os": "fedora" } -```"##), - ("key", r##"Zoek de waarde op met behulp van de sleutel"##), - ("f64-arr-help", r##"Voorbeeld: +```"##, + ), + ( + "key", + r##"Zoek de waarde op met behulp van de sleutel"##, + ), + ( + "f64-arr-help", + r##"Voorbeeld: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -14948,9 +17476,15 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"Verwijder de opgegeven sleutel (key)"##), - ("set-save-to-help", r##"Lijkt erg op de `-t` van de `conv` sub-opdracht, maar het grootste verschil is dat `-t` van `conv` meerdere keren achter elkaar kan worden opgeroepen om naar verschillende formaten / bestanden te converteren. +"##, + ), + ( + "none", + r##"Verwijder de opgegeven sleutel (key)"##, + ), + ( + "set-save-to-help", + r##"Lijkt erg op de `-t` van de `conv` sub-opdracht, maar het grootste verschil is dat `-t` van `conv` meerdere keren achter elkaar kan worden opgeroepen om naar verschillende formaten / bestanden te converteren. De `-t` van de `set` sub-opdracht kan slechts één keer worden aangeroepen en output naar een enkel bestand.  > Opmerking: Na het uitvoeren van de conversie-operatie verwijdert `conv` alle opmerkingen in alle bestandsindelingen. @@ -14960,15 +17494,36 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap { - Als `-t` is aangeroepen en `--save` ook, wordt het gewijzigde bestand opgeslagen in het bestand waarnaar `-t` verwijst. - Tenzij het bronbestand overeenkomt met het bestand waarnaar `-t` verwijst, zal het gedrag van `-t` van de `set` sub-opdracht vergelijkbaar zijn met dat van `-t` van de `conv` sub-opdracht, waarbij beide automatisch niet-schrijfbare bestanden hernoemen.  - Stel bijvoorbeeld dat "from" is **test.yml** en "to" is **json**, dan wordt het uitvoerbestand **test.json** in plaats van **json**. - - Als u deze functie niet nodig heeft, gebruik dan `-t ./json` of `-t $PWD/json`, in plaats van `-t json`. "##), - ("preview", r##"Bekijk het volledige bestand na de wijzigingen vooraf"##), - ("set-key", r##"Selecteer de opgegeven sleutel, gebruik "." als scheidingsteken"##), - ("get-opts", r##"Haal de waarde op van de opgegeven configuratie"##), - ("saot", r##"Tabel-array met één key-value-paar (gebruik: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"De notatie is als volgt: "a.b.c", gebruik de "." (dot) om subtabellen of array-indexen te verbinden. -Als er maar één "." is, wordt de hele tabel weergegeven."##), - ("set-opts", r##"Maak / update / verwijder de structuur van het configuratiebestand"##), - ("bool-arr-help", r##"Voorbeeld: + - Als u deze functie niet nodig heeft, gebruik dan `-t ./json` of `-t $PWD/json`, in plaats van `-t json`. "##, + ), + ( + "preview", + r##"Bekijk het volledige bestand na de wijzigingen vooraf"##, + ), + ( + "set-key", + r##"Selecteer de opgegeven sleutel, gebruik "." als scheidingsteken"##, + ), + ( + "get-opts", + r##"Haal de waarde op van de opgegeven configuratie"##, + ), + ( + "saot", + r##"Tabel-array met één key-value-paar (gebruik: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"De notatie is als volgt: "a.b.c", gebruik de "." (dot) om subtabellen of array-indexen te verbinden. +Als er maar één "." is, wordt de hele tabel weergegeven."##, + ), + ( + "set-opts", + r##"Maak / update / verwijder de structuur van het configuratiebestand"##, + ), + ( + "bool-arr-help", + r##"Voorbeeld: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -14980,11 +17535,23 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Array van bool's"##), - ("table", r##"Standaardtabel voor het opslaan van meerdere K-V-paren"##), - ("datetime", r##"Type voor datum en tijd"##), - ("table-help", r##"Voorbeeld 1: +```"##, + ), + ( + "bool-arr", + r##"Array van bool's"##, + ), + ( + "table", + r##"Standaardtabel voor het opslaan van meerdere K-V-paren"##, + ), + ( + "datetime", + r##"Type voor datum en tijd"##, + ), + ( + "table-help", + r##"Voorbeeld 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -15008,10 +17575,19 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"Array van f64's"##), - ("string", r##"String (string-type)"##), - ("array-help", r##"Gebruik `-a` meerdere keren om array-elementen in te stellen. +```"##, + ), + ( + "f64-arr", + r##"Array van f64's"##, + ), + ( + "string", + r##"String (string-type)"##, + ), + ( + "array-help", + r##"Gebruik `-a` meerdere keren om array-elementen in te stellen. Voorbeeld: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -15022,12 +17598,22 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Tabel-array (gebruik: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Inline-tabel, vergelijkbaar met een compactere standaardtabel"##), - ("concat-key", r##"Voer de sleutel in in segmenten, de resultaten worden automatisch samengevoegd zonder "." als scheidingsteken"##), - ], -} +```"##, + ), + ( + "aot", + r##"Tabel-array (gebruik: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Inline-tabel, vergelijkbaar met een compactere standaardtabel"##, + ), + ( + "concat-key", + r##"Voer de sleutel in in segmenten, de resultaten worden automatisch samengevoegd zonder "." als scheidingsteken"##, + ), + ], + } } /// Language ID: nl; @@ -15043,36 +17629,32 @@ pub(super) const fn get_nl_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_nl_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"Hieronder vindt u de standaardfout (stderr) uitvoer. Bij het omleiden van de uitvoer van de automatisch-aanvullen script, moet u `>/path/to/file` gebruiken in plaats van `2>/path/to/file`."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"Hieronder vindt u de standaardfout (stderr) uitvoer. Bij het omleiden van de uitvoer van de automatisch-aanvullen script, moet u `>/path/to/file` gebruiken in plaats van `2>/path/to/file`."##, + )], + } } /// nl: Nederlands, Latijns, Nederland pub(super) const fn get_nl_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_nl_map_args), - ("conv_md", get_nl_map_conv_md), - ("parser", get_nl_map_parser), - ("opt_md", get_nl_map_opt_md), - ("args_md", get_nl_map_args_md), - ("opt", get_nl_map_opt), - ("log-core", get_nl_map_log_core), - ("conv", get_nl_map_conv), - ("theme", get_nl_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_nl_map_args), + ("conv_md", get_nl_map_conv_md), + ("parser", get_nl_map_parser), + ("opt_md", get_nl_map_opt_md), + ("args_md", get_nl_map_args_md), + ("opt", get_nl_map_opt), + ("log-core", get_nl_map_log_core), + ("conv", get_nl_map_conv), + ("theme", get_nl_map_theme), + ], + } } /// Language ID: no; @@ -15088,20 +17670,17 @@ pub(super) const fn get_nl_map() -> SubLocaleMap { /// ``` pub(super) const fn get_no_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"DEBUG"##), - ("warn", r##"Advarsel"##), - ("info", r##"Info"##), - ("error", r##"Feil"##), - ("trace", r##"Spor"##), - ("init-logger", r##"Initialisere logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"DEBUG"##), + ("warn", r##"Advarsel"##), + ("info", r##"Info"##), + ("error", r##"Feil"##), + ("trace", r##"Spor"##), + ("init-logger", r##"Initialisere logger ..."##), + ], + } } /// Language ID: no; @@ -15117,28 +17696,22 @@ pub(super) const fn get_no_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_no_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Ugyldig temanavn"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Ugyldig temanavn"##)], + } } /// no: norsk, latinsk, Norge pub(super) const fn get_no_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_no_map_log_core), - ("theme", get_no_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_no_map_log_core), + ("theme", get_no_map_theme), + ], + } } /// Language ID: ny; @@ -15153,20 +17726,17 @@ pub(super) const fn get_no_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ny_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"kuchenjeza"##), - ("info", r##"Kuchuluka"##), - ("error", r##"cholakwika"##), - ("trace", r##"Kufufuza"##), - ("init-logger", r##"Poyambitsa Logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"kuchenjeza"##), + ("info", r##"Kuchuluka"##), + ("error", r##"cholakwika"##), + ("trace", r##"Kufufuza"##), + ("init-logger", r##"Poyambitsa Logger ..."##), + ], + } } /// Language ID: ny; @@ -15181,28 +17751,22 @@ pub(super) const fn get_ny_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ny_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Dzina Losavomerezeka"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Dzina Losavomerezeka"##)], + } } /// ny: ny-Latn-MW pub(super) const fn get_ny_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ny_map_log_core), - ("theme", get_ny_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ny_map_log_core), + ("theme", get_ny_map_theme), + ], + } } /// Language ID: or; @@ -15218,20 +17782,17 @@ pub(super) const fn get_ny_map() -> SubLocaleMap { /// ``` pub(super) const fn get_or_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ଡିବଗ୍"##), - ("warn", r##"ଚେତାବନୀ"##), - ("info", r##"ସୂଚନା"##), - ("error", r##"ତ୍ରୁଟି"##), - ("trace", r##"ଟ୍ରେସ୍"##), - ("init-logger", r##"ଲଗର୍ ଆରମ୍ଭ କରିବା ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ଡିବଗ୍"##), + ("warn", r##"ଚେତାବନୀ"##), + ("info", r##"ସୂଚନା"##), + ("error", r##"ତ୍ରୁଟି"##), + ("trace", r##"ଟ୍ରେସ୍"##), + ("init-logger", r##"ଲଗର୍ ଆରମ୍ଭ କରିବା ..."##), + ], + } } /// Language ID: or; @@ -15247,28 +17808,22 @@ pub(super) const fn get_or_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_or_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"ଅବ val ଧ ଥିମ୍ ନାମ |"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"ଅବ val ଧ ଥିମ୍ ନାମ |"##)], + } } /// or: ଓଡ଼ିଆ, ଓଡ଼ିଆ, ଭାରତ pub(super) const fn get_or_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_or_map_log_core), - ("theme", get_or_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_or_map_log_core), + ("theme", get_or_map_theme), + ], + } } /// Language ID: pa; @@ -15284,20 +17839,17 @@ pub(super) const fn get_or_map() -> SubLocaleMap { /// ``` pub(super) const fn get_pa_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ਡੀਬੱਗ"##), - ("warn", r##"ਚੇਤਾਵਨੀ"##), - ("info", r##"ਜਾਣਕਾਰੀ"##), - ("error", r##"ਗਲਤੀ"##), - ("trace", r##"ਟਰੇਸ"##), - ("init-logger", r##"ਸ਼ੁਰੂਆਤੀ ਲਾਗਰ ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ਡੀਬੱਗ"##), + ("warn", r##"ਚੇਤਾਵਨੀ"##), + ("info", r##"ਜਾਣਕਾਰੀ"##), + ("error", r##"ਗਲਤੀ"##), + ("trace", r##"ਟਰੇਸ"##), + ("init-logger", r##"ਸ਼ੁਰੂਆਤੀ ਲਾਗਰ ..."##), + ], + } } /// Language ID: pa; @@ -15313,28 +17865,22 @@ pub(super) const fn get_pa_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_pa_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"ਗਲਤ ਥੀਮ ਦਾ ਨਾਮ"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"ਗਲਤ ਥੀਮ ਦਾ ਨਾਮ"##)], + } } /// pa: ਪੰਜਾਬੀ, ਗੁਰਮੁਖੀ, ਭਾਰਤ pub(super) const fn get_pa_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_pa_map_log_core), - ("theme", get_pa_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_pa_map_log_core), + ("theme", get_pa_map_theme), + ], + } } /// Language ID: pl; @@ -15350,20 +17896,17 @@ pub(super) const fn get_pa_map() -> SubLocaleMap { /// ``` pub(super) const fn get_pl_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"DEBUGOWANIE"##), - ("warn", r##"OSTRZEŻENIE"##), - ("info", r##"INFORMACJA"##), - ("error", r##"BŁĄD"##), - ("trace", r##"ŚLEDZENIE"##), - ("init-logger", r##"Inicjowanie loggera..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"DEBUGOWANIE"##), + ("warn", r##"OSTRZEŻENIE"##), + ("info", r##"INFORMACJA"##), + ("error", r##"BŁĄD"##), + ("trace", r##"ŚLEDZENIE"##), + ("init-logger", r##"Inicjowanie loggera..."##), + ], + } } /// Language ID: pl; @@ -15379,14 +17922,10 @@ pub(super) const fn get_pl_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_pl_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nieprawidłowa nazwa motywu"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nieprawidłowa nazwa motywu"##)], + } } /// Language ID: pl; @@ -15402,32 +17941,54 @@ pub(super) const fn get_pl_map_theme() -> L10nMap { /// ``` pub(super) const fn get_pl_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"plik z niestandardowymi zestawami tematów; wymaga podania nazwy tematu za pomocą `--theme`"##), - ("shell-completion", r##"Generuje skrypt uzupełniania dla powłoki"##), - ("theme-file-help", r##"Obsługiwany format pliku to binarny dump danych utworzony przez paczkę rustową `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"plik z niestandardowymi zestawami tematów; wymaga podania nazwy tematu za pomocą `--theme`"##, + ), + ( + "shell-completion", + r##"Generuje skrypt uzupełniania dla powłoki"##, + ), + ( + "theme-file-help", + r##"Obsługiwany format pliku to binarny dump danych utworzony przez paczkę rustową `syntect`. W gruncie rzeczy są to tematy starej wersji programu Sublime. -Jeśli nie podasz opcji `--tf`, wartość zostanie pobrana z zmiennej środowiskowej `$TOMLYRE_THEME_FILE`."##), - ("from-format", r##"Ręcznie określ format pliku źródłowego (domyślnie zostanie on automatycznie wykryty)"##), - ("disable-theme-background", r##"Wyłącz tło tematu (domyślnie jest włączone, można wyłączyć za pomocą `--dis-theme-bg`)"##), - ("theme-uncompressed-file-help", r##"> Nieskompresowane wersje plików mają wyższy priorytet niż te skompresowane. - -Jeśli nie podasz opcji `--tuf`, wartość zostanie pobrana z zmiennej środowiskowej `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"Jeśli nie podasz opcji `--dis-theme-bg`, wartość zostanie pobrana z zmiennej środowiskowej `$TOMLYRE_THEME_BG`. +Jeśli nie podasz opcji `--tf`, wartość zostanie pobrana z zmiennej środowiskowej `$TOMLYRE_THEME_FILE`."##, + ), + ( + "from-format", + r##"Ręcznie określ format pliku źródłowego (domyślnie zostanie on automatycznie wykryty)"##, + ), + ( + "disable-theme-background", + r##"Wyłącz tło tematu (domyślnie jest włączone, można wyłączyć za pomocą `--dis-theme-bg`)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Nieskompresowane wersje plików mają wyższy priorytet niż te skompresowane. + +Jeśli nie podasz opcji `--tuf`, wartość zostanie pobrana z zmiennej środowiskowej `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"Jeśli nie podasz opcji `--dis-theme-bg`, wartość zostanie pobrana z zmiennej środowiskowej `$TOMLYRE_THEME_BG`. Jeśli ta wartość wynosi false, tło będzie wyłączone. ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"plik z niestandardowymi zestawami tematów; wymaga podania nazwy tematu za pomocą `--theme`; wersja skompresowana"##), - ("shell-completion-help", r##"Musisz ręcznie podać nazwę powłoki (`shell`) w celu wygenerowania skryptu uzupełniania. +```"##, + ), + ( + "theme-uncompressed-file", + r##"plik z niestandardowymi zestawami tematów; wymaga podania nazwy tematu za pomocą `--theme`; wersja skompresowana"##, + ), + ( + "shell-completion-help", + r##"Musisz ręcznie podać nazwę powłoki (`shell`) w celu wygenerowania skryptu uzupełniania. Na przykład, dla powershell na Windowsie, możesz użyć: ```pwsh @@ -15451,18 +18012,27 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre Aby uniknąć używania uprawnień `root`, możesz umieścić ten plik w podkatalogu użytkownika. Na przykład, możesz dodać element na początek tablicy za pomocą następującego polecenia, a następnie użyć odpowiedniego katalogu. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Jeśli odczytujesz dane ze standardowego wejścia (`stdin`), np. `cat a | tomlyre conv -`, program spróbuje automatycznie określić format pliku. +```"##, + ), + ( + "from-format-help", + r##"Jeśli odczytujesz dane ze standardowego wejścia (`stdin`), np. `cat a | tomlyre conv -`, program spróbuje automatycznie określić format pliku. Jednak automatyczne wykrywanie może czasem zawodzić, wtedy trzeba określić format ręcznie. -Przykład użycia: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Jeśli użyjesz tylko opcji `--ts`, wyświetli się lista dostępnych stylów. +Przykład użycia: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Jeśli użyjesz tylko opcji `--ts`, wyświetli się lista dostępnych stylów. Poza markdown, który można zapisać jako md, pozostałe style wymagają pełnej nazwy. Przykład użycia 1: `--ts md` Przykład użycia 2: `--table-style ascii` -Uwaga: obecnie nie ma obsługi dla kolekcji **stylów tabel** z pliku. Jeśli potrzebujesz tej funkcji lub innych dodatkowych funkcji, zachęcamy do zgłaszania problemów."##), - ("table-style", r##"Określa styl tabeli"##), - ("theme-help", r##"Jeśli użyjesz tylko opcji `-t`, wyświetli się lista dostępnych tematów. +Uwaga: obecnie nie ma obsługi dla kolekcji **stylów tabel** z pliku. Jeśli potrzebujesz tej funkcji lub innych dodatkowych funkcji, zachęcamy do zgłaszania problemów."##, + ), + ("table-style", r##"Określa styl tabeli"##), + ( + "theme-help", + r##"Jeśli użyjesz tylko opcji `-t`, wyświetli się lista dostępnych tematów. Jeśli nie podasz pliku z tematem, zostanie użyty zestaw wewnętrznych tematów. Załóżmy, że istnieje temat o nazwie **ayu-dark**, możesz użyć opcji `-t ayu-dark`, aby użyć tego tematu. Jeśli nazwa tematu zawiera spacje, należy ją umieścić w cudzysłowach lub apostrofach. @@ -15487,10 +18057,14 @@ Przykłady użycia ze wiersza poleceń: tomlyre -t "Monokai Extended" get test.toml ``` -Dla zawartości generowanej przez ręczne polecenia takie jak "conv/get/set", itp., priorytet ma temat podany przez `-t`, a jeśli nie podano `--theme`, wartość zostanie pobrana z zmiennej środowiskowej. Jeśli zmienna jest pusta, użyty zostanie temat **Monokai Extended**."##), - ("theme", r##"nazwa tematu, który ma być użyty do kolorowania składni"##), - ], -} +Dla zawartości generowanej przez ręczne polecenia takie jak "conv/get/set", itp., priorytet ma temat podany przez `-t`, a jeśli nie podano `--theme`, wartość zostanie pobrana z zmiennej środowiskowej. Jeśli zmienna jest pusta, użyty zostanie temat **Monokai Extended**."##, + ), + ( + "theme", + r##"nazwa tematu, który ma być użyty do kolorowania składni"##, + ), + ], + } } /// Language ID: pl; @@ -15498,32 +18072,54 @@ Dla zawartości generowanej przez ręczne polecenia takie jak "conv/get/set", it /// Description: polski, łacińskie, Polska; pub(super) const fn get_pl_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"plik z niestandardowymi zestawami tematów; wymaga podania nazwy tematu za pomocą `--theme`"##), - ("shell-completion", r##"Generuje skrypt uzupełniania dla powłoki"##), - ("theme-file-help", r##"Obsługiwany format pliku to binarny dump danych utworzony przez paczkę rustową `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"plik z niestandardowymi zestawami tematów; wymaga podania nazwy tematu za pomocą `--theme`"##, + ), + ( + "shell-completion", + r##"Generuje skrypt uzupełniania dla powłoki"##, + ), + ( + "theme-file-help", + r##"Obsługiwany format pliku to binarny dump danych utworzony przez paczkę rustową `syntect`. W gruncie rzeczy są to tematy starej wersji programu Sublime. -Jeśli nie podasz opcji `--tf`, wartość zostanie pobrana z zmiennej środowiskowej `$TOMLYRE_THEME_FILE`."##), - ("from-format", r##"Ręcznie określ format pliku źródłowego (domyślnie zostanie on automatycznie wykryty)"##), - ("disable-theme-background", r##"Wyłącz tło tematu (domyślnie jest włączone, można wyłączyć za pomocą `--dis-theme-bg`)"##), - ("theme-uncompressed-file-help", r##"> Nieskompresowane wersje plików mają wyższy priorytet niż te skompresowane.  - -Jeśli nie podasz opcji `--tuf`, wartość zostanie pobrana z zmiennej środowiskowej `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"Jeśli nie podasz opcji `--dis-theme-bg`, wartość zostanie pobrana z zmiennej środowiskowej `$TOMLYRE_THEME_BG`. +Jeśli nie podasz opcji `--tf`, wartość zostanie pobrana z zmiennej środowiskowej `$TOMLYRE_THEME_FILE`."##, + ), + ( + "from-format", + r##"Ręcznie określ format pliku źródłowego (domyślnie zostanie on automatycznie wykryty)"##, + ), + ( + "disable-theme-background", + r##"Wyłącz tło tematu (domyślnie jest włączone, można wyłączyć za pomocą `--dis-theme-bg`)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Nieskompresowane wersje plików mają wyższy priorytet niż te skompresowane.  + +Jeśli nie podasz opcji `--tuf`, wartość zostanie pobrana z zmiennej środowiskowej `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"Jeśli nie podasz opcji `--dis-theme-bg`, wartość zostanie pobrana z zmiennej środowiskowej `$TOMLYRE_THEME_BG`.  Jeśli ta wartość wynosi false, tło będzie wyłączone.  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"plik z niestandardowymi zestawami tematów; wymaga podania nazwy tematu za pomocą `--theme`; wersja skompresowana"##), - ("shell-completion-help", r##"Musisz ręcznie podać nazwę powłoki (`shell`) w celu wygenerowania skryptu uzupełniania. +```"##, + ), + ( + "theme-uncompressed-file", + r##"plik z niestandardowymi zestawami tematów; wymaga podania nazwy tematu za pomocą `--theme`; wersja skompresowana"##, + ), + ( + "shell-completion-help", + r##"Musisz ręcznie podać nazwę powłoki (`shell`) w celu wygenerowania skryptu uzupełniania. Na przykład, dla powershell na Windowsie, możesz użyć:  ```pwsh @@ -15547,18 +18143,30 @@ pub(super) const fn get_pl_map_args_md() -> L10nMap { Aby uniknąć używania uprawnień `root`, możesz umieścić ten plik w podkatalogu użytkownika. Na przykład, możesz dodać element na początek tablicy za pomocą następującego polecenia, a następnie użyć odpowiedniego katalogu. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Jeśli odczytujesz dane ze standardowego wejścia (`stdin`), np. `cat a | tomlyre conv -`, program spróbuje automatycznie określić format pliku. +```"##, + ), + ( + "from-format-help", + r##"Jeśli odczytujesz dane ze standardowego wejścia (`stdin`), np. `cat a | tomlyre conv -`, program spróbuje automatycznie określić format pliku. Jednak automatyczne wykrywanie może czasem zawodzić, wtedy trzeba określić format ręcznie. -Przykład użycia: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Jeśli użyjesz tylko opcji `--ts`, wyświetli się lista dostępnych stylów. +Przykład użycia: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Jeśli użyjesz tylko opcji `--ts`, wyświetli się lista dostępnych stylów. Poza markdown, który można zapisać jako md, pozostałe style wymagają pełnej nazwy. Przykład użycia 1: `--ts md` Przykład użycia 2: `--table-style ascii`  -Uwaga: obecnie nie ma obsługi dla kolekcji **stylów tabel** z pliku. Jeśli potrzebujesz tej funkcji lub innych dodatkowych funkcji, zachęcamy do zgłaszania problemów."##), - ("table-style", r##"Określa styl tabeli"##), - ("theme-help", r##"Jeśli użyjesz tylko opcji `-t`, wyświetli się lista dostępnych tematów. +Uwaga: obecnie nie ma obsługi dla kolekcji **stylów tabel** z pliku. Jeśli potrzebujesz tej funkcji lub innych dodatkowych funkcji, zachęcamy do zgłaszania problemów."##, + ), + ( + "table-style", + r##"Określa styl tabeli"##, + ), + ( + "theme-help", + r##"Jeśli użyjesz tylko opcji `-t`, wyświetli się lista dostępnych tematów. Jeśli nie podasz pliku z tematem, zostanie użyty zestaw wewnętrznych tematów. Załóżmy, że istnieje temat o nazwie **ayu-dark**, możesz użyć opcji `-t ayu-dark`, aby użyć tego tematu. Jeśli nazwa tematu zawiera spacje, należy ją umieścić w cudzysłowach lub apostrofach. @@ -15583,10 +18191,14 @@ pub(super) const fn get_pl_map_args_md() -> L10nMap { tomlyre -t "Monokai Extended" get test.toml ```  -Dla zawartości generowanej przez ręczne polecenia takie jak "conv/get/set", itp., priorytet ma temat podany przez `-t`, a jeśli nie podano `--theme`, wartość zostanie pobrana z zmiennej środowiskowej. Jeśli zmienna jest pusta, użyty zostanie temat **Monokai Extended**."##), - ("theme", r##"nazwa tematu, który ma być użyty do kolorowania składni"##), - ], -} +Dla zawartości generowanej przez ręczne polecenia takie jak "conv/get/set", itp., priorytet ma temat podany przez `-t`, a jeśli nie podano `--theme`, wartość zostanie pobrana z zmiennej środowiskowej. Jeśli zmienna jest pusta, użyty zostanie temat **Monokai Extended**."##, + ), + ( + "theme", + r##"nazwa tematu, który ma być użyty do kolorowania składni"##, + ), + ], + } } /// Language ID: pl; @@ -15602,16 +18214,25 @@ pub(super) const fn get_pl_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_pl_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Konwertuje między formatami takimi jak toml, yaml, json i ron."##), - ("from", r##"Określa plik wejściowy"##), - ("conv-to", r##"Określa format/plik wyjściowy, można użyć wielokrotnie"##), - ("save", r##"Po użyciu tej opcji plik określony w `--to` zostanie zapisany"##), - ("conv-to-help", r##"Jeśli istnieje plik **test.json** w bieżącym katalogu, możesz użyć `conv test.json -t yml`, aby przekonwertować go na format yml (yaml). + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Konwertuje między formatami takimi jak toml, yaml, json i ron."##, + ), + ("from", r##"Określa plik wejściowy"##), + ( + "conv-to", + r##"Określa format/plik wyjściowy, można użyć wielokrotnie"##, + ), + ( + "save", + r##"Po użyciu tej opcji plik określony w `--to` zostanie zapisany"##, + ), + ( + "conv-to-help", + r##"Jeśli istnieje plik **test.json** w bieżącym katalogu, możesz użyć `conv test.json -t yml`, aby przekonwertować go na format yml (yaml). Możesz także ręcznie określić ścieżkę do pliku: `conv test.json -t /tmp/test.yml` Obsługiwane formaty zależą od funkcji, które zostały włączone w tej paczce, a nie wszystkie funkcje są włączone domyślnie. @@ -15626,9 +18247,10 @@ Ponadto musisz wiedzieć przed rozpoczęciem korzystania: Jeśli nie potrzebujesz tej funkcji, użyj pełnej ścieżki do pliku (a nie katalogu), np. `-t /tmp/xx.toml`, a nie `-t /tmp/`. - 2. Gdy nie wywołasz opcji `--save`, określony plik nie zostanie automatycznie zapisany. - 3. Gdy wywołasz opcję `--save`, dane wejściowe i wyjściowe polecenia conv nie mogą być tym samym plikiem. -- 4. Skomentowane wersje plików nie zostaną zachowane po konwersji."##), - ], -} +- 4. Skomentowane wersje plików nie zostaną zachowane po konwersji."##, + ), + ], + } } /// Language ID: pl; @@ -15636,16 +18258,28 @@ Ponadto musisz wiedzieć przed rozpoczęciem korzystania: /// Description: polski, łacińskie, Polska; pub(super) const fn get_pl_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Konwertuje między formatami takimi jak toml, yaml, json i ron."##), - ("from", r##"Określa plik wejściowy"##), - ("conv-to", r##"Określa format/plik wyjściowy, można użyć wielokrotnie"##), - ("save", r##"Po użyciu tej opcji plik określony w `--to` zostanie zapisany"##), - ("conv-to-help", r##"Jeśli istnieje plik **test.json** w bieżącym katalogu, możesz użyć `conv test.json -t yml`, aby przekonwertować go na format yml (yaml). + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Konwertuje między formatami takimi jak toml, yaml, json i ron."##, + ), + ( + "from", + r##"Określa plik wejściowy"##, + ), + ( + "conv-to", + r##"Określa format/plik wyjściowy, można użyć wielokrotnie"##, + ), + ( + "save", + r##"Po użyciu tej opcji plik określony w `--to` zostanie zapisany"##, + ), + ( + "conv-to-help", + r##"Jeśli istnieje plik **test.json** w bieżącym katalogu, możesz użyć `conv test.json -t yml`, aby przekonwertować go na format yml (yaml). Możesz także ręcznie określić ścieżkę do pliku: `conv test.json -t /tmp/test.yml`  Obsługiwane formaty zależą od funkcji, które zostały włączone w tej paczce, a nie wszystkie funkcje są włączone domyślnie. @@ -15660,9 +18294,10 @@ pub(super) const fn get_pl_map_conv_md() -> L10nMap {  Jeśli nie potrzebujesz tej funkcji, użyj pełnej ścieżki do pliku (a nie katalogu), np. `-t /tmp/xx.toml`, a nie `-t /tmp/`. - 2. Gdy nie wywołasz opcji `--save`, określony plik nie zostanie automatycznie zapisany. - 3. Gdy wywołasz opcję `--save`, dane wejściowe i wyjściowe polecenia conv nie mogą być tym samym plikiem. -- 4. Skomentowane wersje plików nie zostaną zachowane po konwersji."##), - ], -} +- 4. Skomentowane wersje plików nie zostaną zachowane po konwersji."##, + ), + ], + } } /// Language ID: pl; @@ -15678,19 +18313,21 @@ pub(super) const fn get_pl_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_pl_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"Różnica między `-k` polega na tym, że `--ck` nie wykonuje automatycznie `split('.')`. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"Różnica między `-k` polega na tym, że `--ck` nie wykonuje automatycznie `split('.')`. Dla [a.b.c], `-k a.b.c` i `--ck a --ck b --ck c` są identyczne. Dla prostszych przypadków `-k` byłby wygodniejszy. @@ -15716,11 +18353,23 @@ Natomiast z użyciem `--ck '[typescript]' --ck editor.defaultFormatter`, będzie - "[typescript]" - "editor.defaultFormatter" -To drugie jest właściwą strukturą."##), - ("num-arr", r##"Tablica liczb całkowitych ze znakiem typu i64"##), - ("bool", r##"bool (typ logiczny), może być tylko `true` lub `false`."##), - ("num", r##"i64: typ liczby całkowitej ze znakiem 64-bitową, np. 1145"##), - ("datetime-help", r##"Przykład: +To drugie jest właściwą strukturą."##, + ), + ( + "num-arr", + r##"Tablica liczb całkowitych ze znakiem typu i64"##, + ), + ( + "bool", + r##"bool (typ logiczny), może być tylko `true` lub `false`."##, + ), + ( + "num", + r##"i64: typ liczby całkowitej ze znakiem 64-bitową, np. 1145"##, + ), + ( + "datetime-help", + r##"Przykład: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -15735,12 +18384,21 @@ Ta opcja aplikuje się tylko do formatu `toml`. Jeśli dodamy `-t json` na końc "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Zapisuje plik w określonym formacie / ścieżce, można zapisać tylko jeden plik naraz."##), - ("get-opts-help", r##"Przykład użycia 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Zapisuje plik w określonym formacie / ścieżce, można zapisać tylko jeden plik naraz."##, + ), + ( + "get-opts-help", + r##"Przykład użycia 1: `get Cargo.toml -k package.name` Przykład użycia 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Uwaga: format `ron` posiada rzeczywisty typ `Option`, który może mieć wartość `Some(T)` lub `None`. +"##, + ), + ( + "none-help", + r##"> Uwaga: format `ron` posiada rzeczywisty typ `Option`, który może mieć wartość `Some(T)` lub `None`. > Opcja `--none` służy do usunięcia określonego klucza, a nie do rzeczywistego typu `Option`. Załóżmy, że w pliku `test.yml` istnieje następująca tablica tabel: @@ -15772,9 +18430,15 @@ set test.yml -k bin.1 --none lub używając `--rm`: ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Liczby zmiennoprzecinkowe podwójnej precyzji (standard IEEE 754-2008), np. 3.14159265359"##), - ("saot-help", r##"> Uwaga: chociaż można utworzyć tylko jedną parę K-V za pomocą `--saot`, można najpierw ustawić indeks tablicy, a następnie rozszerzyć go za pomocą innych opcji. +```"##, + ), + ( + "f64", + r##"Liczby zmiennoprzecinkowe podwójnej precyzji (standard IEEE 754-2008), np. 3.14159265359"##, + ), + ( + "saot-help", + r##"> Uwaga: chociaż można utworzyć tylko jedną parę K-V za pomocą `--saot`, można najpierw ustawić indeks tablicy, a następnie rozszerzyć go za pomocą innych opcji. Przykład: ```sh @@ -15787,11 +18451,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Ustawia pary klucz-wartość (k-v), `--kv x.y.z wartość` jest równoważne z `-k x.y.z -s wartość`."##), - ("set-save", r##"Jeśli nie podano parametru `--to`, zastępuje (nadpisuje) bieżący plik"##), - ("array", r##"Tablica ciągów znaków"##), - ("aot-help", r##"Przykład: +```"##, + ), + ( + "set-kv", + r##"Ustawia pary klucz-wartość (k-v), `--kv x.y.z wartość` jest równoważne z `-k x.y.z -s wartość`."##, + ), + ( + "set-save", + r##"Jeśli nie podano parametru `--to`, zastępuje (nadpisuje) bieżący plik"##, + ), + ("array", r##"Tablica ciągów znaków"##), + ( + "aot-help", + r##"Przykład: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, version, 0.2.84' ``` @@ -15804,8 +18477,11 @@ version = "0.0.1-alpha.6" [[package]] name = "wasm-bindgen" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set Najpierw wybierz klucz, a następnie wprowadź wartość o określonym typie danych. @@ -15855,8 +18531,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -> Uwaga: powyższe przykłady zaczynają się od argumentu/podkomendy, pomijając nazwę głównego polecenia. W rzeczywistym działaniu musisz jawnie podać nazwę."##), - ("num-arr-help", r##"Przykład: +> Uwaga: powyższe przykłady zaczynają się od argumentu/podkomendy, pomijając nazwę głównego polecenia. W rzeczywistym działaniu musisz jawnie podać nazwę."##, + ), + ( + "num-arr-help", + r##"Przykład: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -15867,8 +18546,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"Przykład: +```"##, + ), + ( + "inline-table-help", + r##"Przykład: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -15885,9 +18567,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } "codename": "rawhide", "os": "fedora" } -```"##), - ("key", r##"Zapytaj o wartość dla klucza (key)"##), - ("f64-arr-help", r##"Przykład: +```"##, + ), + ("key", r##"Zapytaj o wartość dla klucza (key)"##), + ( + "f64-arr-help", + r##"Przykład: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -15912,9 +18597,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"Usunięcie określonego klucza"##), - ("set-save-to-help", r##"Bardzo podobne do `-t` w przypadku polecenia `conv`, ale największa różnica polega na tym, że `-t` w `conv` może być wywoływane wiele razy, aby wyeksportować dane do wielu formatów / plików naraz. +"##, + ), + ("none", r##"Usunięcie określonego klucza"##), + ( + "set-save-to-help", + r##"Bardzo podobne do `-t` w przypadku polecenia `conv`, ale największa różnica polega na tym, że `-t` w `conv` może być wywoływane wiele razy, aby wyeksportować dane do wielu formatów / plików naraz. Podczas gdy `-t` w `set` może być wywołane tylko raz i eksportuje do jednego pliku. > Uwaga: po wykonaniu operacji konwersji przez podkomendę `conv`, wszystkie pliki zostaną pozbawione komentarzy. @@ -15924,15 +18612,30 @@ Podczas gdy `-t` w `set` może być wywołane tylko raz i eksportuje do jednego - Jeśli wywołano `-t` oraz `--save`, zmodyfikowany plik zostanie zapisany w miejscu wskazanym przez parametr `-t`. - Chyba że źródło pliku jest takie samo jak plik wskazany przez `-t`, zachowanie `-t` w `set` będzie podobne do `-t` w `conv`, które automatycznie zmienia nazwy plików, na których nie wykonano żadnych operacji. - Na przykład dla from: **test.yml**, to: **json**, wyjściowy plik zostanie zmieniony na **test.json**, a nie **json**. - - Jeśli ta funkcja nie jest potrzebna, należy użyć `-t ./json` lub `-t $PWD/json`, a nie `-t json`. "##), - ("preview", r##"Po dokonaniu zmian, wyświetla pełny plik"##), - ("set-key", r##"Wybiera określony klucz (key) z użyciem kropki "." jako separatora."##), - ("get-opts", r##"Pobiera wartość określonej konfiguracji"##), - ("saot", r##"Jedna para klucz-wartość dla każdej tabeli w tablicy (użycie: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"Format to "a.b.c", gdzie nazwy podtabel lub indeksy tablic są połączone kropką ".". -Jeśli wykorzystasz tylko jeden znak ".", zostanie wyświetlona pełna tabela."##), - ("set-opts", r##"Tworzy / aktualizuje / usuwa struktury plików konfiguracyjnych"##), - ("bool-arr-help", r##"Przykład: + - Jeśli ta funkcja nie jest potrzebna, należy użyć `-t ./json` lub `-t $PWD/json`, a nie `-t json`. "##, + ), + ("preview", r##"Po dokonaniu zmian, wyświetla pełny plik"##), + ( + "set-key", + r##"Wybiera określony klucz (key) z użyciem kropki "." jako separatora."##, + ), + ("get-opts", r##"Pobiera wartość określonej konfiguracji"##), + ( + "saot", + r##"Jedna para klucz-wartość dla każdej tabeli w tablicy (użycie: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"Format to "a.b.c", gdzie nazwy podtabel lub indeksy tablic są połączone kropką ".". +Jeśli wykorzystasz tylko jeden znak ".", zostanie wyświetlona pełna tabela."##, + ), + ( + "set-opts", + r##"Tworzy / aktualizuje / usuwa struktury plików konfiguracyjnych"##, + ), + ( + "bool-arr-help", + r##"Przykład: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -15944,11 +18647,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Tablica wartości logicznych typu bool"##), - ("table", r##"Tabela standardowa, służy do przechowywania wielu par K-V"##), - ("datetime", r##"Typ daty i czasu"##), - ("table-help", r##"Przykład 1: +```"##, + ), + ("bool-arr", r##"Tablica wartości logicznych typu bool"##), + ( + "table", + r##"Tabela standardowa, służy do przechowywania wielu par K-V"##, + ), + ("datetime", r##"Typ daty i czasu"##), + ( + "table-help", + r##"Przykład 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -15972,10 +18681,16 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"Tablica liczb zmiennoprzecinkowych podwójnej precyzji typu f64"##), - ("string", r##"String (typ ciągu znaków)"##), - ("array-help", r##"Użyj wielokrotnie `-a`, aby ustawić elementy tablicy. +```"##, + ), + ( + "f64-arr", + r##"Tablica liczb zmiennoprzecinkowych podwójnej precyzji typu f64"##, + ), + ("string", r##"String (typ ciągu znaków)"##), + ( + "array-help", + r##"Użyj wielokrotnie `-a`, aby ustawić elementy tablicy. Na przykład: ```sh @@ -15987,12 +18702,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Tablica tabel z wieloma kluczami i wartościami (użycie: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Tabela wewnętrzna, odpowiada bardziej zwartej standardowej tabeli"##), - ("concat-key", r##"Podaj klucz sekwencyjnie, program sam połączy je w całość. Nie używaj kropki "." jako separatora."##), - ], -} +```"##, + ), + ( + "aot", + r##"Tablica tabel z wieloma kluczami i wartościami (użycie: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Tabela wewnętrzna, odpowiada bardziej zwartej standardowej tabeli"##, + ), + ( + "concat-key", + r##"Podaj klucz sekwencyjnie, program sam połączy je w całość. Nie używaj kropki "." jako separatora."##, + ), + ], + } } /// Language ID: pl; @@ -16000,19 +18725,21 @@ array = ["hello", "wonderful", "world"] /// Description: polski, łacińskie, Polska; pub(super) const fn get_pl_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"Różnica między `-k` polega na tym, że `--ck` nie wykonuje automatycznie `split('.')`. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"Różnica między `-k` polega na tym, że `--ck` nie wykonuje automatycznie `split('.')`. Dla [a.b.c], `-k a.b.c` i `--ck a --ck b --ck c` są identyczne. Dla prostszych przypadków `-k` byłby wygodniejszy.  @@ -16038,11 +18765,23 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -To drugie jest właściwą strukturą."##), - ("num-arr", r##"Tablica liczb całkowitych ze znakiem typu i64"##), - ("bool", r##"bool (typ logiczny), może być tylko `true` lub `false`."##), - ("num", r##"i64: typ liczby całkowitej ze znakiem 64-bitową, np. 1145"##), - ("datetime-help", r##"Przykład: +To drugie jest właściwą strukturą."##, + ), + ( + "num-arr", + r##"Tablica liczb całkowitych ze znakiem typu i64"##, + ), + ( + "bool", + r##"bool (typ logiczny), może być tylko `true` lub `false`."##, + ), + ( + "num", + r##"i64: typ liczby całkowitej ze znakiem 64-bitową, np. 1145"##, + ), + ( + "datetime-help", + r##"Przykład: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -16057,12 +18796,21 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Zapisuje plik w określonym formacie / ścieżce, można zapisać tylko jeden plik naraz."##), - ("get-opts-help", r##"Przykład użycia 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Zapisuje plik w określonym formacie / ścieżce, można zapisać tylko jeden plik naraz."##, + ), + ( + "get-opts-help", + r##"Przykład użycia 1: `get Cargo.toml -k package.name` Przykład użycia 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Uwaga: format `ron` posiada rzeczywisty typ `Option`, który może mieć wartość `Some(T)` lub `None`. +"##, + ), + ( + "none-help", + r##"> Uwaga: format `ron` posiada rzeczywisty typ `Option`, który może mieć wartość `Some(T)` lub `None`. > Opcja `--none` służy do usunięcia określonego klucza, a nie do rzeczywistego typu `Option`.  Załóżmy, że w pliku `test.yml` istnieje następująca tablica tabel: @@ -16094,9 +18842,15 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap { lub używając `--rm`: ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Liczby zmiennoprzecinkowe podwójnej precyzji (standard IEEE 754-2008), np. 3.14159265359"##), - ("saot-help", r##"> Uwaga: chociaż można utworzyć tylko jedną parę K-V za pomocą `--saot`, można najpierw ustawić indeks tablicy, a następnie rozszerzyć go za pomocą innych opcji. +```"##, + ), + ( + "f64", + r##"Liczby zmiennoprzecinkowe podwójnej precyzji (standard IEEE 754-2008), np. 3.14159265359"##, + ), + ( + "saot-help", + r##"> Uwaga: chociaż można utworzyć tylko jedną parę K-V za pomocą `--saot`, można najpierw ustawić indeks tablicy, a następnie rozszerzyć go za pomocą innych opcji.  Przykład: ```sh @@ -16109,11 +18863,23 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Ustawia pary klucz-wartość (k-v), `--kv x.y.z wartość` jest równoważne z `-k x.y.z -s wartość`."##), - ("set-save", r##"Jeśli nie podano parametru `--to`, zastępuje (nadpisuje) bieżący plik"##), - ("array", r##"Tablica ciągów znaków"##), - ("aot-help", r##"Przykład: +```"##, + ), + ( + "set-kv", + r##"Ustawia pary klucz-wartość (k-v), `--kv x.y.z wartość` jest równoważne z `-k x.y.z -s wartość`."##, + ), + ( + "set-save", + r##"Jeśli nie podano parametru `--to`, zastępuje (nadpisuje) bieżący plik"##, + ), + ( + "array", + r##"Tablica ciągów znaków"##, + ), + ( + "aot-help", + r##"Przykład: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, version, 0.2.84' ``` @@ -16126,8 +18892,11 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap { [[package]] name = "wasm-bindgen" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  Najpierw wybierz klucz, a następnie wprowadź wartość o określonym typie danych.  @@ -16177,8 +18946,11 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap { ] ```  -> Uwaga: powyższe przykłady zaczynają się od argumentu/podkomendy, pomijając nazwę głównego polecenia. W rzeczywistym działaniu musisz jawnie podać nazwę."##), - ("num-arr-help", r##"Przykład: +> Uwaga: powyższe przykłady zaczynają się od argumentu/podkomendy, pomijając nazwę głównego polecenia. W rzeczywistym działaniu musisz jawnie podać nazwę."##, + ), + ( + "num-arr-help", + r##"Przykład: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -16189,8 +18961,11 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"Przykład: +```"##, + ), + ( + "inline-table-help", + r##"Przykład: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -16207,9 +18982,15 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap {  "codename": "rawhide",  "os": "fedora" } -```"##), - ("key", r##"Zapytaj o wartość dla klucza (key)"##), - ("f64-arr-help", r##"Przykład: +```"##, + ), + ( + "key", + r##"Zapytaj o wartość dla klucza (key)"##, + ), + ( + "f64-arr-help", + r##"Przykład: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -16234,9 +19015,15 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"Usunięcie określonego klucza"##), - ("set-save-to-help", r##"Bardzo podobne do `-t` w przypadku polecenia `conv`, ale największa różnica polega na tym, że `-t` w `conv` może być wywoływane wiele razy, aby wyeksportować dane do wielu formatów / plików naraz. +"##, + ), + ( + "none", + r##"Usunięcie określonego klucza"##, + ), + ( + "set-save-to-help", + r##"Bardzo podobne do `-t` w przypadku polecenia `conv`, ale największa różnica polega na tym, że `-t` w `conv` może być wywoływane wiele razy, aby wyeksportować dane do wielu formatów / plików naraz. Podczas gdy `-t` w `set` może być wywołane tylko raz i eksportuje do jednego pliku.  > Uwaga: po wykonaniu operacji konwersji przez podkomendę `conv`, wszystkie pliki zostaną pozbawione komentarzy. @@ -16246,15 +19033,36 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap { - Jeśli wywołano `-t` oraz `--save`, zmodyfikowany plik zostanie zapisany w miejscu wskazanym przez parametr `-t`. - Chyba że źródło pliku jest takie samo jak plik wskazany przez `-t`, zachowanie `-t` w `set` będzie podobne do `-t` w `conv`, które automatycznie zmienia nazwy plików, na których nie wykonano żadnych operacji.  - Na przykład dla from: **test.yml**, to: **json**, wyjściowy plik zostanie zmieniony na **test.json**, a nie **json**. - - Jeśli ta funkcja nie jest potrzebna, należy użyć `-t ./json` lub `-t $PWD/json`, a nie `-t json`. "##), - ("preview", r##"Po dokonaniu zmian, wyświetla pełny plik"##), - ("set-key", r##"Wybiera określony klucz (key) z użyciem kropki "." jako separatora."##), - ("get-opts", r##"Pobiera wartość określonej konfiguracji"##), - ("saot", r##"Jedna para klucz-wartość dla każdej tabeli w tablicy (użycie: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"Format to "a.b.c", gdzie nazwy podtabel lub indeksy tablic są połączone kropką ".". -Jeśli wykorzystasz tylko jeden znak ".", zostanie wyświetlona pełna tabela."##), - ("set-opts", r##"Tworzy / aktualizuje / usuwa struktury plików konfiguracyjnych"##), - ("bool-arr-help", r##"Przykład: + - Jeśli ta funkcja nie jest potrzebna, należy użyć `-t ./json` lub `-t $PWD/json`, a nie `-t json`. "##, + ), + ( + "preview", + r##"Po dokonaniu zmian, wyświetla pełny plik"##, + ), + ( + "set-key", + r##"Wybiera określony klucz (key) z użyciem kropki "." jako separatora."##, + ), + ( + "get-opts", + r##"Pobiera wartość określonej konfiguracji"##, + ), + ( + "saot", + r##"Jedna para klucz-wartość dla każdej tabeli w tablicy (użycie: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"Format to "a.b.c", gdzie nazwy podtabel lub indeksy tablic są połączone kropką ".". +Jeśli wykorzystasz tylko jeden znak ".", zostanie wyświetlona pełna tabela."##, + ), + ( + "set-opts", + r##"Tworzy / aktualizuje / usuwa struktury plików konfiguracyjnych"##, + ), + ( + "bool-arr-help", + r##"Przykład: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -16266,11 +19074,23 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Tablica wartości logicznych typu bool"##), - ("table", r##"Tabela standardowa, służy do przechowywania wielu par K-V"##), - ("datetime", r##"Typ daty i czasu"##), - ("table-help", r##"Przykład 1: +```"##, + ), + ( + "bool-arr", + r##"Tablica wartości logicznych typu bool"##, + ), + ( + "table", + r##"Tabela standardowa, służy do przechowywania wielu par K-V"##, + ), + ( + "datetime", + r##"Typ daty i czasu"##, + ), + ( + "table-help", + r##"Przykład 1: ```sh set test.toml -[48;2;34;34;34mk mount.1.test --map name sd --map os android ``` @@ -16294,10 +19114,19 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"Tablica liczb zmiennoprzecinkowych podwójnej precyzji typu f64"##), - ("string", r##"String (typ ciągu znaków)"##), - ("array-help", r##"Użyj wielokrotnie `-a`, aby ustawić elementy tablicy. +```"##, + ), + ( + "f64-arr", + r##"Tablica liczb zmiennoprzecinkowych podwójnej precyzji typu f64"##, + ), + ( + "string", + r##"String (typ ciągu znaków)"##, + ), + ( + "array-help", + r##"Użyj wielokrotnie `-a`, aby ustawić elementy tablicy. Na przykład:  ```sh @@ -16309,12 +19138,22 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Tablica tabel z wieloma kluczami i wartościami (użycie: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Tabela wewnętrzna, odpowiada bardziej zwartej standardowej tabeli"##), - ("concat-key", r##"Podaj klucz sekwencyjnie, program sam połączy je w całość. Nie używaj kropki "." jako separatora."##), - ], -} +```"##, + ), + ( + "aot", + r##"Tablica tabel z wieloma kluczami i wartościami (użycie: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Tabela wewnętrzna, odpowiada bardziej zwartej standardowej tabeli"##, + ), + ( + "concat-key", + r##"Podaj klucz sekwencyjnie, program sam połączy je w całość. Nie używaj kropki "." jako separatora."##, + ), + ], + } } /// Language ID: pl; @@ -16330,36 +19169,32 @@ pub(super) const fn get_pl_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_pl_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"Poniżej znajduje się wyjście `stderr`. Gdy przekierowujesz wynik skryptu uzupełniania do pliku, powinieneś użyć `>/path/to/file`, a nie `2>/path/to/file`."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"Poniżej znajduje się wyjście `stderr`. Gdy przekierowujesz wynik skryptu uzupełniania do pliku, powinieneś użyć `>/path/to/file`, a nie `2>/path/to/file`."##, + )], + } } /// pl: polski, łacińskie, Polska pub(super) const fn get_pl_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_pl_map_args), - ("conv_md", get_pl_map_conv_md), - ("parser", get_pl_map_parser), - ("opt_md", get_pl_map_opt_md), - ("args_md", get_pl_map_args_md), - ("opt", get_pl_map_opt), - ("log-core", get_pl_map_log_core), - ("conv", get_pl_map_conv), - ("theme", get_pl_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_pl_map_args), + ("conv_md", get_pl_map_conv_md), + ("parser", get_pl_map_parser), + ("opt_md", get_pl_map_opt_md), + ("args_md", get_pl_map_args_md), + ("opt", get_pl_map_opt), + ("log-core", get_pl_map_log_core), + ("conv", get_pl_map_conv), + ("theme", get_pl_map_theme), + ], + } } /// Language ID: ps; @@ -16375,20 +19210,17 @@ pub(super) const fn get_pl_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ps_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ډیبګ"##), - ("warn", r##"خبرداری"##), - ("info", r##"معلومات"##), - ("error", r##"تېروتنه"##), - ("trace", r##"ټریس"##), - ("init-logger", r##"د لاګر پیل پیل کړئ ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ډیبګ"##), + ("warn", r##"خبرداری"##), + ("info", r##"معلومات"##), + ("error", r##"تېروتنه"##), + ("trace", r##"ټریس"##), + ("init-logger", r##"د لاګر پیل پیل کړئ ..."##), + ], + } } /// Language ID: ps; @@ -16404,28 +19236,22 @@ pub(super) const fn get_ps_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ps_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"د موضوع ناباوره نوم"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"د موضوع ناباوره نوم"##)], + } } /// ps: پښتو, عربي, افغانستان pub(super) const fn get_ps_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ps_map_log_core), - ("theme", get_ps_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ps_map_log_core), + ("theme", get_ps_map_theme), + ], + } } /// Language ID: pt; @@ -16441,20 +19267,17 @@ pub(super) const fn get_ps_map() -> SubLocaleMap { /// ``` pub(super) const fn get_pt_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"avisar"##), - ("info", r##"informações"##), - ("error", r##"Erro"##), - ("trace", r##"Trace"##), - ("init-logger", r##"Inicializando o Logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"avisar"##), + ("info", r##"informações"##), + ("error", r##"Erro"##), + ("trace", r##"Trace"##), + ("init-logger", r##"Inicializando o Logger ..."##), + ], + } } /// Language ID: pt; @@ -16470,32 +19293,54 @@ pub(super) const fn get_pt_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_pt_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Especifica um arquivo personalizado para o conjunto de temas. Você também precisa especificar o nome do tema com `--theme`"##), - ("shell-completion", r##"Gere um script de conclusão para o shell especificado"##), - ("theme-file-help", r##"O formato do arquivo suportado é binário, e é o mesmo que o usado pelo rust crate `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Especifica um arquivo personalizado para o conjunto de temas. Você também precisa especificar o nome do tema com `--theme`"##, + ), + ( + "shell-completion", + r##"Gere um script de conclusão para o shell especificado"##, + ), + ( + "theme-file-help", + r##"O formato do arquivo suportado é binário, e é o mesmo que o usado pelo rust crate `syntect`. Esses temas são essencialmente temas antigos do sublime. -Se `--tf` não for especificado, ele tentará ler os dados da variável de ambiente `$TOMLYRE_THEME_FILE`. "##), - ("from-format", r##"Especifique manualmente o formato do arquivo de origem (ele será detectado automaticamente por padrão)"##), - ("disable-theme-background", r##"Desativa o plano de fundo do tema (ativado por padrão; se chamado com `--dis-theme-bg`, ele será desativado)"##), - ("theme-uncompressed-file-help", r##"> A versão não compactada tem uma prioridade mais alta do que a versão compactada. - -Se `--tuf` não for especificado, ele tentará ler os dados da variável de ambiente `$TOMLYRE_THEME_UNCOMPRESSED_FILE`. "##), - ("disable-theme-background-help", r##"Se `--dis-theme-bg` não for especificado, ele tentará ler os dados da variável de ambiente `$TOMLYRE_THEME_BG`. +Se `--tf` não for especificado, ele tentará ler os dados da variável de ambiente `$TOMLYRE_THEME_FILE`. "##, + ), + ( + "from-format", + r##"Especifique manualmente o formato do arquivo de origem (ele será detectado automaticamente por padrão)"##, + ), + ( + "disable-theme-background", + r##"Desativa o plano de fundo do tema (ativado por padrão; se chamado com `--dis-theme-bg`, ele será desativado)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> A versão não compactada tem uma prioridade mais alta do que a versão compactada. + +Se `--tuf` não for especificado, ele tentará ler os dados da variável de ambiente `$TOMLYRE_THEME_UNCOMPRESSED_FILE`. "##, + ), + ( + "disable-theme-background-help", + r##"Se `--dis-theme-bg` não for especificado, ele tentará ler os dados da variável de ambiente `$TOMLYRE_THEME_BG`. Se o valor for falso, será desativado: ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Semelhante a `theme-file`, mas requer dados de despejo (arquivo) não compactados"##), - ("shell-completion-help", r##"Você precisa especificar manualmente o nome do shell para gerar um script de conclusão. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Semelhante a `theme-file`, mas requer dados de despejo (arquivo) não compactados"##, + ), + ( + "shell-completion-help", + r##"Você precisa especificar manualmente o nome do shell para gerar um script de conclusão. Por exemplo, para powershell no Windows, você pode usar: ```pwsh @@ -16518,18 +19363,27 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre Para evitar o uso de privilégios de root, você pode colocá-lo no subdiretório do usuário. Por exemplo, você pode inserir um elemento no início da matriz da seguinte maneira e usar o diretório relevante. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Ao ler dados do stdin, por exemplo: `cat a | tomlyre conv -`, ele tentará automaticamente detectar o formato do arquivo primeiro. +```"##, + ), + ( + "from-format-help", + r##"Ao ler dados do stdin, por exemplo: `cat a | tomlyre conv -`, ele tentará automaticamente detectar o formato do arquivo primeiro. No entanto, a detecção automática pode falhar, e é quando você precisa especificar o formato manualmente. -Exemplo: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Quando usado apenas com `--ts`, ele lista os conjuntos de estilos internos. +Exemplo: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Quando usado apenas com `--ts`, ele lista os conjuntos de estilos internos. Exceto markdown que pode ser abreviado como md, todos os outros estilos devem usar o nome completo. Exemplo de uso 1: `--ts md` Exemplo de uso 2: `--table-style ascii` -Observação: Atualmente não é possível ler o conjunto de estilos das tabelas de um arquivo. Se você precisar dessa funcionalidade ou de outras funcionalidades adicionais, sinta-se à vontade para enviar um problema de feedback."##), - ("table-style", r##"Especifica o estilo da tabela"##), - ("theme-help", r##"Quando usado apenas com `-t`, ele lista os temas disponíveis atualmente. +Observação: Atualmente não é possível ler o conjunto de estilos das tabelas de um arquivo. Se você precisar dessa funcionalidade ou de outras funcionalidades adicionais, sinta-se à vontade para enviar um problema de feedback."##, + ), + ("table-style", r##"Especifica o estilo da tabela"##), + ( + "theme-help", + r##"Quando usado apenas com `-t`, ele lista os temas disponíveis atualmente. Se nenhum arquivo de tema for especificado, ele usará um conjunto de temas embutido. Suponha que haja um tema chamado **ayu-dark**, você pode usá-lo com `-t ayu-dark`. Se o nome do tema contiver espaços em branco, use aspas duplas ou simples ao redor dele. @@ -16555,10 +19409,14 @@ tomlyre -t "Monokai Extended" get test.toml ``` Para o conteúdo produzido manualmente por operações como "conv / get / set", etc., a prioridade do tema especificado por `-t` é maior que a variável de ambiente. -Se `-t` não for chamado, ele lerá da variável de ambiente. Se a variável de ambiente estiver vazia, usará **Monokai Extended**."##), - ("theme", r##"Especifica o nome do tema para a sintaxe de destaque"##), - ], -} +Se `-t` não for chamado, ele lerá da variável de ambiente. Se a variável de ambiente estiver vazia, usará **Monokai Extended**."##, + ), + ( + "theme", + r##"Especifica o nome do tema para a sintaxe de destaque"##, + ), + ], + } } /// Language ID: pt; @@ -16566,32 +19424,54 @@ Se `-t` não for chamado, ele lerá da variável de ambiente. Se a variável de /// Description: português, latim, Brasil; pub(super) const fn get_pt_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Especifica um arquivo personalizado para o conjunto de temas. Você também precisa especificar o nome do tema com `--theme`"##), - ("shell-completion", r##"Gere um script de conclusão para o shell especificado"##), - ("theme-file-help", r##"O formato do arquivo suportado é binário, e é o mesmo que o usado pelo rust crate `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Especifica um arquivo personalizado para o conjunto de temas. Você também precisa especificar o nome do tema com `--theme`"##, + ), + ( + "shell-completion", + r##"Gere um script de conclusão para o shell especificado"##, + ), + ( + "theme-file-help", + r##"O formato do arquivo suportado é binário, e é o mesmo que o usado pelo rust crate `syntect`. Esses temas são essencialmente temas antigos do sublime. -Se `--tf` não for especificado, ele tentará ler os dados da variável de ambiente `$TOMLYRE_THEME_FILE`. "##), - ("from-format", r##"Especifique manualmente o formato do arquivo de origem (ele será detectado automaticamente por padrão)"##), - ("disable-theme-background", r##"Desativa o plano de fundo do tema (ativado por padrão; se chamado com `--dis-theme-bg`, ele será desativado)"##), - ("theme-uncompressed-file-help", r##"> A versão não compactada tem uma prioridade mais alta do que a versão compactada. - -Se `--tuf` não for especificado, ele tentará ler os dados da variável de ambiente `$TOMLYRE_THEME_UNCOMPRESSED_FILE`. "##), - ("disable-theme-background-help", r##"Se `--dis-theme-bg` não for especificado, ele tentará ler os dados da variável de ambiente `$TOMLYRE_THEME_BG`. +Se `--tf` não for especificado, ele tentará ler os dados da variável de ambiente `$TOMLYRE_THEME_FILE`. "##, + ), + ( + "from-format", + r##"Especifique manualmente o formato do arquivo de origem (ele será detectado automaticamente por padrão)"##, + ), + ( + "disable-theme-background", + r##"Desativa o plano de fundo do tema (ativado por padrão; se chamado com `--dis-theme-bg`, ele será desativado)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> A versão não compactada tem uma prioridade mais alta do que a versão compactada. + +Se `--tuf` não for especificado, ele tentará ler os dados da variável de ambiente `$TOMLYRE_THEME_UNCOMPRESSED_FILE`. "##, + ), + ( + "disable-theme-background-help", + r##"Se `--dis-theme-bg` não for especificado, ele tentará ler os dados da variável de ambiente `$TOMLYRE_THEME_BG`.  Se o valor for falso, será desativado:  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Semelhante a `theme-file`, mas requer dados de despejo (arquivo) não compactados"##), - ("shell-completion-help", r##"Você precisa especificar manualmente o nome do shell para gerar um script de conclusão. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Semelhante a `theme-file`, mas requer dados de despejo (arquivo) não compactados"##, + ), + ( + "shell-completion-help", + r##"Você precisa especificar manualmente o nome do shell para gerar um script de conclusão. Por exemplo, para powershell no Windows, você pode usar:  ```pwsh @@ -16614,18 +19494,30 @@ pub(super) const fn get_pt_map_args_md() -> L10nMap { Para evitar o uso de privilégios de root, você pode colocá-lo no subdiretório do usuário. Por exemplo, você pode inserir um elemento no início da matriz da seguinte maneira e usar o diretório relevante. ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Ao ler dados do stdin, por exemplo: `cat a | tomlyre conv -`, ele tentará automaticamente detectar o formato do arquivo primeiro. +```"##, + ), + ( + "from-format-help", + r##"Ao ler dados do stdin, por exemplo: `cat a | tomlyre conv -`, ele tentará automaticamente detectar o formato do arquivo primeiro. No entanto, a detecção automática pode falhar, e é quando você precisa especificar o formato manualmente. -Exemplo: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Quando usado apenas com `--ts`, ele lista os conjuntos de estilos internos. +Exemplo: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Quando usado apenas com `--ts`, ele lista os conjuntos de estilos internos. Exceto markdown que pode ser abreviado como md, todos os outros estilos devem usar o nome completo. Exemplo de uso 1: `--ts md` Exemplo de uso 2: `--table-style ascii`  -Observação: Atualmente não é possível ler o conjunto de estilos das tabelas de um arquivo. Se você precisar dessa funcionalidade ou de outras funcionalidades adicionais, sinta-se à vontade para enviar um problema de feedback."##), - ("table-style", r##"Especifica o estilo da tabela"##), - ("theme-help", r##"Quando usado apenas com `-t`, ele lista os temas disponíveis atualmente. +Observação: Atualmente não é possível ler o conjunto de estilos das tabelas de um arquivo. Se você precisar dessa funcionalidade ou de outras funcionalidades adicionais, sinta-se à vontade para enviar um problema de feedback."##, + ), + ( + "table-style", + r##"Especifica o estilo da tabela"##, + ), + ( + "theme-help", + r##"Quando usado apenas com `-t`, ele lista os temas disponíveis atualmente. Se nenhum arquivo de tema for especificado, ele usará um conjunto de temas embutido. Suponha que haja um tema chamado **ayu-dark**, você pode usá-lo com `-t ayu-dark`. Se o nome do tema contiver espaços em branco, use aspas duplas ou simples ao redor dele. @@ -16651,10 +19543,14 @@ pub(super) const fn get_pt_map_args_md() -> L10nMap { ```  Para o conteúdo produzido manualmente por operações como "conv / get / set", etc., a prioridade do tema especificado por `-t` é maior que a variável de ambiente. -Se `-t` não for chamado, ele lerá da variável de ambiente. Se a variável de ambiente estiver vazia, usará **Monokai Extended**."##), - ("theme", r##"Especifica o nome do tema para a sintaxe de destaque"##), - ], -} +Se `-t` não for chamado, ele lerá da variável de ambiente. Se a variável de ambiente estiver vazia, usará **Monokai Extended**."##, + ), + ( + "theme", + r##"Especifica o nome do tema para a sintaxe de destaque"##, + ), + ], + } } /// Language ID: pt; @@ -16670,16 +19566,25 @@ pub(super) const fn get_pt_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_pt_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Converter entre formatos como toml, yaml, json e ron"##), - ("from", r##"Especifica o arquivo de entrada"##), - ("conv-to", r##"Especifica o formato/arquivo de saída; pode ser usado várias vezes"##), - ("save", r##"Quando esta opção for chamada, o arquivo especificado com `--to` será salvo automaticamente"##), - ("conv-to-help", r##"Se houver um arquivo **test.json** no diretório atual, você pode usar `conv test.json -t yml` para convertê-lo em yml (yaml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Converter entre formatos como toml, yaml, json e ron"##, + ), + ("from", r##"Especifica o arquivo de entrada"##), + ( + "conv-to", + r##"Especifica o formato/arquivo de saída; pode ser usado várias vezes"##, + ), + ( + "save", + r##"Quando esta opção for chamada, o arquivo especificado com `--to` será salvo automaticamente"##, + ), + ( + "conv-to-help", + r##"Se houver um arquivo **test.json** no diretório atual, você pode usar `conv test.json -t yml` para convertê-lo em yml (yaml), ou especificar manualmente o caminho do arquivo: `conv test.json -t /tmp/test.yml` Os formatos suportados dependem das funcionalidades ativadas neste pacote e nem todas estarão ativadas por padrão. @@ -16694,9 +19599,10 @@ Além disso, há algumas coisas que você precisa saber antes de usá-lo. Se você não quiser esta funcionalidade, use o caminho completo do arquivo (não um diretório), por exemplo, `-t /tmp/xx.toml`, não `-t /tmp/`. - 2. Quando `--save` não é chamado, o arquivo especificado não será salvo automaticamente. - 3. Quando `--save` é usado, a entrada e saída do subcomando conv não podem ser o mesmo arquivo. -- 4. Os comentários não serão preservados após a conversão. "##), - ], -} +- 4. Os comentários não serão preservados após a conversão. "##, + ), + ], + } } /// Language ID: pt; @@ -16704,16 +19610,28 @@ Além disso, há algumas coisas que você precisa saber antes de usá-lo. /// Description: português, latim, Brasil; pub(super) const fn get_pt_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Converter entre formatos como toml, yaml, json e ron"##), - ("from", r##"Especifica o arquivo de entrada"##), - ("conv-to", r##"Especifica o formato/arquivo de saída; pode ser usado várias vezes"##), - ("save", r##"Quando esta opção for chamada, o arquivo especificado com `--to` será salvo automaticamente"##), - ("conv-to-help", r##"Se houver um arquivo **test.json** no diretório atual, você pode usar `conv test.json -t yml` para convertê-lo em yml (yaml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Converter entre formatos como toml, yaml, json e ron"##, + ), + ( + "from", + r##"Especifica o arquivo de entrada"##, + ), + ( + "conv-to", + r##"Especifica o formato/arquivo de saída; pode ser usado várias vezes"##, + ), + ( + "save", + r##"Quando esta opção for chamada, o arquivo especificado com `--to` será salvo automaticamente"##, + ), + ( + "conv-to-help", + r##"Se houver um arquivo **test.json** no diretório atual, você pode usar `conv test.json -t yml` para convertê-lo em yml (yaml), ou especificar manualmente o caminho do arquivo: `conv test.json -t /tmp/test.yml`  Os formatos suportados dependem das funcionalidades ativadas neste pacote e nem todas estarão ativadas por padrão. @@ -16728,9 +19646,10 @@ pub(super) const fn get_pt_map_conv_md() -> L10nMap {  Se você não quiser esta funcionalidade, use o caminho completo do arquivo (não um diretório), por exemplo, `-t /tmp/xx.toml`, não `-t /tmp/`. - 2. Quando `--save` não é chamado, o arquivo especificado não será salvo automaticamente. - 3. Quando `--save` é usado, a entrada e saída do subcomando conv não podem ser o mesmo arquivo. -- 4. Os comentários não serão preservados após a conversão. "##), - ], -} +- 4. Os comentários não serão preservados após a conversão. "##, + ), + ], + } } /// Language ID: pt; @@ -16746,19 +19665,21 @@ pub(super) const fn get_pt_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_pt_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"A diferença entre `--ck` e `-k` é que `--ck` não divide a chave automaticamente com `split('.')`. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"A diferença entre `--ck` e `-k` é que `--ck` não divide a chave automaticamente com `split('.')`. Para [a.b.c], `-k a.b.c` e `--ck a --ck b --ck c` são iguais. Para casos simples, é mais conveniente usar `-k`. @@ -16785,11 +19706,20 @@ Mas quando você usa `--ck '[typescript]' --ck editor.defaultFormatter`, ele con - "editor.defaultFormatter" Este último é a estrutura correta. -"##), - ("num-arr", r##"Array de i64"##), - ("bool", r##"bool (tipo booleano), somente pode ser `true` ou `false`"##), - ("num", r##"i64: tipo inteiro de 64 bits com sinal, por exemplo: 1145"##), - ("datetime-help", r##"Exemplo: +"##, + ), + ("num-arr", r##"Array de i64"##), + ( + "bool", + r##"bool (tipo booleano), somente pode ser `true` ou `false`"##, + ), + ( + "num", + r##"i64: tipo inteiro de 64 bits com sinal, por exemplo: 1145"##, + ), + ( + "datetime-help", + r##"Exemplo: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -16804,12 +19734,21 @@ Este parâmetro só é suportado em `toml`. Se adicionarmos `-t json` no final d "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Salva em um formato/arquivo especificado, apenas um pode ser salvo de cada vez"##), - ("get-opts-help", r##"Exemplo de uso 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Salva em um formato/arquivo especificado, apenas um pode ser salvo de cada vez"##, + ), + ( + "get-opts-help", + r##"Exemplo de uso 1: `get Cargo.toml -k package.name` Exemplo de uso 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Observação: o formato RON tem um tipo `Option`, que pode ser `Some(T)` ou `None`. +"##, + ), + ( + "none-help", + r##"> Observação: o formato RON tem um tipo `Option`, que pode ser `Some(T)` ou `None`. > Aqui, `--none` se refere a remover a chave especificada, em vez do tipo `Option`. Suponha que tenhamos o seguinte array de tabelas em `test.yml`: @@ -16840,9 +19779,15 @@ set test.yml -k bin.1 --none ou usar `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"número de ponto flutuante duplo (padrão IEEE 754-2008), por exemplo: 3.14159265359"##), - ("saot-help", r##"> Observação: embora usando `--saot` só seja possível criar um único par K-V por tabela, você pode primeiro especificar o índice do array da tabela e, em seguida, usar outras opções para expandi-lo. +```"##, + ), + ( + "f64", + r##"número de ponto flutuante duplo (padrão IEEE 754-2008), por exemplo: 3.14159265359"##, + ), + ( + "saot-help", + r##"> Observação: embora usando `--saot` só seja possível criar um único par K-V por tabela, você pode primeiro especificar o índice do array da tabela e, em seguida, usar outras opções para expandi-lo. Exemplo: ```sh @@ -16855,11 +19800,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Definir um par chave-valor. `--kv x.y.z valor` é equivalente a `-k x.y.z -s valor`"##), - ("set-save", r##"Se chamado sem `--to`, sobrepõe (escreve) o arquivo atual"##), - ("array", r##"Array de strings"##), - ("aot-help", r##"示例: +```"##, + ), + ( + "set-kv", + r##"Definir um par chave-valor. `--kv x.y.z valor` é equivalente a `-k x.y.z -s valor`"##, + ), + ( + "set-save", + r##"Se chamado sem `--to`, sobrepõe (escreve) o arquivo atual"##, + ), + ("array", r##"Array de strings"##), + ( + "aot-help", + r##"示例: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -16873,8 +19827,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set Selecione primeiro com a chave especificada e, em seguida, modifique com o valor do tipo de dados especificado. @@ -16927,8 +19884,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -> Nota: os exemplos acima começam com argumentos/subcomandos, omitindo o nome do comando raiz. Na operação real, você precisa digitá-lo manualmente no início."##), - ("num-arr-help", r##"Exemplo: +> Nota: os exemplos acima começam com argumentos/subcomandos, omitindo o nome do comando raiz. Na operação real, você precisa digitá-lo manualmente no início."##, + ), + ( + "num-arr-help", + r##"Exemplo: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -16939,8 +19899,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"Exemplo: +```"##, + ), + ( + "inline-table-help", + r##"Exemplo: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -16957,9 +19920,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } "codename": "rawhide", "os": "fedora" } -```"##), - ("key", r##"Consultar um valor através da chave (key)"##), - ("f64-arr-help", r##"Exemplo: +```"##, + ), + ("key", r##"Consultar um valor através da chave (key)"##), + ( + "f64-arr-help", + r##"Exemplo: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -16985,9 +19951,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null, null ] -```"##), - ("none", r##"Remove a chave especificada"##), - ("set-save-to-help", r##"Muito parecido com `-t` no subcomando `conv`, a maior diferença é que `-t` em `conv` pode ser chamado várias vezes seguidas, gerando saída em vários formatos/arquivos. +```"##, + ), + ("none", r##"Remove a chave especificada"##), + ( + "set-save-to-help", + r##"Muito parecido com `-t` no subcomando `conv`, a maior diferença é que `-t` em `conv` pode ser chamado várias vezes seguidas, gerando saída em vários formatos/arquivos. Enquanto `-t` no subcomando `set` só pode ser chamado uma vez, gerando saída em um único arquivo. > Nota: Após a execução da operação de conversão do subcomando `conv`, todos os arquivos em diferentes formatos não preservarão os comentários. @@ -16998,15 +19967,36 @@ Enquanto `-t` no subcomando `set` só pode ser chamado uma vez, gerando saída e - A menos que o arquivo de origem seja o mesmo que o apontado por `-t`, o comportamento de `-t` no subcomando `set` será o mesmo que o de `-t` no subcomando `conv`. Eles renomearão automaticamente os caminhos de arquivo não específicos. - Assumindo que from: **test.yml**, to: **json**, o arquivo de saída se tornará **test.json**, não **json** - Se você não precisar dessa funcionalidade, use `-t ./json` ou `-t $PWD/json`, não `-t json`. -"##), - ("preview", r##"Visualizar o arquivo inteiro após a modificação"##), - ("set-key", r##"Selecionar uma chave específica com "." como separador"##), - ("get-opts", r##"Obter o valor da configuração especificada"##), - ("saot", r##"Array de tabelas com um único par chave-valor (Uso: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"O formato é: "a.b.c", nome da sub tabela ou índice do array é conectado por ".". -Quando há apenas um ".", ele exibirá a tabela inteira."##), - ("set-opts", r##"Criar/Atualizar/Excluir a estrutura do arquivo de configuração"##), - ("bool-arr-help", r##"示例: +"##, + ), + ( + "preview", + r##"Visualizar o arquivo inteiro após a modificação"##, + ), + ( + "set-key", + r##"Selecionar uma chave específica com "." como separador"##, + ), + ( + "get-opts", + r##"Obter o valor da configuração especificada"##, + ), + ( + "saot", + r##"Array de tabelas com um único par chave-valor (Uso: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"O formato é: "a.b.c", nome da sub tabela ou índice do array é conectado por ".". +Quando há apenas um ".", ele exibirá a tabela inteira."##, + ), + ( + "set-opts", + r##"Criar/Atualizar/Excluir a estrutura do arquivo de configuração"##, + ), + ( + "bool-arr-help", + r##"示例: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -17018,11 +20008,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"bool 的数组"##), - ("table", r##"Tabela padrão, usada para armazenar vários pares K-V"##), - ("datetime", r##"Tipo de dados para data e hora"##), - ("table-help", r##"Exemplo 1: +```"##, + ), + ("bool-arr", r##"bool 的数组"##), + ( + "table", + r##"Tabela padrão, usada para armazenar vários pares K-V"##, + ), + ("datetime", r##"Tipo de dados para data e hora"##), + ( + "table-help", + r##"Exemplo 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -17046,10 +20042,13 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"Array de f64"##), - ("string", r##"String (tipo de string)"##), - ("array-help", r##"Defina elementos do array chamando `-a` várias vezes. +```"##, + ), + ("f64-arr", r##"Array de f64"##), + ("string", r##"String (tipo de string)"##), + ( + "array-help", + r##"Defina elementos do array chamando `-a` várias vezes. Exemplo: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -17058,12 +20057,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"表数组(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Tabela interna, equivalente a uma tabela padrão mais compacta"##), - ("concat-key", r##"Introduzir a chave em várias partes e o resultado será concatenado automaticamente, sem usar "." como separador"##), - ], -} +```"##, + ), + ( + "aot", + r##"表数组(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Tabela interna, equivalente a uma tabela padrão mais compacta"##, + ), + ( + "concat-key", + r##"Introduzir a chave em várias partes e o resultado será concatenado automaticamente, sem usar "." como separador"##, + ), + ], + } } /// Language ID: pt; @@ -17071,19 +20080,21 @@ array = ["hello", "wonderful", "world"] /// Description: português, latim, Brasil; pub(super) const fn get_pt_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"A diferença entre `--ck` e `-k` é que `--ck` não divide a chave automaticamente com `split('.')`.  + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"A diferença entre `--ck` e `-k` é que `--ck` não divide a chave automaticamente com `split('.')`.  Para [a.b.c], `-k a.b.c` e `--ck a --ck b --ck c` são iguais.  Para casos simples, é mais conveniente usar `-k`.  @@ -17110,11 +20121,23 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap { - "editor.defaultFormatter"  Este último é a estrutura correta. -"##), - ("num-arr", r##"Array de i64"##), - ("bool", r##"bool (tipo booleano), somente pode ser `true` ou `false`"##), - ("num", r##"i64: tipo inteiro de 64 bits com sinal, por exemplo: 1145"##), - ("datetime-help", r##"Exemplo: +"##, + ), + ( + "num-arr", + r##"Array de i64"##, + ), + ( + "bool", + r##"bool (tipo booleano), somente pode ser `true` ou `false`"##, + ), + ( + "num", + r##"i64: tipo inteiro de 64 bits com sinal, por exemplo: 1145"##, + ), + ( + "datetime-help", + r##"Exemplo: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -17129,12 +20152,21 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Salva em um formato/arquivo especificado, apenas um pode ser salvo de cada vez"##), - ("get-opts-help", r##"Exemplo de uso 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Salva em um formato/arquivo especificado, apenas um pode ser salvo de cada vez"##, + ), + ( + "get-opts-help", + r##"Exemplo de uso 1: `get Cargo.toml -k package.name` Exemplo de uso 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Observação: o formato RON tem um tipo `Option`, que pode ser `Some(T)` ou `None`. +"##, + ), + ( + "none-help", + r##"> Observação: o formato RON tem um tipo `Option`, que pode ser `Some(T)` ou `None`. > Aqui, `--none` se refere a remover a chave especificada, em vez do tipo `Option`.  Suponha que tenhamos o seguinte array de tabelas em `test.yml`: @@ -17165,9 +20197,15 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap { ou usar `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"número de ponto flutuante duplo (padrão IEEE 754-2008), por exemplo: 3.14159265359"##), - ("saot-help", r##"> Observação: embora usando `--saot` só seja possível criar um único par K-V por tabela, você pode primeiro especificar o índice do array da tabela e, em seguida, usar outras opções para expandi-lo. +```"##, + ), + ( + "f64", + r##"número de ponto flutuante duplo (padrão IEEE 754-2008), por exemplo: 3.14159265359"##, + ), + ( + "saot-help", + r##"> Observação: embora usando `--saot` só seja possível criar um único par K-V por tabela, você pode primeiro especificar o índice do array da tabela e, em seguida, usar outras opções para expandi-lo.  Exemplo: ```sh @@ -17180,11 +20218,23 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Definir um par chave-valor. `--kv x.y.z valor` é equivalente a `-k x.y.z -s valor`"##), - ("set-save", r##"Se chamado sem `--to`, sobrepõe (escreve) o arquivo atual"##), - ("array", r##"Array de strings"##), - ("aot-help", r##"示例: +```"##, + ), + ( + "set-kv", + r##"Definir um par chave-valor. `--kv x.y.z valor` é equivalente a `-k x.y.z -s valor`"##, + ), + ( + "set-save", + r##"Se chamado sem `--to`, sobrepõe (escreve) o arquivo atual"##, + ), + ( + "array", + r##"Array de strings"##, + ), + ( + "aot-help", + r##"示例: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -17198,8 +20248,11 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  Selecione primeiro com a chave especificada e, em seguida, modifique com o valor do tipo de dados especificado.  @@ -17252,8 +20305,11 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap { ] ```  -> Nota: os exemplos acima começam com argumentos/subcomandos, omitindo o nome do comando raiz. Na operação real, você precisa digitá-lo manualmente no início."##), - ("num-arr-help", r##"Exemplo: +> Nota: os exemplos acima começam com argumentos/subcomandos, omitindo o nome do comando raiz. Na operação real, você precisa digitá-lo manualmente no início."##, + ), + ( + "num-arr-help", + r##"Exemplo: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -17264,8 +20320,11 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"Exemplo: +```"##, + ), + ( + "inline-table-help", + r##"Exemplo: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -17282,9 +20341,15 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap {  "codename": "rawhide",  "os": "fedora" } -```"##), - ("key", r##"Consultar um valor através da chave (key)"##), - ("f64-arr-help", r##"Exemplo: +```"##, + ), + ( + "key", + r##"Consultar um valor através da chave (key)"##, + ), + ( + "f64-arr-help", + r##"Exemplo: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -17310,9 +20375,15 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap {  null,  null ] -```"##), - ("none", r##"Remove a chave especificada"##), - ("set-save-to-help", r##"Muito parecido com `-t` no subcomando `conv`, a maior diferença é que `-t` em `conv` pode ser chamado várias vezes seguidas, gerando saída em vários formatos/arquivos. +```"##, + ), + ( + "none", + r##"Remove a chave especificada"##, + ), + ( + "set-save-to-help", + r##"Muito parecido com `-t` no subcomando `conv`, a maior diferença é que `-t` em `conv` pode ser chamado várias vezes seguidas, gerando saída em vários formatos/arquivos. Enquanto `-t` no subcomando `set` só pode ser chamado uma vez, gerando saída em um único arquivo.  > Nota: Após a execução da operação de conversão do subcomando `conv`, todos os arquivos em diferentes formatos não preservarão os comentários. @@ -17323,15 +20394,36 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap { - A menos que o arquivo de origem seja o mesmo que o apontado por `-t`, o comportamento de `-t` no subcomando `set` será o mesmo que o de `-t` no subcomando `conv`. Eles renomearão automaticamente os caminhos de arquivo não específicos.  - Assumindo que from: **test.yml**, to: **json**, o arquivo de saída se tornará **test.json**, não **json**  - Se você não precisar dessa funcionalidade, use `-t ./json` ou `-t $PWD/json`, não `-t json`. -"##), - ("preview", r##"Visualizar o arquivo inteiro após a modificação"##), - ("set-key", r##"Selecionar uma chave específica com "." como separador"##), - ("get-opts", r##"Obter o valor da configuração especificada"##), - ("saot", r##"Array de tabelas com um único par chave-valor (Uso: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"O formato é: "a.b.c", nome da sub tabela ou índice do array é conectado por ".". -Quando há apenas um ".", ele exibirá a tabela inteira."##), - ("set-opts", r##"Criar/Atualizar/Excluir a estrutura do arquivo de configuração"##), - ("bool-arr-help", r##"示例: +"##, + ), + ( + "preview", + r##"Visualizar o arquivo inteiro após a modificação"##, + ), + ( + "set-key", + r##"Selecionar uma chave específica com "." como separador"##, + ), + ( + "get-opts", + r##"Obter o valor da configuração especificada"##, + ), + ( + "saot", + r##"Array de tabelas com um único par chave-valor (Uso: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"O formato é: "a.b.c", nome da sub tabela ou índice do array é conectado por ".". +Quando há apenas um ".", ele exibirá a tabela inteira."##, + ), + ( + "set-opts", + r##"Criar/Atualizar/Excluir a estrutura do arquivo de configuração"##, + ), + ( + "bool-arr-help", + r##"示例: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -17343,11 +20435,23 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"bool 的数组"##), - ("table", r##"Tabela padrão, usada para armazenar vários pares K-V"##), - ("datetime", r##"Tipo de dados para data e hora"##), - ("table-help", r##"Exemplo 1: +```"##, + ), + ( + "bool-arr", + r##"bool 的数组"##, + ), + ( + "table", + r##"Tabela padrão, usada para armazenar vários pares K-V"##, + ), + ( + "datetime", + r##"Tipo de dados para data e hora"##, + ), + ( + "table-help", + r##"Exemplo 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -17371,10 +20475,19 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"Array de f64"##), - ("string", r##"String (tipo de string)"##), - ("array-help", r##"Defina elementos do array chamando `-a` várias vezes. +```"##, + ), + ( + "f64-arr", + r##"Array de f64"##, + ), + ( + "string", + r##"String (tipo de string)"##, + ), + ( + "array-help", + r##"Defina elementos do array chamando `-a` várias vezes. Exemplo: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -17383,12 +20496,22 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"表数组(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Tabela interna, equivalente a uma tabela padrão mais compacta"##), - ("concat-key", r##"Introduzir a chave em várias partes e o resultado será concatenado automaticamente, sem usar "." como separador"##), - ], -} +```"##, + ), + ( + "aot", + r##"表数组(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Tabela interna, equivalente a uma tabela padrão mais compacta"##, + ), + ( + "concat-key", + r##"Introduzir a chave em várias partes e o resultado será concatenado automaticamente, sem usar "." como separador"##, + ), + ], + } } /// Language ID: pt; @@ -17404,14 +20527,13 @@ pub(super) const fn get_pt_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_pt_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"Abaixo está a saída stderr. Ao redirecionar a saída do script de conclusão, você deve usar `>/caminho/para/o/arquivo` em vez de `2>/caminho/para/o/arquivo`."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"Abaixo está a saída stderr. Ao redirecionar a saída do script de conclusão, você deve usar `>/caminho/para/o/arquivo` em vez de `2>/caminho/para/o/arquivo`."##, + )], + } } /// Language ID: pt; @@ -17427,36 +20549,29 @@ pub(super) const fn get_pt_map_parser() -> L10nMap { /// ``` pub(super) const fn get_pt_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nome de tema inválido"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nome de tema inválido"##)], + } } /// pt: português, latim, Brasil pub(super) const fn get_pt_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_pt_map_args), - ("conv_md", get_pt_map_conv_md), - ("parser", get_pt_map_parser), - ("opt_md", get_pt_map_opt_md), - ("args_md", get_pt_map_args_md), - ("opt", get_pt_map_opt), - ("log-core", get_pt_map_log_core), - ("conv", get_pt_map_conv), - ("theme", get_pt_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_pt_map_args), + ("conv_md", get_pt_map_conv_md), + ("parser", get_pt_map_parser), + ("opt_md", get_pt_map_opt_md), + ("args_md", get_pt_map_args_md), + ("opt", get_pt_map_opt), + ("log-core", get_pt_map_log_core), + ("conv", get_pt_map_conv), + ("theme", get_pt_map_theme), + ], + } } /// Language ID: ro; @@ -17472,20 +20587,17 @@ pub(super) const fn get_pt_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ro_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"depanare"##), - ("warn", r##"avertizează"##), - ("info", r##"informații"##), - ("error", r##"eroare"##), - ("trace", r##"urmă"##), - ("init-logger", r##"Inițializarea loggerului ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"depanare"##), + ("warn", r##"avertizează"##), + ("info", r##"informații"##), + ("error", r##"eroare"##), + ("trace", r##"urmă"##), + ("init-logger", r##"Inițializarea loggerului ..."##), + ], + } } /// Language ID: ro; @@ -17501,28 +20613,22 @@ pub(super) const fn get_ro_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ro_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Nume temă nevalid"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Nume temă nevalid"##)], + } } /// ro: română, latină, România pub(super) const fn get_ro_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ro_map_log_core), - ("theme", get_ro_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ro_map_log_core), + ("theme", get_ro_map_theme), + ], + } } /// Language ID: ru; @@ -17538,20 +20644,17 @@ pub(super) const fn get_ro_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ru_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"отладка"##), - ("warn", r##"предупреждать"##), - ("info", r##"Информация"##), - ("error", r##"ошибка"##), - ("trace", r##"трассировка"##), - ("init-logger", r##"Инициализация регистратора ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"отладка"##), + ("warn", r##"предупреждать"##), + ("info", r##"Информация"##), + ("error", r##"ошибка"##), + ("trace", r##"трассировка"##), + ("init-logger", r##"Инициализация регистратора ..."##), + ], + } } /// Language ID: ru; @@ -17567,14 +20670,10 @@ pub(super) const fn get_ru_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ru_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Неверное название темы"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Неверное название темы"##)], + } } /// Language ID: ru; @@ -17590,32 +20689,54 @@ pub(super) const fn get_ru_map_theme() -> L10nMap { /// ``` pub(super) const fn get_ru_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Файл, содержащий пользовательские темы. Пользователь должен указать также имя темы через `--theme`"##), - ("shell-completion", r##"Создание сценария для автодополнения оболочки"##), - ("theme-file-help", r##"Поддерживаемый формат файлов - двоичные данные, созданные в результате выполнения dump-операции из библиотеки rust crate `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Файл, содержащий пользовательские темы. Пользователь должен указать также имя темы через `--theme`"##, + ), + ( + "shell-completion", + r##"Создание сценария для автодополнения оболочки"##, + ), + ( + "theme-file-help", + r##"Поддерживаемый формат файлов - двоичные данные, созданные в результате выполнения dump-операции из библиотеки rust crate `syntect`. Такие темы в основном представляют собой темы для старых версий Sublime. -Если параметр `--tf` не указан, то будет прочитано значение переменной окружения `$TOMLYRE_THEME_FILE`."##), - ("from-format", r##"Ручное определение формата исходного файла (обычно автоматически определяется)"##), - ("disable-theme-background", r##"Отключить фон для темы (по умолчанию включено, если использовать `--dis-theme-bg`, то будет отключено)"##), - ("theme-uncompressed-file-help", r##"> Несжатые версии имеют более высокий приоритет, чем сжатые. - -Если параметр `--tuf` не указан, то будет прочитано значение переменной окружения `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"Если не указан параметр `--dis-theme-bg`, то он будет прочитан из переменной окружения `$TOMLYRE_THEME_BG`. +Если параметр `--tf` не указан, то будет прочитано значение переменной окружения `$TOMLYRE_THEME_FILE`."##, + ), + ( + "from-format", + r##"Ручное определение формата исходного файла (обычно автоматически определяется)"##, + ), + ( + "disable-theme-background", + r##"Отключить фон для темы (по умолчанию включено, если использовать `--dis-theme-bg`, то будет отключено)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Несжатые версии имеют более высокий приоритет, чем сжатые. + +Если параметр `--tuf` не указан, то будет прочитано значение переменной окружения `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"Если не указан параметр `--dis-theme-bg`, то он будет прочитан из переменной окружения `$TOMLYRE_THEME_BG`. Если значение равно `false`, то фон отключен. ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Файл, содержащий пользовательские темы в негруппированном формате (не сжатый файл)"##), - ("shell-completion-help", r##"Необходимо вручную указать имя используемой оболочки для генерации скрипта автодополнения. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Файл, содержащий пользовательские темы в негруппированном формате (не сжатый файл)"##, + ), + ( + "shell-completion-help", + r##"Необходимо вручную указать имя используемой оболочки для генерации скрипта автодополнения. Например, для powershell на Windows можно использовать: ```pwsh @@ -17638,18 +20759,27 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre Чтобы избежать использования прав root, вы можете поместить его в подкаталог пользователя. Например, вы можете использовать следующую команду, чтобы добавить новый элемент в начало массива: ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Когда данные читаются из stdin, например: `cat a | tomlyre conv -`, система автоматически пытается определить формат файла. +```"##, + ), + ( + "from-format-help", + r##"Когда данные читаются из stdin, например: `cat a | tomlyre conv -`, система автоматически пытается определить формат файла. Однако автоматическое определение может завершиться неудачей, в таком случае вы должны указать формат вручную. -Пример использования: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Если использовать параметр `--ts` без дополнительных значений, то будут выведены доступные стили таблиц. +Пример использования: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Если использовать параметр `--ts` без дополнительных значений, то будут выведены доступные стили таблиц. За исключением markdown, который можно сократить как md, остальные стили должны быть записаны полностью. Пример использования 1:`--ts md` Пример использования 2: `--table-style ascii` -Примечание: в настоящее время невозможно загрузить коллекцию **стилей таблиц** из файла. Если вам нужна эта функция или что-то еще, пожалуйста, сообщите об этом, создав issue."##), - ("table-style", r##"Определение стиля таблицы"##), - ("theme-help", r##"Если использовать только параметр `-t`, то будет выведен список доступных тем. +Примечание: в настоящее время невозможно загрузить коллекцию **стилей таблиц** из файла. Если вам нужна эта функция или что-то еще, пожалуйста, сообщите об этом, создав issue."##, + ), + ("table-style", r##"Определение стиля таблицы"##), + ( + "theme-help", + r##"Если использовать только параметр `-t`, то будет выведен список доступных тем. Если не указан файл темы, то будет использоваться встроенный набор тем. Если существует тема **ayu-dark**, то можно использовать `-t ayu-dark` для выбора этой темы. Если название темы содержит пробелы, то ее нужно заключить в двойные или одинарные кавычки. @@ -17675,10 +20805,14 @@ tomlyre -t "Monokai Extended" get test.toml ``` Для вывода содержимого, получаемого при ручном выполнении операций "conv/get/set" и т. д., приоритет имеет тема, определенная посредством `-t`, а затем переменная окружения. -Если не вызывать `-t`, то будет использоваться переменная окружения. Если значение переменной окружения пусто, то будет использоваться тема **Monokai Extended**."##), - ("theme", r##"Название темы, определяющей подсветку синтаксиса"##), - ], -} +Если не вызывать `-t`, то будет использоваться переменная окружения. Если значение переменной окружения пусто, то будет использоваться тема **Monokai Extended**."##, + ), + ( + "theme", + r##"Название темы, определяющей подсветку синтаксиса"##, + ), + ], + } } /// Language ID: ru; @@ -17686,32 +20820,54 @@ tomlyre -t "Monokai Extended" get test.toml /// Description: русский, кириллица, Россия; pub(super) const fn get_ru_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Файл, содержащий пользовательские темы. Пользователь должен указать также имя темы через `--theme`"##), - ("shell-completion", r##"Создание сценария для автодополнения оболочки"##), - ("theme-file-help", r##"Поддерживаемый формат файлов - двоичные данные, созданные в результате выполнения dump-операции из библиотеки rust crate `syntect`. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Файл, содержащий пользовательские темы. Пользователь должен указать также имя темы через `--theme`"##, + ), + ( + "shell-completion", + r##"Создание сценария для автодополнения оболочки"##, + ), + ( + "theme-file-help", + r##"Поддерживаемый формат файлов - двоичные данные, созданные в результате выполнения dump-операции из библиотеки rust crate `syntect`. Такие темы в основном представляют собой темы для старых версий Sublime. -Если параметр `--tf` не указан, то будет прочитано значение переменной окружения `$TOMLYRE_THEME_FILE`."##), - ("from-format", r##"Ручное определение формата исходного файла (обычно автоматически определяется)"##), - ("disable-theme-background", r##"Отключить фон для темы (по умолчанию включено, если использовать `--dis-theme-bg`, то будет отключено)"##), - ("theme-uncompressed-file-help", r##"> Несжатые версии имеют более высокий приоритет, чем сжатые. - -Если параметр `--tuf` не указан, то будет прочитано значение переменной окружения `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##), - ("disable-theme-background-help", r##"Если не указан параметр `--dis-theme-bg`, то он будет прочитан из переменной окружения `$TOMLYRE_THEME_BG`. +Если параметр `--tf` не указан, то будет прочитано значение переменной окружения `$TOMLYRE_THEME_FILE`."##, + ), + ( + "from-format", + r##"Ручное определение формата исходного файла (обычно автоматически определяется)"##, + ), + ( + "disable-theme-background", + r##"Отключить фон для темы (по умолчанию включено, если использовать `--dis-theme-bg`, то будет отключено)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Несжатые версии имеют более высокий приоритет, чем сжатые. + +Если параметр `--tuf` не указан, то будет прочитано значение переменной окружения `$TOMLYRE_THEME_UNCOMPRESSED_FILE`."##, + ), + ( + "disable-theme-background-help", + r##"Если не указан параметр `--dis-theme-bg`, то он будет прочитан из переменной окружения `$TOMLYRE_THEME_BG`.  Если значение равно `false`, то фон отключен.  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Файл, содержащий пользовательские темы в негруппированном формате (не сжатый файл)"##), - ("shell-completion-help", r##"Необходимо вручную указать имя используемой оболочки для генерации скрипта автодополнения. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Файл, содержащий пользовательские темы в негруппированном формате (не сжатый файл)"##, + ), + ( + "shell-completion-help", + r##"Необходимо вручную указать имя используемой оболочки для генерации скрипта автодополнения. Например, для powershell на Windows можно использовать:  ```pwsh @@ -17734,18 +20890,30 @@ pub(super) const fn get_ru_map_args_md() -> L10nMap { Чтобы избежать использования прав root, вы можете поместить его в подкаталог пользователя. Например, вы можете использовать следующую команду, чтобы добавить новый элемент в начало массива: ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Когда данные читаются из stdin, например: `cat a | tomlyre conv -`, система автоматически пытается определить формат файла. +```"##, + ), + ( + "from-format-help", + r##"Когда данные читаются из stdin, например: `cat a | tomlyre conv -`, система автоматически пытается определить формат файла. Однако автоматическое определение может завершиться неудачей, в таком случае вы должны указать формат вручную. -Пример использования: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Если использовать параметр `--ts` без дополнительных значений, то будут выведены доступные стили таблиц. +Пример использования: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Если использовать параметр `--ts` без дополнительных значений, то будут выведены доступные стили таблиц. За исключением markdown, который можно сократить как md, остальные стили должны быть записаны полностью. Пример использования 1:`--ts md` Пример использования 2: `--table-style ascii`  -Примечание: в настоящее время невозможно загрузить коллекцию **стилей таблиц** из файла. Если вам нужна эта функция или что-то еще, пожалуйста, сообщите об этом, создав issue."##), - ("table-style", r##"Определение стиля таблицы"##), - ("theme-help", r##"Если использовать только параметр `-t`, то будет выведен список доступных тем. +Примечание: в настоящее время невозможно загрузить коллекцию **стилей таблиц** из файла. Если вам нужна эта функция или что-то еще, пожалуйста, сообщите об этом, создав issue."##, + ), + ( + "table-style", + r##"Определение стиля таблицы"##, + ), + ( + "theme-help", + r##"Если использовать только параметр `-t`, то будет выведен список доступных тем. Если не указан файл темы, то будет использоваться встроенный набор тем. Если существует тема **ayu-dark**, то можно использовать `-t ayu-dark` для выбора этой темы. Если название темы содержит пробелы, то ее нужно заключить в двойные или одинарные кавычки. @@ -17771,10 +20939,14 @@ pub(super) const fn get_ru_map_args_md() -> L10nMap { ```  Для вывода содержимого, получаемого при ручном выполнении операций "conv/get/set" и т. д., приоритет имеет тема, определенная посредством `-t`, а затем переменная окружения. -Если не вызывать `-t`, то будет использоваться переменная окружения. Если значение переменной окружения пусто, то будет использоваться тема **Monokai Extended**."##), - ("theme", r##"Название темы, определяющей подсветку синтаксиса"##), - ], -} +Если не вызывать `-t`, то будет использоваться переменная окружения. Если значение переменной окружения пусто, то будет использоваться тема **Monokai Extended**."##, + ), + ( + "theme", + r##"Название темы, определяющей подсветку синтаксиса"##, + ), + ], + } } /// Language ID: ru; @@ -17790,16 +20962,25 @@ pub(super) const fn get_ru_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_ru_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Конвертация между форматами toml, yaml, json и ron"##), - ("from", r##"Указывает входной файл"##), - ("conv-to", r##"Указывает выходной формат/файл, можно использовать несколько раз"##), - ("save", r##"При вызове этого параметра файл, указанный в `--to`, будет сохранен автоматически"##), - ("conv-to-help", r##"Если в текущем каталоге существует файл **test.json**, вы можете использовать `conv test.json -t yml` для преобразования его в формат yml (yaml). + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Конвертация между форматами toml, yaml, json и ron"##, + ), + ("from", r##"Указывает входной файл"##), + ( + "conv-to", + r##"Указывает выходной формат/файл, можно использовать несколько раз"##, + ), + ( + "save", + r##"При вызове этого параметра файл, указанный в `--to`, будет сохранен автоматически"##, + ), + ( + "conv-to-help", + r##"Если в текущем каталоге существует файл **test.json**, вы можете использовать `conv test.json -t yml` для преобразования его в формат yml (yaml). Также можно задать путь к файлу вручную: `conv test.json -t /tmp/test.yml` Поддерживаемые форматы зависят от активированных функций этого пакета, они не будут все по умолчанию активированы. @@ -17814,9 +20995,10 @@ pub(super) const fn get_ru_map_conv() -> L10nMap { Если вам это не нужно, используйте полный путь к файлу (не к директории), например `-t /tmp/xx.toml`, а не `-t /tmp/`. - 2. Если параметр `--save` не вызывается, указанный файл не будет автоматически сохранен. - 3. При вызове `--save` входной и выходной файлы conv-команды не могут быть одним и тем же файлом. -- 4. В конечном файле не сохраняются комментарии."##), - ], -} +- 4. В конечном файле не сохраняются комментарии."##, + ), + ], + } } /// Language ID: ru; @@ -17824,16 +21006,28 @@ pub(super) const fn get_ru_map_conv() -> L10nMap { /// Description: русский, кириллица, Россия; pub(super) const fn get_ru_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Конвертация между форматами toml, yaml, json и ron"##), - ("from", r##"Указывает входной файл"##), - ("conv-to", r##"Указывает выходной формат/файл, можно использовать несколько раз"##), - ("save", r##"При вызове этого параметра файл, указанный в `--to`, будет сохранен автоматически"##), - ("conv-to-help", r##"Если в текущем каталоге существует файл **test.json**, вы можете использовать `conv test.json -t yml` для преобразования его в формат yml (yaml). + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Конвертация между форматами toml, yaml, json и ron"##, + ), + ( + "from", + r##"Указывает входной файл"##, + ), + ( + "conv-to", + r##"Указывает выходной формат/файл, можно использовать несколько раз"##, + ), + ( + "save", + r##"При вызове этого параметра файл, указанный в `--to`, будет сохранен автоматически"##, + ), + ( + "conv-to-help", + r##"Если в текущем каталоге существует файл **test.json**, вы можете использовать `conv test.json -t yml` для преобразования его в формат yml (yaml). Также можно задать путь к файлу вручную: `conv test.json -t /tmp/test.yml`  Поддерживаемые форматы зависят от активированных функций этого пакета, они не будут все по умолчанию активированы. @@ -17848,9 +21042,10 @@ pub(super) const fn get_ru_map_conv_md() -> L10nMap {  Если вам это не нужно, используйте полный путь к файлу (не к директории), например `-t /tmp/xx.toml`, а не `-t /tmp/`. - 2. Если параметр `--save` не вызывается, указанный файл не будет автоматически сохранен. - 3. При вызове `--save` входной и выходной файлы conv-команды не могут быть одним и тем же файлом. -- 4. В конечном файле не сохраняются комментарии."##), - ], -} +- 4. В конечном файле не сохраняются комментарии."##, + ), + ], + } } /// Language ID: ru; @@ -17866,19 +21061,21 @@ pub(super) const fn get_ru_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_ru_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"В отличие от `-k`, `--ck` не разбивает ключ на подстроки с помощью `split('.')`. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"В отличие от `-k`, `--ck` не разбивает ключ на подстроки с помощью `split('.')`. Для [a.b.c] `-k a.b.c` и `--ck a --ck b --ck c` эквивалентны. Для простых случаев использование `-k` будет удобнее. @@ -17905,11 +21102,20 @@ pub(super) const fn get_ru_map_opt() -> L10nMap { - "[typescript]" - "editor.defaultFormatter" -Последний вариант является корректной структурой. "##), - ("num-arr", r##"Массив i64"##), - ("bool", r##"bool (булевый тип), может быть только `true` или `false`"##), - ("num", r##"i64: 64-битное знаковое целочисленное значение, например: 1145"##), - ("datetime-help", r##"Пример: +Последний вариант является корректной структурой. "##, + ), + ("num-arr", r##"Массив i64"##), + ( + "bool", + r##"bool (булевый тип), может быть только `true` или `false`"##, + ), + ( + "num", + r##"i64: 64-битное знаковое целочисленное значение, например: 1145"##, + ), + ( + "datetime-help", + r##"Пример: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -17924,12 +21130,21 @@ time = 2023-04-16T09:14:44Z "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Сохранить в указанном формате/файле, одновременно можно сохранить только один формат"##), - ("get-opts-help", r##"Пример использования 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Сохранить в указанном формате/файле, одновременно можно сохранить только один формат"##, + ), + ( + "get-opts-help", + r##"Пример использования 1: `get Cargo.toml -k package.name` Пример использования 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Примечание: в `ron` есть настоящий тип `Option`, который может быть либо `Some(T)`, либо `None`. +"##, + ), + ( + "none-help", + r##"> Примечание: в `ron` есть настоящий тип `Option`, который может быть либо `Some(T)`, либо `None`. > Здесь `--none` означает удаление указанного ключа, а не настоящий тип `Option`. Предположим, что у нас есть следующий массив таблиц в `test.yml`: @@ -17960,9 +21175,15 @@ set test.yml -k bin.1 --none Или использовать `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Двойная точность с плавающей запятой (стандарт IEEE 754-2008), например: 3.14159265359"##), - ("saot-help", r##"> Примечание: хотя через `--saot` можно создать только одну пару K-V для каждой таблицы, вы можете указать индексы массива таблиц заранее и расширить их с помощью других параметров. +```"##, + ), + ( + "f64", + r##"Двойная точность с плавающей запятой (стандарт IEEE 754-2008), например: 3.14159265359"##, + ), + ( + "saot-help", + r##"> Примечание: хотя через `--saot` можно создать только одну пару K-V для каждой таблицы, вы можете указать индексы массива таблиц заранее и расширить их с помощью других параметров. Пример: ```sh @@ -17975,11 +21196,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Установить пару ключ-значение, `--kv x.y.z value` эквивалентно`-k x.y.z -s value`"##), - ("set-save", r##"Если вызывается без параметра `--to`, то перезаписывает(записывает) текущий файл"##), - ("array", r##"Массив строк"##), - ("aot-help", r##"Пример: +```"##, + ), + ( + "set-kv", + r##"Установить пару ключ-значение, `--kv x.y.z value` эквивалентно`-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"Если вызывается без параметра `--to`, то перезаписывает(записывает) текущий файл"##, + ), + ("array", r##"Массив строк"##), + ( + "aot-help", + r##"Пример: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -17993,8 +21223,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set Сначала выберите ключ, а затем измените его, задав тип данных значения. @@ -18046,8 +21279,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save > Примечание: примеры начинаются с аргумента/подкоманды, опуская имя корневой команды для краткости. -"##), - ("num-arr-help", r##"Пример: +"##, + ), + ( + "num-arr-help", + r##"Пример: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -18058,8 +21294,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"Пример: +```"##, + ), + ( + "inline-table-help", + r##"Пример: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -18076,9 +21315,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } "codename": "rawhide", "os": "fedora" } -```"##), - ("key", r##"Запрос значения по ключу"##), - ("f64-arr-help", r##"Пример: +```"##, + ), + ("key", r##"Запрос значения по ключу"##), + ( + "f64-arr-help", + r##"Пример: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -18103,9 +21345,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"Удалить указанный ключ"##), - ("set-save-to-help", r##"Очень похож на `-t` из подкоманды `conv`, но отличие заключается в том, что `-t` из `conv` можно вызывать многократно, чтобы вывести в несколько форматов/файлов. +"##, + ), + ("none", r##"Удалить указанный ключ"##), + ( + "set-save-to-help", + r##"Очень похож на `-t` из подкоманды `conv`, но отличие заключается в том, что `-t` из `conv` можно вызывать многократно, чтобы вывести в несколько форматов/файлов. Тогда как `-t` из `set` вызывается только один раз и выводит в один файл. > Примечание: после выполнения операции преобразования в `conv`, все файлы теряют свои комментарии. @@ -18116,15 +21361,33 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre - Если исходный файл и файл, на который указывает `-t`, отличаются, то поведение параметра `-t` из подкоманды `set` будет аналогичным `-t` из подкоманды `conv`. В этом случае у них есть возможность автоматически переименовать файлы, кроме тех, которые являются конкретными путями к файлам. - Предположим, что from: **test.yml**, to: **json**, тогда выходной файл станет **test.json**, а не **json** - Если вам не нужна эта функция, используйте `-t ./json` или `-t $PWD/json`, а не `-t json`. -"##), - ("preview", r##"Просмотр полного файла после внесения изменений"##), - ("set-key", r##"Выбрать указанный ключ (ключ), используя "." в качестве разделителя"##), - ("get-opts", r##"Получить значение определенной настройки"##), - ("saot", r##"Таблица с одной парой ключ-значение (использование: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"Формат ключа: "a.b.c", где "." используется для указания подтаблицы или индекса массива. -Если при запросе ключа задать только одну точку ".", то будут перечислены все таблицы."##), - ("set-opts", r##"Создание/обновление/удаление структуры файла настроек"##), - ("bool-arr-help", r##"Пример: +"##, + ), + ( + "preview", + r##"Просмотр полного файла после внесения изменений"##, + ), + ( + "set-key", + r##"Выбрать указанный ключ (ключ), используя "." в качестве разделителя"##, + ), + ("get-opts", r##"Получить значение определенной настройки"##), + ( + "saot", + r##"Таблица с одной парой ключ-значение (использование: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"Формат ключа: "a.b.c", где "." используется для указания подтаблицы или индекса массива. +Если при запросе ключа задать только одну точку ".", то будут перечислены все таблицы."##, + ), + ( + "set-opts", + r##"Создание/обновление/удаление структуры файла настроек"##, + ), + ( + "bool-arr-help", + r##"Пример: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -18136,11 +21399,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Массив bool"##), - ("table", r##"Стандартная таблица (standard table), используется для хранения множества пар K-V"##), - ("datetime", r##"Дата и время"##), - ("table-help", r##"Пример 1: +```"##, + ), + ("bool-arr", r##"Массив bool"##), + ( + "table", + r##"Стандартная таблица (standard table), используется для хранения множества пар K-V"##, + ), + ("datetime", r##"Дата и время"##), + ( + "table-help", + r##"Пример 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -18164,10 +21433,13 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"Массив f64"##), - ("string", r##"String (строковый тип)"##), - ("array-help", r##"Установка элементов массива производится через многократный вызов параметра `-a`. +```"##, + ), + ("f64-arr", r##"Массив f64"##), + ("string", r##"String (строковый тип)"##), + ( + "array-help", + r##"Установка элементов массива производится через многократный вызов параметра `-a`. Пример: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -18178,12 +21450,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Массив таблиц (использование: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Встроенная таблица, эквивалентна более компактной стандартной таблице"##), - ("concat-key", r##"Ввод key по частям, результат будет автоматически объединен без использования "." в качестве разделителя"##), - ], -} +```"##, + ), + ( + "aot", + r##"Массив таблиц (использование: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Встроенная таблица, эквивалентна более компактной стандартной таблице"##, + ), + ( + "concat-key", + r##"Ввод key по частям, результат будет автоматически объединен без использования "." в качестве разделителя"##, + ), + ], + } } /// Language ID: ru; @@ -18191,19 +21473,21 @@ array = ["hello", "wonderful", "world"] /// Description: русский, кириллица, Россия; pub(super) const fn get_ru_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"В отличие от `-k`, `--ck` не разбивает ключ на подстроки с помощью `split('.')`. + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"В отличие от `-k`, `--ck` не разбивает ключ на подстроки с помощью `split('.')`.  Для [a.b.c] `-k a.b.c` и `--ck a --ck b --ck c` эквивалентны. Для простых случаев использование `-k` будет удобнее. @@ -18230,11 +21514,23 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -Последний вариант является корректной структурой. "##), - ("num-arr", r##"Массив i64"##), - ("bool", r##"bool (булевый тип), может быть только `true` или `false`"##), - ("num", r##"i64: 64-битное знаковое целочисленное значение, например: 1145"##), - ("datetime-help", r##"Пример: +Последний вариант является корректной структурой. "##, + ), + ( + "num-arr", + r##"Массив i64"##, + ), + ( + "bool", + r##"bool (булевый тип), может быть только `true` или `false`"##, + ), + ( + "num", + r##"i64: 64-битное знаковое целочисленное значение, например: 1145"##, + ), + ( + "datetime-help", + r##"Пример: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -18249,12 +21545,21 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"Сохранить в указанном формате/файле, одновременно можно сохранить только один формат"##), - ("get-opts-help", r##"Пример использования 1: `get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"Сохранить в указанном формате/файле, одновременно можно сохранить только один формат"##, + ), + ( + "get-opts-help", + r##"Пример использования 1: `get Cargo.toml -k package.name` Пример использования 2: `get cfg.yaml -k .` -"##), - ("none-help", r##"> Примечание: в `ron` есть настоящий тип `Option`, который может быть либо `Some(T)`, либо `None`. +"##, + ), + ( + "none-help", + r##"> Примечание: в `ron` есть настоящий тип `Option`, который может быть либо `Some(T)`, либо `None`. > Здесь `--none` означает удаление указанного ключа, а не настоящий тип `Option`.  Предположим, что у нас есть следующий массив таблиц в `test.yml`: @@ -18285,9 +21590,15 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap { Или использовать `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"Двойная точность с плавающей запятой (стандарт IEEE 754-2008), например: 3.14159265359"##), - ("saot-help", r##"> Примечание: хотя через `--saot` можно создать только одну пару K-V для каждой таблицы, вы можете указать индексы массива таблиц заранее и расширить их с помощью других параметров. +```"##, + ), + ( + "f64", + r##"Двойная точность с плавающей запятой (стандарт IEEE 754-2008), например: 3.14159265359"##, + ), + ( + "saot-help", + r##"> Примечание: хотя через `--saot` можно создать только одну пару K-V для каждой таблицы, вы можете указать индексы массива таблиц заранее и расширить их с помощью других параметров.  Пример: ```sh @@ -18300,11 +21611,23 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"Установить пару ключ-значение, `--kv x.y.z value` эквивалентно`-k x.y.z -s value`"##), - ("set-save", r##"Если вызывается без параметра `--to`, то перезаписывает(записывает) текущий файл"##), - ("array", r##"Массив строк"##), - ("aot-help", r##"Пример: +```"##, + ), + ( + "set-kv", + r##"Установить пару ключ-значение, `--kv x.y.z value` эквивалентно`-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"Если вызывается без параметра `--to`, то перезаписывает(записывает) текущий файл"##, + ), + ( + "array", + r##"Массив строк"##, + ), + ( + "aot-help", + r##"Пример: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -18318,8 +21641,11 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  Сначала выберите ключ, а затем измените его, задав тип данных значения.  @@ -18371,8 +21697,11 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap {  > Примечание: примеры начинаются с аргумента/подкоманды, опуская имя корневой команды для краткости.  -"##), - ("num-arr-help", r##"Пример: +"##, + ), + ( + "num-arr-help", + r##"Пример: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -18383,8 +21712,11 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"Пример: +```"##, + ), + ( + "inline-table-help", + r##"Пример: ```sh set test.toml -k container --itb arch riscv64 --itb os fedora --itb codename rawhide ``` @@ -18401,9 +21733,15 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap {  "codename": "rawhide",  "os": "fedora" } -```"##), - ("key", r##"Запрос значения по ключу"##), - ("f64-arr-help", r##"Пример: +```"##, + ), + ( + "key", + r##"Запрос значения по ключу"##, + ), + ( + "f64-arr-help", + r##"Пример: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -18428,9 +21766,15 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"Удалить указанный ключ"##), - ("set-save-to-help", r##"Очень похож на `-t` из подкоманды `conv`, но отличие заключается в том, что `-t` из `conv` можно вызывать многократно, чтобы вывести в несколько форматов/файлов. +"##, + ), + ( + "none", + r##"Удалить указанный ключ"##, + ), + ( + "set-save-to-help", + r##"Очень похож на `-t` из подкоманды `conv`, но отличие заключается в том, что `-t` из `conv` можно вызывать многократно, чтобы вывести в несколько форматов/файлов. Тогда как `-t` из `set` вызывается только один раз и выводит в один файл.  > Примечание: после выполнения операции преобразования в `conv`, все файлы теряют свои комментарии. @@ -18441,15 +21785,36 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap { - Если исходный файл и файл, на который указывает `-t`, отличаются, то поведение параметра `-t` из подкоманды `set` будет аналогичным `-t` из подкоманды `conv`. В этом случае у них есть возможность автоматически переименовать файлы, кроме тех, которые являются конкретными путями к файлам.  - Предположим, что from: **test.yml**, to: **json**, тогда выходной файл станет **test.json**, а не **json**  - Если вам не нужна эта функция, используйте `-t ./json` или `-t $PWD/json`, а не `-t json`. -"##), - ("preview", r##"Просмотр полного файла после внесения изменений"##), - ("set-key", r##"Выбрать указанный ключ (ключ), используя "." в качестве разделителя"##), - ("get-opts", r##"Получить значение определенной настройки"##), - ("saot", r##"Таблица с одной парой ключ-значение (использование: `--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"Формат ключа: "a.b.c", где "." используется для указания подтаблицы или индекса массива. -Если при запросе ключа задать только одну точку ".", то будут перечислены все таблицы."##), - ("set-opts", r##"Создание/обновление/удаление структуры файла настроек"##), - ("bool-arr-help", r##"Пример: +"##, + ), + ( + "preview", + r##"Просмотр полного файла после внесения изменений"##, + ), + ( + "set-key", + r##"Выбрать указанный ключ (ключ), используя "." в качестве разделителя"##, + ), + ( + "get-opts", + r##"Получить значение определенной настройки"##, + ), + ( + "saot", + r##"Таблица с одной парой ключ-значение (использование: `--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"Формат ключа: "a.b.c", где "." используется для указания подтаблицы или индекса массива. +Если при запросе ключа задать только одну точку ".", то будут перечислены все таблицы."##, + ), + ( + "set-opts", + r##"Создание/обновление/удаление структуры файла настроек"##, + ), + ( + "bool-arr-help", + r##"Пример: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -18461,11 +21826,23 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"Массив bool"##), - ("table", r##"Стандартная таблица (standard table), используется для хранения множества пар K-V"##), - ("datetime", r##"Дата и время"##), - ("table-help", r##"Пример 1: +```"##, + ), + ( + "bool-arr", + r##"Массив bool"##, + ), + ( + "table", + r##"Стандартная таблица (standard table), используется для хранения множества пар K-V"##, + ), + ( + "datetime", + r##"Дата и время"##, + ), + ( + "table-help", + r##"Пример 1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -18489,10 +21866,19 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"Массив f64"##), - ("string", r##"String (строковый тип)"##), - ("array-help", r##"Установка элементов массива производится через многократный вызов параметра `-a`. +```"##, + ), + ( + "f64-arr", + r##"Массив f64"##, + ), + ( + "string", + r##"String (строковый тип)"##, + ), + ( + "array-help", + r##"Установка элементов массива производится через многократный вызов параметра `-a`. Пример: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -18503,12 +21889,22 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"Массив таблиц (использование: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"Встроенная таблица, эквивалентна более компактной стандартной таблице"##), - ("concat-key", r##"Ввод key по частям, результат будет автоматически объединен без использования "." в качестве разделителя"##), - ], -} +```"##, + ), + ( + "aot", + r##"Массив таблиц (использование: `--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"Встроенная таблица, эквивалентна более компактной стандартной таблице"##, + ), + ( + "concat-key", + r##"Ввод key по частям, результат будет автоматически объединен без использования "." в качестве разделителя"##, + ), + ], + } } /// Language ID: ru; @@ -18524,36 +21920,32 @@ pub(super) const fn get_ru_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_ru_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"Ниже приведен вывод stderr. При перенаправлении вывода для скрипта автодополнения вы должны использовать `>/путь/к/файлу`, а не `2>/путь/к/файлу`."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"Ниже приведен вывод stderr. При перенаправлении вывода для скрипта автодополнения вы должны использовать `>/путь/к/файлу`, а не `2>/путь/к/файлу`."##, + )], + } } /// ru: русский, кириллица, Россия pub(super) const fn get_ru_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_ru_map_args), - ("conv_md", get_ru_map_conv_md), - ("parser", get_ru_map_parser), - ("opt_md", get_ru_map_opt_md), - ("args_md", get_ru_map_args_md), - ("opt", get_ru_map_opt), - ("log-core", get_ru_map_log_core), - ("conv", get_ru_map_conv), - ("theme", get_ru_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_ru_map_args), + ("conv_md", get_ru_map_conv_md), + ("parser", get_ru_map_parser), + ("opt_md", get_ru_map_opt_md), + ("args_md", get_ru_map_args_md), + ("opt", get_ru_map_opt), + ("log-core", get_ru_map_log_core), + ("conv", get_ru_map_conv), + ("theme", get_ru_map_theme), + ], + } } /// Language ID: sd; @@ -18569,20 +21961,17 @@ pub(super) const fn get_ru_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sd_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ڊيبگ"##), - ("warn", r##"ڊي warn اريندڙ"##), - ("info", r##"info اڻ"##), - ("error", r##"غلطي"##), - ("trace", r##"نشان"##), - ("init-logger", r##"لوگر شروع ڪرڻ ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ڊيبگ"##), + ("warn", r##"ڊي warn اريندڙ"##), + ("info", r##"info اڻ"##), + ("error", r##"غلطي"##), + ("trace", r##"نشان"##), + ("init-logger", r##"لوگر شروع ڪرڻ ..."##), + ], + } } /// Language ID: sd; @@ -18598,28 +21987,22 @@ pub(super) const fn get_sd_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_sd_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"غلط موضوع جو نالو"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"غلط موضوع جو نالو"##)], + } } /// sd: سنڌي, عربي, پاڪستان pub(super) const fn get_sd_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_sd_map_log_core), - ("theme", get_sd_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_sd_map_log_core), + ("theme", get_sd_map_theme), + ], + } } /// Language ID: si; @@ -18635,20 +22018,17 @@ pub(super) const fn get_sd_map() -> SubLocaleMap { /// ``` pub(super) const fn get_si_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"නිදොස් කිරීම"##), - ("warn", r##"අනතුරු ඇඟවීම"##), - ("info", r##"තොරතුරු"##), - ("error", r##"දෝෂයකි"##), - ("trace", r##"හෝඩුවාව"##), - ("init-logger", r##"ලොගර් ආරම්භ කිරීම ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"නිදොස් කිරීම"##), + ("warn", r##"අනතුරු ඇඟවීම"##), + ("info", r##"තොරතුරු"##), + ("error", r##"දෝෂයකි"##), + ("trace", r##"හෝඩුවාව"##), + ("init-logger", r##"ලොගර් ආරම්භ කිරීම ..."##), + ], + } } /// Language ID: si; @@ -18664,28 +22044,22 @@ pub(super) const fn get_si_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_si_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"වලංගු නොවන තේමා නම"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"වලංගු නොවන තේමා නම"##)], + } } /// si: සිංහල, සිංහල, ශ්‍රී ලංකාව pub(super) const fn get_si_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_si_map_log_core), - ("theme", get_si_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_si_map_log_core), + ("theme", get_si_map_theme), + ], + } } /// Language ID: sk; @@ -18701,20 +22075,17 @@ pub(super) const fn get_si_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sk_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ladenie"##), - ("warn", r##"varovať"##), - ("info", r##"Informácie"##), - ("error", r##"chyba"##), - ("trace", r##"stopa"##), - ("init-logger", r##"Inicializácia Loggeru ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ladenie"##), + ("warn", r##"varovať"##), + ("info", r##"Informácie"##), + ("error", r##"chyba"##), + ("trace", r##"stopa"##), + ("init-logger", r##"Inicializácia Loggeru ..."##), + ], + } } /// Language ID: sk; @@ -18730,28 +22101,22 @@ pub(super) const fn get_sk_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_sk_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Neplatný názov témy"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Neplatný názov témy"##)], + } } /// sk: slovenčina, latinka, Slovensko pub(super) const fn get_sk_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_sk_map_log_core), - ("theme", get_sk_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_sk_map_log_core), + ("theme", get_sk_map_theme), + ], + } } /// Language ID: sl; @@ -18767,20 +22132,17 @@ pub(super) const fn get_sk_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sl_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"odpravljanje napak"##), - ("warn", r##"Opozori"##), - ("info", r##"informacije"##), - ("error", r##"Napaka"##), - ("trace", r##"Trace"##), - ("init-logger", r##"Inicializacija zapisovanja ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"odpravljanje napak"##), + ("warn", r##"Opozori"##), + ("info", r##"informacije"##), + ("error", r##"Napaka"##), + ("trace", r##"Trace"##), + ("init-logger", r##"Inicializacija zapisovanja ..."##), + ], + } } /// Language ID: sl; @@ -18796,28 +22158,22 @@ pub(super) const fn get_sl_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_sl_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Neveljavno ime teme"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Neveljavno ime teme"##)], + } } /// sl: slovenščina, latinica, Slovenija pub(super) const fn get_sl_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_sl_map_log_core), - ("theme", get_sl_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_sl_map_log_core), + ("theme", get_sl_map_theme), + ], + } } /// Language ID: sm; @@ -18832,20 +22188,17 @@ pub(super) const fn get_sl_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sm_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"lapatai"##), - ("info", r##"faʻamatalaga"##), - ("error", r##"sese"##), - ("trace", r##"trace"##), - ("init-logger", r##"Amataga i le Logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"lapatai"##), + ("info", r##"faʻamatalaga"##), + ("error", r##"sese"##), + ("trace", r##"trace"##), + ("init-logger", r##"Amataga i le Logger ..."##), + ], + } } /// Language ID: sm; @@ -18860,28 +22213,22 @@ pub(super) const fn get_sm_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_sm_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Le aoga le igoa autu"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Le aoga le igoa autu"##)], + } } /// sm: sm-Latn-WS pub(super) const fn get_sm_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_sm_map_log_core), - ("theme", get_sm_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_sm_map_log_core), + ("theme", get_sm_map_theme), + ], + } } /// Language ID: sn; @@ -18897,20 +22244,17 @@ pub(super) const fn get_sm_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sn_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"Inyambira"##), - ("info", r##"info"##), - ("error", r##"kukanganisa"##), - ("trace", r##"trace"##), - ("init-logger", r##"Kutanga logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"Inyambira"##), + ("info", r##"info"##), + ("error", r##"kukanganisa"##), + ("trace", r##"trace"##), + ("init-logger", r##"Kutanga logger ..."##), + ], + } } /// Language ID: sn; @@ -18926,28 +22270,22 @@ pub(super) const fn get_sn_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_sn_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Izita risingabvumirwe zita"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Izita risingabvumirwe zita"##)], + } } /// sn: chiShona, Latn, Zimbabwe pub(super) const fn get_sn_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_sn_map_log_core), - ("theme", get_sn_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_sn_map_log_core), + ("theme", get_sn_map_theme), + ], + } } /// Language ID: so; @@ -18963,20 +22301,17 @@ pub(super) const fn get_sn_map() -> SubLocaleMap { /// ``` pub(super) const fn get_so_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Bax"##), - ("warn", r##"Dig"##), - ("info", r##"Macluumaadka"##), - ("error", r##"qaladka"##), - ("trace", r##"raad raac"##), - ("init-logger", r##"Bilowga Logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Bax"##), + ("warn", r##"Dig"##), + ("info", r##"Macluumaadka"##), + ("error", r##"qaladka"##), + ("trace", r##"raad raac"##), + ("init-logger", r##"Bilowga Logger ..."##), + ], + } } /// Language ID: so; @@ -18992,14 +22327,10 @@ pub(super) const fn get_so_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_so_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Magaca mawduuca khaldan"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Magaca mawduuca khaldan"##)], + } } /// Language ID: so; @@ -19015,31 +22346,53 @@ pub(super) const fn get_so_map_theme() -> L10nMap { /// ``` pub(super) const fn get_so_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"faylka cradka ee xogta la shaqeeyay, waxaad sidoo kale u baahan tahay inaad ku taliso magaca muhimka."##), - ("shell-completion", r##"Laga bilaabo shell-ga ah oo ku shaqeeya xaqiijinta"##), - ("theme-file-help", r##"Qaababka faylasha ee la gudbiyay wuxuu ah in uu ka kooban yahay xogta dhabta ah ee bin kale la shaqeeyay. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"faylka cradka ee xogta la shaqeeyay, waxaad sidoo kale u baahan tahay inaad ku taliso magaca muhimka."##, + ), + ( + "shell-completion", + r##"Laga bilaabo shell-ga ah oo ku shaqeeya xaqiijinta"##, + ), + ( + "theme-file-help", + r##"Qaababka faylasha ee la gudbiyay wuxuu ah in uu ka kooban yahay xogta dhabta ah ee bin kale la shaqeeyay. Dhammaadka ah, midigtaas waa mid ka mid ah main menu-ka **sublime**. -Haddii aadan adeegsan `--tf`, waxaa loo akhriyaa macluumaadkan `$TOMLYRE_THEME_FILE` ee milieu gaar ah."##), - ("from-format", r##"Qiimaha dhawrka soo dirka ah ee faylka asaliga ah ( waxaa loo baahan yahay in loo adeegsado qaabka sii soconaya)"##), - ("disable-theme-background", r##"Aan u diiwaan gelin magaca muhimka ah (asal ahaan loo isticmaalayo; haddii `--dis-theme-bg` laga soo saaray, marka la diiwaan geliyo)."##), - ("theme-uncompressed-file-help", r##"> Faah-faahintii sare ee la samayay faylasha aanay compress geliyay, sideedana xayiraaya sida macluumaadkan lagu bilawdaami karo. -Haddii maqlayo `-tuf`, waxaa loo akhriyaa macluumaadkan `$TOMLYRE_THEME_UNCOMPRESSED_FILE` ee milieu gaar ah."##), - ("disable-theme-background-help", r##"Haddii maqlayo `--dis-theme-bg`, waxaa loo akhriyaa macluumaadkan `$TOMLYRE_THEME_BG` ee milieu gaar ah. +Haddii aadan adeegsan `--tf`, waxaa loo akhriyaa macluumaadkan `$TOMLYRE_THEME_FILE` ee milieu gaar ah."##, + ), + ( + "from-format", + r##"Qiimaha dhawrka soo dirka ah ee faylka asaliga ah ( waxaa loo baahan yahay in loo adeegsado qaabka sii soconaya)"##, + ), + ( + "disable-theme-background", + r##"Aan u diiwaan gelin magaca muhimka ah (asal ahaan loo isticmaalayo; haddii `--dis-theme-bg` laga soo saaray, marka la diiwaan geliyo)."##, + ), + ( + "theme-uncompressed-file-help", + r##"> Faah-faahintii sare ee la samayay faylasha aanay compress geliyay, sideedana xayiraaya sida macluumaadkan lagu bilawdaami karo. +Haddii maqlayo `-tuf`, waxaa loo akhriyaa macluumaadkan `$TOMLYRE_THEME_UNCOMPRESSED_FILE` ee milieu gaar ah."##, + ), + ( + "disable-theme-background-help", + r##"Haddii maqlayo `--dis-theme-bg`, waxaa loo akhriyaa macluumaadkan `$TOMLYRE_THEME_BG` ee milieu gaar ah. Haddii qiimaheeda ka yar yahay midigtaas, wuxuu ku diiwaan gashaa ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Waxaad isticmaali kartaa faylka shaqo u qaadan ee la shaqeeyay, oo kaliya haddii aanay compress geliyay."##), - ("shell-completion-help", r##"Waxaad u baahan tahay inaad soo jeediyaan magaca shell-ga si aad ugu shaqeyso xaqiijinta. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Waxaad isticmaali kartaa faylka shaqo u qaadan ee la shaqeeyay, oo kaliya haddii aanay compress geliyay."##, + ), + ( + "shell-completion-help", + r##"Waxaad u baahan tahay inaad soo jeediyaan magaca shell-ga si aad ugu shaqeyso xaqiijinta. Tusaale sida, powershell ee Windows -ku, waxaad adeegsan kartaa: ```pwsh @@ -19061,18 +22414,27 @@ Si loo talagalay in la adeegsan karo aqoon gaar ah, waxaad ka fiican tahay inaad ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Marka aad ka akhrisan kartid dakhliga stdin-ka, sidaas darteed haddii aadan soo dirin isticmaalaha ama formatka faylka sax ah. -Sida loogu baahan yahay: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Marka aad adeegsato `--ts` kaliya, waxaa loo qoray liiska midigta ah ee qaabka asaliga ah. +```"##, + ), + ( + "from-format-help", + r##"Marka aad ka akhrisan kartid dakhliga stdin-ka, sidaas darteed haddii aadan soo dirin isticmaalaha ama formatka faylka sax ah. +Sida loogu baahan yahay: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Marka aad adeegsato `--ts` kaliya, waxaa loo qoray liiska midigta ah ee qaabka asaliga ah. Isbedelka miisaanka markdown fadlan qaabeel md-ka sidaas darteed waxaa loo baahan yahay magac buuxaan. Sida looga baahan yahay: kaliya1: `--ts md` kaliya2: `--table-style ascii` -Fikirka: Haddii aad u baahan tahay faah-faahin dheeraad ah oo kugu caawiyey ama waxaad rabtaa wax khatar ah oo kale, fadlan dib u eeg arrimaha sare. "##), - ("table-style", r##"Soo jeedinta qaabka miisaanka"##), - ("theme-help", r##"Marka ay ka isticmaalaan paramada `-t` oo kaliya, waxaa loo qoray liiska ardayda hadda jira ee midigta ah. +Fikirka: Haddii aad u baahan tahay faah-faahin dheeraad ah oo kugu caawiyey ama waxaad rabtaa wax khatar ah oo kale, fadlan dib u eeg arrimaha sare. "##, + ), + ("table-style", r##"Soo jeedinta qaabka miisaanka"##), + ( + "theme-help", + r##"Marka ay ka isticmaalaan paramada `-t` oo kaliya, waxaa loo qoray liiska ardayda hadda jira ee midigta ah. Haddii magacaagana aan lagu talin faylka ah, waxaad adeegsataa collection-ka asaliga ah. Haddii liiska jira xulasho **ayu-dark**, marka aad doonto `-t ayu-dark`, waxaad adeegsataa midigtaas. Haddii magaca luuqada ku jiro meelaha, fadlan adeegsada dabin ama naagtan. @@ -19098,10 +22460,11 @@ tomlyre -t "Monokai Extended" get test.toml Haddii aadan adeegsan `-t` oo kaliya, waxaa loo akhriyaa macluumaadkan milieu-goobta ah. Haddii milieu-gaalka aan waxba ka jirin, waxaad adeegsataa **Monokai Extended**. Tusaaleeyaha ka hor adeegsiga `conv/get/set` iyo calaamado kale oo la sameeyey, magac muhimka ee `-t` wuxuu awood u leh > magaca milieu-gaalka. -Marka aan la adeegsan `-t`, waxaan akhriyaa milieu-gaalkan; haddii milieu-gaalku aanay mid ahayn, waxaad adeegsataa **Monokai Extended**."##), - ("theme", r##"Magaca muhimka ee syntax-highlighting-ka"##), - ], -} +Marka aan la adeegsan `-t`, waxaan akhriyaa milieu-gaalkan; haddii milieu-gaalku aanay mid ahayn, waxaad adeegsataa **Monokai Extended**."##, + ), + ("theme", r##"Magaca muhimka ee syntax-highlighting-ka"##), + ], + } } /// Language ID: so; @@ -19109,31 +22472,53 @@ Marka aan la adeegsan `-t`, waxaan akhriyaa milieu-gaalkan; haddii milieu-gaalku /// Description: Soomaali, Laatiin, Soomaaliya; pub(super) const fn get_so_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"faylka cradka ee xogta la shaqeeyay, waxaad sidoo kale u baahan tahay inaad ku taliso magaca muhimka."##), - ("shell-completion", r##"Laga bilaabo shell-ga ah oo ku shaqeeya xaqiijinta"##), - ("theme-file-help", r##"Qaababka faylasha ee la gudbiyay wuxuu ah in uu ka kooban yahay xogta dhabta ah ee bin kale la shaqeeyay.  + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"faylka cradka ee xogta la shaqeeyay, waxaad sidoo kale u baahan tahay inaad ku taliso magaca muhimka."##, + ), + ( + "shell-completion", + r##"Laga bilaabo shell-ga ah oo ku shaqeeya xaqiijinta"##, + ), + ( + "theme-file-help", + r##"Qaababka faylasha ee la gudbiyay wuxuu ah in uu ka kooban yahay xogta dhabta ah ee bin kale la shaqeeyay.  Dhammaadka ah, midigtaas waa mid ka mid ah main menu-ka **sublime**. -Haddii aadan adeegsan `--tf`, waxaa loo akhriyaa macluumaadkan `$TOMLYRE_THEME_FILE` ee milieu gaar ah."##), - ("from-format", r##"Qiimaha dhawrka soo dirka ah ee faylka asaliga ah ( waxaa loo baahan yahay in loo adeegsado qaabka sii soconaya)"##), - ("disable-theme-background", r##"Aan u diiwaan gelin magaca muhimka ah (asal ahaan loo isticmaalayo; haddii `--dis-theme-bg` laga soo saaray, marka la diiwaan geliyo)."##), - ("theme-uncompressed-file-help", r##"> Faah-faahintii sare ee la samayay faylasha aanay compress geliyay, sideedana xayiraaya sida macluumaadkan lagu bilawdaami karo. -Haddii maqlayo `-tuf`, waxaa loo akhriyaa macluumaadkan `$TOMLYRE_THEME_UNCOMPRESSED_FILE` ee milieu gaar ah."##), - ("disable-theme-background-help", r##"Haddii maqlayo `--dis-theme-bg`, waxaa loo akhriyaa macluumaadkan `$TOMLYRE_THEME_BG` ee milieu gaar ah. +Haddii aadan adeegsan `--tf`, waxaa loo akhriyaa macluumaadkan `$TOMLYRE_THEME_FILE` ee milieu gaar ah."##, + ), + ( + "from-format", + r##"Qiimaha dhawrka soo dirka ah ee faylka asaliga ah ( waxaa loo baahan yahay in loo adeegsado qaabka sii soconaya)"##, + ), + ( + "disable-theme-background", + r##"Aan u diiwaan gelin magaca muhimka ah (asal ahaan loo isticmaalayo; haddii `--dis-theme-bg` laga soo saaray, marka la diiwaan geliyo)."##, + ), + ( + "theme-uncompressed-file-help", + r##"> Faah-faahintii sare ee la samayay faylasha aanay compress geliyay, sideedana xayiraaya sida macluumaadkan lagu bilawdaami karo. +Haddii maqlayo `-tuf`, waxaa loo akhriyaa macluumaadkan `$TOMLYRE_THEME_UNCOMPRESSED_FILE` ee milieu gaar ah."##, + ), + ( + "disable-theme-background-help", + r##"Haddii maqlayo `--dis-theme-bg`, waxaa loo akhriyaa macluumaadkan `$TOMLYRE_THEME_BG` ee milieu gaar ah.  Haddii qiimaheeda ka yar yahay midigtaas, wuxuu ku diiwaan gashaa  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"Waxaad isticmaali kartaa faylka shaqo u qaadan ee la shaqeeyay, oo kaliya haddii aanay compress geliyay."##), - ("shell-completion-help", r##"Waxaad u baahan tahay inaad soo jeediyaan magaca shell-ga si aad ugu shaqeyso xaqiijinta. +```"##, + ), + ( + "theme-uncompressed-file", + r##"Waxaad isticmaali kartaa faylka shaqo u qaadan ee la shaqeeyay, oo kaliya haddii aanay compress geliyay."##, + ), + ( + "shell-completion-help", + r##"Waxaad u baahan tahay inaad soo jeediyaan magaca shell-ga si aad ugu shaqeyso xaqiijinta. Tusaale sida, powershell ee Windows -ku, waxaad adeegsan kartaa:  ```pwsh @@ -19155,18 +22540,30 @@ pub(super) const fn get_so_map_args_md() -> L10nMap {  ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Marka aad ka akhrisan kartid dakhliga stdin-ka, sidaas darteed haddii aadan soo dirin isticmaalaha ama formatka faylka sax ah. -Sida loogu baahan yahay: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Marka aad adeegsato `--ts` kaliya, waxaa loo qoray liiska midigta ah ee qaabka asaliga ah. +```"##, + ), + ( + "from-format-help", + r##"Marka aad ka akhrisan kartid dakhliga stdin-ka, sidaas darteed haddii aadan soo dirin isticmaalaha ama formatka faylka sax ah. +Sida loogu baahan yahay: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Marka aad adeegsato `--ts` kaliya, waxaa loo qoray liiska midigta ah ee qaabka asaliga ah. Isbedelka miisaanka markdown fadlan qaabeel md-ka sidaas darteed waxaa loo baahan yahay magac buuxaan. Sida looga baahan yahay: kaliya1: `--ts md` kaliya2: `--table-style ascii`  -Fikirka: Haddii aad u baahan tahay faah-faahin dheeraad ah oo kugu caawiyey ama waxaad rabtaa wax khatar ah oo kale, fadlan dib u eeg arrimaha sare. "##), - ("table-style", r##"Soo jeedinta qaabka miisaanka"##), - ("theme-help", r##"Marka ay ka isticmaalaan paramada `-t` oo kaliya, waxaa loo qoray liiska ardayda hadda jira ee midigta ah. +Fikirka: Haddii aad u baahan tahay faah-faahin dheeraad ah oo kugu caawiyey ama waxaad rabtaa wax khatar ah oo kale, fadlan dib u eeg arrimaha sare. "##, + ), + ( + "table-style", + r##"Soo jeedinta qaabka miisaanka"##, + ), + ( + "theme-help", + r##"Marka ay ka isticmaalaan paramada `-t` oo kaliya, waxaa loo qoray liiska ardayda hadda jira ee midigta ah. Haddii magacaagana aan lagu talin faylka ah, waxaad adeegsataa collection-ka asaliga ah. Haddii liiska jira xulasho **ayu-dark**, marka aad doonto `-t ayu-dark`, waxaad adeegsataa midigtaas. Haddii magaca luuqada ku jiro meelaha, fadlan adeegsada dabin ama naagtan.  @@ -19192,10 +22589,14 @@ pub(super) const fn get_so_map_args_md() -> L10nMap { Haddii aadan adeegsan `-t` oo kaliya, waxaa loo akhriyaa macluumaadkan milieu-goobta ah. Haddii milieu-gaalka aan waxba ka jirin, waxaad adeegsataa **Monokai Extended**.  Tusaaleeyaha ka hor adeegsiga `conv/get/set` iyo calaamado kale oo la sameeyey, magac muhimka ee `-t` wuxuu awood u leh > magaca milieu-gaalka.  -Marka aan la adeegsan `-t`, waxaan akhriyaa milieu-gaalkan; haddii milieu-gaalku aanay mid ahayn, waxaad adeegsataa **Monokai Extended**."##), - ("theme", r##"Magaca muhimka ee syntax-highlighting-ka"##), - ], -} +Marka aan la adeegsan `-t`, waxaan akhriyaa milieu-gaalkan; haddii milieu-gaalku aanay mid ahayn, waxaad adeegsataa **Monokai Extended**."##, + ), + ( + "theme", + r##"Magaca muhimka ee syntax-highlighting-ka"##, + ), + ], + } } /// Language ID: so; @@ -19211,16 +22612,25 @@ pub(super) const fn get_so_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_so_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Toml, yamal, json iyo ron waxay u shaqeynayaan foomaatada qoraalka"##), - ("from", r##"Faylka soo socda la sheeg"##), - ("conv-to", r##"Foomka/faylka soo saarida ee la shaqeeya, oo ka taageero badan"##), - ("save", r##"Marka la adeegsan yahay, faylka ayuu ku kaydsan doonaa `--to` wax ka beddelka."##), - ("conv-to-help", r##"Haddii horey loo heli karo **test.json** faylka hadda jira, marka aad qabto `conv test.json -t yml`, waxaad u shaqeyn kartaa yml (yaml) foomka, + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Toml, yamal, json iyo ron waxay u shaqeynayaan foomaatada qoraalka"##, + ), + ("from", r##"Faylka soo socda la sheeg"##), + ( + "conv-to", + r##"Foomka/faylka soo saarida ee la shaqeeya, oo ka taageero badan"##, + ), + ( + "save", + r##"Marka la adeegsan yahay, faylka ayuu ku kaydsan doonaa `--to` wax ka beddelka."##, + ), + ( + "conv-to-help", + r##"Haddii horey loo heli karo **test.json** faylka hadda jira, marka aad qabto `conv test.json -t yml`, waxaad u shaqeyn kartaa yml (yaml) foomka, oo aad kaladuwan isaga sugi kartaa faylka: `conv test.json -t /tmp/test.yml` Foomkaha ayaa la doonayo qaababka ku xeeran ee adeegsigaan, sidaas darteed ma waxaad iloobi kartaa dhammaan dhinaca xogta. @@ -19233,9 +22643,10 @@ Foomkaha ayaa la doonayo qaababka ku xeeran ee adeegsigaan, sidaas darteed ma wa Haddii aadan u baahan inaad adeegsato talaabooyinkaas, fadlan adeegsada file fudud (maahi folder) sida `-t /tmp/xx.toml`, ama `-t /tmp/`. - 2. Marka aadan adeegsan `--save`, faylka la shaqeeyo qaybinta ma noqon doono. - 3. Marka aadan adeegsan `--save`, ma haayo faylka soo socda iyo ee lacagta uga yar ee la shaqeeyaa. -- 4. Foomkan la shaqeeyaa kaliya, muhiimada xogta laga saaro mayno."##), - ], -} +- 4. Foomkan la shaqeeyaa kaliya, muhiimada xogta laga saaro mayno."##, + ), + ], + } } /// Language ID: so; @@ -19243,16 +22654,28 @@ Foomkaha ayaa la doonayo qaababka ku xeeran ee adeegsigaan, sidaas darteed ma wa /// Description: Soomaali, Laatiin, Soomaaliya; pub(super) const fn get_so_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"Toml, yamal, json iyo ron waxay u shaqeynayaan foomaatada qoraalka"##), - ("from", r##"Faylka soo socda la sheeg"##), - ("conv-to", r##"Foomka/faylka soo saarida ee la shaqeeya, oo ka taageero badan"##), - ("save", r##"Marka la adeegsan yahay, faylka ayuu ku kaydsan doonaa `--to` wax ka beddelka."##), - ("conv-to-help", r##"Haddii horey loo heli karo **test.json** faylka hadda jira, marka aad qabto `conv test.json -t yml`, waxaad u shaqeyn kartaa yml (yaml) foomka, + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"Toml, yamal, json iyo ron waxay u shaqeynayaan foomaatada qoraalka"##, + ), + ( + "from", + r##"Faylka soo socda la sheeg"##, + ), + ( + "conv-to", + r##"Foomka/faylka soo saarida ee la shaqeeya, oo ka taageero badan"##, + ), + ( + "save", + r##"Marka la adeegsan yahay, faylka ayuu ku kaydsan doonaa `--to` wax ka beddelka."##, + ), + ( + "conv-to-help", + r##"Haddii horey loo heli karo **test.json** faylka hadda jira, marka aad qabto `conv test.json -t yml`, waxaad u shaqeyn kartaa yml (yaml) foomka, oo aad kaladuwan isaga sugi kartaa faylka: `conv test.json -t /tmp/test.yml`  Foomkaha ayaa la doonayo qaababka ku xeeran ee adeegsigaan, sidaas darteed ma waxaad iloobi kartaa dhammaan dhinaca xogta. @@ -19265,28 +22688,26 @@ pub(super) const fn get_so_map_conv_md() -> L10nMap {  Haddii aadan u baahan inaad adeegsato talaabooyinkaas, fadlan adeegsada file fudud (maahi folder) sida `-t /tmp/xx.toml`, ama `-t /tmp/`. - 2. Marka aadan adeegsan `--save`, faylka la shaqeeyo qaybinta ma noqon doono. - 3. Marka aadan adeegsan `--save`, ma haayo faylka soo socda iyo ee lacagta uga yar ee la shaqeeyaa. -- 4. Foomkan la shaqeeyaa kaliya, muhiimada xogta laga saaro mayno."##), - ], -} +- 4. Foomkan la shaqeeyaa kaliya, muhiimada xogta laga saaro mayno."##, + ), + ], + } } /// so: Soomaali, Laatiin, Soomaaliya pub(super) const fn get_so_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - (4, 2), - ], - entries: &[ - ("conv", get_so_map_conv), - ("log-core", get_so_map_log_core), - ("conv_md", get_so_map_conv_md), - ("theme", get_so_map_theme), - ("args", get_so_map_args), - ("args_md", get_so_map_args_md), - ], -} + key: 12913932095322966823, + disps: &[(0, 0), (4, 2)], + entries: &[ + ("conv", get_so_map_conv), + ("log-core", get_so_map_log_core), + ("conv_md", get_so_map_conv_md), + ("theme", get_so_map_theme), + ("args", get_so_map_args), + ("args_md", get_so_map_args_md), + ], + } } /// Language ID: sq; @@ -19302,20 +22723,17 @@ pub(super) const fn get_so_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sq_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debugimi"##), - ("warn", r##"Paralajmëroni"##), - ("info", r##"Informacioni"##), - ("error", r##"Gabim"##), - ("trace", r##"Gjurmë"##), - ("init-logger", r##"Inicializimi i loggerit ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debugimi"##), + ("warn", r##"Paralajmëroni"##), + ("info", r##"Informacioni"##), + ("error", r##"Gabim"##), + ("trace", r##"Gjurmë"##), + ("init-logger", r##"Inicializimi i loggerit ..."##), + ], + } } /// Language ID: sq; @@ -19331,28 +22749,22 @@ pub(super) const fn get_sq_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_sq_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Emri i pavlefshëm i temës"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Emri i pavlefshëm i temës"##)], + } } /// sq: shqip, latin, Shqipëri pub(super) const fn get_sq_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_sq_map_log_core), - ("theme", get_sq_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_sq_map_log_core), + ("theme", get_sq_map_theme), + ], + } } /// Language ID: sr; @@ -19368,20 +22780,17 @@ pub(super) const fn get_sq_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sr_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"уклањање погрешака"##), - ("warn", r##"упозорите"##), - ("info", r##"Информације о"##), - ("error", r##"Грешка"##), - ("trace", r##"траг"##), - ("init-logger", r##"Иницијализација логгер ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"уклањање погрешака"##), + ("warn", r##"упозорите"##), + ("info", r##"Информације о"##), + ("error", r##"Грешка"##), + ("trace", r##"траг"##), + ("init-logger", r##"Иницијализација логгер ..."##), + ], + } } /// Language ID: sr; @@ -19397,28 +22806,22 @@ pub(super) const fn get_sr_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_sr_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Неважеће име теме"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Неважеће име теме"##)], + } } /// sr: српски, ћирилица, Србија pub(super) const fn get_sr_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_sr_map_log_core), - ("theme", get_sr_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_sr_map_log_core), + ("theme", get_sr_map_theme), + ], + } } /// Language ID: st; @@ -19433,20 +22836,17 @@ pub(super) const fn get_sr_map() -> SubLocaleMap { /// ``` pub(super) const fn get_st_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"warn"##), - ("info", r##"Info"##), - ("error", r##"phoso"##), - ("trace", r##"trace"##), - ("init-logger", r##"Ho qala ka mokopu ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"warn"##), + ("info", r##"Info"##), + ("error", r##"phoso"##), + ("trace", r##"trace"##), + ("init-logger", r##"Ho qala ka mokopu ..."##), + ], + } } /// Language ID: st; @@ -19461,28 +22861,22 @@ pub(super) const fn get_st_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_st_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Lebitso la sehlooho la sehlooho"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Lebitso la sehlooho la sehlooho"##)], + } } /// st: st-Latn-ZA pub(super) const fn get_st_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_st_map_log_core), - ("theme", get_st_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_st_map_log_core), + ("theme", get_st_map_theme), + ], + } } /// Language ID: su; @@ -19498,20 +22892,17 @@ pub(super) const fn get_st_map() -> SubLocaleMap { /// ``` pub(super) const fn get_su_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"debug"##), - ("warn", r##"ngingetkeun"##), - ("info", r##"info"##), - ("error", r##"Kasalahan"##), - ("trace", r##"Renal"##), - ("init-logger", r##"NAMPANGKEUN"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"debug"##), + ("warn", r##"ngingetkeun"##), + ("info", r##"info"##), + ("error", r##"Kasalahan"##), + ("trace", r##"Renal"##), + ("init-logger", r##"NAMPANGKEUN"##), + ], + } } /// Language ID: su; @@ -19527,28 +22918,22 @@ pub(super) const fn get_su_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_su_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Ngaran tema henteu leres"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Ngaran tema henteu leres"##)], + } } /// su: Basa Sunda, Latin, Indonesia pub(super) const fn get_su_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_su_map_log_core), - ("theme", get_su_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_su_map_log_core), + ("theme", get_su_map_theme), + ], + } } /// Language ID: sv; @@ -19564,20 +22949,17 @@ pub(super) const fn get_su_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sv_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"felsökning"##), - ("warn", r##"varna"##), - ("info", r##"info"##), - ("error", r##"fel"##), - ("trace", r##"spår"##), - ("init-logger", r##"Initialisering av logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"felsökning"##), + ("warn", r##"varna"##), + ("info", r##"info"##), + ("error", r##"fel"##), + ("trace", r##"spår"##), + ("init-logger", r##"Initialisering av logger ..."##), + ], + } } /// Language ID: sv; @@ -19593,28 +22975,22 @@ pub(super) const fn get_sv_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_sv_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Ogiltigt temamamn"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Ogiltigt temamamn"##)], + } } /// sv: svenska, latinska, Sverige pub(super) const fn get_sv_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_sv_map_log_core), - ("theme", get_sv_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_sv_map_log_core), + ("theme", get_sv_map_theme), + ], + } } /// Language ID: sw; @@ -19630,20 +23006,17 @@ pub(super) const fn get_sv_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sw_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"Onyo"##), - ("info", r##"Maelezo"##), - ("error", r##"kosa"##), - ("trace", r##"kufuatilia"##), - ("init-logger", r##"Kuanzisha Logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"Onyo"##), + ("info", r##"Maelezo"##), + ("error", r##"kosa"##), + ("trace", r##"kufuatilia"##), + ("init-logger", r##"Kuanzisha Logger ..."##), + ], + } } /// Language ID: sw; @@ -19659,28 +23032,22 @@ pub(super) const fn get_sw_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_sw_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Jina batili la mandhari"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Jina batili la mandhari"##)], + } } /// sw: Kiswahili, Kilatini, Tanzania pub(super) const fn get_sw_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_sw_map_log_core), - ("theme", get_sw_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_sw_map_log_core), + ("theme", get_sw_map_theme), + ], + } } /// Language ID: ta; @@ -19696,20 +23063,17 @@ pub(super) const fn get_sw_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ta_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"பிழைத்திருத்தம்"##), - ("warn", r##"எச்சரிக்கை"##), - ("info", r##"தகவல்"##), - ("error", r##"பிழை"##), - ("trace", r##"சுவடு"##), - ("init-logger", r##"லாகரைத் தொடங்குதல் ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"பிழைத்திருத்தம்"##), + ("warn", r##"எச்சரிக்கை"##), + ("info", r##"தகவல்"##), + ("error", r##"பிழை"##), + ("trace", r##"சுவடு"##), + ("init-logger", r##"லாகரைத் தொடங்குதல் ..."##), + ], + } } /// Language ID: ta; @@ -19725,28 +23089,22 @@ pub(super) const fn get_ta_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ta_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"தவறான தீம் பெயர்"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"தவறான தீம் பெயர்"##)], + } } /// ta: தமிழ், தமிழ், இந்தியா pub(super) const fn get_ta_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ta_map_log_core), - ("theme", get_ta_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ta_map_log_core), + ("theme", get_ta_map_theme), + ], + } } /// Language ID: te; @@ -19762,20 +23120,17 @@ pub(super) const fn get_ta_map() -> SubLocaleMap { /// ``` pub(super) const fn get_te_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"డీబగ్"##), - ("warn", r##"హెచ్చరించండి"##), - ("info", r##"సమాచారం"##), - ("error", r##"లోపం"##), - ("trace", r##"ట్రేస్"##), - ("init-logger", r##"లాగర్ ప్రారంభించడం ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"డీబగ్"##), + ("warn", r##"హెచ్చరించండి"##), + ("info", r##"సమాచారం"##), + ("error", r##"లోపం"##), + ("trace", r##"ట్రేస్"##), + ("init-logger", r##"లాగర్ ప్రారంభించడం ..."##), + ], + } } /// Language ID: te; @@ -19791,28 +23146,22 @@ pub(super) const fn get_te_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_te_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"చెల్లని థీమ్ పేరు"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"చెల్లని థీమ్ పేరు"##)], + } } /// te: తెలుగు, తెలుగు, భారతదేశం pub(super) const fn get_te_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_te_map_log_core), - ("theme", get_te_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_te_map_log_core), + ("theme", get_te_map_theme), + ], + } } /// Language ID: tg; @@ -19828,20 +23177,17 @@ pub(super) const fn get_te_map() -> SubLocaleMap { /// ``` pub(super) const fn get_tg_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"Огоҳӣ"##), - ("info", r##"Маълумот"##), - ("error", r##"Хатогӣ"##), - ("trace", r##"Пай"##), - ("init-logger", r##"Оғози система ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"Огоҳӣ"##), + ("info", r##"Маълумот"##), + ("error", r##"Хатогӣ"##), + ("trace", r##"Пай"##), + ("init-logger", r##"Оғози система ..."##), + ], + } } /// Language ID: tg; @@ -19857,28 +23203,22 @@ pub(super) const fn get_tg_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_tg_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Номи мавзӯи беэътибор"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Номи мавзӯи беэътибор"##)], + } } /// tg: тоҷикӣ, Кириллӣ, Тоҷикистон pub(super) const fn get_tg_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_tg_map_log_core), - ("theme", get_tg_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_tg_map_log_core), + ("theme", get_tg_map_theme), + ], + } } /// Language ID: th; @@ -19894,20 +23234,17 @@ pub(super) const fn get_tg_map() -> SubLocaleMap { /// ``` pub(super) const fn get_th_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"การดีบัก"##), - ("warn", r##"เตือน"##), - ("info", r##"ข้อมูล"##), - ("error", r##"ข้อผิดพลาด"##), - ("trace", r##"การติดตาม"##), - ("init-logger", r##"เริ่มต้น Logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"การดีบัก"##), + ("warn", r##"เตือน"##), + ("info", r##"ข้อมูล"##), + ("error", r##"ข้อผิดพลาด"##), + ("trace", r##"การติดตาม"##), + ("init-logger", r##"เริ่มต้น Logger ..."##), + ], + } } /// Language ID: th; @@ -19923,28 +23260,22 @@ pub(super) const fn get_th_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_th_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"ชื่อธีมไม่ถูกต้อง"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"ชื่อธีมไม่ถูกต้อง"##)], + } } /// th: ไทย, ไทย, ไทย pub(super) const fn get_th_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_th_map_log_core), - ("theme", get_th_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_th_map_log_core), + ("theme", get_th_map_theme), + ], + } } /// Language ID: tr; @@ -19960,20 +23291,17 @@ pub(super) const fn get_th_map() -> SubLocaleMap { /// ``` pub(super) const fn get_tr_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Hata ayıklama"##), - ("warn", r##"Uyar"##), - ("info", r##"Bilgi"##), - ("error", r##"Hatası"##), - ("trace", r##"İzleme"##), - ("init-logger", r##"Logger'ı başlatma ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Hata ayıklama"##), + ("warn", r##"Uyar"##), + ("info", r##"Bilgi"##), + ("error", r##"Hatası"##), + ("trace", r##"İzleme"##), + ("init-logger", r##"Logger'ı başlatma ..."##), + ], + } } /// Language ID: tr; @@ -19989,14 +23317,10 @@ pub(super) const fn get_tr_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_tr_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Geçersiz Tema Adı"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Geçersiz Tema Adı"##)], + } } /// Language ID: tr; @@ -20012,33 +23336,55 @@ pub(super) const fn get_tr_map_theme() -> L10nMap { /// ``` pub(super) const fn get_tr_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Özel tema dosyasını belirtin, ayrıca `--theme` ile tema adını belirtmeniz gerekir"##), - ("shell-completion", r##"Shell için tamamlama betiği oluşturun"##), - ("theme-file-help", r##"Desteklenen dosya biçimi, rust paketi olan `syntect` tarafından dökülen ikili verilerdir. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Özel tema dosyasını belirtin, ayrıca `--theme` ile tema adını belirtmeniz gerekir"##, + ), + ( + "shell-completion", + r##"Shell için tamamlama betiği oluşturun"##, + ), + ( + "theme-file-help", + r##"Desteklenen dosya biçimi, rust paketi olan `syntect` tarafından dökülen ikili verilerdir. Temelde, bu temalar eski bir sublime temasıdır. -`--tf` belirtilmediyse, `$TOMLYRE_THEME_FILE` ortam değişkeninin değeri okunur."##), - ("from-format", r##"Kaynak dosya biçimini manuel belirtin (varsayılan olarak otomatik tespit edilir)"##), - ("disable-theme-background", r##"Tema arka planını devre dışı bırakın (varsayılan olarak etkin durumdadır, `--dis-theme-bg` kullanıldığında devre dışı bırakılır)"##), - ("theme-uncompressed-file-help", r##"> Sıkıştırılmamış sürüm, sıkıştırılmış sürümden daha yüksek önceliğe sahiptir. - -`--tuf` belirtilmediyse, `$TOMLYRE_THEME_UNCOMPRESSED_FILE` ortam değişkeninin değeri okunur."##), - ("disable-theme-background-help", r##"`--dis-theme-bg` belirtilmediyse, `$TOMLYRE_THEME_BG` ortam değişkeninin değeri okunur. +`--tf` belirtilmediyse, `$TOMLYRE_THEME_FILE` ortam değişkeninin değeri okunur."##, + ), + ( + "from-format", + r##"Kaynak dosya biçimini manuel belirtin (varsayılan olarak otomatik tespit edilir)"##, + ), + ( + "disable-theme-background", + r##"Tema arka planını devre dışı bırakın (varsayılan olarak etkin durumdadır, `--dis-theme-bg` kullanıldığında devre dışı bırakılır)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Sıkıştırılmamış sürüm, sıkıştırılmış sürümden daha yüksek önceliğe sahiptir. + +`--tuf` belirtilmediyse, `$TOMLYRE_THEME_UNCOMPRESSED_FILE` ortam değişkeninin değeri okunur."##, + ), + ( + "disable-theme-background-help", + r##"`--dis-theme-bg` belirtilmediyse, `$TOMLYRE_THEME_BG` ortam değişkeninin değeri okunur. Eğer bu değer false ise devre dışı bırakılacaktır. Örneğin: ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"`theme-file`'a benzer, ancak sıkıştırılmamış dump verileri (dosya) gerektirir"##), - ("shell-completion-help", r##"Tamamlama betiğini oluşturmak için, el ile kabuk adını belirtmeniz gerekir. +```"##, + ), + ( + "theme-uncompressed-file", + r##"`theme-file`'a benzer, ancak sıkıştırılmamış dump verileri (dosya) gerektirir"##, + ), + ( + "shell-completion-help", + r##"Tamamlama betiğini oluşturmak için, el ile kabuk adını belirtmeniz gerekir. Örneğin, Windows'taki PowerShell için şunları kullanabilirsiniz: ```pwsh @@ -20062,18 +23408,27 @@ Root izni kullanmaktan kaçınmak için, kullanıcı alt dizininde bunu yapabili ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Veriler stdin'den okunduğunda, örneğin: `cat a | tomlyre conv -`, ilk önce dosya biçimini otomatik olarak belirlemeye çalışır. +```"##, + ), + ( + "from-format-help", + r##"Veriler stdin'den okunduğunda, örneğin: `cat a | tomlyre conv -`, ilk önce dosya biçimini otomatik olarak belirlemeye çalışır. Ancak, otomatik belirleme başarısız olabilir, bu durumda dosya biçimini manuel olarak belirtmeniz gerekebilir. -Örnek: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Sadece `--ts` parametresi kullanıldığında, dahili stil koleksiyonu listelenir. +Örnek: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Sadece `--ts` parametresi kullanıldığında, dahili stil koleksiyonu listelenir. Markdown hariç diğer stiller için tam isimler gereklidir. Kullanım örneği 1: `--ts md` Kullanım örneği 2: `--table-style ascii` -Not: Şu anda **tablo stili** koleksiyonunu dosyalardan okuyacak şekilde desteklenmiyor. Eğer bu işlevselliğe veya başka ekstra işlevselliklere ihtiyacınız varsa, lütfen geri bildirimde bulunmak için bir konu açın."##), - ("table-style", r##"Tablo stilini belirtin"##), - ("theme-help", r##"Yalnızca `-t` parametresiyle kullanıldığında, mevcut temaların bir listesi verilir. +Not: Şu anda **tablo stili** koleksiyonunu dosyalardan okuyacak şekilde desteklenmiyor. Eğer bu işlevselliğe veya başka ekstra işlevselliklere ihtiyacınız varsa, lütfen geri bildirimde bulunmak için bir konu açın."##, + ), + ("table-style", r##"Tablo stilini belirtin"##), + ( + "theme-help", + r##"Yalnızca `-t` parametresiyle kullanıldığında, mevcut temaların bir listesi verilir. Temalar dosyası belirtilmezse, yerleşik tema koleksiyonu kullanılır. Varsayalım ki **ayu-dark** adında bir tema var, bu temayı kullanmak için `-t ayu-dark` kullanabilirsiniz. Tema adı boşluk içeriyorsa, çift veya tek tırnakla çevreleyin. @@ -20097,10 +23452,14 @@ Komut satırı parametreleri kullanarak örnek: tomlyre -t "Monokai Extended" get test.toml ``` -Manuel olarak çalıştırılan "conv/get/set" gibi ilgili işlemler için çıktı verileri, `-t` ile belirtilen tema önceliklidir. Ortam değişkeninin içeriğine bakılır ve boş ise **Monokai Extended** teması varsayılan olarak kullanılır."##), - ("theme", r##"Sözdizimi vurgusunun kullanılacağı ana temayı belirtin"##), - ], -} +Manuel olarak çalıştırılan "conv/get/set" gibi ilgili işlemler için çıktı verileri, `-t` ile belirtilen tema önceliklidir. Ortam değişkeninin içeriğine bakılır ve boş ise **Monokai Extended** teması varsayılan olarak kullanılır."##, + ), + ( + "theme", + r##"Sözdizimi vurgusunun kullanılacağı ana temayı belirtin"##, + ), + ], + } } /// Language ID: tr; @@ -20108,33 +23467,55 @@ Manuel olarak çalıştırılan "conv/get/set" gibi ilgili işlemler için çık /// Description: Türkçe, Latin, Türkiye; pub(super) const fn get_tr_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"Özel tema dosyasını belirtin, ayrıca `--theme` ile tema adını belirtmeniz gerekir"##), - ("shell-completion", r##"Shell için tamamlama betiği oluşturun"##), - ("theme-file-help", r##"Desteklenen dosya biçimi, rust paketi olan `syntect` tarafından dökülen ikili verilerdir. + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"Özel tema dosyasını belirtin, ayrıca `--theme` ile tema adını belirtmeniz gerekir"##, + ), + ( + "shell-completion", + r##"Shell için tamamlama betiği oluşturun"##, + ), + ( + "theme-file-help", + r##"Desteklenen dosya biçimi, rust paketi olan `syntect` tarafından dökülen ikili verilerdir. Temelde, bu temalar eski bir sublime temasıdır. -`--tf` belirtilmediyse, `$TOMLYRE_THEME_FILE` ortam değişkeninin değeri okunur."##), - ("from-format", r##"Kaynak dosya biçimini manuel belirtin (varsayılan olarak otomatik tespit edilir)"##), - ("disable-theme-background", r##"Tema arka planını devre dışı bırakın (varsayılan olarak etkin durumdadır, `--dis-theme-bg` kullanıldığında devre dışı bırakılır)"##), - ("theme-uncompressed-file-help", r##"> Sıkıştırılmamış sürüm, sıkıştırılmış sürümden daha yüksek önceliğe sahiptir.  - -`--tuf` belirtilmediyse, `$TOMLYRE_THEME_UNCOMPRESSED_FILE` ortam değişkeninin değeri okunur."##), - ("disable-theme-background-help", r##"`--dis-theme-bg` belirtilmediyse, `$TOMLYRE_THEME_BG` ortam değişkeninin değeri okunur. +`--tf` belirtilmediyse, `$TOMLYRE_THEME_FILE` ortam değişkeninin değeri okunur."##, + ), + ( + "from-format", + r##"Kaynak dosya biçimini manuel belirtin (varsayılan olarak otomatik tespit edilir)"##, + ), + ( + "disable-theme-background", + r##"Tema arka planını devre dışı bırakın (varsayılan olarak etkin durumdadır, `--dis-theme-bg` kullanıldığında devre dışı bırakılır)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> Sıkıştırılmamış sürüm, sıkıştırılmış sürümden daha yüksek önceliğe sahiptir.  + +`--tuf` belirtilmediyse, `$TOMLYRE_THEME_UNCOMPRESSED_FILE` ortam değişkeninin değeri okunur."##, + ), + ( + "disable-theme-background-help", + r##"`--dis-theme-bg` belirtilmediyse, `$TOMLYRE_THEME_BG` ortam değişkeninin değeri okunur.  Eğer bu değer false ise devre dışı bırakılacaktır. Örneğin:  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"`theme-file`'a benzer, ancak sıkıştırılmamış dump verileri (dosya) gerektirir"##), - ("shell-completion-help", r##"Tamamlama betiğini oluşturmak için, el ile kabuk adını belirtmeniz gerekir. +```"##, + ), + ( + "theme-uncompressed-file", + r##"`theme-file`'a benzer, ancak sıkıştırılmamış dump verileri (dosya) gerektirir"##, + ), + ( + "shell-completion-help", + r##"Tamamlama betiğini oluşturmak için, el ile kabuk adını belirtmeniz gerekir. Örneğin, Windows'taki PowerShell için şunları kullanabilirsiniz:  ```pwsh @@ -20158,18 +23539,30 @@ pub(super) const fn get_tr_map_args_md() -> L10nMap {  ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"Veriler stdin'den okunduğunda, örneğin: `cat a | tomlyre conv -`, ilk önce dosya biçimini otomatik olarak belirlemeye çalışır. +```"##, + ), + ( + "from-format-help", + r##"Veriler stdin'den okunduğunda, örneğin: `cat a | tomlyre conv -`, ilk önce dosya biçimini otomatik olarak belirlemeye çalışır. Ancak, otomatik belirleme başarısız olabilir, bu durumda dosya biçimini manuel olarak belirtmeniz gerekebilir. -Örnek: `cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"Sadece `--ts` parametresi kullanıldığında, dahili stil koleksiyonu listelenir. +Örnek: `cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"Sadece `--ts` parametresi kullanıldığında, dahili stil koleksiyonu listelenir. Markdown hariç diğer stiller için tam isimler gereklidir. Kullanım örneği 1: `--ts md` Kullanım örneği 2: `--table-style ascii`  -Not: Şu anda **tablo stili** koleksiyonunu dosyalardan okuyacak şekilde desteklenmiyor. Eğer bu işlevselliğe veya başka ekstra işlevselliklere ihtiyacınız varsa, lütfen geri bildirimde bulunmak için bir konu açın."##), - ("table-style", r##"Tablo stilini belirtin"##), - ("theme-help", r##"Yalnızca `-t` parametresiyle kullanıldığında, mevcut temaların bir listesi verilir. +Not: Şu anda **tablo stili** koleksiyonunu dosyalardan okuyacak şekilde desteklenmiyor. Eğer bu işlevselliğe veya başka ekstra işlevselliklere ihtiyacınız varsa, lütfen geri bildirimde bulunmak için bir konu açın."##, + ), + ( + "table-style", + r##"Tablo stilini belirtin"##, + ), + ( + "theme-help", + r##"Yalnızca `-t` parametresiyle kullanıldığında, mevcut temaların bir listesi verilir. Temalar dosyası belirtilmezse, yerleşik tema koleksiyonu kullanılır. Varsayalım ki **ayu-dark** adında bir tema var, bu temayı kullanmak için `-t ayu-dark` kullanabilirsiniz. Tema adı boşluk içeriyorsa, çift veya tek tırnakla çevreleyin. @@ -20193,10 +23586,14 @@ pub(super) const fn get_tr_map_args_md() -> L10nMap { tomlyre -t "Monokai Extended" get test.toml ```  -Manuel olarak çalıştırılan "conv/get/set" gibi ilgili işlemler için çıktı verileri, `-t` ile belirtilen tema önceliklidir. Ortam değişkeninin içeriğine bakılır ve boş ise **Monokai Extended** teması varsayılan olarak kullanılır."##), - ("theme", r##"Sözdizimi vurgusunun kullanılacağı ana temayı belirtin"##), - ], -} +Manuel olarak çalıştırılan "conv/get/set" gibi ilgili işlemler için çıktı verileri, `-t` ile belirtilen tema önceliklidir. Ortam değişkeninin içeriğine bakılır ve boş ise **Monokai Extended** teması varsayılan olarak kullanılır."##, + ), + ( + "theme", + r##"Sözdizimi vurgusunun kullanılacağı ana temayı belirtin"##, + ), + ], + } } /// Language ID: tr; @@ -20212,16 +23609,25 @@ pub(super) const fn get_tr_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_tr_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"toml, yaml, json ve ron gibi biçimler arasında dönüştürme yapın"##), - ("from", r##"Giriş dosyasını belirtin"##), - ("conv-to", r##"Çıktı formatını/dosyasını belirtin, birden fazla çağrıya izin verilir"##), - ("save", r##"`--to` seçeneği belirlendiğinde, dönüştürülmüş dosya kaydedilecektir."##), - ("conv-to-help", r##"Eğer mevcut dizinde **test.json** dosyası varsa, `conv test.json -t yml` komutuyla onu yml (yaml) olarak dönüştürebilirsiniz. + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"toml, yaml, json ve ron gibi biçimler arasında dönüştürme yapın"##, + ), + ("from", r##"Giriş dosyasını belirtin"##), + ( + "conv-to", + r##"Çıktı formatını/dosyasını belirtin, birden fazla çağrıya izin verilir"##, + ), + ( + "save", + r##"`--to` seçeneği belirlendiğinde, dönüştürülmüş dosya kaydedilecektir."##, + ), + ( + "conv-to-help", + r##"Eğer mevcut dizinde **test.json** dosyası varsa, `conv test.json -t yml` komutuyla onu yml (yaml) olarak dönüştürebilirsiniz. Ayrıca, dosya yolu manuel olarak belirtilebilir: `conv test.json -t /tmp/test.yml` Desteklenen biçimler, bu paketin hangi özelliklerinin etkinleştirildiğine bağlıdır ve tüm özellikler varsayılan olarak etkinleştirilmez. @@ -20236,9 +23642,10 @@ Bunun yanı sıra, önceden bilmeniz gereken bazı hususlar vardır: Bu özellik size gerekli değilse, tam (dizin olmayan) bir dosya yolu belirtin, örneğin `-t /tmp/xx.toml` yerine `-t /tmp/` kullanın. - 2. `--save` çağrılmadığında, belirtilen dosya otomatik olarak kaydedilmez. - 3. `--save` çağrıldığında, conv alt komutu giriş ve çıkış için aynı dosyayı kullanamaz. -- 4. Dönüştürülen dosyanın açıklaması saklanmaz."##), - ], -} +- 4. Dönüştürülen dosyanın açıklaması saklanmaz."##, + ), + ], + } } /// Language ID: tr; @@ -20246,16 +23653,28 @@ Bunun yanı sıra, önceden bilmeniz gereken bazı hususlar vardır: /// Description: Türkçe, Latin, Türkiye; pub(super) const fn get_tr_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"toml, yaml, json ve ron gibi biçimler arasında dönüştürme yapın"##), - ("from", r##"Giriş dosyasını belirtin"##), - ("conv-to", r##"Çıktı formatını/dosyasını belirtin, birden fazla çağrıya izin verilir"##), - ("save", r##"`--to` seçeneği belirlendiğinde, dönüştürülmüş dosya kaydedilecektir."##), - ("conv-to-help", r##"Eğer mevcut dizinde **test.json** dosyası varsa, `conv test.json -t yml` komutuyla onu yml (yaml) olarak dönüştürebilirsiniz. + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"toml, yaml, json ve ron gibi biçimler arasında dönüştürme yapın"##, + ), + ( + "from", + r##"Giriş dosyasını belirtin"##, + ), + ( + "conv-to", + r##"Çıktı formatını/dosyasını belirtin, birden fazla çağrıya izin verilir"##, + ), + ( + "save", + r##"`--to` seçeneği belirlendiğinde, dönüştürülmüş dosya kaydedilecektir."##, + ), + ( + "conv-to-help", + r##"Eğer mevcut dizinde **test.json** dosyası varsa, `conv test.json -t yml` komutuyla onu yml (yaml) olarak dönüştürebilirsiniz. Ayrıca, dosya yolu manuel olarak belirtilebilir: `conv test.json -t /tmp/test.yml`  Desteklenen biçimler, bu paketin hangi özelliklerinin etkinleştirildiğine bağlıdır ve tüm özellikler varsayılan olarak etkinleştirilmez. @@ -20270,28 +23689,26 @@ pub(super) const fn get_tr_map_conv_md() -> L10nMap {  Bu özellik size gerekli değilse, tam (dizin olmayan) bir dosya yolu belirtin, örneğin `-t /tmp/xx.toml` yerine `-t /tmp/` kullanın. - 2. `--save` çağrılmadığında, belirtilen dosya otomatik olarak kaydedilmez. - 3. `--save` çağrıldığında, conv alt komutu giriş ve çıkış için aynı dosyayı kullanamaz. -- 4. Dönüştürülen dosyanın açıklaması saklanmaz."##), - ], -} +- 4. Dönüştürülen dosyanın açıklaması saklanmaz."##, + ), + ], + } } /// tr: Türkçe, Latin, Türkiye pub(super) const fn get_tr_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - (4, 2), - ], - entries: &[ - ("conv", get_tr_map_conv), - ("log-core", get_tr_map_log_core), - ("conv_md", get_tr_map_conv_md), - ("theme", get_tr_map_theme), - ("args", get_tr_map_args), - ("args_md", get_tr_map_args_md), - ], -} + key: 12913932095322966823, + disps: &[(0, 0), (4, 2)], + entries: &[ + ("conv", get_tr_map_conv), + ("log-core", get_tr_map_log_core), + ("conv_md", get_tr_map_conv_md), + ("theme", get_tr_map_theme), + ("args", get_tr_map_args), + ("args_md", get_tr_map_args_md), + ], + } } /// Language ID: ug; @@ -20307,20 +23724,17 @@ pub(super) const fn get_tr_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ug_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"manug"##), - ("warn", r##"ئاگاھلاندۇرۇش"##), - ("info", r##"informo"##), - ("error", r##"خاتالىقى"##), - ("trace", r##"ئىز"##), - ("init-logger", r##"خاتىرىسىنى باشلاش ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"manug"##), + ("warn", r##"ئاگاھلاندۇرۇش"##), + ("info", r##"informo"##), + ("error", r##"خاتالىقى"##), + ("trace", r##"ئىز"##), + ("init-logger", r##"خاتىرىسىنى باشلاش ..."##), + ], + } } /// Language ID: ug; @@ -20336,28 +23750,22 @@ pub(super) const fn get_ug_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ug_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"ئىناۋەتسىز تېما ئىسمى"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"ئىناۋەتسىز تېما ئىسمى"##)], + } } /// ug: ئۇيغۇرچە, ئەرەب, جۇڭگو pub(super) const fn get_ug_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ug_map_log_core), - ("theme", get_ug_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ug_map_log_core), + ("theme", get_ug_map_theme), + ], + } } /// Language ID: uk; @@ -20373,20 +23781,17 @@ pub(super) const fn get_ug_map() -> SubLocaleMap { /// ``` pub(super) const fn get_uk_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"налагодження"##), - ("warn", r##"попередити"##), - ("info", r##"Інформація"##), - ("error", r##"помилка"##), - ("trace", r##"слід"##), - ("init-logger", r##"Ініціалізація журналу ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"налагодження"##), + ("warn", r##"попередити"##), + ("info", r##"Інформація"##), + ("error", r##"помилка"##), + ("trace", r##"слід"##), + ("init-logger", r##"Ініціалізація журналу ..."##), + ], + } } /// Language ID: uk; @@ -20402,28 +23807,22 @@ pub(super) const fn get_uk_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_uk_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Недійсна назва теми"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Недійсна назва теми"##)], + } } /// uk: українська, кирилиця, Україна pub(super) const fn get_uk_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_uk_map_log_core), - ("theme", get_uk_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_uk_map_log_core), + ("theme", get_uk_map_theme), + ], + } } /// Language ID: ur; @@ -20439,20 +23838,17 @@ pub(super) const fn get_uk_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ur_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"ڈیبگ"##), - ("warn", r##"انتباہ کریں"##), - ("info", r##"معلومات"##), - ("error", r##"غلطی"##), - ("trace", r##"ٹریس"##), - ("init-logger", r##"لاگر کو شروع کرنا ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"ڈیبگ"##), + ("warn", r##"انتباہ کریں"##), + ("info", r##"معلومات"##), + ("error", r##"غلطی"##), + ("trace", r##"ٹریس"##), + ("init-logger", r##"لاگر کو شروع کرنا ..."##), + ], + } } /// Language ID: ur; @@ -20468,28 +23864,22 @@ pub(super) const fn get_ur_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_ur_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"نالی تھیم کا نام"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"نالی تھیم کا نام"##)], + } } /// ur: اردو, عربی, پاکستان pub(super) const fn get_ur_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_ur_map_log_core), - ("theme", get_ur_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_ur_map_log_core), + ("theme", get_ur_map_theme), + ], + } } /// Language ID: uz; @@ -20505,20 +23895,17 @@ pub(super) const fn get_ur_map() -> SubLocaleMap { /// ``` pub(super) const fn get_uz_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"disksing"##), - ("warn", r##"ogohlantirish"##), - ("info", r##"INFO"##), - ("error", r##"xato"##), - ("trace", r##"iz"##), - ("init-logger", r##"Loggeratsiyani boshlash ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"disksing"##), + ("warn", r##"ogohlantirish"##), + ("info", r##"INFO"##), + ("error", r##"xato"##), + ("trace", r##"iz"##), + ("init-logger", r##"Loggeratsiyani boshlash ..."##), + ], + } } /// Language ID: uz; @@ -20534,28 +23921,22 @@ pub(super) const fn get_uz_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_uz_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Noto'g'ri mavzu nomi"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Noto'g'ri mavzu nomi"##)], + } } /// uz: o‘zbek, lotin, Oʻzbekiston pub(super) const fn get_uz_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_uz_map_log_core), - ("theme", get_uz_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_uz_map_log_core), + ("theme", get_uz_map_theme), + ], + } } /// Language ID: vi; @@ -20571,20 +23952,17 @@ pub(super) const fn get_uz_map() -> SubLocaleMap { /// ``` pub(super) const fn get_vi_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"gỡ lỗi"##), - ("warn", r##"cảnh báo"##), - ("info", r##"thông tin"##), - ("error", r##"lỗi"##), - ("trace", r##"dấu vết"##), - ("init-logger", r##"Khởi tạo logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"gỡ lỗi"##), + ("warn", r##"cảnh báo"##), + ("info", r##"thông tin"##), + ("error", r##"lỗi"##), + ("trace", r##"dấu vết"##), + ("init-logger", r##"Khởi tạo logger ..."##), + ], + } } /// Language ID: vi; @@ -20600,28 +23978,22 @@ pub(super) const fn get_vi_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_vi_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Tên chủ đề không hợp lệ"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Tên chủ đề không hợp lệ"##)], + } } /// vi: Tiếng Việt, Chữ La tinh, Việt Nam pub(super) const fn get_vi_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_vi_map_log_core), - ("theme", get_vi_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_vi_map_log_core), + ("theme", get_vi_map_theme), + ], + } } /// Language ID: xh; @@ -20637,20 +24009,17 @@ pub(super) const fn get_vi_map() -> SubLocaleMap { /// ``` pub(super) const fn get_xh_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"Debug"##), - ("warn", r##"Lumkisa"##), - ("info", r##"Ulwazi"##), - ("error", r##"Impazamo"##), - ("trace", r##"Trace"##), - ("init-logger", r##"Ukuqala ungene ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"Debug"##), + ("warn", r##"Lumkisa"##), + ("info", r##"Ulwazi"##), + ("error", r##"Impazamo"##), + ("trace", r##"Trace"##), + ("init-logger", r##"Ukuqala ungene ..."##), + ], + } } /// Language ID: xh; @@ -20666,28 +24035,22 @@ pub(super) const fn get_xh_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_xh_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Igama lomxholo ongasebenziyo"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Igama lomxholo ongasebenziyo"##)], + } } /// xh: IsiXhosa, IsiLatin, EMzantsi Afrika pub(super) const fn get_xh_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_xh_map_log_core), - ("theme", get_xh_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_xh_map_log_core), + ("theme", get_xh_map_theme), + ], + } } /// Language ID: yi; @@ -20703,20 +24066,17 @@ pub(super) const fn get_xh_map() -> SubLocaleMap { /// ``` pub(super) const fn get_yi_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"דעבוג"##), - ("warn", r##"וואָרענען"##), - ("info", r##"אינפֿאָרמאַציע"##), - ("error", r##"טעות"##), - ("trace", r##"שפּור"##), - ("init-logger", r##"יניטיאַליזינג לאַגער ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"דעבוג"##), + ("warn", r##"וואָרענען"##), + ("info", r##"אינפֿאָרמאַציע"##), + ("error", r##"טעות"##), + ("trace", r##"שפּור"##), + ("init-logger", r##"יניטיאַליזינג לאַגער ..."##), + ], + } } /// Language ID: yi; @@ -20732,28 +24092,22 @@ pub(super) const fn get_yi_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_yi_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"פאַרקריפּלט טעמע נאָמען"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"פאַרקריפּלט טעמע נאָמען"##)], + } } /// yi: ייִדיש, העברעיש, וועלט pub(super) const fn get_yi_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_yi_map_log_core), - ("theme", get_yi_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_yi_map_log_core), + ("theme", get_yi_map_theme), + ], + } } /// Language ID: yo; @@ -20769,20 +24123,17 @@ pub(super) const fn get_yi_map() -> SubLocaleMap { /// ``` pub(super) const fn get_yo_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"wadi"##), - ("warn", r##"kirn"##), - ("info", r##"Alaye"##), - ("error", r##"aṣiṣe"##), - ("trace", r##"wa kakiri"##), - ("init-logger", r##"Logoli ti ipilẹṣẹ ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"wadi"##), + ("warn", r##"kirn"##), + ("info", r##"Alaye"##), + ("error", r##"aṣiṣe"##), + ("trace", r##"wa kakiri"##), + ("init-logger", r##"Logoli ti ipilẹṣẹ ..."##), + ], + } } /// Language ID: yo; @@ -20798,28 +24149,22 @@ pub(super) const fn get_yo_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_yo_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Orukọ akojọ ti ko wulo"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Orukọ akojọ ti ko wulo"##)], + } } /// yo: Èdè Yorùbá, Èdè Látìn, Nàìjíríà pub(super) const fn get_yo_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_yo_map_log_core), - ("theme", get_yo_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_yo_map_log_core), + ("theme", get_yo_map_theme), + ], + } } /// Language ID: zh; @@ -20835,20 +24180,17 @@ pub(super) const fn get_yo_map() -> SubLocaleMap { /// ``` pub(super) const fn get_zh_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"调试"##), - ("warn", r##"警告"##), - ("info", r##"信息"##), - ("error", r##"错误"##), - ("trace", r##"追踪"##), - ("init-logger", r##"正在初始化 logger(日志记录器)..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"调试"##), + ("warn", r##"警告"##), + ("info", r##"信息"##), + ("error", r##"错误"##), + ("trace", r##"追踪"##), + ("init-logger", r##"正在初始化 logger(日志记录器)..."##), + ], + } } /// Language ID: zh; @@ -20864,19 +24206,21 @@ pub(super) const fn get_zh_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_zh_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"与 `-k` 的不同之处在于 `--ck` 不会自动 `split('.')`。 + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"与 `-k` 的不同之处在于 `--ck` 不会自动 `split('.')`。 对于 [a.b.c],`-k a.b.c` 与`--ck a --ck b --ck c`是一样的。 对于简单情况,用 `-k` 会更简便一点。 @@ -20902,11 +24246,14 @@ pub(super) const fn get_zh_map_opt() -> L10nMap { - "[typescript]" - "editor.defaultFormatter" -后者才是正确的结构。"##), - ("num-arr", r##"i64的数组"##), - ("bool", r##"bool (布尔类型), 只能为 `true` 或 `false`"##), - ("num", r##"i64: 64位有符号整数类型, 例如:1145"##), - ("datetime-help", r##"示例: +后者才是正确的结构。"##, + ), + ("num-arr", r##"i64的数组"##), + ("bool", r##"bool (布尔类型), 只能为 `true` 或 `false`"##), + ("num", r##"i64: 64位有符号整数类型, 例如:1145"##), + ( + "datetime-help", + r##"示例: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -20921,12 +24268,21 @@ time = 2023-04-16T09:14:44Z "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"保存为指定的格式/文件,一次只能保存一个"##), - ("get-opts-help", r##"用法示例1:`get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"保存为指定的格式/文件,一次只能保存一个"##, + ), + ( + "get-opts-help", + r##"用法示例1:`get Cargo.toml -k package.name` 用法示例2:`get cfg.yaml -k .` -"##), - ("none-help", r##"> 注:ron 拥有真正的 `Option` 类型,值为 `Some(T)` 或 `None` +"##, + ), + ( + "none-help", + r##"> 注:ron 拥有真正的 `Option` 类型,值为 `Some(T)` 或 `None` > 此处的 `--none` 指的是删掉指定的 key,而不是真正的 `Option` 类型。 假设 test.yml 存在以下表数组: @@ -20957,9 +24313,15 @@ set test.yml -k bin.1 --none 或者是使用 `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"双精度浮点数 (IEEE 754-2008标准),例如: 3.14159265359"##), - ("saot-help", r##"> 注:尽管通过 `--saot` 只能为每张表创建一对 K-V pair,但您可以先指定表数组的索引,再用其他选项来扩充。 +```"##, + ), + ( + "f64", + r##"双精度浮点数 (IEEE 754-2008标准),例如: 3.14159265359"##, + ), + ( + "saot-help", + r##"> 注:尽管通过 `--saot` 只能为每张表创建一对 K-V pair,但您可以先指定表数组的索引,再用其他选项来扩充。 示例: ```sh @@ -20972,11 +24334,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"设置 k-v pair,`--kv x.y.z value` 相当于`-k x.y.z -s value`"##), - ("set-save", r##"在没有搭配 `--to` 的情况下,若调用则覆盖(写入)当前文件"##), - ("array", r##"字符串数组"##), - ("aot-help", r##"示例: +```"##, + ), + ( + "set-kv", + r##"设置 k-v pair,`--kv x.y.z value` 相当于`-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"在没有搭配 `--to` 的情况下,若调用则覆盖(写入)当前文件"##, + ), + ("array", r##"字符串数组"##), + ( + "aot-help", + r##"示例: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -20990,8 +24361,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set 先通过指定的 key 来选择,再通过指定数据类型的 value 来修改。 @@ -21041,8 +24415,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -> 注:以上示例以 参数(argument)/子命令(sub-command) 开头,省略了根命令名称,在实际操作中,您需要手动补充。"##), - ("num-arr-help", r##"示例: +> 注:以上示例以 参数(argument)/子命令(sub-command) 开头,省略了根命令名称,在实际操作中,您需要手动补充。"##, + ), + ( + "num-arr-help", + r##"示例: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -21053,8 +24430,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"您如果不清楚自己该用标准表,还是内联表,那就用内联表! +```"##, + ), + ( + "inline-table-help", + r##"您如果不清楚自己该用标准表,还是内联表,那就用内联表! 示例: ```sh @@ -21076,9 +24456,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } ``` > 对于 `toml`,请根据需求选择“标准表”或“内联表”。 -> 对于 `toml` 以外的格式,请始终选择“内联表”。"##), - ("key", r##"通过 key(键)来查询 value(值)"##), - ("f64-arr-help", r##"示例: +> 对于 `toml` 以外的格式,请始终选择“内联表”。"##, + ), + ("key", r##"通过 key(键)来查询 value(值)"##), + ( + "f64-arr-help", + r##"示例: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -21105,9 +24488,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"删掉指定的key"##), - ("set-save-to-help", r##"与 `conv` 子命令的 `-t` 非常像,最大的区别在于 `conv` 的 `-t` 能多次连续调用,输出到多种格式/多个文件。 +"##, + ), + ("none", r##"删掉指定的key"##), + ( + "set-save-to-help", + r##"与 `conv` 子命令的 `-t` 非常像,最大的区别在于 `conv` 的 `-t` 能多次连续调用,输出到多种格式/多个文件。 而 `set` 子命令的 `-t` 只能调用一次,输出到单个文件。 > 注: `conv` 子命令在执行完转换操作后,所有格式的文件都不会保留注释。 @@ -21117,15 +24503,24 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre - 若已调用 `-t` ,并且还调用了 `--save`, 则修改后的文件会保存至 `-t` 所指向的文件。 - 除非源文件与 `-t` 指向的文件相同,否则 `set` 子命令的 `-t` 的行为将会与 `conv` 的 `-t` 部分一致,它们都会对非具体文件路径进行自动更名。 - 假设 from: **test.yml**, to: **json**, 那么输出的文件会变成 **test.json**, 而不是 **json** - - 若您无需此特性,则请使用 `-t ./json` 或 `-t $PWD/json`,而不是 `-t json`。"##), - ("preview", r##"在修改完成后,预览完整的文件"##), - ("set-key", r##"选择指定的 key(键),以"."作为分隔符"##), - ("get-opts", r##"获取指定配置的 value"##), - ("saot", r##"单对 key-value pair 的表数组(用法:`--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"格式为: "a.b.c", 子表名称或数组索引通过 "."(半角的dot符号)来连接。 -当只有一个 "." 时,会列出整张表"##), - ("set-opts", r##"创建/更新/删除 配置文件的结构"##), - ("bool-arr-help", r##"示例: + - 若您无需此特性,则请使用 `-t ./json` 或 `-t $PWD/json`,而不是 `-t json`。"##, + ), + ("preview", r##"在修改完成后,预览完整的文件"##), + ("set-key", r##"选择指定的 key(键),以"."作为分隔符"##), + ("get-opts", r##"获取指定配置的 value"##), + ( + "saot", + r##"单对 key-value pair 的表数组(用法:`--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"格式为: "a.b.c", 子表名称或数组索引通过 "."(半角的dot符号)来连接。 +当只有一个 "." 时,会列出整张表"##, + ), + ("set-opts", r##"创建/更新/删除 配置文件的结构"##), + ( + "bool-arr-help", + r##"示例: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -21137,11 +24532,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"bool 的数组"##), - ("table", r##"标准表(standard table),用于存储多对 K-V pairs"##), - ("datetime", r##"日期与时间的类型"##), - ("table-help", r##"示例1: +```"##, + ), + ("bool-arr", r##"bool 的数组"##), + ( + "table", + r##"标准表(standard table),用于存储多对 K-V pairs"##, + ), + ("datetime", r##"日期与时间的类型"##), + ( + "table-help", + r##"示例1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -21165,10 +24566,13 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"f64的数组"##), - ("string", r##"String(字符串类型)"##), - ("array-help", r##"通过多次调用 `-a` 来设置数组元素。 +```"##, + ), + ("f64-arr", r##"f64的数组"##), + ("string", r##"String(字符串类型)"##), + ( + "array-help", + r##"通过多次调用 `-a` 来设置数组元素。 示例: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -21179,12 +24583,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"表数组(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"内联表:比标准表更紧凑,并且支持创建嵌套且不存在的keys。"##), - ("concat-key", r##"分段输入 key, 结果会自动拼接,不使用 "." 作为分隔符"##), - ], -} +```"##, + ), + ( + "aot", + r##"表数组(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"内联表:比标准表更紧凑,并且支持创建嵌套且不存在的keys。"##, + ), + ( + "concat-key", + r##"分段输入 key, 结果会自动拼接,不使用 "." 作为分隔符"##, + ), + ], + } } /// Language ID: zh; @@ -21192,19 +24606,21 @@ array = ["hello", "wonderful", "world"] /// Description: 简体中文, 中国; pub(super) const fn get_zh_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"与 `-k` 的不同之处在于 `--ck` 不会自动 `split('.')`。  + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"与 `-k` 的不同之处在于 `--ck` 不会自动 `split('.')`。  对于 [a.b.c],`-k a.b.c` 与`--ck a --ck b --ck c`是一样的。  对于简单情况,用 `-k` 会更简便一点。  @@ -21230,11 +24646,23 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -后者才是正确的结构。"##), - ("num-arr", r##"i64的数组"##), - ("bool", r##"bool (布尔类型), 只能为 `true` 或 `false`"##), - ("num", r##"i64: 64位有符号整数类型, 例如:1145"##), - ("datetime-help", r##"示例: +后者才是正确的结构。"##, + ), + ( + "num-arr", + r##"i64的数组"##, + ), + ( + "bool", + r##"bool (布尔类型), 只能为 `true` 或 `false`"##, + ), + ( + "num", + r##"i64: 64位有符号整数类型, 例如:1145"##, + ), + ( + "datetime-help", + r##"示例: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -21249,12 +24677,21 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"保存为指定的格式/文件,一次只能保存一个"##), - ("get-opts-help", r##"用法示例1:`get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"保存为指定的格式/文件,一次只能保存一个"##, + ), + ( + "get-opts-help", + r##"用法示例1:`get Cargo.toml -k package.name` 用法示例2:`get cfg.yaml -k .` -"##), - ("none-help", r##"> 注:ron 拥有真正的 `Option` 类型,值为 `Some(T)` 或 `None` +"##, + ), + ( + "none-help", + r##"> 注:ron 拥有真正的 `Option` 类型,值为 `Some(T)` 或 `None` > 此处的 `--none` 指的是删掉指定的 key,而不是真正的 `Option` 类型。  假设 test.yml 存在以下表数组: @@ -21285,9 +24722,15 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap { 或者是使用 `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"双精度浮点数 (IEEE 754-2008标准),例如: 3.14159265359"##), - ("saot-help", r##"> 注:尽管通过 `--saot` 只能为每张表创建一对 K-V pair,但您可以先指定表数组的索引,再用其他选项来扩充。 +```"##, + ), + ( + "f64", + r##"双精度浮点数 (IEEE 754-2008标准),例如: 3.14159265359"##, + ), + ( + "saot-help", + r##"> 注:尽管通过 `--saot` 只能为每张表创建一对 K-V pair,但您可以先指定表数组的索引,再用其他选项来扩充。  示例: ```sh @@ -21300,11 +24743,23 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"设置 k-v pair,`--kv x.y.z value` 相当于`-k x.y.z -s value`"##), - ("set-save", r##"在没有搭配 `--to` 的情况下,若调用则覆盖(写入)当前文件"##), - ("array", r##"字符串数组"##), - ("aot-help", r##"示例: +```"##, + ), + ( + "set-kv", + r##"设置 k-v pair,`--kv x.y.z value` 相当于`-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"在没有搭配 `--to` 的情况下,若调用则覆盖(写入)当前文件"##, + ), + ( + "array", + r##"字符串数组"##, + ), + ( + "aot-help", + r##"示例: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -21318,8 +24773,11 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  先通过指定的 key 来选择,再通过指定数据类型的 value 来修改。  @@ -21369,8 +24827,11 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap { ] ```  -> 注:以上示例以 参数(argument)/子命令(sub-command) 开头,省略了根命令名称,在实际操作中,您需要手动补充。"##), - ("num-arr-help", r##"示例: +> 注:以上示例以 参数(argument)/子命令(sub-command) 开头,省略了根命令名称,在实际操作中,您需要手动补充。"##, + ), + ( + "num-arr-help", + r##"示例: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -21381,8 +24842,11 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"您如果不清楚自己该用标准表,还是内联表,那就用内联表! +```"##, + ), + ( + "inline-table-help", + r##"您如果不清楚自己该用标准表,还是内联表,那就用内联表!  示例: ```sh @@ -21404,9 +24868,15 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap { ```  > 对于 `toml`,请根据需求选择“标准表”或“内联表”。 -> 对于 `toml` 以外的格式,请始终选择“内联表”。"##), - ("key", r##"通过 key(键)来查询 value(值)"##), - ("f64-arr-help", r##"示例: +> 对于 `toml` 以外的格式,请始终选择“内联表”。"##, + ), + ( + "key", + r##"通过 key(键)来查询 value(值)"##, + ), + ( + "f64-arr-help", + r##"示例: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -21433,9 +24903,15 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"删掉指定的key"##), - ("set-save-to-help", r##"与 `conv` 子命令的 `-t` 非常像,最大的区别在于 `conv` 的 `-t` 能多次连续调用,输出到多种格式/多个文件。 +"##, + ), + ( + "none", + r##"删掉指定的key"##, + ), + ( + "set-save-to-help", + r##"与 `conv` 子命令的 `-t` 非常像,最大的区别在于 `conv` 的 `-t` 能多次连续调用,输出到多种格式/多个文件。 而 `set` 子命令的 `-t` 只能调用一次,输出到单个文件。  > 注: `conv` 子命令在执行完转换操作后,所有格式的文件都不会保留注释。 @@ -21445,15 +24921,36 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap { - 若已调用 `-t` ,并且还调用了 `--save`, 则修改后的文件会保存至 `-t` 所指向的文件。 - 除非源文件与 `-t` 指向的文件相同,否则 `set` 子命令的 `-t` 的行为将会与 `conv` 的 `-t` 部分一致,它们都会对非具体文件路径进行自动更名。  - 假设 from: **test.yml**, to: **json**, 那么输出的文件会变成 **test.json**, 而不是 **json** - - 若您无需此特性,则请使用 `-t ./json` 或 `-t $PWD/json`,而不是 `-t json`。"##), - ("preview", r##"在修改完成后,预览完整的文件"##), - ("set-key", r##"选择指定的 key(键),以"."作为分隔符"##), - ("get-opts", r##"获取指定配置的 value"##), - ("saot", r##"单对 key-value pair 的表数组(用法:`--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"格式为: "a.b.c", 子表名称或数组索引通过 "."(半角的dot符号)来连接。 -当只有一个 "." 时,会列出整张表"##), - ("set-opts", r##"创建/更新/删除 配置文件的结构"##), - ("bool-arr-help", r##"示例: + - 若您无需此特性,则请使用 `-t ./json` 或 `-t $PWD/json`,而不是 `-t json`。"##, + ), + ( + "preview", + r##"在修改完成后,预览完整的文件"##, + ), + ( + "set-key", + r##"选择指定的 key(键),以"."作为分隔符"##, + ), + ( + "get-opts", + r##"获取指定配置的 value"##, + ), + ( + "saot", + r##"单对 key-value pair 的表数组(用法:`--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"格式为: "a.b.c", 子表名称或数组索引通过 "."(半角的dot符号)来连接。 +当只有一个 "." 时,会列出整张表"##, + ), + ( + "set-opts", + r##"创建/更新/删除 配置文件的结构"##, + ), + ( + "bool-arr-help", + r##"示例: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -21465,11 +24962,23 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"bool 的数组"##), - ("table", r##"标准表(standard table),用于存储多对 K-V pairs"##), - ("datetime", r##"日期与时间的类型"##), - ("table-help", r##"示例1: +```"##, + ), + ( + "bool-arr", + r##"bool 的数组"##, + ), + ( + "table", + r##"标准表(standard table),用于存储多对 K-V pairs"##, + ), + ( + "datetime", + r##"日期与时间的类型"##, + ), + ( + "table-help", + r##"示例1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -21493,10 +25002,19 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"f64的数组"##), - ("string", r##"String(字符串类型)"##), - ("array-help", r##"通过多次调用 `-a` 来设置数组元素。 +```"##, + ), + ( + "f64-arr", + r##"f64的数组"##, + ), + ( + "string", + r##"String(字符串类型)"##, + ), + ( + "array-help", + r##"通过多次调用 `-a` 来设置数组元素。 示例: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -21507,12 +25025,22 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"表数组(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"内联表:比标准表更紧凑,并且支持创建嵌套且不存在的keys。"##), - ("concat-key", r##"分段输入 key, 结果会自动拼接,不使用 "." 作为分隔符"##), - ], -} +```"##, + ), + ( + "aot", + r##"表数组(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"内联表:比标准表更紧凑,并且支持创建嵌套且不存在的keys。"##, + ), + ( + "concat-key", + r##"分段输入 key, 结果会自动拼接,不使用 "." 作为分隔符"##, + ), + ], + } } /// Language ID: zh; @@ -21528,14 +25056,13 @@ pub(super) const fn get_zh_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_zh_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"下面是 stderr 输出,在重定向输出补全脚本时,您应该使用 `>/path/to/file` 而不是 `2>/path/to/file`"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"下面是 stderr 输出,在重定向输出补全脚本时,您应该使用 `>/path/to/file` 而不是 `2>/path/to/file`"##, + )], + } } /// Language ID: zh; @@ -21551,14 +25078,10 @@ pub(super) const fn get_zh_map_parser() -> L10nMap { /// ``` pub(super) const fn get_zh_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"无效的主题名称"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"无效的主题名称"##)], + } } /// Language ID: zh; @@ -21574,16 +25097,19 @@ pub(super) const fn get_zh_map_theme() -> L10nMap { /// ``` pub(super) const fn get_zh_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"在 toml、yaml、json 和 ron 等格式之间进行转换"##), - ("from", r##"指定输入的文件"##), - ("conv-to", r##"指定输出的格式/文件,支持多次调用"##), - ("save", r##"当调用此选项后,`--to` 所指定的文件将被保存"##), - ("conv-to-help", r##"如果当前目录下存在 **test.json** 文件,那么您可以调用 `conv test.json -t yml` 将其转换为 yml (yaml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"在 toml、yaml、json 和 ron 等格式之间进行转换"##, + ), + ("from", r##"指定输入的文件"##), + ("conv-to", r##"指定输出的格式/文件,支持多次调用"##), + ("save", r##"当调用此选项后,`--to` 所指定的文件将被保存"##), + ( + "conv-to-help", + r##"如果当前目录下存在 **test.json** 文件,那么您可以调用 `conv test.json -t yml` 将其转换为 yml (yaml), 也可以手动指定文件路径:`conv test.json -t /tmp/test.yml` 支持的格式取决于此软件包启用的功能,并非所有功能都会默认启用。 @@ -21598,9 +25124,10 @@ pub(super) const fn get_zh_map_conv() -> L10nMap { 若您无需此特性,则请使用完整的(非目录)文件路径,例如 `-t /tmp/xx.toml`,而不是 `-t /tmp/`。 - 2. 当未调用 `--save` 时,指定的文件不会自动保存。 - 3. 当调用 `--save` 时,conv 子命令的输入与输出不能为相同的文件。 -- 4. 转换后的文件不会保留注释。"##), - ], -} +- 4. 转换后的文件不会保留注释。"##, + ), + ], + } } /// Language ID: zh; @@ -21608,16 +25135,28 @@ pub(super) const fn get_zh_map_conv() -> L10nMap { /// Description: 简体中文, 中国; pub(super) const fn get_zh_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"在 toml、yaml、json 和 ron 等格式之间进行转换"##), - ("from", r##"指定输入的文件"##), - ("conv-to", r##"指定输出的格式/文件,支持多次调用"##), - ("save", r##"当调用此选项后,`--to` 所指定的文件将被保存"##), - ("conv-to-help", r##"如果当前目录下存在 **test.json** 文件,那么您可以调用 `conv test.json -t yml` 将其转换为 yml (yaml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"在 toml、yaml、json 和 ron 等格式之间进行转换"##, + ), + ( + "from", + r##"指定输入的文件"##, + ), + ( + "conv-to", + r##"指定输出的格式/文件,支持多次调用"##, + ), + ( + "save", + r##"当调用此选项后,`--to` 所指定的文件将被保存"##, + ), + ( + "conv-to-help", + r##"如果当前目录下存在 **test.json** 文件,那么您可以调用 `conv test.json -t yml` 将其转换为 yml (yaml), 也可以手动指定文件路径:`conv test.json -t /tmp/test.yml`  支持的格式取决于此软件包启用的功能,并非所有功能都会默认启用。 @@ -21632,9 +25171,10 @@ pub(super) const fn get_zh_map_conv_md() -> L10nMap {  若您无需此特性,则请使用完整的(非目录)文件路径,例如 `-t /tmp/xx.toml`,而不是 `-t /tmp/`。 - 2. 当未调用 `--save` 时,指定的文件不会自动保存。 - 3. 当调用 `--save` 时,conv 子命令的输入与输出不能为相同的文件。 -- 4. 转换后的文件不会保留注释。"##), - ], -} +- 4. 转换后的文件不会保留注释。"##, + ), + ], + } } /// Language ID: zh; @@ -21650,32 +25190,51 @@ pub(super) const fn get_zh_map_conv_md() -> L10nMap { /// ``` pub(super) const fn get_zh_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"自定义主题集合文件,您还需要搭配 `--theme` 指定主题名称"##), - ("shell-completion", r##"为 shell 生成补全脚本"##), - ("theme-file-help", r##"支持的文件格式为 rust crate `syntect` 所 dump 出来的二进制数据。 + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"自定义主题集合文件,您还需要搭配 `--theme` 指定主题名称"##, + ), + ("shell-completion", r##"为 shell 生成补全脚本"##), + ( + "theme-file-help", + r##"支持的文件格式为 rust crate `syntect` 所 dump 出来的二进制数据。 本质上,这些主题是旧版的 sublime 的主题。 -若未指定 `--tf`, 则读取环境变量 `$TOMLYRE_THEME_FILE` 的值。"##), - ("from-format", r##"手动指定来源的文件格式(默认会自动判断)"##), - ("disable-theme-background", r##"禁用主题背景(默认为启用状态,若调用`--dis-theme-bg` 则禁用)"##), - ("theme-uncompressed-file-help", r##"> 未压缩的版本要比压缩版本的优先级更高。 - -若未指定 `--tuf`, 则读取环境变量 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` 的值。"##), - ("disable-theme-background-help", r##"若未指定 `--dis-theme-bg`, 则读取环境变量 `$TOMLYRE_THEME_BG` 的值。 +若未指定 `--tf`, 则读取环境变量 `$TOMLYRE_THEME_FILE` 的值。"##, + ), + ( + "from-format", + r##"手动指定来源的文件格式(默认会自动判断)"##, + ), + ( + "disable-theme-background", + r##"禁用主题背景(默认为启用状态,若调用`--dis-theme-bg` 则禁用)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> 未压缩的版本要比压缩版本的优先级更高。 + +若未指定 `--tuf`, 则读取环境变量 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` 的值。"##, + ), + ( + "disable-theme-background-help", + r##"若未指定 `--dis-theme-bg`, 则读取环境变量 `$TOMLYRE_THEME_BG` 的值。 若该值为 false 则禁用 ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"类似于`theme-file`, 但要求未压缩的 dump 数据(文件)"##), - ("shell-completion-help", r##"您需要手动指定 shell 的名称来生成补全脚本。 +```"##, + ), + ( + "theme-uncompressed-file", + r##"类似于`theme-file`, 但要求未压缩的 dump 数据(文件)"##, + ), + ( + "shell-completion-help", + r##"您需要手动指定 shell 的名称来生成补全脚本。 例如,对于 Windows 上的 `powershell`, 您可以使用: ```pwsh @@ -21698,18 +25257,27 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre 为了避免使用 root 权限,您可以将其放在用户子目录下。比如说,您可以使用以下命令向该数组头部插入一个元素,再使用相关的目录。 ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"当从 stdin 读取数据时,例如: `cat a | tomlyre conv -`,它首先会尝试自动判断文件格式。 +```"##, + ), + ( + "from-format-help", + r##"当从 stdin 读取数据时,例如: `cat a | tomlyre conv -`,它首先会尝试自动判断文件格式。 然而,自动判断有可能会失败,这时候就需要手动指定格式了。 -示例:`cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"当仅使用 `--ts` 参数时,会列出内置的样式集合。 +示例:`cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"当仅使用 `--ts` 参数时,会列出内置的样式集合。 除了 markdown 可以缩写为 md 外, 其他的样式都要用完整的名称。 用法示例1:`--ts md` 用法示例2:`--table-style ascii` -注:目前不支持从文件中读取 **表格样式** 的集合,如果您需要此功能或其他额外的功能,欢迎提交 issue 进行反馈。"##), - ("table-style", r##"指定表格的样式"##), - ("theme-help", r##"当仅使用 `-t` 参数时,会列出当前主题的列表。 +注:目前不支持从文件中读取 **表格样式** 的集合,如果您需要此功能或其他额外的功能,欢迎提交 issue 进行反馈。"##, + ), + ("table-style", r##"指定表格的样式"##), + ( + "theme-help", + r##"当仅使用 `-t` 参数时,会列出当前主题的列表。 若未指定主题文件,则使用内置的主题集合。 假设存在一个主题为 **ayu-dark**, 则您可以使用 `-t ayu-dark` 来使用该主题。 若主题名称包含空格,则请使用双引号或单引号将其包裹起来。 @@ -21735,10 +25303,11 @@ tomlyre -t "Monokai Extended" get test.toml ``` 对于手动执行 "conv/get/set" 等相关操作所输出的内容,`-t` 指定的主题的优先级 > 环境变量。 -若未调用 `-t`,则读取环境变量;若环境变量为空,则使用 **Monokai Extended**。"##), - ("theme", r##"指定语法高亮的主题名称"##), - ], -} +若未调用 `-t`,则读取环境变量;若环境变量为空,则使用 **Monokai Extended**。"##, + ), + ("theme", r##"指定语法高亮的主题名称"##), + ], + } } /// Language ID: zh; @@ -21746,32 +25315,54 @@ tomlyre -t "Monokai Extended" get test.toml /// Description: 简体中文, 中国; pub(super) const fn get_zh_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"自定义主题集合文件,您还需要搭配 `--theme` 指定主题名称"##), - ("shell-completion", r##"为 shell 生成补全脚本"##), - ("theme-file-help", r##"支持的文件格式为 rust crate `syntect` 所 dump 出来的二进制数据。  + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"自定义主题集合文件,您还需要搭配 `--theme` 指定主题名称"##, + ), + ( + "shell-completion", + r##"为 shell 生成补全脚本"##, + ), + ( + "theme-file-help", + r##"支持的文件格式为 rust crate `syntect` 所 dump 出来的二进制数据。  本质上,这些主题是旧版的 sublime 的主题。 -若未指定 `--tf`, 则读取环境变量 `$TOMLYRE_THEME_FILE` 的值。"##), - ("from-format", r##"手动指定来源的文件格式(默认会自动判断)"##), - ("disable-theme-background", r##"禁用主题背景(默认为启用状态,若调用`--dis-theme-bg` 则禁用)"##), - ("theme-uncompressed-file-help", r##"> 未压缩的版本要比压缩版本的优先级更高。  - -若未指定 `--tuf`, 则读取环境变量 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` 的值。"##), - ("disable-theme-background-help", r##"若未指定 `--dis-theme-bg`, 则读取环境变量 `$TOMLYRE_THEME_BG` 的值。 +若未指定 `--tf`, 则读取环境变量 `$TOMLYRE_THEME_FILE` 的值。"##, + ), + ( + "from-format", + r##"手动指定来源的文件格式(默认会自动判断)"##, + ), + ( + "disable-theme-background", + r##"禁用主题背景(默认为启用状态,若调用`--dis-theme-bg` 则禁用)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> 未压缩的版本要比压缩版本的优先级更高。  + +若未指定 `--tuf`, 则读取环境变量 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` 的值。"##, + ), + ( + "disable-theme-background-help", + r##"若未指定 `--dis-theme-bg`, 则读取环境变量 `$TOMLYRE_THEME_BG` 的值。  若该值为 false 则禁用  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"类似于`theme-file`, 但要求未压缩的 dump 数据(文件)"##), - ("shell-completion-help", r##"您需要手动指定 shell 的名称来生成补全脚本。 +```"##, + ), + ( + "theme-uncompressed-file", + r##"类似于`theme-file`, 但要求未压缩的 dump 数据(文件)"##, + ), + ( + "shell-completion-help", + r##"您需要手动指定 shell 的名称来生成补全脚本。 例如,对于 Windows 上的 `powershell`, 您可以使用:  ```pwsh @@ -21794,18 +25385,30 @@ pub(super) const fn get_zh_map_args_md() -> L10nMap { 为了避免使用 root 权限,您可以将其放在用户子目录下。比如说,您可以使用以下命令向该数组头部插入一个元素,再使用相关的目录。 ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"当从 stdin 读取数据时,例如: `cat a | tomlyre conv -`,它首先会尝试自动判断文件格式。 +```"##, + ), + ( + "from-format-help", + r##"当从 stdin 读取数据时,例如: `cat a | tomlyre conv -`,它首先会尝试自动判断文件格式。 然而,自动判断有可能会失败,这时候就需要手动指定格式了。 -示例:`cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"当仅使用 `--ts` 参数时,会列出内置的样式集合。 +示例:`cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"当仅使用 `--ts` 参数时,会列出内置的样式集合。 除了 markdown 可以缩写为 md 外, 其他的样式都要用完整的名称。 用法示例1:`--ts md` 用法示例2:`--table-style ascii`  -注:目前不支持从文件中读取 **表格样式** 的集合,如果您需要此功能或其他额外的功能,欢迎提交 issue 进行反馈。"##), - ("table-style", r##"指定表格的样式"##), - ("theme-help", r##"当仅使用 `-t` 参数时,会列出当前主题的列表。 +注:目前不支持从文件中读取 **表格样式** 的集合,如果您需要此功能或其他额外的功能,欢迎提交 issue 进行反馈。"##, + ), + ( + "table-style", + r##"指定表格的样式"##, + ), + ( + "theme-help", + r##"当仅使用 `-t` 参数时,会列出当前主题的列表。 若未指定主题文件,则使用内置的主题集合。 假设存在一个主题为 **ayu-dark**, 则您可以使用 `-t ayu-dark` 来使用该主题。 若主题名称包含空格,则请使用双引号或单引号将其包裹起来。 @@ -21831,32 +25434,33 @@ pub(super) const fn get_zh_map_args_md() -> L10nMap { ```  对于手动执行 "conv/get/set" 等相关操作所输出的内容,`-t` 指定的主题的优先级 > 环境变量。 -若未调用 `-t`,则读取环境变量;若环境变量为空,则使用 **Monokai Extended**。"##), - ("theme", r##"指定语法高亮的主题名称"##), - ], -} +若未调用 `-t`,则读取环境变量;若环境变量为空,则使用 **Monokai Extended**。"##, + ), + ( + "theme", + r##"指定语法高亮的主题名称"##, + ), + ], + } } /// zh: 简体中文, 中国 pub(super) const fn get_zh_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_zh_map_args), - ("conv_md", get_zh_map_conv_md), - ("parser", get_zh_map_parser), - ("opt_md", get_zh_map_opt_md), - ("args_md", get_zh_map_args_md), - ("opt", get_zh_map_opt), - ("log-core", get_zh_map_log_core), - ("conv", get_zh_map_conv), - ("theme", get_zh_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_zh_map_args), + ("conv_md", get_zh_map_conv_md), + ("parser", get_zh_map_parser), + ("opt_md", get_zh_map_opt_md), + ("args_md", get_zh_map_args_md), + ("opt", get_zh_map_opt), + ("log-core", get_zh_map_log_core), + ("conv", get_zh_map_conv), + ("theme", get_zh_map_theme), + ], + } } /// Language ID: zh-Hant; @@ -21872,20 +25476,17 @@ pub(super) const fn get_zh_map() -> SubLocaleMap { /// ``` pub(super) const fn get_zh_hant_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"除錯"##), - ("warn", r##"警告"##), - ("info", r##"資訊"##), - ("error", r##"錯誤"##), - ("trace", r##"追蹤"##), - ("init-logger", r##"正在初始化 logger(日誌記錄器)..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"除錯"##), + ("warn", r##"警告"##), + ("info", r##"資訊"##), + ("error", r##"錯誤"##), + ("trace", r##"追蹤"##), + ("init-logger", r##"正在初始化 logger(日誌記錄器)..."##), + ], + } } /// Language ID: zh-Hant; @@ -21901,14 +25502,13 @@ pub(super) const fn get_zh_hant_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"下面是 stderr 輸出,在重定向輸出補全指令碼時,您應該使用 `>/path/to/file` 而不是 `2>/path/to/file`"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"下面是 stderr 輸出,在重定向輸出補全指令碼時,您應該使用 `>/path/to/file` 而不是 `2>/path/to/file`"##, + )], + } } /// Language ID: zh-Hant; @@ -21924,19 +25524,21 @@ pub(super) const fn get_zh_hant_map_parser() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"與 `-k` 的不同之處在於 `--ck` 不會自動 `split('.')`。 + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"與 `-k` 的不同之處在於 `--ck` 不會自動 `split('.')`。 對於 [a.b.c],`-k a.b.c` 與`--ck a --ck b --ck c`是一樣的。 對於簡單情況,用 `-k` 會更簡便一點。 @@ -21962,11 +25564,14 @@ pub(super) const fn get_zh_hant_map_opt() -> L10nMap { - "[typescript]" - "editor.defaultFormatter" -後者才是正確的結構。"##), - ("num-arr", r##"i64的陣列"##), - ("bool", r##"bool (布林型別), 只能為 `true` 或 `false`"##), - ("num", r##"i64: 64位有符號整數型別, 例如:1145"##), - ("datetime-help", r##"示例: +後者才是正確的結構。"##, + ), + ("num-arr", r##"i64的陣列"##), + ("bool", r##"bool (布林型別), 只能為 `true` 或 `false`"##), + ("num", r##"i64: 64位有符號整數型別, 例如:1145"##), + ( + "datetime-help", + r##"示例: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -21981,12 +25586,21 @@ time = 2023-04-16T09:14:44Z "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"儲存為指定的格式/檔案,一次只能儲存一個"##), - ("get-opts-help", r##"用法示例1:`get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"儲存為指定的格式/檔案,一次只能儲存一個"##, + ), + ( + "get-opts-help", + r##"用法示例1:`get Cargo.toml -k package.name` 用法示例2:`get cfg.yaml -k .` -"##), - ("none-help", r##"> 注:ron 擁有真正的 `Option` 型別,值為 `Some(T)` 或 `None` +"##, + ), + ( + "none-help", + r##"> 注:ron 擁有真正的 `Option` 型別,值為 `Some(T)` 或 `None` > 此處的 `--none` 指的是刪掉指定的 key,而不是真正的 `Option` 型別。 假設 test.yml 存在以下表陣列: @@ -22017,9 +25631,15 @@ set test.yml -k bin.1 --none 或者是使用 `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"雙精度浮點數 (IEEE 754-2008標準),例如: 3.14159265359"##), - ("saot-help", r##"> 注:儘管透過 `--saot` 只能為每張表建立一對 K-V pair,但您可以先指定表陣列的索引,再用其他選項來擴充。 +```"##, + ), + ( + "f64", + r##"雙精度浮點數 (IEEE 754-2008標準),例如: 3.14159265359"##, + ), + ( + "saot-help", + r##"> 注:儘管透過 `--saot` 只能為每張表建立一對 K-V pair,但您可以先指定表陣列的索引,再用其他選項來擴充。 示例: ```sh @@ -22032,11 +25652,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"設定 k-v pair,`--kv x.y.z value` 相當於`-k x.y.z -s value`"##), - ("set-save", r##"在沒有搭配 `--to` 的情況下,若呼叫則覆蓋(寫入)當前檔案"##), - ("array", r##"字串陣列"##), - ("aot-help", r##"示例: +```"##, + ), + ( + "set-kv", + r##"設定 k-v pair,`--kv x.y.z value` 相當於`-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"在沒有搭配 `--to` 的情況下,若呼叫則覆蓋(寫入)當前檔案"##, + ), + ("array", r##"字串陣列"##), + ( + "aot-help", + r##"示例: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -22050,8 +25679,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set 先透過指定的 key 來選擇,再透過指定資料型別的 value 來修改。 @@ -22101,8 +25733,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -> 注:以上示例以 引數(argument)/子命令(sub-command) 開頭,省略了根命令名稱,在實際操作中,您需要手動補充。"##), - ("num-arr-help", r##"示例: +> 注:以上示例以 引數(argument)/子命令(sub-command) 開頭,省略了根命令名稱,在實際操作中,您需要手動補充。"##, + ), + ( + "num-arr-help", + r##"示例: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -22113,8 +25748,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"您如果不清楚自己該用標準表,還是內聯表,那就用內聯表! +```"##, + ), + ( + "inline-table-help", + r##"您如果不清楚自己該用標準表,還是內聯表,那就用內聯表! 示例: ```sh @@ -22136,9 +25774,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } ``` > 對於 `toml`,請根據需求選擇“標準表”或“內聯表”。 -> 對於 `toml` 以外的格式,請始終選擇“內聯表”。"##), - ("key", r##"透過 key(鍵)來查詢 value(值)"##), - ("f64-arr-help", r##"示例: +> 對於 `toml` 以外的格式,請始終選擇“內聯表”。"##, + ), + ("key", r##"透過 key(鍵)來查詢 value(值)"##), + ( + "f64-arr-help", + r##"示例: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -22165,9 +25806,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"刪掉指定的key"##), - ("set-save-to-help", r##"與 `conv` 子命令的 `-t` 非常像,最大的區別在於 `conv` 的 `-t` 能多次連續呼叫,輸出到多種格式/多個檔案。 +"##, + ), + ("none", r##"刪掉指定的key"##), + ( + "set-save-to-help", + r##"與 `conv` 子命令的 `-t` 非常像,最大的區別在於 `conv` 的 `-t` 能多次連續呼叫,輸出到多種格式/多個檔案。 而 `set` 子命令的 `-t` 只能呼叫一次,輸出到單個檔案。 > 注: `conv` 子命令在執行完轉換操作後,所有格式的檔案都不會保留註釋。 @@ -22177,15 +25821,24 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre - 若已呼叫 `-t` ,並且還呼叫了 `--save`, 則修改後的檔案會儲存至 `-t` 所指向的檔案。 - 除非原始檔與 `-t` 指向的檔案相同,否則 `set` 子命令的 `-t` 的行為將會與 `conv` 的 `-t` 部分一致,它們都會對非具體檔案路徑進行自動更名。 - 假設 from: **test.yml**, to: **json**, 那麼輸出的檔案會變成 **test.json**, 而不是 **json** - - 若您無需此特性,則請使用 `-t ./json` 或 `-t $PWD/json`,而不是 `-t json`。"##), - ("preview", r##"在修改完成後,預覽完整的檔案"##), - ("set-key", r##"選擇指定的 key(鍵),以"."作為分隔符"##), - ("get-opts", r##"獲取指定配置的 value"##), - ("saot", r##"單對 key-value pair 的表陣列(用法:`--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"格式為: "a.b.c", 子表名稱或陣列索引透過 "."(半形的dot符號)來連線。 -當只有一個 "." 時,會列出整張表"##), - ("set-opts", r##"建立/更新/刪除 配置檔案的結構"##), - ("bool-arr-help", r##"示例: + - 若您無需此特性,則請使用 `-t ./json` 或 `-t $PWD/json`,而不是 `-t json`。"##, + ), + ("preview", r##"在修改完成後,預覽完整的檔案"##), + ("set-key", r##"選擇指定的 key(鍵),以"."作為分隔符"##), + ("get-opts", r##"獲取指定配置的 value"##), + ( + "saot", + r##"單對 key-value pair 的表陣列(用法:`--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"格式為: "a.b.c", 子表名稱或陣列索引透過 "."(半形的dot符號)來連線。 +當只有一個 "." 時,會列出整張表"##, + ), + ("set-opts", r##"建立/更新/刪除 配置檔案的結構"##), + ( + "bool-arr-help", + r##"示例: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -22197,11 +25850,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"bool 的陣列"##), - ("table", r##"標準表(standard table),用於儲存多對 K-V pairs"##), - ("datetime", r##"日期與時間的型別"##), - ("table-help", r##"示例1: +```"##, + ), + ("bool-arr", r##"bool 的陣列"##), + ( + "table", + r##"標準表(standard table),用於儲存多對 K-V pairs"##, + ), + ("datetime", r##"日期與時間的型別"##), + ( + "table-help", + r##"示例1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -22225,10 +25884,13 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"f64的陣列"##), - ("string", r##"String(字串型別)"##), - ("array-help", r##"透過多次呼叫 `-a` 來設定陣列元素。 +```"##, + ), + ("f64-arr", r##"f64的陣列"##), + ("string", r##"String(字串型別)"##), + ( + "array-help", + r##"透過多次呼叫 `-a` 來設定陣列元素。 示例: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -22239,12 +25901,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"表陣列(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"內聯表:比標準表更緊湊,並且支援建立巢狀且不存在的keys。"##), - ("concat-key", r##"分段輸入 key, 結果會自動拼接,不使用 "." 作為分隔符"##), - ], -} +```"##, + ), + ( + "aot", + r##"表陣列(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"內聯表:比標準表更緊湊,並且支援建立巢狀且不存在的keys。"##, + ), + ( + "concat-key", + r##"分段輸入 key, 結果會自動拼接,不使用 "." 作為分隔符"##, + ), + ], + } } /// Language ID: zh-Hant; @@ -22252,19 +25924,21 @@ array = ["hello", "wonderful", "world"] /// Description: 正體中文, 中國台灣; pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"與 `-k` 的不同之處在於 `--ck` 不會自動 `split('.')`。  + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"與 `-k` 的不同之處在於 `--ck` 不會自動 `split('.')`。  對於 [a.b.c],`-k a.b.c` 與`--ck a --ck b --ck c`是一樣的。  對於簡單情況,用 `-k` 會更簡便一點。  @@ -22290,11 +25964,23 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -後者才是正確的結構。"##), - ("num-arr", r##"i64的陣列"##), - ("bool", r##"bool (布林型別), 只能為 `true` 或 `false`"##), - ("num", r##"i64: 64位有符號整數型別, 例如:1145"##), - ("datetime-help", r##"示例: +後者才是正確的結構。"##, + ), + ( + "num-arr", + r##"i64的陣列"##, + ), + ( + "bool", + r##"bool (布林型別), 只能為 `true` 或 `false`"##, + ), + ( + "num", + r##"i64: 64位有符號整數型別, 例如:1145"##, + ), + ( + "datetime-help", + r##"示例: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -22309,12 +25995,21 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"儲存為指定的格式/檔案,一次只能儲存一個"##), - ("get-opts-help", r##"用法示例1:`get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"儲存為指定的格式/檔案,一次只能儲存一個"##, + ), + ( + "get-opts-help", + r##"用法示例1:`get Cargo.toml -k package.name` 用法示例2:`get cfg.yaml -k .` -"##), - ("none-help", r##"> 注:ron 擁有真正的 `Option` 型別,值為 `Some(T)` 或 `None` +"##, + ), + ( + "none-help", + r##"> 注:ron 擁有真正的 `Option` 型別,值為 `Some(T)` 或 `None` > 此處的 `--none` 指的是刪掉指定的 key,而不是真正的 `Option` 型別。  假設 test.yml 存在以下表陣列: @@ -22345,9 +26040,15 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap { 或者是使用 `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"雙精度浮點數 (IEEE 754-2008標準),例如: 3.14159265359"##), - ("saot-help", r##"> 注:儘管透過 `--saot` 只能為每張表建立一對 K-V pair,但您可以先指定表陣列的索引,再用其他選項來擴充。 +```"##, + ), + ( + "f64", + r##"雙精度浮點數 (IEEE 754-2008標準),例如: 3.14159265359"##, + ), + ( + "saot-help", + r##"> 注:儘管透過 `--saot` 只能為每張表建立一對 K-V pair,但您可以先指定表陣列的索引,再用其他選項來擴充。  示例: ```sh @@ -22360,11 +26061,20 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"設定 k-v pair,`--kv x.y.z value` 相當於`-k x.y.z -s value`"##), - ("set-save", r##"在沒有搭配 `--to` 的情況下,若呼叫則覆蓋(寫入)當前檔案"##), - ("array", r##"字串陣列"##), - ("aot-help", r##"示例: +```"##, + ), + ( + "set-kv", + r##"設定 k-v pair,`--kv x.y.z value` 相當於`-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"在沒有搭配 `--to` 的情況下,若呼叫則覆蓋(寫入)當前檔案"##, + ), + ("array", r##"字串陣列"##), + ( + "aot-help", + r##"示例: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -22378,8 +26088,11 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  先透過指定的 key 來選擇,再透過指定資料型別的 value 來修改。  @@ -22429,8 +26142,11 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap { ] ```  -> 注:以上示例以 引數(argument)/子命令(sub-command) 開頭,省略了根命令名稱,在實際操作中,您需要手動補充。"##), - ("num-arr-help", r##"示例: +> 注:以上示例以 引數(argument)/子命令(sub-command) 開頭,省略了根命令名稱,在實際操作中,您需要手動補充。"##, + ), + ( + "num-arr-help", + r##"示例: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -22441,8 +26157,11 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"您如果不清楚自己該用標準表,還是內聯表,那就用內聯表! +```"##, + ), + ( + "inline-table-help", + r##"您如果不清楚自己該用標準表,還是內聯表,那就用內聯表!  示例: ```sh @@ -22464,9 +26183,15 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap { ```  > 對於 `toml`,請根據需求選擇“標準表”或“內聯表”。 -> 對於 `toml` 以外的格式,請始終選擇“內聯表”。"##), - ("key", r##"透過 key(鍵)來查詢 value(值)"##), - ("f64-arr-help", r##"示例: +> 對於 `toml` 以外的格式,請始終選擇“內聯表”。"##, + ), + ( + "key", + r##"透過 key(鍵)來查詢 value(值)"##, + ), + ( + "f64-arr-help", + r##"示例: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -22493,9 +26218,15 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"刪掉指定的key"##), - ("set-save-to-help", r##"與 `conv` 子命令的 `-t` 非常像,最大的區別在於 `conv` 的 `-t` 能多次連續呼叫,輸出到多種格式/多個檔案。 +"##, + ), + ( + "none", + r##"刪掉指定的key"##, + ), + ( + "set-save-to-help", + r##"與 `conv` 子命令的 `-t` 非常像,最大的區別在於 `conv` 的 `-t` 能多次連續呼叫,輸出到多種格式/多個檔案。 而 `set` 子命令的 `-t` 只能呼叫一次,輸出到單個檔案。  > 注: `conv` 子命令在執行完轉換操作後,所有格式的檔案都不會保留註釋。 @@ -22505,15 +26236,36 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap { - 若已呼叫 `-t` ,並且還呼叫了 `--save`, 則修改後的檔案會儲存至 `-t` 所指向的檔案。 - 除非原始檔與 `-t` 指向的檔案相同,否則 `set` 子命令的 `-t` 的行為將會與 `conv` 的 `-t` 部分一致,它們都會對非具體檔案路徑進行自動更名。  - 假設 from: **test.yml**, to: **json**, 那麼輸出的檔案會變成 **test.json**, 而不是 **json** - - 若您無需此特性,則請使用 `-t ./json` 或 `-t $PWD/json`,而不是 `-t json`。"##), - ("preview", r##"在修改完成後,預覽完整的檔案"##), - ("set-key", r##"選擇指定的 key(鍵),以"."作為分隔符"##), - ("get-opts", r##"獲取指定配置的 value"##), - ("saot", r##"單對 key-value pair 的表陣列(用法:`--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"格式為: "a.b.c", 子表名稱或陣列索引透過 "."(半形的dot符號)來連線。 -當只有一個 "." 時,會列出整張表"##), - ("set-opts", r##"建立/更新/刪除 配置檔案的結構"##), - ("bool-arr-help", r##"示例: + - 若您無需此特性,則請使用 `-t ./json` 或 `-t $PWD/json`,而不是 `-t json`。"##, + ), + ( + "preview", + r##"在修改完成後,預覽完整的檔案"##, + ), + ( + "set-key", + r##"選擇指定的 key(鍵),以"."作為分隔符"##, + ), + ( + "get-opts", + r##"獲取指定配置的 value"##, + ), + ( + "saot", + r##"單對 key-value pair 的表陣列(用法:`--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"格式為: "a.b.c", 子表名稱或陣列索引透過 "."(半形的dot符號)來連線。 +當只有一個 "." 時,會列出整張表"##, + ), + ( + "set-opts", + r##"建立/更新/刪除 配置檔案的結構"##, + ), + ( + "bool-arr-help", + r##"示例: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -22525,11 +26277,23 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"bool 的陣列"##), - ("table", r##"標準表(standard table),用於儲存多對 K-V pairs"##), - ("datetime", r##"日期與時間的型別"##), - ("table-help", r##"示例1: +```"##, + ), + ( + "bool-arr", + r##"bool 的陣列"##, + ), + ( + "table", + r##"標準表(standard table),用於儲存多對 K-V pairs"##, + ), + ( + "datetime", + r##"日期與時間的型別"##, + ), + ( + "table-help", + r##"示例1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -22553,10 +26317,19 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"f64的陣列"##), - ("string", r##"String(字串型別)"##), - ("array-help", r##"透過多次呼叫 `-a` 來設定陣列元素。 +```"##, + ), + ( + "f64-arr", + r##"f64的陣列"##, + ), + ( + "string", + r##"String(字串型別)"##, + ), + ( + "array-help", + r##"透過多次呼叫 `-a` 來設定陣列元素。 示例: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -22567,12 +26340,22 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"表陣列(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"內聯表:比標準表更緊湊,並且支援建立巢狀且不存在的keys。"##), - ("concat-key", r##"分段輸入 key, 結果會自動拼接,不使用 "." 作為分隔符"##), - ], -} +```"##, + ), + ( + "aot", + r##"表陣列(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"內聯表:比標準表更緊湊,並且支援建立巢狀且不存在的keys。"##, + ), + ( + "concat-key", + r##"分段輸入 key, 結果會自動拼接,不使用 "." 作為分隔符"##, + ), + ], + } } /// Language ID: zh-Hant; @@ -22588,14 +26371,10 @@ pub(super) const fn get_zh_hant_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"無效的主題名稱"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"無效的主題名稱"##)], + } } /// Language ID: zh-Hant; @@ -22611,32 +26390,51 @@ pub(super) const fn get_zh_hant_map_theme() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"自定義主題集合檔案,您還需要搭配 `--theme` 指定主題名稱"##), - ("shell-completion", r##"為 shell 生成補全指令碼"##), - ("theme-file-help", r##"支援的檔案格式為 rust crate `syntect` 所 dump 出來的二進位制資料。 + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"自定義主題集合檔案,您還需要搭配 `--theme` 指定主題名稱"##, + ), + ("shell-completion", r##"為 shell 生成補全指令碼"##), + ( + "theme-file-help", + r##"支援的檔案格式為 rust crate `syntect` 所 dump 出來的二進位制資料。 本質上,這些主題是舊版的 sublime 的主題。 -若未指定 `--tf`, 則讀取環境變數 `$TOMLYRE_THEME_FILE` 的值。"##), - ("from-format", r##"手動指定來源的檔案格式(預設會自動判斷)"##), - ("disable-theme-background", r##"禁用主題背景(預設為啟用狀態,若呼叫`--dis-theme-bg` 則禁用)"##), - ("theme-uncompressed-file-help", r##"> 未壓縮的版本要比壓縮版本的優先順序更高。 - -若未指定 `--tuf`, 則讀取環境變數 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` 的值。"##), - ("disable-theme-background-help", r##"若未指定 `--dis-theme-bg`, 則讀取環境變數 `$TOMLYRE_THEME_BG` 的值。 +若未指定 `--tf`, 則讀取環境變數 `$TOMLYRE_THEME_FILE` 的值。"##, + ), + ( + "from-format", + r##"手動指定來源的檔案格式(預設會自動判斷)"##, + ), + ( + "disable-theme-background", + r##"禁用主題背景(預設為啟用狀態,若呼叫`--dis-theme-bg` 則禁用)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> 未壓縮的版本要比壓縮版本的優先順序更高。 + +若未指定 `--tuf`, 則讀取環境變數 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` 的值。"##, + ), + ( + "disable-theme-background-help", + r##"若未指定 `--dis-theme-bg`, 則讀取環境變數 `$TOMLYRE_THEME_BG` 的值。 若該值為 false 則禁用 ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"類似於`theme-file`, 但要求未壓縮的 dump 資料(檔案)"##), - ("shell-completion-help", r##"您需要手動指定 shell 的名稱來生成補全指令碼。 +```"##, + ), + ( + "theme-uncompressed-file", + r##"類似於`theme-file`, 但要求未壓縮的 dump 資料(檔案)"##, + ), + ( + "shell-completion-help", + r##"您需要手動指定 shell 的名稱來生成補全指令碼。 例如,對於 _Windows_ 上的 `powershell`, 您可以使用: ```pwsh @@ -22659,18 +26457,27 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre 為了避免使用 root 許可權,您可以將其放在使用者子目錄下。比如說,您可以使用以下命令向該陣列頭部插入一個元素,再使用相關的目錄。 ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"當從 stdin 讀取資料時,例如: `cat a | tomlyre conv -`,它首先會嘗試自動判斷檔案格式。 +```"##, + ), + ( + "from-format-help", + r##"當從 stdin 讀取資料時,例如: `cat a | tomlyre conv -`,它首先會嘗試自動判斷檔案格式。 然而,自動判斷有可能會失敗,這時候就需要手動指定格式了。 -示例:`cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"當僅使用 `--ts` 引數時,會列出內建的樣式集合。 +示例:`cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"當僅使用 `--ts` 引數時,會列出內建的樣式集合。 除了 markdown 可以縮寫為 md 外, 其他的樣式都要用完整的名稱。 用法示例1:`--ts md` 用法示例2:`--table-style ascii` -注:目前不支援從檔案中讀取 **表格樣式** 的集合,如果您需要此功能或其他額外的功能,歡迎提交 issue 進行反饋。"##), - ("table-style", r##"指定表格的樣式"##), - ("theme-help", r##"當僅使用 `-t` 引數時,會列出當前主題的列表。 +注:目前不支援從檔案中讀取 **表格樣式** 的集合,如果您需要此功能或其他額外的功能,歡迎提交 issue 進行反饋。"##, + ), + ("table-style", r##"指定表格的樣式"##), + ( + "theme-help", + r##"當僅使用 `-t` 引數時,會列出當前主題的列表。 若未指定主題檔案,則使用內建的主題集合。 假設存在一個主題為 **ayu-dark**, 則您可以使用 `-t ayu-dark` 來使用該主題。 若主題名稱包含空格,則請使用雙引號或單引號將其包裹起來。 @@ -22696,10 +26503,11 @@ tomlyre -t "Monokai Extended" get test.toml ``` 對於手動執行 "conv/get/set" 等相關操作所輸出的內容,`-t` 指定的主題的優先順序 > 環境變數。 -若未呼叫 `-t`,則讀取環境變數;若環境變數為空,則使用 **Monokai Extended**。"##), - ("theme", r##"指定語法高亮的主題名稱"##), - ], -} +若未呼叫 `-t`,則讀取環境變數;若環境變數為空,則使用 **Monokai Extended**。"##, + ), + ("theme", r##"指定語法高亮的主題名稱"##), + ], + } } /// Language ID: zh-Hant; @@ -22707,32 +26515,54 @@ tomlyre -t "Monokai Extended" get test.toml /// Description: 正體中文, 中國台灣; pub(super) const fn get_zh_hant_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"自定義主題集合檔案,您還需要搭配 `--theme` 指定主題名稱"##), - ("shell-completion", r##"為 shell 生成補全指令碼"##), - ("theme-file-help", r##"支援的檔案格式為 rust crate `syntect` 所 dump 出來的二進位制資料。  + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"自定義主題集合檔案,您還需要搭配 `--theme` 指定主題名稱"##, + ), + ( + "shell-completion", + r##"為 shell 生成補全指令碼"##, + ), + ( + "theme-file-help", + r##"支援的檔案格式為 rust crate `syntect` 所 dump 出來的二進位制資料。  本質上,這些主題是舊版的 sublime 的主題。 -若未指定 `--tf`, 則讀取環境變數 `$TOMLYRE_THEME_FILE` 的值。"##), - ("from-format", r##"手動指定來源的檔案格式(預設會自動判斷)"##), - ("disable-theme-background", r##"禁用主題背景(預設為啟用狀態,若呼叫`--dis-theme-bg` 則禁用)"##), - ("theme-uncompressed-file-help", r##"> 未壓縮的版本要比壓縮版本的優先順序更高。  - -若未指定 `--tuf`, 則讀取環境變數 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` 的值。"##), - ("disable-theme-background-help", r##"若未指定 `--dis-theme-bg`, 則讀取環境變數 `$TOMLYRE_THEME_BG` 的值。 +若未指定 `--tf`, 則讀取環境變數 `$TOMLYRE_THEME_FILE` 的值。"##, + ), + ( + "from-format", + r##"手動指定來源的檔案格式(預設會自動判斷)"##, + ), + ( + "disable-theme-background", + r##"禁用主題背景(預設為啟用狀態,若呼叫`--dis-theme-bg` 則禁用)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> 未壓縮的版本要比壓縮版本的優先順序更高。  + +若未指定 `--tuf`, 則讀取環境變數 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` 的值。"##, + ), + ( + "disable-theme-background-help", + r##"若未指定 `--dis-theme-bg`, 則讀取環境變數 `$TOMLYRE_THEME_BG` 的值。  若該值為 false 則禁用  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"類似於`theme-file`, 但要求未壓縮的 dump 資料(檔案)"##), - ("shell-completion-help", r##"您需要手動指定 shell 的名稱來生成補全指令碼。 +```"##, + ), + ( + "theme-uncompressed-file", + r##"類似於`theme-file`, 但要求未壓縮的 dump 資料(檔案)"##, + ), + ( + "shell-completion-help", + r##"您需要手動指定 shell 的名稱來生成補全指令碼。 例如,對於 _Windows_ 上的 `powershell`, 您可以使用:  ```pwsh @@ -22755,18 +26585,30 @@ pub(super) const fn get_zh_hant_map_args_md() -> L10nMap { 為了避免使用 root 許可權,您可以將其放在使用者子目錄下。比如說,您可以使用以下命令向該陣列頭部插入一個元素,再使用相關的目錄。 ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"當從 stdin 讀取資料時,例如: `cat a | tomlyre conv -`,它首先會嘗試自動判斷檔案格式。 +```"##, + ), + ( + "from-format-help", + r##"當從 stdin 讀取資料時,例如: `cat a | tomlyre conv -`,它首先會嘗試自動判斷檔案格式。 然而,自動判斷有可能會失敗,這時候就需要手動指定格式了。 -示例:`cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"當僅使用 `--ts` 引數時,會列出內建的樣式集合。 +示例:`cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"當僅使用 `--ts` 引數時,會列出內建的樣式集合。 除了 markdown 可以縮寫為 md 外, 其他的樣式都要用完整的名稱。 用法示例1:`--ts md` 用法示例2:`--table-style ascii`  -注:目前不支援從檔案中讀取 **表格樣式** 的集合,如果您需要此功能或其他額外的功能,歡迎提交 issue 進行反饋。"##), - ("table-style", r##"指定表格的樣式"##), - ("theme-help", r##"當僅使用 `-t` 引數時,會列出當前主題的列表。 +注:目前不支援從檔案中讀取 **表格樣式** 的集合,如果您需要此功能或其他額外的功能,歡迎提交 issue 進行反饋。"##, + ), + ( + "table-style", + r##"指定表格的樣式"##, + ), + ( + "theme-help", + r##"當僅使用 `-t` 引數時,會列出當前主題的列表。 若未指定主題檔案,則使用內建的主題集合。 假設存在一個主題為 **ayu-dark**, 則您可以使用 `-t ayu-dark` 來使用該主題。 若主題名稱包含空格,則請使用雙引號或單引號將其包裹起來。 @@ -22792,10 +26634,14 @@ pub(super) const fn get_zh_hant_map_args_md() -> L10nMap { ```  對於手動執行 "conv/get/set" 等相關操作所輸出的內容,`-t` 指定的主題的優先順序 > 環境變數。 -若未呼叫 `-t`,則讀取環境變數;若環境變數為空,則使用 **Monokai Extended**。"##), - ("theme", r##"指定語法高亮的主題名稱"##), - ], -} +若未呼叫 `-t`,則讀取環境變數;若環境變數為空,則使用 **Monokai Extended**。"##, + ), + ( + "theme", + r##"指定語法高亮的主題名稱"##, + ), + ], + } } /// Language ID: zh-Hant; @@ -22811,16 +26657,19 @@ pub(super) const fn get_zh_hant_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"在 toml、yaml、json 和 ron 等格式之間進行轉換"##), - ("from", r##"指定輸入的檔案"##), - ("conv-to", r##"指定輸出的格式/檔案,支援多次呼叫"##), - ("save", r##"當呼叫此選項後,`--to` 所指定的檔案將被儲存"##), - ("conv-to-help", r##"如果當前目錄下存在 **test.json** 檔案,那麼您可以呼叫 `conv test.json -t yml` 將其轉換為 yml (yaml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"在 toml、yaml、json 和 ron 等格式之間進行轉換"##, + ), + ("from", r##"指定輸入的檔案"##), + ("conv-to", r##"指定輸出的格式/檔案,支援多次呼叫"##), + ("save", r##"當呼叫此選項後,`--to` 所指定的檔案將被儲存"##), + ( + "conv-to-help", + r##"如果當前目錄下存在 **test.json** 檔案,那麼您可以呼叫 `conv test.json -t yml` 將其轉換為 yml (yaml), 也可以手動指定檔案路徑:`conv test.json -t /tmp/test.yml` 支援的格式取決於此軟體包啟用的功能,並非所有功能都會預設啟用。 @@ -22835,9 +26684,10 @@ pub(super) const fn get_zh_hant_map_conv() -> L10nMap { 若您無需此特性,則請使用完整的(非目錄)檔案路徑,例如 `-t /tmp/xx.toml`,而不是 `-t /tmp/`。 - 2. 當未呼叫 `--save` 時,指定的檔案不會自動儲存。 - 3. 當呼叫 `--save` 時,conv 子命令的輸入與輸出不能為相同的檔案。 -- 4. 轉換後的檔案不會保留註釋。"##), - ], -} +- 4. 轉換後的檔案不會保留註釋。"##, + ), + ], + } } /// Language ID: zh-Hant; @@ -22845,16 +26695,28 @@ pub(super) const fn get_zh_hant_map_conv() -> L10nMap { /// Description: 正體中文, 中國台灣; pub(super) const fn get_zh_hant_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"在 toml、yaml、json 和 ron 等格式之間進行轉換"##), - ("from", r##"指定輸入的檔案"##), - ("conv-to", r##"指定輸出的格式/檔案,支援多次呼叫"##), - ("save", r##"當呼叫此選項後,`--to` 所指定的檔案將被儲存"##), - ("conv-to-help", r##"如果當前目錄下存在 **test.json** 檔案,那麼您可以呼叫 `conv test.json -t yml` 將其轉換為 yml (yaml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"在 toml、yaml、json 和 ron 等格式之間進行轉換"##, + ), + ( + "from", + r##"指定輸入的檔案"##, + ), + ( + "conv-to", + r##"指定輸出的格式/檔案,支援多次呼叫"##, + ), + ( + "save", + r##"當呼叫此選項後,`--to` 所指定的檔案將被儲存"##, + ), + ( + "conv-to-help", + r##"如果當前目錄下存在 **test.json** 檔案,那麼您可以呼叫 `conv test.json -t yml` 將其轉換為 yml (yaml), 也可以手動指定檔案路徑:`conv test.json -t /tmp/test.yml`  支援的格式取決於此軟體包啟用的功能,並非所有功能都會預設啟用。 @@ -22869,31 +26731,29 @@ pub(super) const fn get_zh_hant_map_conv_md() -> L10nMap {  若您無需此特性,則請使用完整的(非目錄)檔案路徑,例如 `-t /tmp/xx.toml`,而不是 `-t /tmp/`。 - 2. 當未呼叫 `--save` 時,指定的檔案不會自動儲存。 - 3. 當呼叫 `--save` 時,conv 子命令的輸入與輸出不能為相同的檔案。 -- 4. 轉換後的檔案不會保留註釋。"##), - ], -} +- 4. 轉換後的檔案不會保留註釋。"##, + ), + ], + } } /// zh-Hant: 正體中文, 中國台灣 pub(super) const fn get_zh_hant_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_zh_hant_map_args), - ("conv_md", get_zh_hant_map_conv_md), - ("parser", get_zh_hant_map_parser), - ("opt_md", get_zh_hant_map_opt_md), - ("args_md", get_zh_hant_map_args_md), - ("opt", get_zh_hant_map_opt), - ("log-core", get_zh_hant_map_log_core), - ("conv", get_zh_hant_map_conv), - ("theme", get_zh_hant_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_zh_hant_map_args), + ("conv_md", get_zh_hant_map_conv_md), + ("parser", get_zh_hant_map_parser), + ("opt_md", get_zh_hant_map_opt_md), + ("args_md", get_zh_hant_map_args_md), + ("opt", get_zh_hant_map_opt), + ("log-core", get_zh_hant_map_log_core), + ("conv", get_zh_hant_map_conv), + ("theme", get_zh_hant_map_theme), + ], + } } /// Language ID: zh-Hant-HK; @@ -22909,20 +26769,17 @@ pub(super) const fn get_zh_hant_map() -> SubLocaleMap { /// ``` pub(super) const fn get_zh_hant_hk_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"調試"##), - ("warn", r##"警告"##), - ("info", r##"信息"##), - ("error", r##"錯誤"##), - ("trace", r##"追蹤"##), - ("init-logger", r##"正在初始化 logger(日誌記錄器)..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"調試"##), + ("warn", r##"警告"##), + ("info", r##"信息"##), + ("error", r##"錯誤"##), + ("trace", r##"追蹤"##), + ("init-logger", r##"正在初始化 logger(日誌記錄器)..."##), + ], + } } /// Language ID: zh-Hant-HK; @@ -22938,14 +26795,13 @@ pub(super) const fn get_zh_hant_hk_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_hk_map_parser() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("sh-completion::about-stderr", r##"下面是 stderr 輸出,在重定向輸出補全腳本時,您應該使用 `>/path/to/file` 而不是 `2>/path/to/file`"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "sh-completion::about-stderr", + r##"下面是 stderr 輸出,在重定向輸出補全腳本時,您應該使用 `>/path/to/file` 而不是 `2>/path/to/file`"##, + )], + } } /// Language ID: zh-Hant-HK; @@ -22961,19 +26817,21 @@ pub(super) const fn get_zh_hant_hk_map_parser() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_hk_map_opt() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"與 `-k` 的不同之處在於 `--ck` 不會自動 `split('.')`。 + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"與 `-k` 的不同之處在於 `--ck` 不會自動 `split('.')`。 對於 [a.b.c],`-k a.b.c` 與`--ck a --ck b --ck c`是一樣的。 對於簡單情況,用 `-k` 會更簡便一點。 @@ -22999,11 +26857,14 @@ pub(super) const fn get_zh_hant_hk_map_opt() -> L10nMap { - "[typescript]" - "editor.defaultFormatter" -後者才是正確的結構。"##), - ("num-arr", r##"i64的數組"##), - ("bool", r##"bool (布爾類型), 只能為 `true` 或 `false`"##), - ("num", r##"i64: 64位有符號整數類型, 例如:1145"##), - ("datetime-help", r##"示例: +後者才是正確的結構。"##, + ), + ("num-arr", r##"i64的數組"##), + ("bool", r##"bool (布爾類型), 只能為 `true` 或 `false`"##), + ("num", r##"i64: 64位有符號整數類型, 例如:1145"##), + ( + "datetime-help", + r##"示例: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -23018,12 +26879,21 @@ time = 2023-04-16T09:14:44Z "time": { "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"保存為指定的格式/文件,一次只能保存一個"##), - ("get-opts-help", r##"用法示例1:`get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"保存為指定的格式/文件,一次只能保存一個"##, + ), + ( + "get-opts-help", + r##"用法示例1:`get Cargo.toml -k package.name` 用法示例2:`get cfg.yaml -k .` -"##), - ("none-help", r##"> 注:ron 擁有真正的 `Option` 類型,值為 `Some(T)` 或 `None` +"##, + ), + ( + "none-help", + r##"> 注:ron 擁有真正的 `Option` 類型,值為 `Some(T)` 或 `None` > 此處的 `--none` 指的是刪掉指定的 key,而不是真正的 `Option` 類型。 假設 test.yml 存在以下表數組: @@ -23054,9 +26924,15 @@ set test.yml -k bin.1 --none 或者是使用 `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"雙精度浮點數 (IEEE 754-2008標準),例如: 3.14159265359"##), - ("saot-help", r##"> 注:儘管通過 `--saot` 只能為每張表創建一對 K-V pair,但您可以先指定表數組的索引,再用其他選項來擴充。 +```"##, + ), + ( + "f64", + r##"雙精度浮點數 (IEEE 754-2008標準),例如: 3.14159265359"##, + ), + ( + "saot-help", + r##"> 注:儘管通過 `--saot` 只能為每張表創建一對 K-V pair,但您可以先指定表數組的索引,再用其他選項來擴充。 示例: ```sh @@ -23069,11 +26945,20 @@ src = "/sdcard/Download" [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"設置 k-v pair,`--kv x.y.z value` 相當於`-k x.y.z -s value`"##), - ("set-save", r##"在沒有搭配 `--to` 的情況下,若調用則覆蓋(寫入)當前文件"##), - ("array", r##"字符串數組"##), - ("aot-help", r##"示例: +```"##, + ), + ( + "set-kv", + r##"設置 k-v pair,`--kv x.y.z value` 相當於`-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"在沒有搭配 `--to` 的情況下,若調用則覆蓋(寫入)當前文件"##, + ), + ("array", r##"字符串數組"##), + ( + "aot-help", + r##"示例: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -23087,8 +26972,11 @@ version = "0.0.1-alpha.6" name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set 先通過指定的 key 來選擇,再通過指定數據類型的 value 來修改。 @@ -23138,8 +27026,11 @@ set test.yml -k main -a hello -a wonderful -a world --pre --to ron --save ] ``` -> 注:以上示例以 參數(argument)/子命令(sub-command) 開頭,省略了根命令名稱,在實際操作中,您需要手動補充。"##), - ("num-arr-help", r##"示例: +> 注:以上示例以 參數(argument)/子命令(sub-command) 開頭,省略了根命令名稱,在實際操作中,您需要手動補充。"##, + ), + ( + "num-arr-help", + r##"示例: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -23150,8 +27041,11 @@ set test.json -k hello --na -1 --na -45 --na 14 -45, 14 ] -```"##), - ("inline-table-help", r##"您如果不清楚自己該用標準表,還是內聯表,那就用內聯表! +```"##, + ), + ( + "inline-table-help", + r##"您如果不清楚自己該用標準表,還是內聯表,那就用內聯表! 示例: ```sh @@ -23173,9 +27067,12 @@ container = { arch = "riscv64", os = "fedora", codename = "rawhide" } ``` > 對於 `toml`,請根據需求選擇“標準表”或“內聯表”。 -> 對於 `toml` 以外的格式,請始終選擇“內聯表”。"##), - ("key", r##"通過 key(鍵)來查詢 value(值)"##), - ("f64-arr-help", r##"示例: +> 對於 `toml` 以外的格式,請始終選擇“內聯表”。"##, + ), + ("key", r##"通過 key(鍵)來查詢 value(值)"##), + ( + "f64-arr-help", + r##"示例: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -23202,9 +27099,12 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre null ] ``` -"##), - ("none", r##"刪掉指定的key"##), - ("set-save-to-help", r##"與 `conv` 子命令的 `-t` 非常像,最大的區別在於 `conv` 的 `-t` 能多次連續調用,輸出到多種格式/多個文件。 +"##, + ), + ("none", r##"刪掉指定的key"##), + ( + "set-save-to-help", + r##"與 `conv` 子命令的 `-t` 非常像,最大的區別在於 `conv` 的 `-t` 能多次連續調用,輸出到多種格式/多個文件。 而 `set` 子命令的 `-t` 只能調用一次,輸出到單個文件。 > 注: `conv` 子命令在執行完轉換操作後,所有格式的文件都不會保留註釋。 @@ -23214,15 +27114,24 @@ set test.yml -k zz --fa NaN --fa Inf --to json --pre - 若已調用 `-t` ,並且還調用了 `--save`, 則修改後的文件會保存至 `-t` 所指向的文件。 - 除非源文件與 `-t` 指向的文件相同,否則 `set` 子命令的 `-t` 的行為將會與 `conv` 的 `-t` 部分一致,它們都會對非具體文件路徑進行自動更名。 - 假設 from: **test.yml**, to: **json**, 那麼輸出的文件會變成 **test.json**, 而不是 **json** - - 若您無需此特性,則請使用 `-t ./json` 或 `-t $PWD/json`,而不是 `-t json`。"##), - ("preview", r##"在修改完成後,預覽完整的文件"##), - ("set-key", r##"選擇指定的 key(鍵),以"."作為分隔符"##), - ("get-opts", r##"獲取指定配置的 value"##), - ("saot", r##"單對 key-value pair 的表數組(用法:`--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"格式為: "a.b.c", 子表名稱或數組索引通過 "."(半角的dot符號)來連接。 -當只有一個 "." 時,會列出整張表"##), - ("set-opts", r##"創建/更新/刪除 配置文件的結構"##), - ("bool-arr-help", r##"示例: + - 若您無需此特性,則請使用 `-t ./json` 或 `-t $PWD/json`,而不是 `-t json`。"##, + ), + ("preview", r##"在修改完成後,預覽完整的文件"##), + ("set-key", r##"選擇指定的 key(鍵),以"."作為分隔符"##), + ("get-opts", r##"獲取指定配置的 value"##), + ( + "saot", + r##"單對 key-value pair 的表數組(用法:`--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"格式為: "a.b.c", 子表名稱或數組索引通過 "."(半角的dot符號)來連接。 +當只有一個 "." 時,會列出整張表"##, + ), + ("set-opts", r##"創建/更新/刪除 配置文件的結構"##), + ( + "bool-arr-help", + r##"示例: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -23234,11 +27143,17 @@ set test.ron -k hello --ba true --ba false --ba true /*[1]*/ false, /*[2]*/ true, ] -```"##), - ("bool-arr", r##"bool 的數組"##), - ("table", r##"標準表(standard table),用於存儲多對 K-V pairs"##), - ("datetime", r##"日期與時間的類型"##), - ("table-help", r##"示例1: +```"##, + ), + ("bool-arr", r##"bool 的數組"##), + ( + "table", + r##"標準表(standard table),用於存儲多對 K-V pairs"##, + ), + ("datetime", r##"日期與時間的類型"##), + ( + "table-help", + r##"示例1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -23262,10 +27177,13 @@ container: arch: riscv64 codename: trixie os: debian -```"##), - ("f64-arr", r##"f64的數組"##), - ("string", r##"String(字符串類型)"##), - ("array-help", r##"通過多次調用 `-a` 來設置數組元素。 +```"##, + ), + ("f64-arr", r##"f64的數組"##), + ("string", r##"String(字符串類型)"##), + ( + "array-help", + r##"通過多次調用 `-a` 來設置數組元素。 示例: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -23276,12 +27194,22 @@ set test.toml -k test.array -a hello -a wonderful -a world ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"表數組(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"內聯表:比標準表更緊湊,並且支持創建嵌套且不存在的keys。"##), - ("concat-key", r##"分段輸入 key, 結果會自動拼接,不使用 "." 作為分隔符"##), - ], -} +```"##, + ), + ( + "aot", + r##"表數組(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"內聯表:比標準表更緊湊,並且支持創建嵌套且不存在的keys。"##, + ), + ( + "concat-key", + r##"分段輸入 key, 結果會自動拼接,不使用 "." 作為分隔符"##, + ), + ], + } } /// Language ID: zh-Hant-HK; @@ -23289,19 +27217,21 @@ array = ["hello", "wonderful", "world"] /// Description: 繁體中文, 中國香港; pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (7, 9), - (4, 36), - (0, 24), - (8, 2), - (0, 9), - (18, 3), - (6, 32), - (0, 0), - ], - entries: &[ - ("concat-key-help", r##"與 `-k` 的不同之處在於 `--ck` 不會自動 `split('.')`。  + key: 12913932095322966823, + disps: &[ + (7, 9), + (4, 36), + (0, 24), + (8, 2), + (0, 9), + (18, 3), + (6, 32), + (0, 0), + ], + entries: &[ + ( + "concat-key-help", + r##"與 `-k` 的不同之處在於 `--ck` 不會自動 `split('.')`。  對於 [a.b.c],`-k a.b.c` 與`--ck a --ck b --ck c`是一樣的。  對於簡單情況,用 `-k` 會更簡便一點。  @@ -23327,11 +27257,23 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap { - "[typescript]" - "editor.defaultFormatter"  -後者才是正確的結構。"##), - ("num-arr", r##"i64的數組"##), - ("bool", r##"bool (布爾類型), 只能為 `true` 或 `false`"##), - ("num", r##"i64: 64位有符號整數類型, 例如:1145"##), - ("datetime-help", r##"示例: +後者才是正確的結構。"##, + ), + ( + "num-arr", + r##"i64的數組"##, + ), + ( + "bool", + r##"bool (布爾類型), 只能為 `true` 或 `false`"##, + ), + ( + "num", + r##"i64: 64位有符號整數類型, 例如:1145"##, + ), + ( + "datetime-help", + r##"示例: ```sh set test.toml -k time --datetime '2023-04-16 09:14:44Z' ``` @@ -23346,12 +27288,21 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap { "time": {  "$__toml_private_datetime": "2023-04-16T09:14:44Z" } -```"##), - ("set-save-to", r##"保存為指定的格式/文件,一次只能保存一個"##), - ("get-opts-help", r##"用法示例1:`get Cargo.toml -k package.name` +```"##, + ), + ( + "set-save-to", + r##"保存為指定的格式/文件,一次只能保存一個"##, + ), + ( + "get-opts-help", + r##"用法示例1:`get Cargo.toml -k package.name` 用法示例2:`get cfg.yaml -k .` -"##), - ("none-help", r##"> 注:ron 擁有真正的 `Option` 類型,值為 `Some(T)` 或 `None` +"##, + ), + ( + "none-help", + r##"> 注:ron 擁有真正的 `Option` 類型,值為 `Some(T)` 或 `None` > 此處的 `--none` 指的是刪掉指定的 key,而不是真正的 `Option` 類型。  假設 test.yml 存在以下表數組: @@ -23382,9 +27333,15 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap { 或者是使用 `--rm` ```sh set test.yml -k bin.1 --rm -```"##), - ("f64", r##"雙精度浮點數 (IEEE 754-2008標準),例如: 3.14159265359"##), - ("saot-help", r##"> 注:儘管通過 `--saot` 只能為每張表創建一對 K-V pair,但您可以先指定表數組的索引,再用其他選項來擴充。 +```"##, + ), + ( + "f64", + r##"雙精度浮點數 (IEEE 754-2008標準),例如: 3.14159265359"##, + ), + ( + "saot-help", + r##"> 注:儘管通過 `--saot` 只能為每張表創建一對 K-V pair,但您可以先指定表數組的索引,再用其他選項來擴充。  示例: ```sh @@ -23397,11 +27354,23 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap {  [[mount]] src = "/data/media/0" -```"##), - ("set-kv", r##"設置 k-v pair,`--kv x.y.z value` 相當於`-k x.y.z -s value`"##), - ("set-save", r##"在沒有搭配 `--to` 的情況下,若調用則覆蓋(寫入)當前文件"##), - ("array", r##"字符串數組"##), - ("aot-help", r##"示例: +```"##, + ), + ( + "set-kv", + r##"設置 k-v pair,`--kv x.y.z value` 相當於`-k x.y.z -s value`"##, + ), + ( + "set-save", + r##"在沒有搭配 `--to` 的情況下,若調用則覆蓋(寫入)當前文件"##, + ), + ( + "array", + r##"字符串數組"##, + ), + ( + "aot-help", + r##"示例: ```sh set test.toml -k package --aot 'name, glossa, version, 0.0.1-alpha.6' --aot 'name, wasm-bindgen, ver sion, 0.2 .84, version, 0.2.84' ``` @@ -23415,8 +27384,11 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap { name = "wasm-bindgen" "ver sion" = "0.2 .84" version = "0.2.84" -```"##), - ("set-opts-help", r##"# set +```"##, + ), + ( + "set-opts-help", + r##"# set  先通過指定的 key 來選擇,再通過指定數據類型的 value 來修改。  @@ -23466,8 +27438,11 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap { ] ```  -> 注:以上示例以 參數(argument)/子命令(sub-command) 開頭,省略了根命令名稱,在實際操作中,您需要手動補充。"##), - ("num-arr-help", r##"示例: +> 注:以上示例以 參數(argument)/子命令(sub-command) 開頭,省略了根命令名稱,在實際操作中,您需要手動補充。"##, + ), + ( + "num-arr-help", + r##"示例: ```sh set test.json -k hello --na -1 --na -45 --na 14 ``` @@ -23478,8 +27453,11 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap {  -45,  14 ] -```"##), - ("inline-table-help", r##"您如果不清楚自己該用標準表,還是內聯表,那就用內聯表! +```"##, + ), + ( + "inline-table-help", + r##"您如果不清楚自己該用標準表,還是內聯表,那就用內聯表!  示例: ```sh @@ -23501,9 +27479,15 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap { ```  > 對於 `toml`,請根據需求選擇“標準表”或“內聯表”。 -> 對於 `toml` 以外的格式,請始終選擇“內聯表”。"##), - ("key", r##"通過 key(鍵)來查詢 value(值)"##), - ("f64-arr-help", r##"示例: +> 對於 `toml` 以外的格式,請始終選擇“內聯表”。"##, + ), + ( + "key", + r##"通過 key(鍵)來查詢 value(值)"##, + ), + ( + "f64-arr-help", + r##"示例: ```sh set test.yml -k hello --fa 3.14 --fa 45e-2 --fa NaN --fa Inf ``` @@ -23530,9 +27514,15 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap {  null ] ``` -"##), - ("none", r##"刪掉指定的key"##), - ("set-save-to-help", r##"與 `conv` 子命令的 `-t` 非常像,最大的區別在於 `conv` 的 `-t` 能多次連續調用,輸出到多種格式/多個文件。 +"##, + ), + ( + "none", + r##"刪掉指定的key"##, + ), + ( + "set-save-to-help", + r##"與 `conv` 子命令的 `-t` 非常像,最大的區別在於 `conv` 的 `-t` 能多次連續調用,輸出到多種格式/多個文件。 而 `set` 子命令的 `-t` 只能調用一次,輸出到單個文件。  > 注: `conv` 子命令在執行完轉換操作後,所有格式的文件都不會保留註釋。 @@ -23542,15 +27532,36 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap { - 若已調用 `-t` ,並且還調用了 `--save`, 則修改後的文件會保存至 `-t` 所指向的文件。 - 除非源文件與 `-t` 指向的文件相同,否則 `set` 子命令的 `-t` 的行為將會與 `conv` 的 `-t` 部分一致,它們都會對非具體文件路徑進行自動更名。  - 假設 from: **test.yml**, to: **json**, 那麼輸出的文件會變成 **test.json**, 而不是 **json** - - 若您無需此特性,則請使用 `-t ./json` 或 `-t $PWD/json`,而不是 `-t json`。"##), - ("preview", r##"在修改完成後,預覽完整的文件"##), - ("set-key", r##"選擇指定的 key(鍵),以"."作為分隔符"##), - ("get-opts", r##"獲取指定配置的 value"##), - ("saot", r##"單對 key-value pair 的表數組(用法:`--saot k1 v1 --saot k2 v2...`)"##), - ("key-help", r##"格式為: "a.b.c", 子表名稱或數組索引通過 "."(半角的dot符號)來連接。 -當只有一個 "." 時,會列出整張表"##), - ("set-opts", r##"創建/更新/刪除 配置文件的結構"##), - ("bool-arr-help", r##"示例: + - 若您無需此特性,則請使用 `-t ./json` 或 `-t $PWD/json`,而不是 `-t json`。"##, + ), + ( + "preview", + r##"在修改完成後,預覽完整的文件"##, + ), + ( + "set-key", + r##"選擇指定的 key(鍵),以"."作為分隔符"##, + ), + ( + "get-opts", + r##"獲取指定配置的 value"##, + ), + ( + "saot", + r##"單對 key-value pair 的表數組(用法:`--saot k1 v1 --saot k2 v2...`)"##, + ), + ( + "key-help", + r##"格式為: "a.b.c", 子表名稱或數組索引通過 "."(半角的dot符號)來連接。 +當只有一個 "." 時,會列出整張表"##, + ), + ( + "set-opts", + r##"創建/更新/刪除 配置文件的結構"##, + ), + ( + "bool-arr-help", + r##"示例: ```sh set test.ron -k hello --ba true --ba false --ba true ``` @@ -23562,11 +27573,23 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap {  /*[1]*/ false,  /*[2]*/ true, ] -```"##), - ("bool-arr", r##"bool 的數組"##), - ("table", r##"標準表(standard table),用於存儲多對 K-V pairs"##), - ("datetime", r##"日期與時間的類型"##), - ("table-help", r##"示例1: +```"##, + ), + ( + "bool-arr", + r##"bool 的數組"##, + ), + ( + "table", + r##"標準表(standard table),用於存儲多對 K-V pairs"##, + ), + ( + "datetime", + r##"日期與時間的類型"##, + ), + ( + "table-help", + r##"示例1: ```sh set test.toml -k mount.1.test --map name sd --map os android ``` @@ -23590,10 +27613,19 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap {  arch: riscv64  codename: trixie  os: debian -```"##), - ("f64-arr", r##"f64的數組"##), - ("string", r##"String(字符串類型)"##), - ("array-help", r##"通過多次調用 `-a` 來設置數組元素。 +```"##, + ), + ( + "f64-arr", + r##"f64的數組"##, + ), + ( + "string", + r##"String(字符串類型)"##, + ), + ( + "array-help", + r##"通過多次調用 `-a` 來設置數組元素。 示例: ```sh set test.toml -k test.array -a hello -a wonderful -a world @@ -23604,12 +27636,22 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap { ```toml [test] array = ["hello", "wonderful", "world"] -```"##), - ("aot", r##"表數組(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##), - ("inline-table", r##"內聯表:比標準表更緊湊,並且支持創建嵌套且不存在的keys。"##), - ("concat-key", r##"分段輸入 key, 結果會自動拼接,不使用 "." 作為分隔符"##), - ], -} +```"##, + ), + ( + "aot", + r##"表數組(用法:`--aot 'k1, v1, k2, v2' --aot 'k1, v1'`)"##, + ), + ( + "inline-table", + r##"內聯表:比標準表更緊湊,並且支持創建嵌套且不存在的keys。"##, + ), + ( + "concat-key", + r##"分段輸入 key, 結果會自動拼接,不使用 "." 作為分隔符"##, + ), + ], + } } /// Language ID: zh-Hant-HK; @@ -23625,14 +27667,10 @@ pub(super) const fn get_zh_hant_hk_map_opt_md() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_hk_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"無效的主題名稱"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"無效的主題名稱"##)], + } } /// Language ID: zh-Hant-HK; @@ -23648,32 +27686,51 @@ pub(super) const fn get_zh_hant_hk_map_theme() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_hk_map_args() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"自定義主題集合文件,您還需要搭配 `--theme` 指定主題名稱"##), - ("shell-completion", r##"為 shell 生成補全腳本"##), - ("theme-file-help", r##"支持的文件格式為 rust crate `syntect` 所 dump 出來的二進制數據。 + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"自定義主題集合文件,您還需要搭配 `--theme` 指定主題名稱"##, + ), + ("shell-completion", r##"為 shell 生成補全腳本"##), + ( + "theme-file-help", + r##"支持的文件格式為 rust crate `syntect` 所 dump 出來的二進制數據。 本質上,這些主題是舊版的 sublime 的主題。 -若未指定 `--tf`, 則讀取環境變量 `$TOMLYRE_THEME_FILE` 的值。"##), - ("from-format", r##"手動指定來源的文件格式(默認會自動判斷)"##), - ("disable-theme-background", r##"禁用主題背景(默認為啓用狀態,若調用`--dis-theme-bg` 則禁用)"##), - ("theme-uncompressed-file-help", r##"> 未壓縮的版本要比壓縮版本的優先級更高。 - -若未指定 `--tuf`, 則讀取環境變量 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` 的值。"##), - ("disable-theme-background-help", r##"若未指定 `--dis-theme-bg`, 則讀取環境變量 `$TOMLYRE_THEME_BG` 的值。 +若未指定 `--tf`, 則讀取環境變量 `$TOMLYRE_THEME_FILE` 的值。"##, + ), + ( + "from-format", + r##"手動指定來源的文件格式(默認會自動判斷)"##, + ), + ( + "disable-theme-background", + r##"禁用主題背景(默認為啓用狀態,若調用`--dis-theme-bg` 則禁用)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> 未壓縮的版本要比壓縮版本的優先級更高。 + +若未指定 `--tuf`, 則讀取環境變量 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` 的值。"##, + ), + ( + "disable-theme-background-help", + r##"若未指定 `--dis-theme-bg`, 則讀取環境變量 `$TOMLYRE_THEME_BG` 的值。 若該值為 false 則禁用 ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"類似於`theme-file`, 但要求未壓縮的 dump 數據(文件)"##), - ("shell-completion-help", r##"您需要手動指定 shell 的名稱來生成補全腳本。 +```"##, + ), + ( + "theme-uncompressed-file", + r##"類似於`theme-file`, 但要求未壓縮的 dump 數據(文件)"##, + ), + ( + "shell-completion-help", + r##"您需要手動指定 shell 的名稱來生成補全腳本。 例如,對於 _Windows_ 上的 `powershell`, 您可以使用: ```pwsh @@ -23696,18 +27753,27 @@ tomlyre --sh-comp zsh | doas tee /usr/local/share/zsh/site-functions/_tomlyre 為了避免使用 root 權限,您可以將其放在用户子目錄下。比如説,您可以使用以下命令向該數組頭部插入一個元素,再使用相關的目錄。 ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"當從 stdin 讀取數據時,例如: `cat a | tomlyre conv -`,它首先會嘗試自動判斷文件格式。 +```"##, + ), + ( + "from-format-help", + r##"當從 stdin 讀取數據時,例如: `cat a | tomlyre conv -`,它首先會嘗試自動判斷文件格式。 然而,自動判斷有可能會失敗,這時候就需要手動指定格式了。 -示例:`cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"當僅使用 `--ts` 參數時,會列出內置的樣式集合。 +示例:`cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"當僅使用 `--ts` 參數時,會列出內置的樣式集合。 除了 markdown 可以縮寫為 md 外, 其他的樣式都要用完整的名稱。 用法示例1:`--ts md` 用法示例2:`--table-style ascii` -注:目前不支持從文件中讀取 **表格樣式** 的集合,如果您需要此功能或其他額外的功能,歡迎提交 issue 進行反饋。"##), - ("table-style", r##"指定表格的樣式"##), - ("theme-help", r##"當僅使用 `-t` 參數時,會列出當前主題的列表。 +注:目前不支持從文件中讀取 **表格樣式** 的集合,如果您需要此功能或其他額外的功能,歡迎提交 issue 進行反饋。"##, + ), + ("table-style", r##"指定表格的樣式"##), + ( + "theme-help", + r##"當僅使用 `-t` 參數時,會列出當前主題的列表。 若未指定主題文件,則使用內置的主題集合。 假設存在一個主題為 **ayu-dark**, 則您可以使用 `-t ayu-dark` 來使用該主題。 若主題名稱包含空格,則請使用雙引號或單引號將其包裹起來。 @@ -23733,10 +27799,11 @@ tomlyre -t "Monokai Extended" get test.toml ``` 對於手動執行 "conv/get/set" 等相關操作所輸出的內容,`-t` 指定的主題的優先級 > 環境變量。 -若未調用 `-t`,則讀取環境變量;若環境變量為空,則使用 **Monokai Extended**。"##), - ("theme", r##"指定語法高亮的主題名稱"##), - ], -} +若未調用 `-t`,則讀取環境變量;若環境變量為空,則使用 **Monokai Extended**。"##, + ), + ("theme", r##"指定語法高亮的主題名稱"##), + ], + } } /// Language ID: zh-Hant-HK; @@ -23744,32 +27811,54 @@ tomlyre -t "Monokai Extended" get test.toml /// Description: 繁體中文, 中國香港; pub(super) const fn get_zh_hant_hk_map_args_md() -> L10nMap { ::phf::Map { - key: 351906021642186605, - disps: &[ - (3, 9), - (4, 1), - (0, 0), - ], - entries: &[ - ("theme-file", r##"自定義主題集合文件,您還需要搭配 `--theme` 指定主題名稱"##), - ("shell-completion", r##"為 shell 生成補全腳本"##), - ("theme-file-help", r##"支持的文件格式為 rust crate `syntect` 所 dump 出來的二進制數據。  + key: 351906021642186605, + disps: &[(3, 9), (4, 1), (0, 0)], + entries: &[ + ( + "theme-file", + r##"自定義主題集合文件,您還需要搭配 `--theme` 指定主題名稱"##, + ), + ( + "shell-completion", + r##"為 shell 生成補全腳本"##, + ), + ( + "theme-file-help", + r##"支持的文件格式為 rust crate `syntect` 所 dump 出來的二進制數據。  本質上,這些主題是舊版的 sublime 的主題。 -若未指定 `--tf`, 則讀取環境變量 `$TOMLYRE_THEME_FILE` 的值。"##), - ("from-format", r##"手動指定來源的文件格式(默認會自動判斷)"##), - ("disable-theme-background", r##"禁用主題背景(默認為啓用狀態,若調用`--dis-theme-bg` 則禁用)"##), - ("theme-uncompressed-file-help", r##"> 未壓縮的版本要比壓縮版本的優先級更高。  - -若未指定 `--tuf`, 則讀取環境變量 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` 的值。"##), - ("disable-theme-background-help", r##"若未指定 `--dis-theme-bg`, 則讀取環境變量 `$TOMLYRE_THEME_BG` 的值。 +若未指定 `--tf`, 則讀取環境變量 `$TOMLYRE_THEME_FILE` 的值。"##, + ), + ( + "from-format", + r##"手動指定來源的文件格式(默認會自動判斷)"##, + ), + ( + "disable-theme-background", + r##"禁用主題背景(默認為啓用狀態,若調用`--dis-theme-bg` 則禁用)"##, + ), + ( + "theme-uncompressed-file-help", + r##"> 未壓縮的版本要比壓縮版本的優先級更高。  + +若未指定 `--tuf`, 則讀取環境變量 `$TOMLYRE_THEME_UNCOMPRESSED_FILE` 的值。"##, + ), + ( + "disable-theme-background-help", + r##"若未指定 `--dis-theme-bg`, 則讀取環境變量 `$TOMLYRE_THEME_BG` 的值。  若該值為 false 則禁用  ```sh env TOMLYRE_THEME_BG=false TOMLYRE_THEME="ayu-dark" tomlyre --help -```"##), - ("theme-uncompressed-file", r##"類似於`theme-file`, 但要求未壓縮的 dump 數據(文件)"##), - ("shell-completion-help", r##"您需要手動指定 shell 的名稱來生成補全腳本。 +```"##, + ), + ( + "theme-uncompressed-file", + r##"類似於`theme-file`, 但要求未壓縮的 dump 數據(文件)"##, + ), + ( + "shell-completion-help", + r##"您需要手動指定 shell 的名稱來生成補全腳本。 例如,對於 _Windows_ 上的 `powershell`, 您可以使用:  ```pwsh @@ -23792,18 +27881,30 @@ pub(super) const fn get_zh_hant_hk_map_args_md() -> L10nMap { 為了避免使用 root 權限,您可以將其放在用户子目錄下。比如説,您可以使用以下命令向該數組頭部插入一個元素,再使用相關的目錄。 ```zsh fpath=(~/.local/share/zsh/completions $fpath) -```"##), - ("from-format-help", r##"當從 stdin 讀取數據時,例如: `cat a | tomlyre conv -`,它首先會嘗試自動判斷文件格式。 +```"##, + ), + ( + "from-format-help", + r##"當從 stdin 讀取數據時,例如: `cat a | tomlyre conv -`,它首先會嘗試自動判斷文件格式。 然而,自動判斷有可能會失敗,這時候就需要手動指定格式了。 -示例:`cat test.bson | tomlyre --src-fmt bson get -`"##), - ("table-style-help", r##"當僅使用 `--ts` 參數時,會列出內置的樣式集合。 +示例:`cat test.bson | tomlyre --src-fmt bson get -`"##, + ), + ( + "table-style-help", + r##"當僅使用 `--ts` 參數時,會列出內置的樣式集合。 除了 markdown 可以縮寫為 md 外, 其他的樣式都要用完整的名稱。 用法示例1:`--ts md` 用法示例2:`--table-style ascii`  -注:目前不支持從文件中讀取 **表格樣式** 的集合,如果您需要此功能或其他額外的功能,歡迎提交 issue 進行反饋。"##), - ("table-style", r##"指定表格的樣式"##), - ("theme-help", r##"當僅使用 `-t` 參數時,會列出當前主題的列表。 +注:目前不支持從文件中讀取 **表格樣式** 的集合,如果您需要此功能或其他額外的功能,歡迎提交 issue 進行反饋。"##, + ), + ( + "table-style", + r##"指定表格的樣式"##, + ), + ( + "theme-help", + r##"當僅使用 `-t` 參數時,會列出當前主題的列表。 若未指定主題文件,則使用內置的主題集合。 假設存在一個主題為 **ayu-dark**, 則您可以使用 `-t ayu-dark` 來使用該主題。 若主題名稱包含空格,則請使用雙引號或單引號將其包裹起來。 @@ -23829,10 +27930,14 @@ pub(super) const fn get_zh_hant_hk_map_args_md() -> L10nMap { ```  對於手動執行 "conv/get/set" 等相關操作所輸出的內容,`-t` 指定的主題的優先級 > 環境變量。 -若未調用 `-t`,則讀取環境變量;若環境變量為空,則使用 **Monokai Extended**。"##), - ("theme", r##"指定語法高亮的主題名稱"##), - ], -} +若未調用 `-t`,則讀取環境變量;若環境變量為空,則使用 **Monokai Extended**。"##, + ), + ( + "theme", + r##"指定語法高亮的主題名稱"##, + ), + ], + } } /// Language ID: zh-Hant-HK; @@ -23848,16 +27953,19 @@ pub(super) const fn get_zh_hant_hk_map_args_md() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_hk_map_conv() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"在 toml、yaml、json 和 ron 等格式之間進行轉換"##), - ("from", r##"指定輸入的文件"##), - ("conv-to", r##"指定輸出的格式/文件,支持多次調用"##), - ("save", r##"當調用此選項後,`--to` 所指定的文件將被保存"##), - ("conv-to-help", r##"如果當前目錄下存在 **test.json** 文件,那麼您可以調用 `conv test.json -t yml` 將其轉換為 yml (yaml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"在 toml、yaml、json 和 ron 等格式之間進行轉換"##, + ), + ("from", r##"指定輸入的文件"##), + ("conv-to", r##"指定輸出的格式/文件,支持多次調用"##), + ("save", r##"當調用此選項後,`--to` 所指定的文件將被保存"##), + ( + "conv-to-help", + r##"如果當前目錄下存在 **test.json** 文件,那麼您可以調用 `conv test.json -t yml` 將其轉換為 yml (yaml), 也可以手動指定文件路徑:`conv test.json -t /tmp/test.yml` 支持的格式取決於此軟件包啓用的功能,並非所有功能都會默認啓用。 @@ -23872,9 +27980,10 @@ pub(super) const fn get_zh_hant_hk_map_conv() -> L10nMap { 若您無需此特性,則請使用完整的(非目錄)文件路徑,例如 `-t /tmp/xx.toml`,而不是 `-t /tmp/`。 - 2. 當未調用 `--save` 時,指定的文件不會自動保存。 - 3. 當調用 `--save` 時,conv 子命令的輸入與輸出不能為相同的文件。 -- 4. 轉換後的文件不會保留註釋。"##), - ], -} +- 4. 轉換後的文件不會保留註釋。"##, + ), + ], + } } /// Language ID: zh-Hant-HK; @@ -23882,16 +27991,28 @@ pub(super) const fn get_zh_hant_hk_map_conv() -> L10nMap { /// Description: 繁體中文, 中國香港; pub(super) const fn get_zh_hant_hk_map_conv_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (3, 0), - ], - entries: &[ - ("conv-opts", r##"在 toml、yaml、json 和 ron 等格式之間進行轉換"##), - ("from", r##"指定輸入的文件"##), - ("conv-to", r##"指定輸出的格式/文件,支持多次調用"##), - ("save", r##"當調用此選項後,`--to` 所指定的文件將被保存"##), - ("conv-to-help", r##"如果當前目錄下存在 **test.json** 文件,那麼您可以調用 `conv test.json -t yml` 將其轉換為 yml (yaml), + key: 14108922650502679131, + disps: &[(3, 0)], + entries: &[ + ( + "conv-opts", + r##"在 toml、yaml、json 和 ron 等格式之間進行轉換"##, + ), + ( + "from", + r##"指定輸入的文件"##, + ), + ( + "conv-to", + r##"指定輸出的格式/文件,支持多次調用"##, + ), + ( + "save", + r##"當調用此選項後,`--to` 所指定的文件將被保存"##, + ), + ( + "conv-to-help", + r##"如果當前目錄下存在 **test.json** 文件,那麼您可以調用 `conv test.json -t yml` 將其轉換為 yml (yaml), 也可以手動指定文件路徑:`conv test.json -t /tmp/test.yml`  支持的格式取決於此軟件包啓用的功能,並非所有功能都會默認啓用。 @@ -23906,31 +28027,29 @@ pub(super) const fn get_zh_hant_hk_map_conv_md() -> L10nMap {  若您無需此特性,則請使用完整的(非目錄)文件路徑,例如 `-t /tmp/xx.toml`,而不是 `-t /tmp/`。 - 2. 當未調用 `--save` 時,指定的文件不會自動保存。 - 3. 當調用 `--save` 時,conv 子命令的輸入與輸出不能為相同的文件。 -- 4. 轉換後的文件不會保留註釋。"##), - ], -} +- 4. 轉換後的文件不會保留註釋。"##, + ), + ], + } } /// zh-Hant-HK: 繁體中文, 中國香港 pub(super) const fn get_zh_hant_hk_map() -> SubLocaleMap { ::phf::Map { - key: 7485420634051515786, - disps: &[ - (3, 2), - (1, 0), - ], - entries: &[ - ("args", get_zh_hant_hk_map_args), - ("conv_md", get_zh_hant_hk_map_conv_md), - ("parser", get_zh_hant_hk_map_parser), - ("opt_md", get_zh_hant_hk_map_opt_md), - ("args_md", get_zh_hant_hk_map_args_md), - ("opt", get_zh_hant_hk_map_opt), - ("log-core", get_zh_hant_hk_map_log_core), - ("conv", get_zh_hant_hk_map_conv), - ("theme", get_zh_hant_hk_map_theme), - ], -} + key: 7485420634051515786, + disps: &[(3, 2), (1, 0)], + entries: &[ + ("args", get_zh_hant_hk_map_args), + ("conv_md", get_zh_hant_hk_map_conv_md), + ("parser", get_zh_hant_hk_map_parser), + ("opt_md", get_zh_hant_hk_map_opt_md), + ("args_md", get_zh_hant_hk_map_args_md), + ("opt", get_zh_hant_hk_map_opt), + ("log-core", get_zh_hant_hk_map_log_core), + ("conv", get_zh_hant_hk_map_conv), + ("theme", get_zh_hant_hk_map_theme), + ], + } } /// Language ID: zu; @@ -23946,20 +28065,17 @@ pub(super) const fn get_zh_hant_hk_map() -> SubLocaleMap { /// ``` pub(super) const fn get_zu_map_log_core() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (0, 0), - ], - entries: &[ - ("debug", r##"iphutha"##), - ("warn", r##"xwayisa"##), - ("info", r##"imininingwane"##), - ("error", r##"Iphutha"##), - ("trace", r##"Landelela"##), - ("init-logger", r##"Ukuqalisa i-logger ..."##), - ], -} + key: 12913932095322966823, + disps: &[(0, 5), (0, 0)], + entries: &[ + ("debug", r##"iphutha"##), + ("warn", r##"xwayisa"##), + ("info", r##"imininingwane"##), + ("error", r##"Iphutha"##), + ("trace", r##"Landelela"##), + ("init-logger", r##"Ukuqalisa i-logger ..."##), + ], + } } /// Language ID: zu; @@ -23975,28 +28091,22 @@ pub(super) const fn get_zu_map_log_core() -> L10nMap { /// ``` pub(super) const fn get_zu_map_theme() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-name", r##"Igama le-Theme elingalungile"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("invalid-name", r##"Igama le-Theme elingalungile"##)], + } } /// zu: isiZulu, isi-Latin, iNingizimu Afrika pub(super) const fn get_zu_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("log-core", get_zu_map_log_core), - ("theme", get_zu_map_theme), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("log-core", get_zu_map_log_core), + ("theme", get_zu_map_theme), + ], + } } /// # Example @@ -24012,142 +28122,142 @@ pub(super) const fn get_zu_map() -> SubLocaleMap { /// ``` pub(super) const fn locale_map() -> LocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (0, 5), - (33, 70), - (0, 94), - (0, 0), - (5, 7), - (0, 17), - (1, 19), - (0, 105), - (0, 56), - (0, 37), - (43, 61), - (0, 0), - (3, 14), - (63, 87), - (0, 10), - (7, 7), - (0, 7), - (0, 1), - (10, 18), - (1, 54), - (0, 3), - (16, 54), - ], - entries: &[ - ("mk", get_mk_map), - ("fr", get_fr_map), - ("si", get_si_map), - ("ro", get_ro_map), - ("ko", get_ko_map), - ("ga", get_ga_map), - ("fa", get_fa_map), - ("lv", get_lv_map), - ("pt", get_pt_map), - ("tg", get_tg_map), - ("co", get_co_map), - ("mr", get_mr_map), - ("ku", get_ku_map), - ("nl", get_nl_map), - ("hu", get_hu_map), - ("lo", get_lo_map), - ("yi", get_yi_map), - ("kk", get_kk_map), - ("ne", get_ne_map), - ("sr", get_sr_map), - ("no", get_no_map), - ("he", get_he_map), - ("ka", get_ka_map), - ("be", get_be_map), - ("ml", get_ml_map), - ("sl", get_sl_map), - ("sv", get_sv_map), - ("kn", get_kn_map), - ("af", get_af_map), - ("vi", get_vi_map), - ("jw", get_jw_map), - ("sn", get_sn_map), - ("fi", get_fi_map), - ("ky", get_ky_map), - ("fy", get_fy_map), - ("uk", get_uk_map), - ("bg", get_bg_map), - ("lt", get_lt_map), - ("am", get_am_map), - ("cy", get_cy_map), - ("or", get_or_map), - ("ht", get_ht_map), - ("sk", get_sk_map), - ("sw", get_sw_map), - ("zh-Hant-HK", get_zh_hant_hk_map), - ("cs", get_cs_map), - ("yo", get_yo_map), - ("el", get_el_map), - ("mi", get_mi_map), - ("az", get_az_map), - ("pl", get_pl_map), - ("ja", get_ja_map), - ("mg", get_mg_map), - ("eo", get_eo_map), - ("zh", get_zh_map), - ("ny", get_ny_map), - ("de", get_de_map), - ("zu", get_zu_map), - ("eu", get_eu_map), - ("zh-Hant", get_zh_hant_map), - ("ceb", get_ceb_map), - ("xh", get_xh_map), - ("ru", get_ru_map), - ("ha", get_ha_map), - ("my", get_my_map), - ("te", get_te_map), - ("bn", get_bn_map), - ("hr", get_hr_map), - ("tr", get_tr_map), - ("bs", get_bs_map), - ("ca", get_ca_map), - ("hi", get_hi_map), - ("gu", get_gu_map), - ("sm", get_sm_map), - ("lb", get_lb_map), - ("th", get_th_map), - ("ar", get_ar_map), - ("mt", get_mt_map), - ("sq", get_sq_map), - ("gd", get_gd_map), - ("so", get_so_map), - ("is", get_is_map), - ("km", get_km_map), - ("ig", get_ig_map), - ("ms", get_ms_map), - ("da", get_da_map), - ("es", get_es_map), - ("sd", get_sd_map), - ("ps", get_ps_map), - ("ta", get_ta_map), - ("en", get_en_map), - ("et", get_et_map), - ("ur", get_ur_map), - ("uz", get_uz_map), - ("it", get_it_map), - ("iw", get_iw_map), - ("ug", get_ug_map), - ("en-GB", get_en_gb_map), - ("id", get_id_map), - ("mn", get_mn_map), - ("pa", get_pa_map), - ("hy", get_hy_map), - ("gl", get_gl_map), - ("st", get_st_map), - ("su", get_su_map), - ("haw", get_haw_map), - ("la", get_la_map), - ("fil", get_fil_map), - ], -} + key: 15467950696543387533, + disps: &[ + (0, 5), + (33, 70), + (0, 94), + (0, 0), + (5, 7), + (0, 17), + (1, 19), + (0, 105), + (0, 56), + (0, 37), + (43, 61), + (0, 0), + (3, 14), + (63, 87), + (0, 10), + (7, 7), + (0, 7), + (0, 1), + (10, 18), + (1, 54), + (0, 3), + (16, 54), + ], + entries: &[ + ("mk", get_mk_map), + ("fr", get_fr_map), + ("si", get_si_map), + ("ro", get_ro_map), + ("ko", get_ko_map), + ("ga", get_ga_map), + ("fa", get_fa_map), + ("lv", get_lv_map), + ("pt", get_pt_map), + ("tg", get_tg_map), + ("co", get_co_map), + ("mr", get_mr_map), + ("ku", get_ku_map), + ("nl", get_nl_map), + ("hu", get_hu_map), + ("lo", get_lo_map), + ("yi", get_yi_map), + ("kk", get_kk_map), + ("ne", get_ne_map), + ("sr", get_sr_map), + ("no", get_no_map), + ("he", get_he_map), + ("ka", get_ka_map), + ("be", get_be_map), + ("ml", get_ml_map), + ("sl", get_sl_map), + ("sv", get_sv_map), + ("kn", get_kn_map), + ("af", get_af_map), + ("vi", get_vi_map), + ("jw", get_jw_map), + ("sn", get_sn_map), + ("fi", get_fi_map), + ("ky", get_ky_map), + ("fy", get_fy_map), + ("uk", get_uk_map), + ("bg", get_bg_map), + ("lt", get_lt_map), + ("am", get_am_map), + ("cy", get_cy_map), + ("or", get_or_map), + ("ht", get_ht_map), + ("sk", get_sk_map), + ("sw", get_sw_map), + ("zh-Hant-HK", get_zh_hant_hk_map), + ("cs", get_cs_map), + ("yo", get_yo_map), + ("el", get_el_map), + ("mi", get_mi_map), + ("az", get_az_map), + ("pl", get_pl_map), + ("ja", get_ja_map), + ("mg", get_mg_map), + ("eo", get_eo_map), + ("zh", get_zh_map), + ("ny", get_ny_map), + ("de", get_de_map), + ("zu", get_zu_map), + ("eu", get_eu_map), + ("zh-Hant", get_zh_hant_map), + ("ceb", get_ceb_map), + ("xh", get_xh_map), + ("ru", get_ru_map), + ("ha", get_ha_map), + ("my", get_my_map), + ("te", get_te_map), + ("bn", get_bn_map), + ("hr", get_hr_map), + ("tr", get_tr_map), + ("bs", get_bs_map), + ("ca", get_ca_map), + ("hi", get_hi_map), + ("gu", get_gu_map), + ("sm", get_sm_map), + ("lb", get_lb_map), + ("th", get_th_map), + ("ar", get_ar_map), + ("mt", get_mt_map), + ("sq", get_sq_map), + ("gd", get_gd_map), + ("so", get_so_map), + ("is", get_is_map), + ("km", get_km_map), + ("ig", get_ig_map), + ("ms", get_ms_map), + ("da", get_da_map), + ("es", get_es_map), + ("sd", get_sd_map), + ("ps", get_ps_map), + ("ta", get_ta_map), + ("en", get_en_map), + ("et", get_et_map), + ("ur", get_ur_map), + ("uz", get_uz_map), + ("it", get_it_map), + ("iw", get_iw_map), + ("ug", get_ug_map), + ("en-GB", get_en_gb_map), + ("id", get_id_map), + ("mn", get_mn_map), + ("pa", get_pa_map), + ("hy", get_hy_map), + ("gl", get_gl_map), + ("st", get_st_map), + ("su", get_su_map), + ("haw", get_haw_map), + ("la", get_la_map), + ("fil", get_fil_map), + ], + } } /// # Example diff --git a/cli/src/opt/args.rs b/cli/src/opt/args.rs index 3019d94..d44868f 100644 --- a/cli/src/opt/args.rs +++ b/cli/src/opt/args.rs @@ -1,11 +1,13 @@ +use std::path::PathBuf; + +use clap::{ColorChoice, Parser, Subcommand}; +use getset::Getters; +use glossa::GetText; + use crate::{ assets::get_l10n_text, opt::{conversion::ConvOpts, get::GetOpts, get_md, set::SetOpts, PKG_VERSION}, }; -use clap::{ColorChoice, Parser, Subcommand}; -use getset::Getters; -use glossa::GetText; -use std::path::PathBuf; #[derive(Parser, Debug, Getters)] #[getset(get = "pub(crate) with_prefix")] diff --git a/cli/src/opt/conversion.rs b/cli/src/opt/conversion.rs index abd292c..e82de3a 100644 --- a/cli/src/opt/conversion.rs +++ b/cli/src/opt/conversion.rs @@ -1,11 +1,13 @@ +use std::path::PathBuf; + +use clap::Parser; +use getset::Getters; +use glossa::GetText; + use crate::{ assets::get_l10n_text, opt::{get_md, sample_directory}, }; -use clap::Parser; -use getset::Getters; -use glossa::GetText; -use std::path::PathBuf; #[derive(Parser, Debug, Getters)] #[getset(get = "pub(crate) with_prefix")] diff --git a/cli/src/opt/get.rs b/cli/src/opt/get.rs index d407f93..566244d 100644 --- a/cli/src/opt/get.rs +++ b/cli/src/opt/get.rs @@ -1,9 +1,10 @@ use std::path::PathBuf; -use crate::opt::{get_opt_md, get_opt_text, sample_directory}; use clap::Parser; use getset::Getters; +use crate::opt::{get_opt_md, get_opt_text, sample_directory}; + /// `tomlyre get /path/to/file -k x.y.z` #[derive(Parser, Debug, Getters)] #[getset(get = "pub(crate) with_prefix")] diff --git a/cli/src/opt/mod.rs b/cli/src/opt/mod.rs index c58a13f..96487df 100644 --- a/cli/src/opt/mod.rs +++ b/cli/src/opt/mod.rs @@ -1,12 +1,14 @@ +use std::env; + +use glossa::GetText; +use hlight::{gen_syntax_highlight, theme::theme_monokai}; + use crate::{ assets::get_l10n_text, opt::theme::{ get_env_theme_bg, get_highlight_resource_from_os_env, get_static_theme_style, }, }; -use glossa::GetText; -use hlight::{gen_syntax_highlight, theme::theme_monokai}; -use std::env; pub(crate) const PKG_VERSION: &str = env!("CARGO_PKG_VERSION"); diff --git a/cli/src/opt/set.rs b/cli/src/opt/set.rs index bc656be..8e9bba3 100644 --- a/cli/src/opt/set.rs +++ b/cli/src/opt/set.rs @@ -1,7 +1,9 @@ -use crate::opt::{get_opt_md, get_opt_text, sample_directory}; +use std::path::PathBuf; + use clap::Parser; use getset::Getters; -use std::path::PathBuf; + +use crate::opt::{get_opt_md, get_opt_text, sample_directory}; #[derive(Parser, Debug, Getters)] #[getset(get = "pub(crate) with_prefix")] diff --git a/cli/src/opt/theme.rs b/cli/src/opt/theme.rs index a04bd59..0d2f253 100644 --- a/cli/src/opt/theme.rs +++ b/cli/src/opt/theme.rs @@ -1,11 +1,3 @@ -use crate::{assets::get_l10n_text, opt::args::Cli}; -use glossa::{assets::OnceCell, GetText}; -use hlight::{ - gen_syntax_highlight, - theme::{dumps, ThemeSet}, - HighLightRes, -}; -use log_l10n::level::color::OwoColorize; use std::{ borrow::Cow, env, @@ -14,6 +6,16 @@ use std::{ process::exit, }; +use glossa::{assets::OnceCell, GetText}; +use hlight::{ + gen_syntax_highlight, + theme::{dumps, ThemeSet}, + HighLightRes, +}; +use log_l10n::level::color::OwoColorize; + +use crate::{assets::get_l10n_text, opt::args::Cli}; + const SAMPLE_HIGHLIGHT_TEXT: &str = r#" [[bin]] doc = false diff --git a/cli/src/parser/completion.rs b/cli/src/parser/completion.rs index f10a2c7..c3eadb2 100644 --- a/cli/src/parser/completion.rs +++ b/cli/src/parser/completion.rs @@ -1,13 +1,15 @@ -use crate::{assets::get_l10n_text, opt::args::Cli}; +use std::{ + env, + io::{self, BufWriter, Write}, +}; + use clap::CommandFactory; use clap_complete::{generate, shells, Generator}; use glossa::GetText; use hlight::{gen_syntax_highlight, HighLightRes}; use log::info; -use std::{ - env, - io::{self, BufWriter, Write}, -}; + +use crate::{assets::get_l10n_text, opt::args::Cli}; // use tomlyre::highlight::{output::gen_syntax_highlight, HighLightRes}; const BIN_NAME: &str = env!("CARGO_BIN_NAME"); @@ -31,7 +33,9 @@ pub(crate) fn get_shell_completion( args: &Cli, theme: &HighLightRes, ) -> anyhow::Result<()> { - let Some(sh) = args.get_shell_completion() else { return Ok(()) }; + let Some(sh) = args.get_shell_completion() else { + return Ok(()); + }; fn gen(g: G) -> Vec { gen_completion(g) @@ -77,9 +81,10 @@ pub(crate) fn get_shell_completion( #[cfg(test)] mod tests { - use super::*; use anyhow::Result; + use super::*; + #[test] fn get_zsh_comp() -> Result<()> { let v = gen_completion(shells::Zsh); @@ -101,18 +106,18 @@ mod tests { #compdef tomlyre autoload -U is-at-least - + _tomlyre() { typeset -A opt_args typeset -a _arguments_options local ret=1 - + if is-at-least 5.2; then _arguments_options=(-s -S -C) else _arguments_options=(-s -C) fi - + local context curcontext="$curcontext" state line _arguments "${_arguments_options[@]}" \ "#; diff --git a/cli/src/parser/mod.rs b/cli/src/parser/mod.rs index 8f1872c..75c45a4 100644 --- a/cli/src/parser/mod.rs +++ b/cli/src/parser/mod.rs @@ -1,17 +1,19 @@ -use crate::{ - opt::{args::Cli, theme::get_env_theme_bg, PKG_VERSION}, - parser::{completion::get_shell_completion, sub_cmd::handle_sub_cmds}, -}; -use anyhow::Result; -use clap::Parser; -use log::{debug, trace}; -use log_l10n::level::color::OwoColorize; use std::{ borrow::Cow, io::{BufWriter, Write}, process::exit, }; + +use anyhow::Result; +use clap::Parser; +use log::{debug, trace}; +use log_l10n::level::color::OwoColorize; use tomlyre::table::{set_header, Table, STYLES}; + +use crate::{ + opt::{args::Cli, theme::get_env_theme_bg, PKG_VERSION}, + parser::{completion::get_shell_completion, sub_cmd::handle_sub_cmds}, +}; mod completion; mod set_opts; mod sub_cmd; diff --git a/cli/src/parser/set_opts.rs b/cli/src/parser/set_opts.rs index 9aff032..c8af290 100644 --- a/cli/src/parser/set_opts.rs +++ b/cli/src/parser/set_opts.rs @@ -1,12 +1,14 @@ -use crate::opt::{args::Cli, set::SetOpts}; +use std::{borrow::Cow, process::exit, str::FromStr}; + use anyhow::Result; use hlight::HighLightRes; -use std::{borrow::Cow, process::exit, str::FromStr}; use tomlyre::set::{ Array, ArrayOfTables, CfgOpts, Datetime, InlineTable, TomlKey, TomlTable, TomlValue, Value, }; +use crate::opt::{args::Cli, set::SetOpts}; + /// The function first calls the `set_value` method on the provided `cfg_opts` with the input value converted into a `Some` option using the `Into` trait. /// If this succeeds, indicating that the value was successfully set in the `CfgOpts`, the function then calls the `exit` function with a status code of 0, terminating the program. fn set_value_and_exit>(cfg_opts: &CfgOpts, v: V) -> Result<()> { diff --git a/cli/src/parser/sub_cmd.rs b/cli/src/parser/sub_cmd.rs index 90339b5..a45beb0 100644 --- a/cli/src/parser/sub_cmd.rs +++ b/cli/src/parser/sub_cmd.rs @@ -1,3 +1,9 @@ +use std::borrow::Cow; + +use anyhow::Result; +use hlight::HighLightRes; +use tomlyre::{conversion, get::get_config_file, set::TomlKey}; + use crate::{ opt::{ args::{Cli, Sub}, @@ -6,10 +12,6 @@ use crate::{ }, parser::set_opts::handle_setopts, }; -use anyhow::Result; -use hlight::HighLightRes; -use std::borrow::Cow; -use tomlyre::{conversion, get::get_config_file, set::TomlKey}; /// All subcommands are handled here. /// diff --git a/core/build.rs b/core/build.rs index 82453eb..cd051ce 100644 --- a/core/build.rs +++ b/core/build.rs @@ -1,12 +1,13 @@ const EARLY_RT: bool = true; // const EARLY_RT: bool = false; +use std::{borrow::Cow, collections::HashMap, ffi::OsStr, io, path::PathBuf}; + use glossa_codegen::{ consts::*, highlight::{HighLight, HighLightFmt, HighLightRes}, prelude::*, }; -use std::{borrow::Cow, collections::HashMap, ffi::OsStr, io, path::PathBuf}; fn main() -> io::Result<()> { gen_10n_text()?; diff --git a/core/src/assets/localisation.rs b/core/src/assets/localisation.rs index c531443..ffb3869 100644 --- a/core/src/assets/localisation.rs +++ b/core/src/assets/localisation.rs @@ -21,26 +21,41 @@ pub(crate) type LocaleHashMap = HashMap; /// ``` pub(super) const fn get_af_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Die lêer is nie 'n geldige 'JSON 1.0' -formaat nie, en probeer om as 'JSON5' te ontleed ..."##), - ("not-included", r##"Hierdie binêre ** sluit nie ** die omskakelingsfunksie vir die betrokke formaat in nie. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Die lêer is nie 'n geldige 'JSON 1.0' -formaat nie, en probeer om as 'JSON5' te ontleed ..."##, + ), + ( + "not-included", + r##"Hierdie binêre ** sluit nie ** die omskakelingsfunksie vir die betrokke formaat in nie. U moet die betrokke funksie in u 'vrag.toml' in staat stel en weer saamstaan. -As hierdie sagteware nie die ooreenstemmende funksionaliteit insluit nie, moet u 'n probleem indien."##), - ("currently-supported", r##"Tans ondersteunde Formate -lys:"##), - ("unsupported", r##"Omskakeling van onondersteunde formaat"##), - ("auto-detection-failed", r##"Kon nie die formaat outomaties opspoor nie.Spesifiseer asseblief handmatig."##), - ("not-support-deser-sexp", r##"** Nog nie ondersteun nie **: omskakeling van 'lisp s-expression' na 'ander formate'"##), - ("unknown-fmt", r##"Onbekende lêerformaat"##), - ("not-saved", r##"Die volgende inhoud ** sal nie ** gestoor word nie, omdat `--save` nie geroep is nie."##), - ("dst", r##"bestemmingslêerpad"##), - ("conv-error", r##"Omskakelingsfout"##), - ], -} +As hierdie sagteware nie die ooreenstemmende funksionaliteit insluit nie, moet u 'n probleem indien."##, + ), + ( + "currently-supported", + r##"Tans ondersteunde Formate -lys:"##, + ), + ("unsupported", r##"Omskakeling van onondersteunde formaat"##), + ( + "auto-detection-failed", + r##"Kon nie die formaat outomaties opspoor nie.Spesifiseer asseblief handmatig."##, + ), + ( + "not-support-deser-sexp", + r##"** Nog nie ondersteun nie **: omskakeling van 'lisp s-expression' na 'ander formate'"##, + ), + ("unknown-fmt", r##"Onbekende lêerformaat"##), + ( + "not-saved", + r##"Die volgende inhoud ** sal nie ** gestoor word nie, omdat `--save` nie geroep is nie."##, + ), + ("dst", r##"bestemmingslêerpad"##), + ("conv-error", r##"Omskakelingsfout"##), + ], + } } /// Language ID: af; @@ -48,26 +63,53 @@ As hierdie sagteware nie die ooreenstemmende funksionaliteit insluit nie, moet u /// Description: Afrikaans, Latyn, Suid-Afrika; pub(super) const fn get_af_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Die lêer is nie 'n geldige 'JSON 1.0' -formaat nie, en probeer om as 'JSON5' te ontleed ..."##), - ("not-included", r##"Hierdie binêre ** sluit nie ** die omskakelingsfunksie vir die betrokke formaat in nie. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Die lêer is nie 'n geldige 'JSON 1.0' -formaat nie, en probeer om as 'JSON5' te ontleed ..."##, + ), + ( + "not-included", + r##"Hierdie binêre ** sluit nie ** die omskakelingsfunksie vir die betrokke formaat in nie. U moet die betrokke funksie in u 'vrag.toml' in staat stel en weer saamstaan. -As hierdie sagteware nie die ooreenstemmende funksionaliteit insluit nie, moet u 'n probleem indien."##), - ("currently-supported", r##"Tans ondersteunde Formate -lys:"##), - ("unsupported", r##"Omskakeling van onondersteunde formaat"##), - ("auto-detection-failed", r##"Kon nie die formaat outomaties opspoor nie.Spesifiseer asseblief handmatig."##), - ("not-support-deser-sexp", r##"** Nog nie ondersteun nie **: omskakeling van 'lisp s-expression' na 'ander formate'"##), - ("unknown-fmt", r##"Onbekende lêerformaat"##), - ("not-saved", r##"Die volgende inhoud ** sal nie ** gestoor word nie, omdat `--save` nie geroep is nie."##), - ("dst", r##"bestemmingslêerpad"##), - ("conv-error", r##"Omskakelingsfout"##), - ], -} +As hierdie sagteware nie die ooreenstemmende funksionaliteit insluit nie, moet u 'n probleem indien."##, + ), + ( + "currently-supported", + r##"Tans ondersteunde Formate -lys:"##, + ), + ( + "unsupported", + r##"Omskakeling van onondersteunde formaat"##, + ), + ( + "auto-detection-failed", + r##"Kon nie die formaat outomaties opspoor nie.Spesifiseer asseblief handmatig."##, + ), + ( + "not-support-deser-sexp", + r##"** Nog nie ondersteun nie **: omskakeling van 'lisp s-expression' na 'ander formate'"##, + ), + ( + "unknown-fmt", + r##"Onbekende lêerformaat"##, + ), + ( + "not-saved", + r##"Die volgende inhoud ** sal nie ** gestoor word nie, omdat `--save` nie geroep is nie."##, + ), + ( + "dst", + r##"bestemmingslêerpad"##, + ), + ( + "conv-error", + r##"Omskakelingsfout"##, + ), + ], + } } /// Language ID: af; @@ -83,16 +125,17 @@ pub(super) const fn get_af_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_af_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Die gewysigde inhoud ** sal nie ** gestoor word nie omdat `--sv` nie genoem is nie."##), - ("new-value", r##"Nuwe waarde"##), - ("invalid-path", r##"Ongeldige lêerpad."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Die gewysigde inhoud ** sal nie ** gestoor word nie omdat `--sv` nie genoem is nie."##, + ), + ("new-value", r##"Nuwe waarde"##), + ("invalid-path", r##"Ongeldige lêerpad."##), + ], + } } /// Language ID: af; @@ -100,16 +143,23 @@ pub(super) const fn get_af_map_set() -> L10nMap { /// Description: Afrikaans, Latyn, Suid-Afrika; pub(super) const fn get_af_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Die gewysigde inhoud ** sal nie ** gestoor word nie omdat `--sv` nie genoem is nie."##), - ("new-value", r##"Nuwe waarde"##), - ("invalid-path", r##"Ongeldige lêerpad."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Die gewysigde inhoud ** sal nie ** gestoor word nie omdat `--sv` nie genoem is nie."##, + ), + ( + "new-value", + r##"Nuwe waarde"##, + ), + ( + "invalid-path", + r##"Ongeldige lêerpad."##, + ), + ], + } } /// Language ID: af; @@ -125,32 +175,28 @@ pub(super) const fn get_af_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_af_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Bestemmingsformaat"##), - ("src-fmt", r##"Bronlêerformaat"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Bestemmingsformaat"##), + ("src-fmt", r##"Bronlêerformaat"##), + ], + } } /// af: Afrikaans, Latyn, Suid-Afrika pub(super) const fn get_af_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_af_map_conversion), - ("get", get_af_map_get), - ("set_md", get_af_map_set_md), - ("set", get_af_map_set), - ("conversion_md", get_af_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_af_map_conversion), + ("get", get_af_map_get), + ("set_md", get_af_map_set_md), + ("set", get_af_map_set), + ("conversion_md", get_af_map_conversion_md), + ], + } } /// Language ID: am; @@ -166,25 +212,34 @@ pub(super) const fn get_af_map() -> SubLocaleMap { /// ``` pub(super) const fn get_am_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-saved", r##"የሚከተለው ይዘት ** አይሰጥም *** አይቀመጥም *** መቀመጥ የለበትም."##), - ("unknown-fmt", r##"ያልታወቀ ፋይል ቅርጸት"##), - ("currently-supported", r##"በአሁኑ ጊዜ የተደገፉ ቅርፀቶች ዝርዝር:"##), - ("auto-detection-failed", r##"ቅርጸት በራስ-ሰር ለመምረጥ አልተሳካም.እባክዎ እራስዎ ይጥቀሱ."##), - ("not-included", r##"ይህ ሁለትዮሽ ** ተገቢውን ቅርጸት የውይይት ተግባሩን አያካትትም. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-saved", + r##"የሚከተለው ይዘት ** አይሰጥም *** አይቀመጥም *** መቀመጥ የለበትም."##, + ), + ("unknown-fmt", r##"ያልታወቀ ፋይል ቅርጸት"##), + ("currently-supported", r##"በአሁኑ ጊዜ የተደገፉ ቅርፀቶች ዝርዝር:"##), + ( + "auto-detection-failed", + r##"ቅርጸት በራስ-ሰር ለመምረጥ አልተሳካም.እባክዎ እራስዎ ይጥቀሱ."##, + ), + ( + "not-included", + r##"ይህ ሁለትዮሽ ** ተገቢውን ቅርጸት የውይይት ተግባሩን አያካትትም. ተገቢውን ባህሪ በ `ኘካሪ.` `ዎ ውስጥ ባለው የጭነት መኪናዎ ውስጥ ማንቃት ያስፈልግዎታል. -ይህ ሶፍትዌር ተጓዳኝ ተግባሩን የማያካትት ከሆነ እባክዎን አንድ ጉዳይ ያስገቡ."##), - ("conv-error", r##"የውድር ስህተት"##), - ("dst", r##"የመድረሻ ፋይል መንገድ"##), - ("unsupported", r##"የማይደገፍ ቅርጸት ልወጣ"##), - ("invalid-json1.0", r##"ፋይሉ ትክክለኛ jdson 1.0 ቅርጸት, እንደ `json5` ወደታች ለመሞከር በመሞከር ላይ ..."##), - ], -} +ይህ ሶፍትዌር ተጓዳኝ ተግባሩን የማያካትት ከሆነ እባክዎን አንድ ጉዳይ ያስገቡ."##, + ), + ("conv-error", r##"የውድር ስህተት"##), + ("dst", r##"የመድረሻ ፋይል መንገድ"##), + ("unsupported", r##"የማይደገፍ ቅርጸት ልወጣ"##), + ( + "invalid-json1.0", + r##"ፋይሉ ትክክለኛ jdson 1.0 ቅርጸት, እንደ `json5` ወደታች ለመሞከር በመሞከር ላይ ..."##, + ), + ], + } } /// Language ID: am; @@ -192,25 +247,49 @@ pub(super) const fn get_am_map_conversion() -> L10nMap { /// Description: አማርኛ, ኢትዮፒክ, ኢትዮጵያ; pub(super) const fn get_am_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-saved", r##"የሚከተለው ይዘት ** አይሰጥም *** አይቀመጥም *** መቀመጥ የለበትም."##), - ("unknown-fmt", r##"ያልታወቀ ፋይል ቅርጸት"##), - ("currently-supported", r##"በአሁኑ ጊዜ የተደገፉ ቅርፀቶች ዝርዝር:"##), - ("auto-detection-failed", r##"ቅርጸት በራስ-ሰር ለመምረጥ አልተሳካም.እባክዎ እራስዎ ይጥቀሱ."##), - ("not-included", r##"ይህ ሁለትዮሽ ** ተገቢውን ቅርጸት የውይይት ተግባሩን አያካትትም. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-saved", + r##"የሚከተለው ይዘት ** አይሰጥም *** አይቀመጥም *** መቀመጥ የለበትም."##, + ), + ( + "unknown-fmt", + r##"ያልታወቀ ፋይል ቅርጸት"##, + ), + ( + "currently-supported", + r##"በአሁኑ ጊዜ የተደገፉ ቅርፀቶች ዝርዝር:"##, + ), + ( + "auto-detection-failed", + r##"ቅርጸት በራስ-ሰር ለመምረጥ አልተሳካም.እባክዎ እራስዎ ይጥቀሱ."##, + ), + ( + "not-included", + r##"ይህ ሁለትዮሽ ** ተገቢውን ቅርጸት የውይይት ተግባሩን አያካትትም. ተገቢውን ባህሪ በ `ኘካሪ.` `ዎ ውስጥ ባለው የጭነት መኪናዎ ውስጥ ማንቃት ያስፈልግዎታል. -ይህ ሶፍትዌር ተጓዳኝ ተግባሩን የማያካትት ከሆነ እባክዎን አንድ ጉዳይ ያስገቡ."##), - ("conv-error", r##"የውድር ስህተት"##), - ("dst", r##"የመድረሻ ፋይል መንገድ"##), - ("unsupported", r##"የማይደገፍ ቅርጸት ልወጣ"##), - ("invalid-json1.0", r##"ፋይሉ ትክክለኛ jdson 1.0 ቅርጸት, እንደ `json5` ወደታች ለመሞከር በመሞከር ላይ ..."##), - ], -} +ይህ ሶፍትዌር ተጓዳኝ ተግባሩን የማያካትት ከሆነ እባክዎን አንድ ጉዳይ ያስገቡ."##, + ), + ( + "conv-error", + r##"የውድር ስህተት"##, + ), + ( + "dst", + r##"የመድረሻ ፋይል መንገድ"##, + ), + ( + "unsupported", + r##"የማይደገፍ ቅርጸት ልወጣ"##, + ), + ( + "invalid-json1.0", + r##"ፋይሉ ትክክለኛ jdson 1.0 ቅርጸት, እንደ `json5` ወደታች ለመሞከር በመሞከር ላይ ..."##, + ), + ], + } } /// Language ID: am; @@ -226,15 +305,13 @@ pub(super) const fn get_am_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_am_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-path", r##"ልክ ያልሆነ የፋይል ዱካ."##), - ("new-value", r##"አዲስ እሴት"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[ + ("invalid-path", r##"ልክ ያልሆነ የፋይል ዱካ."##), + ("new-value", r##"አዲስ እሴት"##), + ], + } } /// Language ID: am; @@ -242,15 +319,19 @@ pub(super) const fn get_am_map_set() -> L10nMap { /// Description: አማርኛ, ኢትዮፒክ, ኢትዮጵያ; pub(super) const fn get_am_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-path", r##"ልክ ያልሆነ የፋይል ዱካ."##), - ("new-value", r##"አዲስ እሴት"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[ + ( + "invalid-path", + r##"ልክ ያልሆነ የፋይል ዱካ."##, + ), + ( + "new-value", + r##"አዲስ እሴት"##, + ), + ], + } } /// Language ID: am; @@ -266,32 +347,28 @@ pub(super) const fn get_am_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_am_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"የመድረሻ ቅርጸት"##), - ("src-fmt", r##"ምንጭ ፋይል ቅርጸት"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"የመድረሻ ቅርጸት"##), + ("src-fmt", r##"ምንጭ ፋይል ቅርጸት"##), + ], + } } /// am: አማርኛ, ኢትዮፒክ, ኢትዮጵያ pub(super) const fn get_am_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_am_map_conversion), - ("get", get_am_map_get), - ("set_md", get_am_map_set_md), - ("set", get_am_map_set), - ("conversion_md", get_am_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_am_map_conversion), + ("get", get_am_map_get), + ("set_md", get_am_map_set_md), + ("set", get_am_map_set), + ("conversion_md", get_am_map_conversion_md), + ], + } } /// Language ID: ar; @@ -307,26 +384,41 @@ pub(super) const fn get_am_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ar_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"الملف ليس بتنسيق `json 1.0` صالح ، جاري محاولة التحويل إلى `json5` ..."##), - ("not-included", r##"لا يتضمن هذا البرنامج الثنائي **عملية التحويل** للتنسيق ذي الصلة. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"الملف ليس بتنسيق `json 1.0` صالح ، جاري محاولة التحويل إلى `json5` ..."##, + ), + ( + "not-included", + r##"لا يتضمن هذا البرنامج الثنائي **عملية التحويل** للتنسيق ذي الصلة. يجب تمكين الميزة المناسبة في ملف `Cargo.toml` الخاص بك وإعادة الترجمة. -إذا لم يتضمن هذا البرنامج الثنائي الوظائف المناسبة، يرجى إرسال طلب في القائمة."##), - ("currently-supported", r##"قائمة التنسيقات المدعومة حاليًّا:"##), - ("unsupported", r##"تحويل التنسيق غير المدعوم"##), - ("auto-detection-failed", r##"فشل الكشف التلقائي عن التنسيق. يرجى تحديده يدويًا."##), - ("not-support-deser-sexp", r##"**غير مدعوم حاليًا**: التحويل من تنسيق `Lisp S-Expression` إلى `تنسيقات أخرى`"##), - ("unknown-fmt", r##"تنسيق الملف غير معروف"##), - ("not-saved", r##"لن يتم حفظ المحتوى التالي **لأن `--save` لم يتم استدعاؤه**."##), - ("dst", r##"مسار ملف الوجهة"##), - ("conv-error", r##"خطأ في التحويل"##), - ], -} +إذا لم يتضمن هذا البرنامج الثنائي الوظائف المناسبة، يرجى إرسال طلب في القائمة."##, + ), + ( + "currently-supported", + r##"قائمة التنسيقات المدعومة حاليًّا:"##, + ), + ("unsupported", r##"تحويل التنسيق غير المدعوم"##), + ( + "auto-detection-failed", + r##"فشل الكشف التلقائي عن التنسيق. يرجى تحديده يدويًا."##, + ), + ( + "not-support-deser-sexp", + r##"**غير مدعوم حاليًا**: التحويل من تنسيق `Lisp S-Expression` إلى `تنسيقات أخرى`"##, + ), + ("unknown-fmt", r##"تنسيق الملف غير معروف"##), + ( + "not-saved", + r##"لن يتم حفظ المحتوى التالي **لأن `--save` لم يتم استدعاؤه**."##, + ), + ("dst", r##"مسار ملف الوجهة"##), + ("conv-error", r##"خطأ في التحويل"##), + ], + } } /// Language ID: ar; @@ -334,26 +426,53 @@ pub(super) const fn get_ar_map_conversion() -> L10nMap { /// Description: العربية, العربية, مصر; pub(super) const fn get_ar_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"الملف ليس بتنسيق `json 1.0` صالح ، جاري محاولة التحويل إلى `json5` ..."##), - ("not-included", r##"لا يتضمن هذا البرنامج الثنائي **عملية التحويل** للتنسيق ذي الصلة. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"الملف ليس بتنسيق `json 1.0` صالح ، جاري محاولة التحويل إلى `json5` ..."##, + ), + ( + "not-included", + r##"لا يتضمن هذا البرنامج الثنائي **عملية التحويل** للتنسيق ذي الصلة. يجب تمكين الميزة المناسبة في ملف `Cargo.toml` الخاص بك وإعادة الترجمة. -إذا لم يتضمن هذا البرنامج الثنائي الوظائف المناسبة، يرجى إرسال طلب في القائمة."##), - ("currently-supported", r##"قائمة التنسيقات المدعومة حاليًّا:"##), - ("unsupported", r##"تحويل التنسيق غير المدعوم"##), - ("auto-detection-failed", r##"فشل الكشف التلقائي عن التنسيق. يرجى تحديده يدويًا."##), - ("not-support-deser-sexp", r##"**غير مدعوم حاليًا**: التحويل من تنسيق `Lisp S-Expression` إلى `تنسيقات أخرى`"##), - ("unknown-fmt", r##"تنسيق الملف غير معروف"##), - ("not-saved", r##"لن يتم حفظ المحتوى التالي **لأن `--save` لم يتم استدعاؤه**."##), - ("dst", r##"مسار ملف الوجهة"##), - ("conv-error", r##"خطأ في التحويل"##), - ], -} +إذا لم يتضمن هذا البرنامج الثنائي الوظائف المناسبة، يرجى إرسال طلب في القائمة."##, + ), + ( + "currently-supported", + r##"قائمة التنسيقات المدعومة حاليًّا:"##, + ), + ( + "unsupported", + r##"تحويل التنسيق غير المدعوم"##, + ), + ( + "auto-detection-failed", + r##"فشل الكشف التلقائي عن التنسيق. يرجى تحديده يدويًا."##, + ), + ( + "not-support-deser-sexp", + r##"**غير مدعوم حاليًا**: التحويل من تنسيق `Lisp S-Expression` إلى `تنسيقات أخرى`"##, + ), + ( + "unknown-fmt", + r##"تنسيق الملف غير معروف"##, + ), + ( + "not-saved", + r##"لن يتم حفظ المحتوى التالي **لأن `--save` لم يتم استدعاؤه**."##, + ), + ( + "dst", + r##"مسار ملف الوجهة"##, + ), + ( + "conv-error", + r##"خطأ في التحويل"##, + ), + ], + } } /// Language ID: ar; @@ -369,16 +488,17 @@ pub(super) const fn get_ar_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ar_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"لن يتم حفظ المحتوى المعدل **لأن `--sv` لم يتم استدعاؤه**."##), - ("new-value", r##"قيمة جديدة"##), - ("invalid-path", r##"مسار الملف غير صالح."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"لن يتم حفظ المحتوى المعدل **لأن `--sv` لم يتم استدعاؤه**."##, + ), + ("new-value", r##"قيمة جديدة"##), + ("invalid-path", r##"مسار الملف غير صالح."##), + ], + } } /// Language ID: ar; @@ -386,16 +506,23 @@ pub(super) const fn get_ar_map_set() -> L10nMap { /// Description: العربية, العربية, مصر; pub(super) const fn get_ar_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"لن يتم حفظ المحتوى المعدل **لأن `--sv` لم يتم استدعاؤه**."##), - ("new-value", r##"قيمة جديدة"##), - ("invalid-path", r##"مسار الملف غير صالح."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"لن يتم حفظ المحتوى المعدل **لأن `--sv` لم يتم استدعاؤه**."##, + ), + ( + "new-value", + r##"قيمة جديدة"##, + ), + ( + "invalid-path", + r##"مسار الملف غير صالح."##, + ), + ], + } } /// Language ID: ar; @@ -411,32 +538,28 @@ pub(super) const fn get_ar_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ar_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"تنسيق الوجهة"##), - ("src-fmt", r##"تنسيق الملف المصدر"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"تنسيق الوجهة"##), + ("src-fmt", r##"تنسيق الملف المصدر"##), + ], + } } /// ar: العربية, العربية, مصر pub(super) const fn get_ar_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ar_map_conversion), - ("get", get_ar_map_get), - ("set_md", get_ar_map_set_md), - ("set", get_ar_map_set), - ("conversion_md", get_ar_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ar_map_conversion), + ("get", get_ar_map_get), + ("set_md", get_ar_map_set_md), + ("set", get_ar_map_set), + ("conversion_md", get_ar_map_conversion_md), + ], + } } /// Language ID: az; @@ -452,26 +575,41 @@ pub(super) const fn get_ar_map() -> SubLocaleMap { /// ``` pub(super) const fn get_az_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Fayl, `JSON5` kimi təhlil etməyə çalışaraq, etibarlı bir `JSON 1.0` formatı deyil ..."##), - ("not-included", r##"Bu ikili ** müvafiq format üçün dönüşüm funksionallığı daxil deyil. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Fayl, `JSON5` kimi təhlil etməyə çalışaraq, etibarlı bir `JSON 1.0` formatı deyil ..."##, + ), + ( + "not-included", + r##"Bu ikili ** müvafiq format üçün dönüşüm funksionallığı daxil deyil. 'Cargo.toml' da müvafiq xüsusiyyətə imkan verməlisiniz və yenidən tərtib etməlisiniz. -Bu proqramın müvafiq funksionallıq daxil deyilsə, xahiş edirəm bir məsələ təqdim edin."##), - ("currently-supported", r##"Hal-hazırda dəstəklənən formatlar siyahısı:"##), - ("unsupported", r##"Dəstəklənməyən format dönüşüm"##), - ("auto-detection-failed", r##"Formatı avtomatik aşkar edə bilmədi.Zəhmət olmasa əl ilə göstərin."##), - ("not-support-deser-sexp", r##"** Dəstəklənməyib **: `Lisp S-ifadəsindən 'digər formatlara'"##), - ("unknown-fmt", r##"Naməlum fayl formatı"##), - ("not-saved", r##"Aşağıdakı məzmun qənaət olunmayacaq, çünki `--save` deyildi."##), - ("dst", r##"Təyinat faylı yolu"##), - ("conv-error", r##"Dönüşüm xətası"##), - ], -} +Bu proqramın müvafiq funksionallıq daxil deyilsə, xahiş edirəm bir məsələ təqdim edin."##, + ), + ( + "currently-supported", + r##"Hal-hazırda dəstəklənən formatlar siyahısı:"##, + ), + ("unsupported", r##"Dəstəklənməyən format dönüşüm"##), + ( + "auto-detection-failed", + r##"Formatı avtomatik aşkar edə bilmədi.Zəhmət olmasa əl ilə göstərin."##, + ), + ( + "not-support-deser-sexp", + r##"** Dəstəklənməyib **: `Lisp S-ifadəsindən 'digər formatlara'"##, + ), + ("unknown-fmt", r##"Naməlum fayl formatı"##), + ( + "not-saved", + r##"Aşağıdakı məzmun qənaət olunmayacaq, çünki `--save` deyildi."##, + ), + ("dst", r##"Təyinat faylı yolu"##), + ("conv-error", r##"Dönüşüm xətası"##), + ], + } } /// Language ID: az; @@ -479,26 +617,53 @@ Bu proqramın müvafiq funksionallıq daxil deyilsə, xahiş edirəm bir məsəl /// Description: azərbaycan, latın, Azərbaycan; pub(super) const fn get_az_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Fayl, `JSON5` kimi təhlil etməyə çalışaraq, etibarlı bir `JSON 1.0` formatı deyil ..."##), - ("not-included", r##"Bu ikili ** müvafiq format üçün dönüşüm funksionallığı daxil deyil. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Fayl, `JSON5` kimi təhlil etməyə çalışaraq, etibarlı bir `JSON 1.0` formatı deyil ..."##, + ), + ( + "not-included", + r##"Bu ikili ** müvafiq format üçün dönüşüm funksionallığı daxil deyil. 'Cargo.toml' da müvafiq xüsusiyyətə imkan verməlisiniz və yenidən tərtib etməlisiniz. -Bu proqramın müvafiq funksionallıq daxil deyilsə, xahiş edirəm bir məsələ təqdim edin."##), - ("currently-supported", r##"Hal-hazırda dəstəklənən formatlar siyahısı:"##), - ("unsupported", r##"Dəstəklənməyən format dönüşüm"##), - ("auto-detection-failed", r##"Formatı avtomatik aşkar edə bilmədi.Zəhmət olmasa əl ilə göstərin."##), - ("not-support-deser-sexp", r##"** Dəstəklənməyib **: `Lisp S-ifadəsindən 'digər formatlara'"##), - ("unknown-fmt", r##"Naməlum fayl formatı"##), - ("not-saved", r##"Aşağıdakı məzmun qənaət olunmayacaq, çünki `--save` deyildi."##), - ("dst", r##"Təyinat faylı yolu"##), - ("conv-error", r##"Dönüşüm xətası"##), - ], -} +Bu proqramın müvafiq funksionallıq daxil deyilsə, xahiş edirəm bir məsələ təqdim edin."##, + ), + ( + "currently-supported", + r##"Hal-hazırda dəstəklənən formatlar siyahısı:"##, + ), + ( + "unsupported", + r##"Dəstəklənməyən format dönüşüm"##, + ), + ( + "auto-detection-failed", + r##"Formatı avtomatik aşkar edə bilmədi.Zəhmət olmasa əl ilə göstərin."##, + ), + ( + "not-support-deser-sexp", + r##"** Dəstəklənməyib **: `Lisp S-ifadəsindən 'digər formatlara'"##, + ), + ( + "unknown-fmt", + r##"Naməlum fayl formatı"##, + ), + ( + "not-saved", + r##"Aşağıdakı məzmun qənaət olunmayacaq, çünki `--save` deyildi."##, + ), + ( + "dst", + r##"Təyinat faylı yolu"##, + ), + ( + "conv-error", + r##"Dönüşüm xətası"##, + ), + ], + } } /// Language ID: az; @@ -514,16 +679,17 @@ pub(super) const fn get_az_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_az_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Dəyişdirilmiş məzmun ** ** qənaət olunmayacaq, çünki '-' adlandırılmadı."##), - ("new-value", r##"Yeni dəyər"##), - ("invalid-path", r##"Yanlış fayl yolu."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Dəyişdirilmiş məzmun ** ** qənaət olunmayacaq, çünki '-' adlandırılmadı."##, + ), + ("new-value", r##"Yeni dəyər"##), + ("invalid-path", r##"Yanlış fayl yolu."##), + ], + } } /// Language ID: az; @@ -531,16 +697,23 @@ pub(super) const fn get_az_map_set() -> L10nMap { /// Description: azərbaycan, latın, Azərbaycan; pub(super) const fn get_az_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Dəyişdirilmiş məzmun ** ** qənaət olunmayacaq, çünki '-' adlandırılmadı."##), - ("new-value", r##"Yeni dəyər"##), - ("invalid-path", r##"Yanlış fayl yolu."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Dəyişdirilmiş məzmun ** ** qənaət olunmayacaq, çünki '-' adlandırılmadı."##, + ), + ( + "new-value", + r##"Yeni dəyər"##, + ), + ( + "invalid-path", + r##"Yanlış fayl yolu."##, + ), + ], + } } /// Language ID: az; @@ -556,32 +729,28 @@ pub(super) const fn get_az_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_az_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Təyinat formatı"##), - ("src-fmt", r##"Mənbə faylı formatı"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Təyinat formatı"##), + ("src-fmt", r##"Mənbə faylı formatı"##), + ], + } } /// az: azərbaycan, latın, Azərbaycan pub(super) const fn get_az_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_az_map_conversion), - ("get", get_az_map_get), - ("set_md", get_az_map_set_md), - ("set", get_az_map_set), - ("conversion_md", get_az_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_az_map_conversion), + ("get", get_az_map_get), + ("set_md", get_az_map_set_md), + ("set", get_az_map_set), + ("conversion_md", get_az_map_conversion_md), + ], + } } /// Language ID: be; @@ -597,26 +766,41 @@ pub(super) const fn get_az_map() -> SubLocaleMap { /// ``` pub(super) const fn get_be_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Файл не з'яўляецца сапраўдным фарматам `json 1.0`, спрабуючы разбіваць як `json5` ..."##), - ("not-included", r##"Гэты двайковы ** не ўключае ** функцыянальнасць пераўтварэння для адпаведнага фармату. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Файл не з'яўляецца сапраўдным фарматам `json 1.0`, спрабуючы разбіваць як `json5` ..."##, + ), + ( + "not-included", + r##"Гэты двайковы ** не ўключае ** функцыянальнасць пераўтварэння для адпаведнага фармату. Вам неабходна ўключыць адпаведную функцыю ў вашым `chargo.toml` і Recompile. -Калі гэта праграмнае забеспячэнне не ўключае адпаведную функцыянальнасць, калі ласка, адпраўце праблему."##), - ("currently-supported", r##"У цяперашні час падтрымліваецца спіс фарматаў:"##), - ("unsupported", r##"Перакладзенае пераўтварэнне фармату"##), - ("auto-detection-failed", r##"Не атрымалася аўтаматычна выявіць фармат.Калі ласка, укажыце ўручную."##), - ("not-support-deser-sexp", r##"** Пакуль яшчэ не падтрымліваецца **: пераўтварэнне з `Lisp S-Expression` да` іншых фарматаў '"##), - ("unknown-fmt", r##"Невядомы фармат файла"##), - ("not-saved", r##"Наступны змест ** не будзе захаваны **, таму што `--save` не быў выкліканы."##), - ("dst", r##"шлях файла прызначэння"##), - ("conv-error", r##"Памылка пераўтварэння"##), - ], -} +Калі гэта праграмнае забеспячэнне не ўключае адпаведную функцыянальнасць, калі ласка, адпраўце праблему."##, + ), + ( + "currently-supported", + r##"У цяперашні час падтрымліваецца спіс фарматаў:"##, + ), + ("unsupported", r##"Перакладзенае пераўтварэнне фармату"##), + ( + "auto-detection-failed", + r##"Не атрымалася аўтаматычна выявіць фармат.Калі ласка, укажыце ўручную."##, + ), + ( + "not-support-deser-sexp", + r##"** Пакуль яшчэ не падтрымліваецца **: пераўтварэнне з `Lisp S-Expression` да` іншых фарматаў '"##, + ), + ("unknown-fmt", r##"Невядомы фармат файла"##), + ( + "not-saved", + r##"Наступны змест ** не будзе захаваны **, таму што `--save` не быў выкліканы."##, + ), + ("dst", r##"шлях файла прызначэння"##), + ("conv-error", r##"Памылка пераўтварэння"##), + ], + } } /// Language ID: be; @@ -624,26 +808,53 @@ pub(super) const fn get_be_map_conversion() -> L10nMap { /// Description: беларуская, кірыліца, Беларусь; pub(super) const fn get_be_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Файл не з'яўляецца сапраўдным фарматам `json 1.0`, спрабуючы разбіваць як `json5` ..."##), - ("not-included", r##"Гэты двайковы ** не ўключае ** функцыянальнасць пераўтварэння для адпаведнага фармату. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Файл не з'яўляецца сапраўдным фарматам `json 1.0`, спрабуючы разбіваць як `json5` ..."##, + ), + ( + "not-included", + r##"Гэты двайковы ** не ўключае ** функцыянальнасць пераўтварэння для адпаведнага фармату. Вам неабходна ўключыць адпаведную функцыю ў вашым `chargo.toml` і Recompile. -Калі гэта праграмнае забеспячэнне не ўключае адпаведную функцыянальнасць, калі ласка, адпраўце праблему."##), - ("currently-supported", r##"У цяперашні час падтрымліваецца спіс фарматаў:"##), - ("unsupported", r##"Перакладзенае пераўтварэнне фармату"##), - ("auto-detection-failed", r##"Не атрымалася аўтаматычна выявіць фармат.Калі ласка, укажыце ўручную."##), - ("not-support-deser-sexp", r##"** Пакуль яшчэ не падтрымліваецца **: пераўтварэнне з `Lisp S-Expression` да` іншых фарматаў '"##), - ("unknown-fmt", r##"Невядомы фармат файла"##), - ("not-saved", r##"Наступны змест ** не будзе захаваны **, таму што `--save` не быў выкліканы."##), - ("dst", r##"шлях файла прызначэння"##), - ("conv-error", r##"Памылка пераўтварэння"##), - ], -} +Калі гэта праграмнае забеспячэнне не ўключае адпаведную функцыянальнасць, калі ласка, адпраўце праблему."##, + ), + ( + "currently-supported", + r##"У цяперашні час падтрымліваецца спіс фарматаў:"##, + ), + ( + "unsupported", + r##"Перакладзенае пераўтварэнне фармату"##, + ), + ( + "auto-detection-failed", + r##"Не атрымалася аўтаматычна выявіць фармат.Калі ласка, укажыце ўручную."##, + ), + ( + "not-support-deser-sexp", + r##"** Пакуль яшчэ не падтрымліваецца **: пераўтварэнне з `Lisp S-Expression` да` іншых фарматаў '"##, + ), + ( + "unknown-fmt", + r##"Невядомы фармат файла"##, + ), + ( + "not-saved", + r##"Наступны змест ** не будзе захаваны **, таму што `--save` не быў выкліканы."##, + ), + ( + "dst", + r##"шлях файла прызначэння"##, + ), + ( + "conv-error", + r##"Памылка пераўтварэння"##, + ), + ], + } } /// Language ID: be; @@ -659,16 +870,17 @@ pub(super) const fn get_be_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_be_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Зменены змест ** не будзе захаваны, таму што `--sv` не быў выкліканы."##), - ("new-value", r##"Новае значэнне"##), - ("invalid-path", r##"Несапраўдны шлях файла."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Зменены змест ** не будзе захаваны, таму што `--sv` не быў выкліканы."##, + ), + ("new-value", r##"Новае значэнне"##), + ("invalid-path", r##"Несапраўдны шлях файла."##), + ], + } } /// Language ID: be; @@ -676,16 +888,23 @@ pub(super) const fn get_be_map_set() -> L10nMap { /// Description: беларуская, кірыліца, Беларусь; pub(super) const fn get_be_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Зменены змест ** не будзе захаваны, таму што `--sv` не быў выкліканы."##), - ("new-value", r##"Новае значэнне"##), - ("invalid-path", r##"Несапраўдны шлях файла."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Зменены змест ** не будзе захаваны, таму што `--sv` не быў выкліканы."##, + ), + ( + "new-value", + r##"Новае значэнне"##, + ), + ( + "invalid-path", + r##"Несапраўдны шлях файла."##, + ), + ], + } } /// Language ID: be; @@ -701,32 +920,28 @@ pub(super) const fn get_be_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_be_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Фармат прызначэння"##), - ("src-fmt", r##"Фармат зыходнага файла"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Фармат прызначэння"##), + ("src-fmt", r##"Фармат зыходнага файла"##), + ], + } } /// be: беларуская, кірыліца, Беларусь pub(super) const fn get_be_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_be_map_conversion), - ("get", get_be_map_get), - ("set_md", get_be_map_set_md), - ("set", get_be_map_set), - ("conversion_md", get_be_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_be_map_conversion), + ("get", get_be_map_get), + ("set_md", get_be_map_set_md), + ("set", get_be_map_set), + ("conversion_md", get_be_map_conversion_md), + ], + } } /// Language ID: bg; @@ -742,26 +957,41 @@ pub(super) const fn get_be_map() -> SubLocaleMap { /// ``` pub(super) const fn get_bg_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Файлът не е валиден формат `json 1.0`, опитвайки се да анализира като `json5` ..."##), - ("not-included", r##"Този двоичен ** не включва ** функционалността за преобразуване за съответния формат. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Файлът не е валиден формат `json 1.0`, опитвайки се да анализира като `json5` ..."##, + ), + ( + "not-included", + r##"Този двоичен ** не включва ** функционалността за преобразуване за съответния формат. Трябва да активирате съответната функция във вашия `Cargo.toml` и да се прекомпилирате. -Ако този софтуер не включва съответната функционалност, моля, изпратете проблем."##), - ("currently-supported", r##"Списък с поддръжка на формати в момента:"##), - ("unsupported", r##"Непредвечено преобразуване на формат"##), - ("auto-detection-failed", r##"Неуспешно откриване на автоматично формата.Моля, посочете ръчно."##), - ("not-support-deser-sexp", r##"** Все още не е поддържан **: Конвертиране от `Lisp S-Expression` в` други формати`"##), - ("unknown-fmt", r##"Неизвестен формат на файла"##), - ("not-saved", r##"Следното съдържание ** няма да бъде запазено, защото `--save` не е извикано."##), - ("dst", r##"Пътят на файла на дестинацията"##), - ("conv-error", r##"Грешка за преобразуване"##), - ], -} +Ако този софтуер не включва съответната функционалност, моля, изпратете проблем."##, + ), + ( + "currently-supported", + r##"Списък с поддръжка на формати в момента:"##, + ), + ("unsupported", r##"Непредвечено преобразуване на формат"##), + ( + "auto-detection-failed", + r##"Неуспешно откриване на автоматично формата.Моля, посочете ръчно."##, + ), + ( + "not-support-deser-sexp", + r##"** Все още не е поддържан **: Конвертиране от `Lisp S-Expression` в` други формати`"##, + ), + ("unknown-fmt", r##"Неизвестен формат на файла"##), + ( + "not-saved", + r##"Следното съдържание ** няма да бъде запазено, защото `--save` не е извикано."##, + ), + ("dst", r##"Пътят на файла на дестинацията"##), + ("conv-error", r##"Грешка за преобразуване"##), + ], + } } /// Language ID: bg; @@ -769,26 +999,53 @@ pub(super) const fn get_bg_map_conversion() -> L10nMap { /// Description: български, кирилица, България; pub(super) const fn get_bg_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Файлът не е валиден формат `json 1.0`, опитвайки се да анализира като `json5` ..."##), - ("not-included", r##"Този двоичен ** не включва ** функционалността за преобразуване за съответния формат. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Файлът не е валиден формат `json 1.0`, опитвайки се да анализира като `json5` ..."##, + ), + ( + "not-included", + r##"Този двоичен ** не включва ** функционалността за преобразуване за съответния формат. Трябва да активирате съответната функция във вашия `Cargo.toml` и да се прекомпилирате. -Ако този софтуер не включва съответната функционалност, моля, изпратете проблем."##), - ("currently-supported", r##"Списък с поддръжка на формати в момента:"##), - ("unsupported", r##"Непредвечено преобразуване на формат"##), - ("auto-detection-failed", r##"Неуспешно откриване на автоматично формата.Моля, посочете ръчно."##), - ("not-support-deser-sexp", r##"** Все още не е поддържан **: Конвертиране от `Lisp S-Expression` в` други формати`"##), - ("unknown-fmt", r##"Неизвестен формат на файла"##), - ("not-saved", r##"Следното съдържание ** няма да бъде запазено, защото `--save` не е извикано."##), - ("dst", r##"Пътят на файла на дестинацията"##), - ("conv-error", r##"Грешка за преобразуване"##), - ], -} +Ако този софтуер не включва съответната функционалност, моля, изпратете проблем."##, + ), + ( + "currently-supported", + r##"Списък с поддръжка на формати в момента:"##, + ), + ( + "unsupported", + r##"Непредвечено преобразуване на формат"##, + ), + ( + "auto-detection-failed", + r##"Неуспешно откриване на автоматично формата.Моля, посочете ръчно."##, + ), + ( + "not-support-deser-sexp", + r##"** Все още не е поддържан **: Конвертиране от `Lisp S-Expression` в` други формати`"##, + ), + ( + "unknown-fmt", + r##"Неизвестен формат на файла"##, + ), + ( + "not-saved", + r##"Следното съдържание ** няма да бъде запазено, защото `--save` не е извикано."##, + ), + ( + "dst", + r##"Пътят на файла на дестинацията"##, + ), + ( + "conv-error", + r##"Грешка за преобразуване"##, + ), + ], + } } /// Language ID: bg; @@ -804,16 +1061,17 @@ pub(super) const fn get_bg_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_bg_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Модифицираното съдържание ** няма да бъде запазено, защото `--sv` не е извикано."##), - ("new-value", r##"Нова стойност"##), - ("invalid-path", r##"Невалиден път на файла."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Модифицираното съдържание ** няма да бъде запазено, защото `--sv` не е извикано."##, + ), + ("new-value", r##"Нова стойност"##), + ("invalid-path", r##"Невалиден път на файла."##), + ], + } } /// Language ID: bg; @@ -821,16 +1079,23 @@ pub(super) const fn get_bg_map_set() -> L10nMap { /// Description: български, кирилица, България; pub(super) const fn get_bg_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Модифицираното съдържание ** няма да бъде запазено, защото `--sv` не е извикано."##), - ("new-value", r##"Нова стойност"##), - ("invalid-path", r##"Невалиден път на файла."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Модифицираното съдържание ** няма да бъде запазено, защото `--sv` не е извикано."##, + ), + ( + "new-value", + r##"Нова стойност"##, + ), + ( + "invalid-path", + r##"Невалиден път на файла."##, + ), + ], + } } /// Language ID: bg; @@ -846,32 +1111,28 @@ pub(super) const fn get_bg_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_bg_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Формат на местоназначение"##), - ("src-fmt", r##"Формат на изходния файл"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Формат на местоназначение"##), + ("src-fmt", r##"Формат на изходния файл"##), + ], + } } /// bg: български, кирилица, България pub(super) const fn get_bg_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_bg_map_conversion), - ("get", get_bg_map_get), - ("set_md", get_bg_map_set_md), - ("set", get_bg_map_set), - ("conversion_md", get_bg_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_bg_map_conversion), + ("get", get_bg_map_get), + ("set_md", get_bg_map_set_md), + ("set", get_bg_map_set), + ("conversion_md", get_bg_map_conversion_md), + ], + } } /// Language ID: bn; @@ -887,26 +1148,38 @@ pub(super) const fn get_bg_map() -> SubLocaleMap { /// ``` pub(super) const fn get_bn_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"ফাইলটি বৈধ নয় `json 1.0` ফরম্যাট, চেষ্টা করে `json5` হিসাবে পার্স করা হচ্ছে..."##), - ("not-included", r##"এই বাইনারি **বিষয়বস্তু হিসাবে অন্তর্ভুক্ত নয়**। + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"ফাইলটি বৈধ নয় `json 1.0` ফরম্যাট, চেষ্টা করে `json5` হিসাবে পার্স করা হচ্ছে..."##, + ), + ( + "not-included", + r##"এই বাইনারি **বিষয়বস্তু হিসাবে অন্তর্ভুক্ত নয়**। আপনাকে আপনার `Cargo.toml` -এ সম্পর্কিত বৈশিষ্ট্যটি সক্ষম করতে এবং পুনরায় সংমিশ্রণ করতে হবে। -যদি এই সফটওয়্যারটি উপযুক্ত কার্যক্রমটি অন্তর্ভুক্ত না করে, তবে একটি সমস্যা জমা দিয়ে দিন।"##), - ("currently-supported", r##"বর্তমানে সমর্থিত ফরম্যাট তালিকা:"##), - ("unsupported", r##"সমর্থিত নয় ফরম্যাটের রূপান্তর"##), - ("auto-detection-failed", r##"স্বয়ংক্রিয় আক্রমণ সন্দেহজনক হয়েছে। দয়া করে ম্যানুয়ালি উল্লেখ করুন।"##), - ("not-support-deser-sexp", r##"**এখনো সমর্থিত নয়**: `Lisp S-Expression` থেকে `অন্যান্য ফরম্যাট` -এ রূপান্তর করা"##), - ("unknown-fmt", r##"অজানা ফাইল ফরম্যাট"##), - ("not-saved", r##"`--save` কল করা না হওয়ার কারণে নিম্নলিখিত বিষয়বস্তু **সংরক্ষিত হবে না**।"##), - ("dst", r##"গন্তব্য ফাইল পথ"##), - ("conv-error", r##"রূপান্তর ত্রুটি"##), - ], -} +যদি এই সফটওয়্যারটি উপযুক্ত কার্যক্রমটি অন্তর্ভুক্ত না করে, তবে একটি সমস্যা জমা দিয়ে দিন।"##, + ), + ("currently-supported", r##"বর্তমানে সমর্থিত ফরম্যাট তালিকা:"##), + ("unsupported", r##"সমর্থিত নয় ফরম্যাটের রূপান্তর"##), + ( + "auto-detection-failed", + r##"স্বয়ংক্রিয় আক্রমণ সন্দেহজনক হয়েছে। দয়া করে ম্যানুয়ালি উল্লেখ করুন।"##, + ), + ( + "not-support-deser-sexp", + r##"**এখনো সমর্থিত নয়**: `Lisp S-Expression` থেকে `অন্যান্য ফরম্যাট` -এ রূপান্তর করা"##, + ), + ("unknown-fmt", r##"অজানা ফাইল ফরম্যাট"##), + ( + "not-saved", + r##"`--save` কল করা না হওয়ার কারণে নিম্নলিখিত বিষয়বস্তু **সংরক্ষিত হবে না**।"##, + ), + ("dst", r##"গন্তব্য ফাইল পথ"##), + ("conv-error", r##"রূপান্তর ত্রুটি"##), + ], + } } /// Language ID: bn; @@ -914,26 +1187,53 @@ pub(super) const fn get_bn_map_conversion() -> L10nMap { /// Description: বাংলা, বাংলা, বাংলাদেশ; pub(super) const fn get_bn_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"ফাইলটি বৈধ নয় `json 1.0` ফরম্যাট, চেষ্টা করে `json5` হিসাবে পার্স করা হচ্ছে..."##), - ("not-included", r##"এই বাইনারি **বিষয়বস্তু হিসাবে অন্তর্ভুক্ত নয়**। + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"ফাইলটি বৈধ নয় `json 1.0` ফরম্যাট, চেষ্টা করে `json5` হিসাবে পার্স করা হচ্ছে..."##, + ), + ( + "not-included", + r##"এই বাইনারি **বিষয়বস্তু হিসাবে অন্তর্ভুক্ত নয়**। আপনাকে আপনার `Cargo.toml` -এ সম্পর্কিত বৈশিষ্ট্যটি সক্ষম করতে এবং পুনরায় সংমিশ্রণ করতে হবে। -যদি এই সফটওয়্যারটি উপযুক্ত কার্যক্রমটি অন্তর্ভুক্ত না করে, তবে একটি সমস্যা জমা দিয়ে দিন।"##), - ("currently-supported", r##"বর্তমানে সমর্থিত ফরম্যাট তালিকা:"##), - ("unsupported", r##"সমর্থিত নয় ফরম্যাটের রূপান্তর"##), - ("auto-detection-failed", r##"স্বয়ংক্রিয় আক্রমণ সন্দেহজনক হয়েছে। দয়া করে ম্যানুয়ালি উল্লেখ করুন।"##), - ("not-support-deser-sexp", r##"**এখনো সমর্থিত নয়**: `Lisp S-Expression` থেকে `অন্যান্য ফরম্যাট` -এ রূপান্তর করা"##), - ("unknown-fmt", r##"অজানা ফাইল ফরম্যাট"##), - ("not-saved", r##"`--save` কল করা না হওয়ার কারণে নিম্নলিখিত বিষয়বস্তু **সংরক্ষিত হবে না**।"##), - ("dst", r##"গন্তব্য ফাইল পথ"##), - ("conv-error", r##"রূপান্তর ত্রুটি"##), - ], -} +যদি এই সফটওয়্যারটি উপযুক্ত কার্যক্রমটি অন্তর্ভুক্ত না করে, তবে একটি সমস্যা জমা দিয়ে দিন।"##, + ), + ( + "currently-supported", + r##"বর্তমানে সমর্থিত ফরম্যাট তালিকা:"##, + ), + ( + "unsupported", + r##"সমর্থিত নয় ফরম্যাটের রূপান্তর"##, + ), + ( + "auto-detection-failed", + r##"স্বয়ংক্রিয় আক্রমণ সন্দেহজনক হয়েছে। দয়া করে ম্যানুয়ালি উল্লেখ করুন।"##, + ), + ( + "not-support-deser-sexp", + r##"**এখনো সমর্থিত নয়**: `Lisp S-Expression` থেকে `অন্যান্য ফরম্যাট` -এ রূপান্তর করা"##, + ), + ( + "unknown-fmt", + r##"অজানা ফাইল ফরম্যাট"##, + ), + ( + "not-saved", + r##"`--save` কল করা না হওয়ার কারণে নিম্নলিখিত বিষয়বস্তু **সংরক্ষিত হবে না**।"##, + ), + ( + "dst", + r##"গন্তব্য ফাইল পথ"##, + ), + ( + "conv-error", + r##"রূপান্তর ত্রুটি"##, + ), + ], + } } /// Language ID: bn; @@ -949,17 +1249,18 @@ pub(super) const fn get_bn_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_bn_map_set() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"অবৈধ ফাইল পাথ।"##), - ("new-value", r##"নতুন মান"##), - ("unsave-warn", r##"পরিবর্তিত সামগ্রী ** ** সংরক্ষণ করা হবে না কারণ `-এসভি` কল করা হয়নি।"##), - ("type", r##"প্রকার"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ("invalid-path", r##"অবৈধ ফাইল পাথ।"##), + ("new-value", r##"নতুন মান"##), + ( + "unsave-warn", + r##"পরিবর্তিত সামগ্রী ** ** সংরক্ষণ করা হবে না কারণ `-এসভি` কল করা হয়নি।"##, + ), + ("type", r##"প্রকার"##), + ], + } } /// Language ID: bn; @@ -967,17 +1268,24 @@ pub(super) const fn get_bn_map_set() -> L10nMap { /// Description: বাংলা, বাংলা, বাংলাদেশ; pub(super) const fn get_bn_map_set_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"অবৈধ ফাইল পাথ।"##), - ("new-value", r##"নতুন মান"##), - ("unsave-warn", r##"পরিবর্তিত সামগ্রী ** ** সংরক্ষণ করা হবে না কারণ `-এসভি` কল করা হয়নি।"##), - ("type", r##"প্রকার"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ( + "invalid-path", + r##"অবৈধ ফাইল পাথ।"##, + ), + ( + "new-value", + r##"নতুন মান"##, + ), + ( + "unsave-warn", + r##"পরিবর্তিত সামগ্রী ** ** সংরক্ষণ করা হবে না কারণ `-এসভি` কল করা হয়নি।"##, + ), + ("type", r##"প্রকার"##), + ], + } } /// Language ID: bn; @@ -993,32 +1301,28 @@ pub(super) const fn get_bn_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_bn_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"গন্তব্য ফর্ম্যাট"##), - ("src-fmt", r##"উত্স ফাইল ফর্ম্যাট"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"গন্তব্য ফর্ম্যাট"##), + ("src-fmt", r##"উত্স ফাইল ফর্ম্যাট"##), + ], + } } /// bn: বাংলা, বাংলা, বাংলাদেশ pub(super) const fn get_bn_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_bn_map_conversion), - ("get", get_bn_map_get), - ("set_md", get_bn_map_set_md), - ("set", get_bn_map_set), - ("conversion_md", get_bn_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_bn_map_conversion), + ("get", get_bn_map_get), + ("set_md", get_bn_map_set_md), + ("set", get_bn_map_set), + ("conversion_md", get_bn_map_conversion_md), + ], + } } /// Language ID: bs; @@ -1034,26 +1338,41 @@ pub(super) const fn get_bn_map() -> SubLocaleMap { /// ``` pub(super) const fn get_bs_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Datoteka nije važeći `JSON 1.0` format, pokušavajući da se raščlanjuje kao `json5` ..."##), - ("not-included", r##"Ovaj binarni ** ne uključuje ** funkcionalnost konverzije za relevantni format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Datoteka nije važeći `JSON 1.0` format, pokušavajući da se raščlanjuje kao `json5` ..."##, + ), + ( + "not-included", + r##"Ovaj binarni ** ne uključuje ** funkcionalnost konverzije za relevantni format. Morate omogućiti relevantnu značajku u svom `Cargo.Toml` i Recompile. -Ako ovaj softver ne uključuje odgovarajuću funkcionalnost, molimo pošaljite problem."##), - ("currently-supported", r##"Trenutno podržane liste formata:"##), - ("unsupported", r##"Nepodržana konverzija formata"##), - ("auto-detection-failed", r##"Nije uspjelo automatski otkriti format.Molimo navedite ručno."##), - ("not-support-deser-sexp", r##"** Još nije podržana **: Pretvaranje iz `Lisp S-Expression` na` Ostale formate`"##), - ("unknown-fmt", r##"Nepoznati format datoteke"##), - ("not-saved", r##"Sljedeći sadržaj ** neće biti spremljen jer `--save` nije zvao."##), - ("dst", r##"odredišna staza datoteke"##), - ("conv-error", r##"Pogreška konverzije"##), - ], -} +Ako ovaj softver ne uključuje odgovarajuću funkcionalnost, molimo pošaljite problem."##, + ), + ( + "currently-supported", + r##"Trenutno podržane liste formata:"##, + ), + ("unsupported", r##"Nepodržana konverzija formata"##), + ( + "auto-detection-failed", + r##"Nije uspjelo automatski otkriti format.Molimo navedite ručno."##, + ), + ( + "not-support-deser-sexp", + r##"** Još nije podržana **: Pretvaranje iz `Lisp S-Expression` na` Ostale formate`"##, + ), + ("unknown-fmt", r##"Nepoznati format datoteke"##), + ( + "not-saved", + r##"Sljedeći sadržaj ** neće biti spremljen jer `--save` nije zvao."##, + ), + ("dst", r##"odredišna staza datoteke"##), + ("conv-error", r##"Pogreška konverzije"##), + ], + } } /// Language ID: bs; @@ -1061,26 +1380,53 @@ Ako ovaj softver ne uključuje odgovarajuću funkcionalnost, molimo pošaljite p /// Description: bosanski, latinica, Bosna i Hercegovina; pub(super) const fn get_bs_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Datoteka nije važeći `JSON 1.0` format, pokušavajući da se raščlanjuje kao `json5` ..."##), - ("not-included", r##"Ovaj binarni ** ne uključuje ** funkcionalnost konverzije za relevantni format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Datoteka nije važeći `JSON 1.0` format, pokušavajući da se raščlanjuje kao `json5` ..."##, + ), + ( + "not-included", + r##"Ovaj binarni ** ne uključuje ** funkcionalnost konverzije za relevantni format. Morate omogućiti relevantnu značajku u svom `Cargo.Toml` i Recompile. -Ako ovaj softver ne uključuje odgovarajuću funkcionalnost, molimo pošaljite problem."##), - ("currently-supported", r##"Trenutno podržane liste formata:"##), - ("unsupported", r##"Nepodržana konverzija formata"##), - ("auto-detection-failed", r##"Nije uspjelo automatski otkriti format.Molimo navedite ručno."##), - ("not-support-deser-sexp", r##"** Još nije podržana **: Pretvaranje iz `Lisp S-Expression` na` Ostale formate`"##), - ("unknown-fmt", r##"Nepoznati format datoteke"##), - ("not-saved", r##"Sljedeći sadržaj ** neće biti spremljen jer `--save` nije zvao."##), - ("dst", r##"odredišna staza datoteke"##), - ("conv-error", r##"Pogreška konverzije"##), - ], -} +Ako ovaj softver ne uključuje odgovarajuću funkcionalnost, molimo pošaljite problem."##, + ), + ( + "currently-supported", + r##"Trenutno podržane liste formata:"##, + ), + ( + "unsupported", + r##"Nepodržana konverzija formata"##, + ), + ( + "auto-detection-failed", + r##"Nije uspjelo automatski otkriti format.Molimo navedite ručno."##, + ), + ( + "not-support-deser-sexp", + r##"** Još nije podržana **: Pretvaranje iz `Lisp S-Expression` na` Ostale formate`"##, + ), + ( + "unknown-fmt", + r##"Nepoznati format datoteke"##, + ), + ( + "not-saved", + r##"Sljedeći sadržaj ** neće biti spremljen jer `--save` nije zvao."##, + ), + ( + "dst", + r##"odredišna staza datoteke"##, + ), + ( + "conv-error", + r##"Pogreška konverzije"##, + ), + ], + } } /// Language ID: bs; @@ -1096,16 +1442,17 @@ pub(super) const fn get_bs_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_bs_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Modificirani sadržaj ** neće biti spremljen jer `--sv` nije zvao."##), - ("new-value", r##"Nova vrijednost"##), - ("invalid-path", r##"Nevažeća staza datoteke."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Modificirani sadržaj ** neće biti spremljen jer `--sv` nije zvao."##, + ), + ("new-value", r##"Nova vrijednost"##), + ("invalid-path", r##"Nevažeća staza datoteke."##), + ], + } } /// Language ID: bs; @@ -1113,16 +1460,23 @@ pub(super) const fn get_bs_map_set() -> L10nMap { /// Description: bosanski, latinica, Bosna i Hercegovina; pub(super) const fn get_bs_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Modificirani sadržaj ** neće biti spremljen jer `--sv` nije zvao."##), - ("new-value", r##"Nova vrijednost"##), - ("invalid-path", r##"Nevažeća staza datoteke."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Modificirani sadržaj ** neće biti spremljen jer `--sv` nije zvao."##, + ), + ( + "new-value", + r##"Nova vrijednost"##, + ), + ( + "invalid-path", + r##"Nevažeća staza datoteke."##, + ), + ], + } } /// Language ID: bs; @@ -1138,32 +1492,28 @@ pub(super) const fn get_bs_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_bs_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Destinacijski format"##), - ("src-fmt", r##"Izvor Format datoteke"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Destinacijski format"##), + ("src-fmt", r##"Izvor Format datoteke"##), + ], + } } /// bs: bosanski, latinica, Bosna i Hercegovina pub(super) const fn get_bs_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_bs_map_conversion), - ("get", get_bs_map_get), - ("set_md", get_bs_map_set_md), - ("set", get_bs_map_set), - ("conversion_md", get_bs_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_bs_map_conversion), + ("get", get_bs_map_get), + ("set_md", get_bs_map_set_md), + ("set", get_bs_map_set), + ("conversion_md", get_bs_map_conversion_md), + ], + } } /// Language ID: ca; @@ -1179,26 +1529,41 @@ pub(super) const fn get_bs_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ca_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"El fitxer no és un format `json 1.0` vàlid, intentant analitzar com a `json5` ..."##), - ("not-included", r##"Aquest binari ** no inclou ** la funcionalitat de conversió del format rellevant. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"El fitxer no és un format `json 1.0` vàlid, intentant analitzar com a `json5` ..."##, + ), + ( + "not-included", + r##"Aquest binari ** no inclou ** la funcionalitat de conversió del format rellevant. Heu d'activar la funció rellevant al vostre `Cargo.toml` i recompilar. -Si aquest programari no inclou la funcionalitat corresponent, envieu un problema."##), - ("currently-supported", r##"Llista de formats actualment compatibles:"##), - ("unsupported", r##"Conversió de format no suport"##), - ("auto-detection-failed", r##"No s'ha pogut detectar automàticament el format.Especifiqueu manualment."##), - ("not-support-deser-sexp", r##"** encara no és compatible **: convertint de `lisp s-expression` a` altres formats '"##), - ("unknown-fmt", r##"Format de fitxer desconegut"##), - ("not-saved", r##"El contingut següent ** no es desarà perquè no es va trucar a `--save`."##), - ("dst", r##"ruta del fitxer de destinació"##), - ("conv-error", r##"error de conversió"##), - ], -} +Si aquest programari no inclou la funcionalitat corresponent, envieu un problema."##, + ), + ( + "currently-supported", + r##"Llista de formats actualment compatibles:"##, + ), + ("unsupported", r##"Conversió de format no suport"##), + ( + "auto-detection-failed", + r##"No s'ha pogut detectar automàticament el format.Especifiqueu manualment."##, + ), + ( + "not-support-deser-sexp", + r##"** encara no és compatible **: convertint de `lisp s-expression` a` altres formats '"##, + ), + ("unknown-fmt", r##"Format de fitxer desconegut"##), + ( + "not-saved", + r##"El contingut següent ** no es desarà perquè no es va trucar a `--save`."##, + ), + ("dst", r##"ruta del fitxer de destinació"##), + ("conv-error", r##"error de conversió"##), + ], + } } /// Language ID: ca; @@ -1206,26 +1571,53 @@ Si aquest programari no inclou la funcionalitat corresponent, envieu un problema /// Description: català, llatí, Espanya; pub(super) const fn get_ca_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"El fitxer no és un format `json 1.0` vàlid, intentant analitzar com a `json5` ..."##), - ("not-included", r##"Aquest binari ** no inclou ** la funcionalitat de conversió del format rellevant. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"El fitxer no és un format `json 1.0` vàlid, intentant analitzar com a `json5` ..."##, + ), + ( + "not-included", + r##"Aquest binari ** no inclou ** la funcionalitat de conversió del format rellevant. Heu d'activar la funció rellevant al vostre `Cargo.toml` i recompilar. -Si aquest programari no inclou la funcionalitat corresponent, envieu un problema."##), - ("currently-supported", r##"Llista de formats actualment compatibles:"##), - ("unsupported", r##"Conversió de format no suport"##), - ("auto-detection-failed", r##"No s'ha pogut detectar automàticament el format.Especifiqueu manualment."##), - ("not-support-deser-sexp", r##"** encara no és compatible **: convertint de `lisp s-expression` a` altres formats '"##), - ("unknown-fmt", r##"Format de fitxer desconegut"##), - ("not-saved", r##"El contingut següent ** no es desarà perquè no es va trucar a `--save`."##), - ("dst", r##"ruta del fitxer de destinació"##), - ("conv-error", r##"error de conversió"##), - ], -} +Si aquest programari no inclou la funcionalitat corresponent, envieu un problema."##, + ), + ( + "currently-supported", + r##"Llista de formats actualment compatibles:"##, + ), + ( + "unsupported", + r##"Conversió de format no suport"##, + ), + ( + "auto-detection-failed", + r##"No s'ha pogut detectar automàticament el format.Especifiqueu manualment."##, + ), + ( + "not-support-deser-sexp", + r##"** encara no és compatible **: convertint de `lisp s-expression` a` altres formats '"##, + ), + ( + "unknown-fmt", + r##"Format de fitxer desconegut"##, + ), + ( + "not-saved", + r##"El contingut següent ** no es desarà perquè no es va trucar a `--save`."##, + ), + ( + "dst", + r##"ruta del fitxer de destinació"##, + ), + ( + "conv-error", + r##"error de conversió"##, + ), + ], + } } /// Language ID: ca; @@ -1241,16 +1633,17 @@ pub(super) const fn get_ca_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ca_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"El contingut modificat ** no es desarà perquè no es va trucar a `--sv`."##), - ("new-value", r##"valor nou"##), - ("invalid-path", r##"ruta del fitxer no vàlida."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"El contingut modificat ** no es desarà perquè no es va trucar a `--sv`."##, + ), + ("new-value", r##"valor nou"##), + ("invalid-path", r##"ruta del fitxer no vàlida."##), + ], + } } /// Language ID: ca; @@ -1258,16 +1651,23 @@ pub(super) const fn get_ca_map_set() -> L10nMap { /// Description: català, llatí, Espanya; pub(super) const fn get_ca_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"El contingut modificat ** no es desarà perquè no es va trucar a `--sv`."##), - ("new-value", r##"valor nou"##), - ("invalid-path", r##"ruta del fitxer no vàlida."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"El contingut modificat ** no es desarà perquè no es va trucar a `--sv`."##, + ), + ( + "new-value", + r##"valor nou"##, + ), + ( + "invalid-path", + r##"ruta del fitxer no vàlida."##, + ), + ], + } } /// Language ID: ca; @@ -1283,32 +1683,28 @@ pub(super) const fn get_ca_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ca_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format de destinació"##), - ("src-fmt", r##"Format del fitxer font"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format de destinació"##), + ("src-fmt", r##"Format del fitxer font"##), + ], + } } /// ca: català, llatí, Espanya pub(super) const fn get_ca_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ca_map_conversion), - ("get", get_ca_map_get), - ("set_md", get_ca_map_set_md), - ("set", get_ca_map_set), - ("conversion_md", get_ca_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ca_map_conversion), + ("get", get_ca_map_get), + ("set_md", get_ca_map_set_md), + ("set", get_ca_map_set), + ("conversion_md", get_ca_map_conversion_md), + ], + } } /// Language ID: ceb; @@ -1324,26 +1720,44 @@ pub(super) const fn get_ca_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ceb_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Ang file dili usa ka balido nga format nga `JSON 1.0`, nga pagsulay sa pagpirma ingon nga `JSON5` ..."##), - ("not-included", r##"Kini nga binary ** wala maglakip sa ** ang pag-andar sa pagkakabig alang sa may kalabutan nga format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Ang file dili usa ka balido nga format nga `JSON 1.0`, nga pagsulay sa pagpirma ingon nga `JSON5` ..."##, + ), + ( + "not-included", + r##"Kini nga binary ** wala maglakip sa ** ang pag-andar sa pagkakabig alang sa may kalabutan nga format. Kinahanglan nimo nga hatagan ang may kalabutan nga bahin sa imong `Cargo.toml 'ug balus. -Kung ang kini nga software wala maglakip sa katugbang nga pag-andar, palihug isumite ang usa ka isyu."##), - ("currently-supported", r##"Gisuportahan karon ang Lista sa Formats:"##), - ("unsupported", r##"Wala gisuportahan ang pagkakabig sa format"##), - ("auto-detection-failed", r##"Napakyas sa awtomatikong makit-an ang format.Palihug ipasabut sa mano-mano."##), - ("not-support-deser-sexp", r##"** Wala gisuportahan pa **: Pagbalhin gikan sa `Lisp S-Pahayag 'sa ubang mga formats`"##), - ("unknown-fmt", r##"Wala mailhi nga Format File"##), - ("not-saved", r##"Ang mosunud nga sulud dili maluwas tungod kay `--save` wala gitawag."##), - ("dst", r##"Destination File Dalan"##), - ("conv-error", r##"Sayup sa Pagbag-o"##), - ], -} +Kung ang kini nga software wala maglakip sa katugbang nga pag-andar, palihug isumite ang usa ka isyu."##, + ), + ( + "currently-supported", + r##"Gisuportahan karon ang Lista sa Formats:"##, + ), + ( + "unsupported", + r##"Wala gisuportahan ang pagkakabig sa format"##, + ), + ( + "auto-detection-failed", + r##"Napakyas sa awtomatikong makit-an ang format.Palihug ipasabut sa mano-mano."##, + ), + ( + "not-support-deser-sexp", + r##"** Wala gisuportahan pa **: Pagbalhin gikan sa `Lisp S-Pahayag 'sa ubang mga formats`"##, + ), + ("unknown-fmt", r##"Wala mailhi nga Format File"##), + ( + "not-saved", + r##"Ang mosunud nga sulud dili maluwas tungod kay `--save` wala gitawag."##, + ), + ("dst", r##"Destination File Dalan"##), + ("conv-error", r##"Sayup sa Pagbag-o"##), + ], + } } /// Language ID: ceb; @@ -1351,26 +1765,53 @@ Kung ang kini nga software wala maglakip sa katugbang nga pag-andar, palihug isu /// Description: Cebuano, Latin, Pilipinas; pub(super) const fn get_ceb_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Ang file dili usa ka balido nga format nga `JSON 1.0`, nga pagsulay sa pagpirma ingon nga `JSON5` ..."##), - ("not-included", r##"Kini nga binary ** wala maglakip sa ** ang pag-andar sa pagkakabig alang sa may kalabutan nga format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Ang file dili usa ka balido nga format nga `JSON 1.0`, nga pagsulay sa pagpirma ingon nga `JSON5` ..."##, + ), + ( + "not-included", + r##"Kini nga binary ** wala maglakip sa ** ang pag-andar sa pagkakabig alang sa may kalabutan nga format. Kinahanglan nimo nga hatagan ang may kalabutan nga bahin sa imong `Cargo.toml 'ug balus. -Kung ang kini nga software wala maglakip sa katugbang nga pag-andar, palihug isumite ang usa ka isyu."##), - ("currently-supported", r##"Gisuportahan karon ang Lista sa Formats:"##), - ("unsupported", r##"Wala gisuportahan ang pagkakabig sa format"##), - ("auto-detection-failed", r##"Napakyas sa awtomatikong makit-an ang format.Palihug ipasabut sa mano-mano."##), - ("not-support-deser-sexp", r##"** Wala gisuportahan pa **: Pagbalhin gikan sa `Lisp S-Pahayag 'sa ubang mga formats`"##), - ("unknown-fmt", r##"Wala mailhi nga Format File"##), - ("not-saved", r##"Ang mosunud nga sulud dili maluwas tungod kay `--save` wala gitawag."##), - ("dst", r##"Destination File Dalan"##), - ("conv-error", r##"Sayup sa Pagbag-o"##), - ], -} +Kung ang kini nga software wala maglakip sa katugbang nga pag-andar, palihug isumite ang usa ka isyu."##, + ), + ( + "currently-supported", + r##"Gisuportahan karon ang Lista sa Formats:"##, + ), + ( + "unsupported", + r##"Wala gisuportahan ang pagkakabig sa format"##, + ), + ( + "auto-detection-failed", + r##"Napakyas sa awtomatikong makit-an ang format.Palihug ipasabut sa mano-mano."##, + ), + ( + "not-support-deser-sexp", + r##"** Wala gisuportahan pa **: Pagbalhin gikan sa `Lisp S-Pahayag 'sa ubang mga formats`"##, + ), + ( + "unknown-fmt", + r##"Wala mailhi nga Format File"##, + ), + ( + "not-saved", + r##"Ang mosunud nga sulud dili maluwas tungod kay `--save` wala gitawag."##, + ), + ( + "dst", + r##"Destination File Dalan"##, + ), + ( + "conv-error", + r##"Sayup sa Pagbag-o"##, + ), + ], + } } /// Language ID: ceb; @@ -1386,16 +1827,17 @@ pub(super) const fn get_ceb_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ceb_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Ang giusab nga sulud * dili maluwas tungod kay '- "wala gitawag."##), - ("new-value", r##"Bag-ong kantidad"##), - ("invalid-path", r##"Dili husto nga agianan sa file."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Ang giusab nga sulud * dili maluwas tungod kay '- "wala gitawag."##, + ), + ("new-value", r##"Bag-ong kantidad"##), + ("invalid-path", r##"Dili husto nga agianan sa file."##), + ], + } } /// Language ID: ceb; @@ -1403,16 +1845,23 @@ pub(super) const fn get_ceb_map_set() -> L10nMap { /// Description: Cebuano, Latin, Pilipinas; pub(super) const fn get_ceb_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Ang giusab nga sulud * dili maluwas tungod kay '- "wala gitawag."##), - ("new-value", r##"Bag-ong kantidad"##), - ("invalid-path", r##"Dili husto nga agianan sa file."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Ang giusab nga sulud * dili maluwas tungod kay '- "wala gitawag."##, + ), + ( + "new-value", + r##"Bag-ong kantidad"##, + ), + ( + "invalid-path", + r##"Dili husto nga agianan sa file."##, + ), + ], + } } /// Language ID: ceb; @@ -1428,32 +1877,28 @@ pub(super) const fn get_ceb_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ceb_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format sa destinasyon"##), - ("src-fmt", r##"Format nga File Format"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format sa destinasyon"##), + ("src-fmt", r##"Format nga File Format"##), + ], + } } /// ceb: Cebuano, Latin, Pilipinas pub(super) const fn get_ceb_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ceb_map_conversion), - ("get", get_ceb_map_get), - ("set_md", get_ceb_map_set_md), - ("set", get_ceb_map_set), - ("conversion_md", get_ceb_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ceb_map_conversion), + ("get", get_ceb_map_get), + ("set_md", get_ceb_map_set_md), + ("set", get_ceb_map_set), + ("conversion_md", get_ceb_map_conversion_md), + ], + } } /// Language ID: co; @@ -1468,48 +1913,78 @@ pub(super) const fn get_ceb_map() -> SubLocaleMap { /// ``` pub(super) const fn get_co_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 3), - (2, 0), - ], - entries: &[ - ("conv-error", r##"Errore di cunversione"##), - ("not-support-deser-sexp", r##"** micca sustinutu ancu **: Cunverte da 'Lisp S-espressione` à `altri Formati`"##), - ("dst", r##"PLAY DI FILE"##), - ("unsupported", r##"Conversione di Format Inutile"##), - ("auto-detection-failed", r##"Fallu automaticamente u furmatu.Per piacè specificà manualmente."##), - ("currently-supported", r##"Lista di formati attualmente supportatu:"##), - ("not-included", r##"Questu binariu ** Ùn include micca ** A funziunalità di cunversione per u furmatu pertinente. + key: 12913932095322966823, + disps: &[(0, 3), (2, 0)], + entries: &[ + ("conv-error", r##"Errore di cunversione"##), + ( + "not-support-deser-sexp", + r##"** micca sustinutu ancu **: Cunverte da 'Lisp S-espressione` à `altri Formati`"##, + ), + ("dst", r##"PLAY DI FILE"##), + ("unsupported", r##"Conversione di Format Inutile"##), + ( + "auto-detection-failed", + r##"Fallu automaticamente u furmatu.Per piacè specificà manualmente."##, + ), + ( + "currently-supported", + r##"Lista di formati attualmente supportatu:"##, + ), + ( + "not-included", + r##"Questu binariu ** Ùn include micca ** A funziunalità di cunversione per u furmatu pertinente. Avete bisognu à attivà a funzione pertinente in u vostru 'cargu.toml` è recompile. -Se stu prugrammu ùn include micca a funziunalità currispondente, mandate un prublema."##), - ("unknown-fmt", r##"Formatu di File Unknown"##), - ], -} +Se stu prugrammu ùn include micca a funziunalità currispondente, mandate un prublema."##, + ), + ("unknown-fmt", r##"Formatu di File Unknown"##), + ], + } } /// Language ID: co; /// Map name: "conversion_md"; pub(super) const fn get_co_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 3), - (2, 0), - ], - entries: &[ - ("conv-error", r##"Errore di cunversione"##), - ("not-support-deser-sexp", r##"** micca sustinutu ancu **: Cunverte da 'Lisp S-espressione` à `altri Formati`"##), - ("dst", r##"PLAY DI FILE"##), - ("unsupported", r##"Conversione di Format Inutile"##), - ("auto-detection-failed", r##"Fallu automaticamente u furmatu.Per piacè specificà manualmente."##), - ("currently-supported", r##"Lista di formati attualmente supportatu:"##), - ("not-included", r##"Questu binariu ** Ùn include micca ** A funziunalità di cunversione per u furmatu pertinente. + key: 12913932095322966823, + disps: &[(0, 3), (2, 0)], + entries: &[ + ( + "conv-error", + r##"Errore di cunversione"##, + ), + ( + "not-support-deser-sexp", + r##"** micca sustinutu ancu **: Cunverte da 'Lisp S-espressione` à `altri Formati`"##, + ), + ( + "dst", + r##"PLAY DI FILE"##, + ), + ( + "unsupported", + r##"Conversione di Format Inutile"##, + ), + ( + "auto-detection-failed", + r##"Fallu automaticamente u furmatu.Per piacè specificà manualmente."##, + ), + ( + "currently-supported", + r##"Lista di formati attualmente supportatu:"##, + ), + ( + "not-included", + r##"Questu binariu ** Ùn include micca ** A funziunalità di cunversione per u furmatu pertinente. Avete bisognu à attivà a funzione pertinente in u vostru 'cargu.toml` è recompile. -Se stu prugrammu ùn include micca a funziunalità currispondente, mandate un prublema."##), - ("unknown-fmt", r##"Formatu di File Unknown"##), - ], -} +Se stu prugrammu ùn include micca a funziunalità currispondente, mandate un prublema."##, + ), + ( + "unknown-fmt", + r##"Formatu di File Unknown"##, + ), + ], + } } /// Language ID: co; @@ -1524,32 +1999,40 @@ pub(super) const fn get_co_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_co_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"U cuntenutu mudificatu ** ùn sarà micca sviatu perchè `--sv` ùn hè micca chjamatu."##), - ("new-value", r##"Novu Valore"##), - ("invalid-path", r##"PIAZZA DI FILE INVALIDU."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"U cuntenutu mudificatu ** ùn sarà micca sviatu perchè `--sv` ùn hè micca chjamatu."##, + ), + ("new-value", r##"Novu Valore"##), + ("invalid-path", r##"PIAZZA DI FILE INVALIDU."##), + ], + } } /// Language ID: co; /// Map name: "set_md"; pub(super) const fn get_co_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"U cuntenutu mudificatu ** ùn sarà micca sviatu perchè `--sv` ùn hè micca chjamatu."##), - ("new-value", r##"Novu Valore"##), - ("invalid-path", r##"PIAZZA DI FILE INVALIDU."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"U cuntenutu mudificatu ** ùn sarà micca sviatu perchè `--sv` ùn hè micca chjamatu."##, + ), + ( + "new-value", + r##"Novu Valore"##, + ), + ( + "invalid-path", + r##"PIAZZA DI FILE INVALIDU."##, + ), + ], + } } /// Language ID: co; @@ -1564,32 +2047,28 @@ pub(super) const fn get_co_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_co_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Furmatu di destinazione"##), - ("src-fmt", r##"Formatu di File Fonte"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Furmatu di destinazione"##), + ("src-fmt", r##"Formatu di File Fonte"##), + ], + } } /// co: co-Latn-FR pub(super) const fn get_co_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_co_map_conversion), - ("get", get_co_map_get), - ("set_md", get_co_map_set_md), - ("set", get_co_map_set), - ("conversion_md", get_co_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_co_map_conversion), + ("get", get_co_map_get), + ("set_md", get_co_map_set_md), + ("set", get_co_map_set), + ("conversion_md", get_co_map_conversion_md), + ], + } } /// Language ID: cs; @@ -1605,26 +2084,38 @@ pub(super) const fn get_co_map() -> SubLocaleMap { /// ``` pub(super) const fn get_cs_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Soubor není platný formát `json 1.0`, pokus o parsování jako `json5`..."##), - ("not-included", r##"Tento binární soubor **neobsahuje** funkcionalitu pro konverzi příslušného formátu. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Soubor není platný formát `json 1.0`, pokus o parsování jako `json5`..."##, + ), + ( + "not-included", + r##"Tento binární soubor **neobsahuje** funkcionalitu pro konverzi příslušného formátu. Je nutné zapnout odpovídající funkci v `Cargo.toml` a znovu zkompilovat. -Pokud toto softwaru nezahrnuje odpovídající funkčnost, neváhejte nám poslat issue."##), - ("currently-supported", r##"Aktuálně podporované formáty:"##), - ("unsupported", r##"Konverze nepodporována"##), - ("auto-detection-failed", r##"Automatické rozpoznání formátu selhalo. Prosím, specifikujte ho ručně."##), - ("not-support-deser-sexp", r##"**Zatím nepodporováno**: konverze z `Lisp S-Expression` na `ostatní formáty`"##), - ("unknown-fmt", r##"Neznámý formát souboru"##), - ("not-saved", r##"Následující obsah **nebude** uložen, protože nebylo použito `--save`."##), - ("dst", r##"Cílová cesta k výstupnímu souboru"##), - ("conv-error", r##"Chyba konverze"##), - ], -} +Pokud toto softwaru nezahrnuje odpovídající funkčnost, neváhejte nám poslat issue."##, + ), + ("currently-supported", r##"Aktuálně podporované formáty:"##), + ("unsupported", r##"Konverze nepodporována"##), + ( + "auto-detection-failed", + r##"Automatické rozpoznání formátu selhalo. Prosím, specifikujte ho ručně."##, + ), + ( + "not-support-deser-sexp", + r##"**Zatím nepodporováno**: konverze z `Lisp S-Expression` na `ostatní formáty`"##, + ), + ("unknown-fmt", r##"Neznámý formát souboru"##), + ( + "not-saved", + r##"Následující obsah **nebude** uložen, protože nebylo použito `--save`."##, + ), + ("dst", r##"Cílová cesta k výstupnímu souboru"##), + ("conv-error", r##"Chyba konverze"##), + ], + } } /// Language ID: cs; @@ -1632,26 +2123,53 @@ Pokud toto softwaru nezahrnuje odpovídající funkčnost, neváhejte nám posla /// Description: čeština, latinka, Česko; pub(super) const fn get_cs_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Soubor není platný formát `json 1.0`, pokus o parsování jako `json5`..."##), - ("not-included", r##"Tento binární soubor **neobsahuje** funkcionalitu pro konverzi příslušného formátu. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Soubor není platný formát `json 1.0`, pokus o parsování jako `json5`..."##, + ), + ( + "not-included", + r##"Tento binární soubor **neobsahuje** funkcionalitu pro konverzi příslušného formátu. Je nutné zapnout odpovídající funkci v `Cargo.toml` a znovu zkompilovat. -Pokud toto softwaru nezahrnuje odpovídající funkčnost, neváhejte nám poslat issue."##), - ("currently-supported", r##"Aktuálně podporované formáty:"##), - ("unsupported", r##"Konverze nepodporována"##), - ("auto-detection-failed", r##"Automatické rozpoznání formátu selhalo. Prosím, specifikujte ho ručně."##), - ("not-support-deser-sexp", r##"**Zatím nepodporováno**: konverze z `Lisp S-Expression` na `ostatní formáty`"##), - ("unknown-fmt", r##"Neznámý formát souboru"##), - ("not-saved", r##"Následující obsah **nebude** uložen, protože nebylo použito `--save`."##), - ("dst", r##"Cílová cesta k výstupnímu souboru"##), - ("conv-error", r##"Chyba konverze"##), - ], -} +Pokud toto softwaru nezahrnuje odpovídající funkčnost, neváhejte nám poslat issue."##, + ), + ( + "currently-supported", + r##"Aktuálně podporované formáty:"##, + ), + ( + "unsupported", + r##"Konverze nepodporována"##, + ), + ( + "auto-detection-failed", + r##"Automatické rozpoznání formátu selhalo. Prosím, specifikujte ho ručně."##, + ), + ( + "not-support-deser-sexp", + r##"**Zatím nepodporováno**: konverze z `Lisp S-Expression` na `ostatní formáty`"##, + ), + ( + "unknown-fmt", + r##"Neznámý formát souboru"##, + ), + ( + "not-saved", + r##"Následující obsah **nebude** uložen, protože nebylo použito `--save`."##, + ), + ( + "dst", + r##"Cílová cesta k výstupnímu souboru"##, + ), + ( + "conv-error", + r##"Chyba konverze"##, + ), + ], + } } /// Language ID: cs; @@ -1667,16 +2185,17 @@ pub(super) const fn get_cs_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_cs_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Upravený obsah ** nebude ** uložen, protože `--sv` nebyl volán."##), - ("new-value", r##"Nová hodnota"##), - ("invalid-path", r##"Neplatná cesta souboru."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Upravený obsah ** nebude ** uložen, protože `--sv` nebyl volán."##, + ), + ("new-value", r##"Nová hodnota"##), + ("invalid-path", r##"Neplatná cesta souboru."##), + ], + } } /// Language ID: cs; @@ -1684,16 +2203,23 @@ pub(super) const fn get_cs_map_set() -> L10nMap { /// Description: čeština, latinka, Česko; pub(super) const fn get_cs_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Upravený obsah ** nebude ** uložen, protože `--sv` nebyl volán."##), - ("new-value", r##"Nová hodnota"##), - ("invalid-path", r##"Neplatná cesta souboru."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Upravený obsah ** nebude ** uložen, protože `--sv` nebyl volán."##, + ), + ( + "new-value", + r##"Nová hodnota"##, + ), + ( + "invalid-path", + r##"Neplatná cesta souboru."##, + ), + ], + } } /// Language ID: cs; @@ -1709,32 +2235,28 @@ pub(super) const fn get_cs_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_cs_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Formát cíle"##), - ("src-fmt", r##"Formát zdrojového souboru"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Formát cíle"##), + ("src-fmt", r##"Formát zdrojového souboru"##), + ], + } } /// cs: čeština, latinka, Česko pub(super) const fn get_cs_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_cs_map_conversion), - ("get", get_cs_map_get), - ("set_md", get_cs_map_set_md), - ("set", get_cs_map_set), - ("conversion_md", get_cs_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_cs_map_conversion), + ("get", get_cs_map_get), + ("set_md", get_cs_map_set_md), + ("set", get_cs_map_set), + ("conversion_md", get_cs_map_conversion_md), + ], + } } /// Language ID: cy; @@ -1750,26 +2272,41 @@ pub(super) const fn get_cs_map() -> SubLocaleMap { /// ``` pub(super) const fn get_cy_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Nid yw'r ffeil yn fformat `json 1.0` dilys, yn ceisio dosrannu fel `json5` ..."##), - ("not-included", r##"Nid yw'r deuaidd ** hwn yn cynnwys ** ymarferoldeb trosi ar gyfer y fformat perthnasol. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Nid yw'r ffeil yn fformat `json 1.0` dilys, yn ceisio dosrannu fel `json5` ..."##, + ), + ( + "not-included", + r##"Nid yw'r deuaidd ** hwn yn cynnwys ** ymarferoldeb trosi ar gyfer y fformat perthnasol. Mae angen i chi alluogi'r nodwedd berthnasol yn eich `Cargo.toml` ac ail -grynhoi. -Os nad yw'r feddalwedd hon yn cynnwys yr ymarferoldeb cyfatebol, cyflwynwch fater."##), - ("currently-supported", r##"ar hyn o bryd yn cefnogi fformatau: Rhestr Fformatau:"##), - ("unsupported", r##"trosi fformat heb gefnogaeth"##), - ("auto-detection-failed", r##"wedi methu â chanfod y fformat yn awtomatig.Nodwch â llaw."##), - ("not-support-deser-sexp", r##"** heb ei gefnogi eto **: trosi o `lisp s-fynegiant` i` fformatau eraill`"##), - ("unknown-fmt", r##"fformat ffeil anhysbys"##), - ("not-saved", r##"Ni fydd y cynnwys canlynol ** yn cael ei arbed ** oherwydd ni alwyd `--save`."##), - ("dst", r##"llwybr ffeil cyrchfan"##), - ("conv-error", r##"gwall trosi"##), - ], -} +Os nad yw'r feddalwedd hon yn cynnwys yr ymarferoldeb cyfatebol, cyflwynwch fater."##, + ), + ( + "currently-supported", + r##"ar hyn o bryd yn cefnogi fformatau: Rhestr Fformatau:"##, + ), + ("unsupported", r##"trosi fformat heb gefnogaeth"##), + ( + "auto-detection-failed", + r##"wedi methu â chanfod y fformat yn awtomatig.Nodwch â llaw."##, + ), + ( + "not-support-deser-sexp", + r##"** heb ei gefnogi eto **: trosi o `lisp s-fynegiant` i` fformatau eraill`"##, + ), + ("unknown-fmt", r##"fformat ffeil anhysbys"##), + ( + "not-saved", + r##"Ni fydd y cynnwys canlynol ** yn cael ei arbed ** oherwydd ni alwyd `--save`."##, + ), + ("dst", r##"llwybr ffeil cyrchfan"##), + ("conv-error", r##"gwall trosi"##), + ], + } } /// Language ID: cy; @@ -1777,26 +2314,53 @@ Os nad yw'r feddalwedd hon yn cynnwys yr ymarferoldeb cyfatebol, cyflwynwch fate /// Description: Cymraeg, Lladin, Y Deyrnas Unedig; pub(super) const fn get_cy_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Nid yw'r ffeil yn fformat `json 1.0` dilys, yn ceisio dosrannu fel `json5` ..."##), - ("not-included", r##"Nid yw'r deuaidd ** hwn yn cynnwys ** ymarferoldeb trosi ar gyfer y fformat perthnasol. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Nid yw'r ffeil yn fformat `json 1.0` dilys, yn ceisio dosrannu fel `json5` ..."##, + ), + ( + "not-included", + r##"Nid yw'r deuaidd ** hwn yn cynnwys ** ymarferoldeb trosi ar gyfer y fformat perthnasol. Mae angen i chi alluogi'r nodwedd berthnasol yn eich `Cargo.toml` ac ail -grynhoi. -Os nad yw'r feddalwedd hon yn cynnwys yr ymarferoldeb cyfatebol, cyflwynwch fater."##), - ("currently-supported", r##"ar hyn o bryd yn cefnogi fformatau: Rhestr Fformatau:"##), - ("unsupported", r##"trosi fformat heb gefnogaeth"##), - ("auto-detection-failed", r##"wedi methu â chanfod y fformat yn awtomatig.Nodwch â llaw."##), - ("not-support-deser-sexp", r##"** heb ei gefnogi eto **: trosi o `lisp s-fynegiant` i` fformatau eraill`"##), - ("unknown-fmt", r##"fformat ffeil anhysbys"##), - ("not-saved", r##"Ni fydd y cynnwys canlynol ** yn cael ei arbed ** oherwydd ni alwyd `--save`."##), - ("dst", r##"llwybr ffeil cyrchfan"##), - ("conv-error", r##"gwall trosi"##), - ], -} +Os nad yw'r feddalwedd hon yn cynnwys yr ymarferoldeb cyfatebol, cyflwynwch fater."##, + ), + ( + "currently-supported", + r##"ar hyn o bryd yn cefnogi fformatau: Rhestr Fformatau:"##, + ), + ( + "unsupported", + r##"trosi fformat heb gefnogaeth"##, + ), + ( + "auto-detection-failed", + r##"wedi methu â chanfod y fformat yn awtomatig.Nodwch â llaw."##, + ), + ( + "not-support-deser-sexp", + r##"** heb ei gefnogi eto **: trosi o `lisp s-fynegiant` i` fformatau eraill`"##, + ), + ( + "unknown-fmt", + r##"fformat ffeil anhysbys"##, + ), + ( + "not-saved", + r##"Ni fydd y cynnwys canlynol ** yn cael ei arbed ** oherwydd ni alwyd `--save`."##, + ), + ( + "dst", + r##"llwybr ffeil cyrchfan"##, + ), + ( + "conv-error", + r##"gwall trosi"##, + ), + ], + } } /// Language ID: cy; @@ -1812,16 +2376,17 @@ pub(super) const fn get_cy_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_cy_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ni fydd y cynnwys wedi'i addasu ** yn cael ei arbed ** oherwydd na elwir `--sv`."##), - ("new-value", r##"gwerth newydd"##), - ("invalid-path", r##"llwybr ffeil annilys."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ni fydd y cynnwys wedi'i addasu ** yn cael ei arbed ** oherwydd na elwir `--sv`."##, + ), + ("new-value", r##"gwerth newydd"##), + ("invalid-path", r##"llwybr ffeil annilys."##), + ], + } } /// Language ID: cy; @@ -1829,16 +2394,23 @@ pub(super) const fn get_cy_map_set() -> L10nMap { /// Description: Cymraeg, Lladin, Y Deyrnas Unedig; pub(super) const fn get_cy_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ni fydd y cynnwys wedi'i addasu ** yn cael ei arbed ** oherwydd na elwir `--sv`."##), - ("new-value", r##"gwerth newydd"##), - ("invalid-path", r##"llwybr ffeil annilys."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ni fydd y cynnwys wedi'i addasu ** yn cael ei arbed ** oherwydd na elwir `--sv`."##, + ), + ( + "new-value", + r##"gwerth newydd"##, + ), + ( + "invalid-path", + r##"llwybr ffeil annilys."##, + ), + ], + } } /// Language ID: cy; @@ -1854,32 +2426,28 @@ pub(super) const fn get_cy_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_cy_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Fformat cyrchfan"##), - ("src-fmt", r##"Fformat Ffeil Ffynhonnell"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Fformat cyrchfan"##), + ("src-fmt", r##"Fformat Ffeil Ffynhonnell"##), + ], + } } /// cy: Cymraeg, Lladin, Y Deyrnas Unedig pub(super) const fn get_cy_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_cy_map_conversion), - ("get", get_cy_map_get), - ("set_md", get_cy_map_set_md), - ("set", get_cy_map_set), - ("conversion_md", get_cy_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_cy_map_conversion), + ("get", get_cy_map_get), + ("set_md", get_cy_map_set_md), + ("set", get_cy_map_set), + ("conversion_md", get_cy_map_conversion_md), + ], + } } /// Language ID: da; @@ -1895,26 +2463,41 @@ pub(super) const fn get_cy_map() -> SubLocaleMap { /// ``` pub(super) const fn get_da_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Filen er ikke et gyldigt `JSON 1.0 'format, der prøver at analysere som `JSON5` ..."##), - ("not-included", r##"Denne binære ** inkluderer ikke ** konverteringsfunktionaliteten for det relevante format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Filen er ikke et gyldigt `JSON 1.0 'format, der prøver at analysere som `JSON5` ..."##, + ), + ( + "not-included", + r##"Denne binære ** inkluderer ikke ** konverteringsfunktionaliteten for det relevante format. Du skal aktivere den relevante funktion i din `last.toml` og omkompilere. -Hvis denne software ikke inkluderer den tilsvarende funktionalitet, skal du indsende et problem."##), - ("currently-supported", r##"Liste i aktuelt understøttede formater:"##), - ("unsupported", r##"Ikke -understøttet formatkonvertering"##), - ("auto-detection-failed", r##"kunne ikke automatisk registrere formatet.Angiv venligst manuelt."##), - ("not-support-deser-sexp", r##"** understøttes endnu ikke **: konvertering fra `lisp s-ekspression 'til` andre formater`"##), - ("unknown-fmt", r##"Ukendt filformat"##), - ("not-saved", r##"Følgende indhold ** gemmes ikke **, fordi `--save` ikke blev kaldt."##), - ("dst", r##"destinationsfilsti"##), - ("conv-error", r##"Konverteringsfejl"##), - ], -} +Hvis denne software ikke inkluderer den tilsvarende funktionalitet, skal du indsende et problem."##, + ), + ( + "currently-supported", + r##"Liste i aktuelt understøttede formater:"##, + ), + ("unsupported", r##"Ikke -understøttet formatkonvertering"##), + ( + "auto-detection-failed", + r##"kunne ikke automatisk registrere formatet.Angiv venligst manuelt."##, + ), + ( + "not-support-deser-sexp", + r##"** understøttes endnu ikke **: konvertering fra `lisp s-ekspression 'til` andre formater`"##, + ), + ("unknown-fmt", r##"Ukendt filformat"##), + ( + "not-saved", + r##"Følgende indhold ** gemmes ikke **, fordi `--save` ikke blev kaldt."##, + ), + ("dst", r##"destinationsfilsti"##), + ("conv-error", r##"Konverteringsfejl"##), + ], + } } /// Language ID: da; @@ -1922,26 +2505,53 @@ Hvis denne software ikke inkluderer den tilsvarende funktionalitet, skal du inds /// Description: dansk, latinsk, Danmark; pub(super) const fn get_da_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Filen er ikke et gyldigt `JSON 1.0 'format, der prøver at analysere som `JSON5` ..."##), - ("not-included", r##"Denne binære ** inkluderer ikke ** konverteringsfunktionaliteten for det relevante format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Filen er ikke et gyldigt `JSON 1.0 'format, der prøver at analysere som `JSON5` ..."##, + ), + ( + "not-included", + r##"Denne binære ** inkluderer ikke ** konverteringsfunktionaliteten for det relevante format. Du skal aktivere den relevante funktion i din `last.toml` og omkompilere. -Hvis denne software ikke inkluderer den tilsvarende funktionalitet, skal du indsende et problem."##), - ("currently-supported", r##"Liste i aktuelt understøttede formater:"##), - ("unsupported", r##"Ikke -understøttet formatkonvertering"##), - ("auto-detection-failed", r##"kunne ikke automatisk registrere formatet.Angiv venligst manuelt."##), - ("not-support-deser-sexp", r##"** understøttes endnu ikke **: konvertering fra `lisp s-ekspression 'til` andre formater`"##), - ("unknown-fmt", r##"Ukendt filformat"##), - ("not-saved", r##"Følgende indhold ** gemmes ikke **, fordi `--save` ikke blev kaldt."##), - ("dst", r##"destinationsfilsti"##), - ("conv-error", r##"Konverteringsfejl"##), - ], -} +Hvis denne software ikke inkluderer den tilsvarende funktionalitet, skal du indsende et problem."##, + ), + ( + "currently-supported", + r##"Liste i aktuelt understøttede formater:"##, + ), + ( + "unsupported", + r##"Ikke -understøttet formatkonvertering"##, + ), + ( + "auto-detection-failed", + r##"kunne ikke automatisk registrere formatet.Angiv venligst manuelt."##, + ), + ( + "not-support-deser-sexp", + r##"** understøttes endnu ikke **: konvertering fra `lisp s-ekspression 'til` andre formater`"##, + ), + ( + "unknown-fmt", + r##"Ukendt filformat"##, + ), + ( + "not-saved", + r##"Følgende indhold ** gemmes ikke **, fordi `--save` ikke blev kaldt."##, + ), + ( + "dst", + r##"destinationsfilsti"##, + ), + ( + "conv-error", + r##"Konverteringsfejl"##, + ), + ], + } } /// Language ID: da; @@ -1957,16 +2567,17 @@ pub(super) const fn get_da_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_da_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Det ændrede indhold ** gemmes ikke **, fordi `-SV` ikke blev kaldt."##), - ("new-value", r##"Ny værdi"##), - ("invalid-path", r##"Ugyldig filsti."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Det ændrede indhold ** gemmes ikke **, fordi `-SV` ikke blev kaldt."##, + ), + ("new-value", r##"Ny værdi"##), + ("invalid-path", r##"Ugyldig filsti."##), + ], + } } /// Language ID: da; @@ -1974,16 +2585,23 @@ pub(super) const fn get_da_map_set() -> L10nMap { /// Description: dansk, latinsk, Danmark; pub(super) const fn get_da_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Det ændrede indhold ** gemmes ikke **, fordi `-SV` ikke blev kaldt."##), - ("new-value", r##"Ny værdi"##), - ("invalid-path", r##"Ugyldig filsti."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Det ændrede indhold ** gemmes ikke **, fordi `-SV` ikke blev kaldt."##, + ), + ( + "new-value", + r##"Ny værdi"##, + ), + ( + "invalid-path", + r##"Ugyldig filsti."##, + ), + ], + } } /// Language ID: da; @@ -1999,32 +2617,28 @@ pub(super) const fn get_da_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_da_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Destinationsformat"##), - ("src-fmt", r##"Kildefilformat"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Destinationsformat"##), + ("src-fmt", r##"Kildefilformat"##), + ], + } } /// da: dansk, latinsk, Danmark pub(super) const fn get_da_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_da_map_conversion), - ("get", get_da_map_get), - ("set_md", get_da_map_set_md), - ("set", get_da_map_set), - ("conversion_md", get_da_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_da_map_conversion), + ("get", get_da_map_get), + ("set_md", get_da_map_set_md), + ("set", get_da_map_set), + ("conversion_md", get_da_map_conversion_md), + ], + } } /// Language ID: de; @@ -2040,26 +2654,38 @@ pub(super) const fn get_da_map() -> SubLocaleMap { /// ``` pub(super) const fn get_de_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Die Datei hat kein gültiges `json 1.0` Format, versuche es als `json5` zu interpretieren..."##), - ("not-included", r##"Diese Binärdatei enthält **nicht** die Funktionen zur Konvertierung in das entsprechende Format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Die Datei hat kein gültiges `json 1.0` Format, versuche es als `json5` zu interpretieren..."##, + ), + ( + "not-included", + r##"Diese Binärdatei enthält **nicht** die Funktionen zur Konvertierung in das entsprechende Format. Sie müssen die relevanten Funktionen in Ihrer `Cargo.toml` aktivieren und erneut kompilieren. -Bitte erstellen Sie einen Fehlerbericht, wenn diese Software keine zugehörigen Funktionen enthält."##), - ("currently-supported", r##"Aktuell unterstützte Formate"##), - ("unsupported", r##"Nicht unterstützte Formatkonvertierung"##), - ("auto-detection-failed", r##"Automatische Erkennung des Formats fehlgeschlagen, bitte manuell angeben."##), - ("not-support-deser-sexp", r##"**Das Konvertieren von `Lisp S-Expression` in andere Formate ist vorübergehend nicht möglich.**"##), - ("unknown-fmt", r##"Unbekanntes Dateiformat"##), - ("not-saved", r##"Da `--save` nicht aufgerufen wurde, werden die folgenden Inhalte **nicht** gespeichert:"##), - ("dst", r##"Zielpfad"##), - ("conv-error", r##"Konvertierungsfehler"##), - ], -} +Bitte erstellen Sie einen Fehlerbericht, wenn diese Software keine zugehörigen Funktionen enthält."##, + ), + ("currently-supported", r##"Aktuell unterstützte Formate"##), + ("unsupported", r##"Nicht unterstützte Formatkonvertierung"##), + ( + "auto-detection-failed", + r##"Automatische Erkennung des Formats fehlgeschlagen, bitte manuell angeben."##, + ), + ( + "not-support-deser-sexp", + r##"**Das Konvertieren von `Lisp S-Expression` in andere Formate ist vorübergehend nicht möglich.**"##, + ), + ("unknown-fmt", r##"Unbekanntes Dateiformat"##), + ( + "not-saved", + r##"Da `--save` nicht aufgerufen wurde, werden die folgenden Inhalte **nicht** gespeichert:"##, + ), + ("dst", r##"Zielpfad"##), + ("conv-error", r##"Konvertierungsfehler"##), + ], + } } /// Language ID: de; @@ -2067,26 +2693,50 @@ Bitte erstellen Sie einen Fehlerbericht, wenn diese Software keine zugehörigen /// Description: Deutsch, Lateinisch, Deutschland; pub(super) const fn get_de_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Die Datei hat kein gültiges `json 1.0` Format, versuche es als `json5` zu interpretieren..."##), - ("not-included", r##"Diese Binärdatei enthält **nicht** die Funktionen zur Konvertierung in das entsprechende Format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Die Datei hat kein gültiges `json 1.0` Format, versuche es als `json5` zu interpretieren..."##, + ), + ( + "not-included", + r##"Diese Binärdatei enthält **nicht** die Funktionen zur Konvertierung in das entsprechende Format. Sie müssen die relevanten Funktionen in Ihrer `Cargo.toml` aktivieren und erneut kompilieren. -Bitte erstellen Sie einen Fehlerbericht, wenn diese Software keine zugehörigen Funktionen enthält."##), - ("currently-supported", r##"Aktuell unterstützte Formate"##), - ("unsupported", r##"Nicht unterstützte Formatkonvertierung"##), - ("auto-detection-failed", r##"Automatische Erkennung des Formats fehlgeschlagen, bitte manuell angeben."##), - ("not-support-deser-sexp", r##"**Das Konvertieren von `Lisp S-Expression` in andere Formate ist vorübergehend nicht möglich.**"##), - ("unknown-fmt", r##"Unbekanntes Dateiformat"##), - ("not-saved", r##"Da `--save` nicht aufgerufen wurde, werden die folgenden Inhalte **nicht** gespeichert:"##), - ("dst", r##"Zielpfad"##), - ("conv-error", r##"Konvertierungsfehler"##), - ], -} +Bitte erstellen Sie einen Fehlerbericht, wenn diese Software keine zugehörigen Funktionen enthält."##, + ), + ( + "currently-supported", + r##"Aktuell unterstützte Formate"##, + ), + ( + "unsupported", + r##"Nicht unterstützte Formatkonvertierung"##, + ), + ( + "auto-detection-failed", + r##"Automatische Erkennung des Formats fehlgeschlagen, bitte manuell angeben."##, + ), + ( + "not-support-deser-sexp", + r##"**Das Konvertieren von `Lisp S-Expression` in andere Formate ist vorübergehend nicht möglich.**"##, + ), + ( + "unknown-fmt", + r##"Unbekanntes Dateiformat"##, + ), + ( + "not-saved", + r##"Da `--save` nicht aufgerufen wurde, werden die folgenden Inhalte **nicht** gespeichert:"##, + ), + ("dst", r##"Zielpfad"##), + ( + "conv-error", + r##"Konvertierungsfehler"##, + ), + ], + } } /// Language ID: de; @@ -2102,15 +2752,13 @@ pub(super) const fn get_de_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_de_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Zielformat"##), - ("src-fmt", r##"Quellformat"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Zielformat"##), + ("src-fmt", r##"Quellformat"##), + ], + } } /// Language ID: de; @@ -2126,17 +2774,18 @@ pub(super) const fn get_de_map_get() -> L10nMap { /// ``` pub(super) const fn get_de_map_set() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"Ungültiger Dateipfad"##), - ("new-value", r##"Neuer Wert"##), - ("unsave-warn", r##"Die geänderten Inhalte werden **nicht** gespeichert, da `--save` nicht aufgerufen wurde."##), - ("type", r##"Typ"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ("invalid-path", r##"Ungültiger Dateipfad"##), + ("new-value", r##"Neuer Wert"##), + ( + "unsave-warn", + r##"Die geänderten Inhalte werden **nicht** gespeichert, da `--save` nicht aufgerufen wurde."##, + ), + ("type", r##"Typ"##), + ], + } } /// Language ID: de; @@ -2144,34 +2793,39 @@ pub(super) const fn get_de_map_set() -> L10nMap { /// Description: Deutsch, Lateinisch, Deutschland; pub(super) const fn get_de_map_set_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"Ungültiger Dateipfad"##), - ("new-value", r##"Neuer Wert"##), - ("unsave-warn", r##"Die geänderten Inhalte werden **nicht** gespeichert, da `--save` nicht aufgerufen wurde."##), - ("type", r##"Typ"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ( + "invalid-path", + r##"Ungültiger Dateipfad"##, + ), + ( + "new-value", + r##"Neuer Wert"##, + ), + ( + "unsave-warn", + r##"Die geänderten Inhalte werden **nicht** gespeichert, da `--save` nicht aufgerufen wurde."##, + ), + ("type", r##"Typ"##), + ], + } } /// de: Deutsch, Lateinisch, Deutschland pub(super) const fn get_de_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_de_map_conversion), - ("get", get_de_map_get), - ("set_md", get_de_map_set_md), - ("set", get_de_map_set), - ("conversion_md", get_de_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_de_map_conversion), + ("get", get_de_map_get), + ("set_md", get_de_map_set_md), + ("set", get_de_map_set), + ("conversion_md", get_de_map_conversion_md), + ], + } } /// Language ID: el; @@ -2187,26 +2841,41 @@ pub(super) const fn get_de_map() -> SubLocaleMap { /// ``` pub(super) const fn get_el_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Το αρχείο δεν είναι έγκυρη μορφή `json 1.0`, προσπαθεί να γίνει ανάλυση ως `json5`..."##), - ("not-included", r##"Αυτό το δυαδικό αρχείο δεν **περιλαμβάνει** λειτουργίες μετατροπής για τη συγκεκριμένη μορφή. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Το αρχείο δεν είναι έγκυρη μορφή `json 1.0`, προσπαθεί να γίνει ανάλυση ως `json5`..."##, + ), + ( + "not-included", + r##"Αυτό το δυαδικό αρχείο δεν **περιλαμβάνει** λειτουργίες μετατροπής για τη συγκεκριμένη μορφή. Θα πρέπει να ενεργοποιήσετε τη σχετική λειτουργία στο αρχείο `Cargo.toml` και να ξανακάνετε τη μεταγλώττιση. -Εάν αυτό το λογισμικό δεν περιλαμβάνει τη σχετική λειτουργία, υποβάλετε ένα αίτημα (issue)."##), - ("currently-supported", r##"Λίστα των τρέχοντων υποστηριζόμενων μορφών"##), - ("unsupported", r##"Μη υποστηριζόμενη μορφή μετατροπής"##), - ("auto-detection-failed", r##"Η αυτόματη ανίχνευση μορφής απέτυχε, παρακαλώ καθορίστε τη μορφή χειροκίνητα."##), - ("not-support-deser-sexp", r##"**Δεν υποστηρίζεται προς το παρόν** η μετατροπή από `Lisp S-Expression` σε `άλλες μορφές`"##), - ("unknown-fmt", r##"Άγνωστη μορφή αρχείου"##), - ("not-saved", r##"Δεδομένου ότι δεν κλήθηκε η παράμετρος `--save`, τα παρακάτω περιεχόμενα **δεν θα** αποθηκευτούν."##), - ("dst", r##"Διαδρομή αρχείου προορισμού"##), - ("conv-error", r##"Σφάλμα μετατροπής"##), - ], -} +Εάν αυτό το λογισμικό δεν περιλαμβάνει τη σχετική λειτουργία, υποβάλετε ένα αίτημα (issue)."##, + ), + ( + "currently-supported", + r##"Λίστα των τρέχοντων υποστηριζόμενων μορφών"##, + ), + ("unsupported", r##"Μη υποστηριζόμενη μορφή μετατροπής"##), + ( + "auto-detection-failed", + r##"Η αυτόματη ανίχνευση μορφής απέτυχε, παρακαλώ καθορίστε τη μορφή χειροκίνητα."##, + ), + ( + "not-support-deser-sexp", + r##"**Δεν υποστηρίζεται προς το παρόν** η μετατροπή από `Lisp S-Expression` σε `άλλες μορφές`"##, + ), + ("unknown-fmt", r##"Άγνωστη μορφή αρχείου"##), + ( + "not-saved", + r##"Δεδομένου ότι δεν κλήθηκε η παράμετρος `--save`, τα παρακάτω περιεχόμενα **δεν θα** αποθηκευτούν."##, + ), + ("dst", r##"Διαδρομή αρχείου προορισμού"##), + ("conv-error", r##"Σφάλμα μετατροπής"##), + ], + } } /// Language ID: el; @@ -2214,26 +2883,53 @@ pub(super) const fn get_el_map_conversion() -> L10nMap { /// Description: Ελληνικά, Ελληνικό, Ελλάδα; pub(super) const fn get_el_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Το αρχείο δεν είναι έγκυρη μορφή `json 1.0`, προσπαθεί να γίνει ανάλυση ως `json5`..."##), - ("not-included", r##"Αυτό το δυαδικό αρχείο δεν **περιλαμβάνει** λειτουργίες μετατροπής για τη συγκεκριμένη μορφή. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Το αρχείο δεν είναι έγκυρη μορφή `json 1.0`, προσπαθεί να γίνει ανάλυση ως `json5`..."##, + ), + ( + "not-included", + r##"Αυτό το δυαδικό αρχείο δεν **περιλαμβάνει** λειτουργίες μετατροπής για τη συγκεκριμένη μορφή. Θα πρέπει να ενεργοποιήσετε τη σχετική λειτουργία στο αρχείο `Cargo.toml` και να ξανακάνετε τη μεταγλώττιση. -Εάν αυτό το λογισμικό δεν περιλαμβάνει τη σχετική λειτουργία, υποβάλετε ένα αίτημα (issue)."##), - ("currently-supported", r##"Λίστα των τρέχοντων υποστηριζόμενων μορφών"##), - ("unsupported", r##"Μη υποστηριζόμενη μορφή μετατροπής"##), - ("auto-detection-failed", r##"Η αυτόματη ανίχνευση μορφής απέτυχε, παρακαλώ καθορίστε τη μορφή χειροκίνητα."##), - ("not-support-deser-sexp", r##"**Δεν υποστηρίζεται προς το παρόν** η μετατροπή από `Lisp S-Expression` σε `άλλες μορφές`"##), - ("unknown-fmt", r##"Άγνωστη μορφή αρχείου"##), - ("not-saved", r##"Δεδομένου ότι δεν κλήθηκε η παράμετρος `--save`, τα παρακάτω περιεχόμενα **δεν θα** αποθηκευτούν."##), - ("dst", r##"Διαδρομή αρχείου προορισμού"##), - ("conv-error", r##"Σφάλμα μετατροπής"##), - ], -} +Εάν αυτό το λογισμικό δεν περιλαμβάνει τη σχετική λειτουργία, υποβάλετε ένα αίτημα (issue)."##, + ), + ( + "currently-supported", + r##"Λίστα των τρέχοντων υποστηριζόμενων μορφών"##, + ), + ( + "unsupported", + r##"Μη υποστηριζόμενη μορφή μετατροπής"##, + ), + ( + "auto-detection-failed", + r##"Η αυτόματη ανίχνευση μορφής απέτυχε, παρακαλώ καθορίστε τη μορφή χειροκίνητα."##, + ), + ( + "not-support-deser-sexp", + r##"**Δεν υποστηρίζεται προς το παρόν** η μετατροπή από `Lisp S-Expression` σε `άλλες μορφές`"##, + ), + ( + "unknown-fmt", + r##"Άγνωστη μορφή αρχείου"##, + ), + ( + "not-saved", + r##"Δεδομένου ότι δεν κλήθηκε η παράμετρος `--save`, τα παρακάτω περιεχόμενα **δεν θα** αποθηκευτούν."##, + ), + ( + "dst", + r##"Διαδρομή αρχείου προορισμού"##, + ), + ( + "conv-error", + r##"Σφάλμα μετατροπής"##, + ), + ], + } } /// Language ID: el; @@ -2249,15 +2945,13 @@ pub(super) const fn get_el_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_el_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Μορφή προορισμού"##), - ("src-fmt", r##"Μορφή πηγαίου αρχείου"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Μορφή προορισμού"##), + ("src-fmt", r##"Μορφή πηγαίου αρχείου"##), + ], + } } /// Language ID: el; @@ -2273,16 +2967,17 @@ pub(super) const fn get_el_map_get() -> L10nMap { /// ``` pub(super) const fn get_el_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Δεδομένου ότι δεν κλήθηκε η παράμετρος `--save`, οι τροποποιημένες πληροφορίες **δεν θα** αποθηκευτούν."##), - ("new-value", r##"Νέα τιμή (value)"##), - ("invalid-path", r##"Μη έγκυρη διαδρομή αρχείου"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Δεδομένου ότι δεν κλήθηκε η παράμετρος `--save`, οι τροποποιημένες πληροφορίες **δεν θα** αποθηκευτούν."##, + ), + ("new-value", r##"Νέα τιμή (value)"##), + ("invalid-path", r##"Μη έγκυρη διαδρομή αρχείου"##), + ], + } } /// Language ID: el; @@ -2290,33 +2985,38 @@ pub(super) const fn get_el_map_set() -> L10nMap { /// Description: Ελληνικά, Ελληνικό, Ελλάδα; pub(super) const fn get_el_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Δεδομένου ότι δεν κλήθηκε η παράμετρος `--save`, οι τροποποιημένες πληροφορίες **δεν θα** αποθηκευτούν."##), - ("new-value", r##"Νέα τιμή (value)"##), - ("invalid-path", r##"Μη έγκυρη διαδρομή αρχείου"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Δεδομένου ότι δεν κλήθηκε η παράμετρος `--save`, οι τροποποιημένες πληροφορίες **δεν θα** αποθηκευτούν."##, + ), + ( + "new-value", + r##"Νέα τιμή (value)"##, + ), + ( + "invalid-path", + r##"Μη έγκυρη διαδρομή αρχείου"##, + ), + ], + } } /// el: Ελληνικά, Ελληνικό, Ελλάδα pub(super) const fn get_el_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_el_map_conversion), - ("get", get_el_map_get), - ("set_md", get_el_map_set_md), - ("set", get_el_map_set), - ("conversion_md", get_el_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_el_map_conversion), + ("get", get_el_map_get), + ("set_md", get_el_map_set_md), + ("set", get_el_map_set), + ("conversion_md", get_el_map_conversion_md), + ], + } } /// Language ID: en; @@ -2332,26 +3032,41 @@ pub(super) const fn get_el_map() -> SubLocaleMap { /// ``` pub(super) const fn get_en_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"The file is not a valid `json 1.0` format, trying to parse as `json5`..."##), - ("not-included", r##"This binary **does not include** the conversion functionality for the relevant format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"The file is not a valid `json 1.0` format, trying to parse as `json5`..."##, + ), + ( + "not-included", + r##"This binary **does not include** the conversion functionality for the relevant format. You need to enable the relevant feature in your `Cargo.toml` and recompile. -If this software does not include the corresponding functionality, please submit an issue."##), - ("currently-supported", r##"Currently supported formats list:"##), - ("unsupported", r##"Unsupported format conversion"##), - ("auto-detection-failed", r##"Failed to automatically detect the format. Please specify manually."##), - ("not-support-deser-sexp", r##"**Not supported yet**: converting from `Lisp S-Expression` to `other formats`"##), - ("unknown-fmt", r##"Unknown file format"##), - ("not-saved", r##"The following content **will not** be saved because `--save` was not called."##), - ("dst", r##"Destination file path"##), - ("conv-error", r##"Conversion error"##), - ], -} +If this software does not include the corresponding functionality, please submit an issue."##, + ), + ( + "currently-supported", + r##"Currently supported formats list:"##, + ), + ("unsupported", r##"Unsupported format conversion"##), + ( + "auto-detection-failed", + r##"Failed to automatically detect the format. Please specify manually."##, + ), + ( + "not-support-deser-sexp", + r##"**Not supported yet**: converting from `Lisp S-Expression` to `other formats`"##, + ), + ("unknown-fmt", r##"Unknown file format"##), + ( + "not-saved", + r##"The following content **will not** be saved because `--save` was not called."##, + ), + ("dst", r##"Destination file path"##), + ("conv-error", r##"Conversion error"##), + ], + } } /// Language ID: en; @@ -2359,26 +3074,53 @@ If this software does not include the corresponding functionality, please submit /// Description: English, Latin, United States; pub(super) const fn get_en_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"The file is not a valid `json 1.0` format, trying to parse as `json5`..."##), - ("not-included", r##"This binary **does not include** the conversion functionality for the relevant format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"The file is not a valid `json 1.0` format, trying to parse as `json5`..."##, + ), + ( + "not-included", + r##"This binary **does not include** the conversion functionality for the relevant format. You need to enable the relevant feature in your `Cargo.toml` and recompile. -If this software does not include the corresponding functionality, please submit an issue."##), - ("currently-supported", r##"Currently supported formats list:"##), - ("unsupported", r##"Unsupported format conversion"##), - ("auto-detection-failed", r##"Failed to automatically detect the format. Please specify manually."##), - ("not-support-deser-sexp", r##"**Not supported yet**: converting from `Lisp S-Expression` to `other formats`"##), - ("unknown-fmt", r##"Unknown file format"##), - ("not-saved", r##"The following content **will not** be saved because `--save` was not called."##), - ("dst", r##"Destination file path"##), - ("conv-error", r##"Conversion error"##), - ], -} +If this software does not include the corresponding functionality, please submit an issue."##, + ), + ( + "currently-supported", + r##"Currently supported formats list:"##, + ), + ( + "unsupported", + r##"Unsupported format conversion"##, + ), + ( + "auto-detection-failed", + r##"Failed to automatically detect the format. Please specify manually."##, + ), + ( + "not-support-deser-sexp", + r##"**Not supported yet**: converting from `Lisp S-Expression` to `other formats`"##, + ), + ( + "unknown-fmt", + r##"Unknown file format"##, + ), + ( + "not-saved", + r##"The following content **will not** be saved because `--save` was not called."##, + ), + ( + "dst", + r##"Destination file path"##, + ), + ( + "conv-error", + r##"Conversion error"##, + ), + ], + } } /// Language ID: en; @@ -2394,15 +3136,13 @@ pub(super) const fn get_en_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_en_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Destination format"##), - ("src-fmt", r##"Source file format"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Destination format"##), + ("src-fmt", r##"Source file format"##), + ], + } } /// Language ID: en; @@ -2418,17 +3158,18 @@ pub(super) const fn get_en_map_get() -> L10nMap { /// ``` pub(super) const fn get_en_map_set() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"Invalid file path."##), - ("new-value", r##"New value"##), - ("unsave-warn", r##"The modified content **will not** be saved because `--sv` was not called."##), - ("type", r##"Type"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ("invalid-path", r##"Invalid file path."##), + ("new-value", r##"New value"##), + ( + "unsave-warn", + r##"The modified content **will not** be saved because `--sv` was not called."##, + ), + ("type", r##"Type"##), + ], + } } /// Language ID: en; @@ -2436,34 +3177,39 @@ pub(super) const fn get_en_map_set() -> L10nMap { /// Description: English, Latin, United States; pub(super) const fn get_en_map_set_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"Invalid file path."##), - ("new-value", r##"New value"##), - ("unsave-warn", r##"The modified content **will not** be saved because `--sv` was not called."##), - ("type", r##"Type"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ( + "invalid-path", + r##"Invalid file path."##, + ), + ( + "new-value", + r##"New value"##, + ), + ( + "unsave-warn", + r##"The modified content **will not** be saved because `--sv` was not called."##, + ), + ("type", r##"Type"##), + ], + } } /// en: English, Latin, United States pub(super) const fn get_en_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_en_map_conversion), - ("get", get_en_map_get), - ("set_md", get_en_map_set_md), - ("set", get_en_map_set), - ("conversion_md", get_en_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_en_map_conversion), + ("get", get_en_map_get), + ("set_md", get_en_map_set_md), + ("set", get_en_map_set), + ("conversion_md", get_en_map_conversion_md), + ], + } } /// Language ID: eo; @@ -2479,26 +3225,41 @@ pub(super) const fn get_en_map() -> SubLocaleMap { /// ``` pub(super) const fn get_eo_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"La dosiero ne estas valida formato 'JSON 1.0`, provante analizi kiel `json5` ..."##), - ("not-included", r##"Ĉi tiu binara ** ne inkluzivas ** la konvertan funkciecon por la koncernata formato. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"La dosiero ne estas valida formato 'JSON 1.0`, provante analizi kiel `json5` ..."##, + ), + ( + "not-included", + r##"Ĉi tiu binara ** ne inkluzivas ** la konvertan funkciecon por la koncernata formato. Vi devas ebligi la koncernan funkcion en via `Cargo.toml` kaj rekompiri. -Se ĉi tiu programaro ne inkluzivas la respondan funkciecon, bonvolu sendi problemon."##), - ("currently-supported", r##"Aktuale subtenataj formataj listoj:"##), - ("unsupported", r##"Nepruvitan formatan konvertiĝon"##), - ("auto-detection-failed", r##"Malsukcesis aŭtomate detekti la formaton.Bonvolu specifi permane."##), - ("not-support-deser-sexp", r##"** ankoraŭ ne subtenata **: konverti de `lisp s-esprimo` al` aliaj formatoj`"##), - ("unknown-fmt", r##"nekonatan dosierformaton"##), - ("not-saved", r##"La sekva enhavo ** ne estos konservita ĉar `--save` ne estis nomita."##), - ("dst", r##"Destina Dosiera Vojo"##), - ("conv-error", r##"Konverta Eraro"##), - ], -} +Se ĉi tiu programaro ne inkluzivas la respondan funkciecon, bonvolu sendi problemon."##, + ), + ( + "currently-supported", + r##"Aktuale subtenataj formataj listoj:"##, + ), + ("unsupported", r##"Nepruvitan formatan konvertiĝon"##), + ( + "auto-detection-failed", + r##"Malsukcesis aŭtomate detekti la formaton.Bonvolu specifi permane."##, + ), + ( + "not-support-deser-sexp", + r##"** ankoraŭ ne subtenata **: konverti de `lisp s-esprimo` al` aliaj formatoj`"##, + ), + ("unknown-fmt", r##"nekonatan dosierformaton"##), + ( + "not-saved", + r##"La sekva enhavo ** ne estos konservita ĉar `--save` ne estis nomita."##, + ), + ("dst", r##"Destina Dosiera Vojo"##), + ("conv-error", r##"Konverta Eraro"##), + ], + } } /// Language ID: eo; @@ -2506,26 +3267,53 @@ Se ĉi tiu programaro ne inkluzivas la respondan funkciecon, bonvolu sendi probl /// Description: esperanto, Latn, Mondo; pub(super) const fn get_eo_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"La dosiero ne estas valida formato 'JSON 1.0`, provante analizi kiel `json5` ..."##), - ("not-included", r##"Ĉi tiu binara ** ne inkluzivas ** la konvertan funkciecon por la koncernata formato. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"La dosiero ne estas valida formato 'JSON 1.0`, provante analizi kiel `json5` ..."##, + ), + ( + "not-included", + r##"Ĉi tiu binara ** ne inkluzivas ** la konvertan funkciecon por la koncernata formato. Vi devas ebligi la koncernan funkcion en via `Cargo.toml` kaj rekompiri. -Se ĉi tiu programaro ne inkluzivas la respondan funkciecon, bonvolu sendi problemon."##), - ("currently-supported", r##"Aktuale subtenataj formataj listoj:"##), - ("unsupported", r##"Nepruvitan formatan konvertiĝon"##), - ("auto-detection-failed", r##"Malsukcesis aŭtomate detekti la formaton.Bonvolu specifi permane."##), - ("not-support-deser-sexp", r##"** ankoraŭ ne subtenata **: konverti de `lisp s-esprimo` al` aliaj formatoj`"##), - ("unknown-fmt", r##"nekonatan dosierformaton"##), - ("not-saved", r##"La sekva enhavo ** ne estos konservita ĉar `--save` ne estis nomita."##), - ("dst", r##"Destina Dosiera Vojo"##), - ("conv-error", r##"Konverta Eraro"##), - ], -} +Se ĉi tiu programaro ne inkluzivas la respondan funkciecon, bonvolu sendi problemon."##, + ), + ( + "currently-supported", + r##"Aktuale subtenataj formataj listoj:"##, + ), + ( + "unsupported", + r##"Nepruvitan formatan konvertiĝon"##, + ), + ( + "auto-detection-failed", + r##"Malsukcesis aŭtomate detekti la formaton.Bonvolu specifi permane."##, + ), + ( + "not-support-deser-sexp", + r##"** ankoraŭ ne subtenata **: konverti de `lisp s-esprimo` al` aliaj formatoj`"##, + ), + ( + "unknown-fmt", + r##"nekonatan dosierformaton"##, + ), + ( + "not-saved", + r##"La sekva enhavo ** ne estos konservita ĉar `--save` ne estis nomita."##, + ), + ( + "dst", + r##"Destina Dosiera Vojo"##, + ), + ( + "conv-error", + r##"Konverta Eraro"##, + ), + ], + } } /// Language ID: eo; @@ -2541,16 +3329,17 @@ pub(super) const fn get_eo_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_eo_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"La modifita enhavo ** ne estos konservita ĉar `--sv` ne estis vokita."##), - ("new-value", r##"Nova valoro"##), - ("invalid-path", r##"Nevalidan dosieran vojon."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"La modifita enhavo ** ne estos konservita ĉar `--sv` ne estis vokita."##, + ), + ("new-value", r##"Nova valoro"##), + ("invalid-path", r##"Nevalidan dosieran vojon."##), + ], + } } /// Language ID: eo; @@ -2558,16 +3347,23 @@ pub(super) const fn get_eo_map_set() -> L10nMap { /// Description: esperanto, Latn, Mondo; pub(super) const fn get_eo_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"La modifita enhavo ** ne estos konservita ĉar `--sv` ne estis vokita."##), - ("new-value", r##"Nova valoro"##), - ("invalid-path", r##"Nevalidan dosieran vojon."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"La modifita enhavo ** ne estos konservita ĉar `--sv` ne estis vokita."##, + ), + ( + "new-value", + r##"Nova valoro"##, + ), + ( + "invalid-path", + r##"Nevalidan dosieran vojon."##, + ), + ], + } } /// Language ID: eo; @@ -2583,32 +3379,28 @@ pub(super) const fn get_eo_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_eo_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Celloka formato"##), - ("src-fmt", r##"Fonta dosierformato"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Celloka formato"##), + ("src-fmt", r##"Fonta dosierformato"##), + ], + } } /// eo: esperanto, Latn, Mondo pub(super) const fn get_eo_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_eo_map_conversion), - ("get", get_eo_map_get), - ("set_md", get_eo_map_set_md), - ("set", get_eo_map_set), - ("conversion_md", get_eo_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_eo_map_conversion), + ("get", get_eo_map_get), + ("set_md", get_eo_map_set_md), + ("set", get_eo_map_set), + ("conversion_md", get_eo_map_conversion_md), + ], + } } /// Language ID: es; @@ -2624,26 +3416,41 @@ pub(super) const fn get_eo_map() -> SubLocaleMap { /// ``` pub(super) const fn get_es_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"El archivo no es un formato JSON 1.0 válido, intentando analizar como `json5`..."##), - ("not-included", r##"Este archivo binario no contiene funciones de conversión para este formato. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"El archivo no es un formato JSON 1.0 válido, intentando analizar como `json5`..."##, + ), + ( + "not-included", + r##"Este archivo binario no contiene funciones de conversión para este formato. Debe habilitar la función correspondiente en su archivo `Cargo.toml` y volver a compilar. -Si este software no contiene esta función, presente un problema (issue)."##), - ("currently-supported", r##"Lista actual de formatos soportados"##), - ("unsupported", r##"Conversión de formato no soportada"##), - ("auto-detection-failed", r##"La detección automática de formato falló, por favor especifique manualmente."##), - ("not-support-deser-sexp", r##"**Actualmente no compatible** convertir `Lisp S-Expression` a `otros formatos`"##), - ("unknown-fmt", r##"Formato de archivo desconocido"##), - ("not-saved", r##"Dado que no se llamó a la opción `--save`, el siguiente contenido **no será** guardado."##), - ("dst", r##"Ruta del archivo de destino"##), - ("conv-error", r##"Error de conversión"##), - ], -} +Si este software no contiene esta función, presente un problema (issue)."##, + ), + ( + "currently-supported", + r##"Lista actual de formatos soportados"##, + ), + ("unsupported", r##"Conversión de formato no soportada"##), + ( + "auto-detection-failed", + r##"La detección automática de formato falló, por favor especifique manualmente."##, + ), + ( + "not-support-deser-sexp", + r##"**Actualmente no compatible** convertir `Lisp S-Expression` a `otros formatos`"##, + ), + ("unknown-fmt", r##"Formato de archivo desconocido"##), + ( + "not-saved", + r##"Dado que no se llamó a la opción `--save`, el siguiente contenido **no será** guardado."##, + ), + ("dst", r##"Ruta del archivo de destino"##), + ("conv-error", r##"Error de conversión"##), + ], + } } /// Language ID: es; @@ -2651,26 +3458,53 @@ Si este software no contiene esta función, presente un problema (issue)."##), /// Description: español, latino, España; pub(super) const fn get_es_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"El archivo no es un formato JSON 1.0 válido, intentando analizar como `json5`..."##), - ("not-included", r##"Este archivo binario no contiene funciones de conversión para este formato. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"El archivo no es un formato JSON 1.0 válido, intentando analizar como `json5`..."##, + ), + ( + "not-included", + r##"Este archivo binario no contiene funciones de conversión para este formato. Debe habilitar la función correspondiente en su archivo `Cargo.toml` y volver a compilar. -Si este software no contiene esta función, presente un problema (issue)."##), - ("currently-supported", r##"Lista actual de formatos soportados"##), - ("unsupported", r##"Conversión de formato no soportada"##), - ("auto-detection-failed", r##"La detección automática de formato falló, por favor especifique manualmente."##), - ("not-support-deser-sexp", r##"**Actualmente no compatible** convertir `Lisp S-Expression` a `otros formatos`"##), - ("unknown-fmt", r##"Formato de archivo desconocido"##), - ("not-saved", r##"Dado que no se llamó a la opción `--save`, el siguiente contenido **no será** guardado."##), - ("dst", r##"Ruta del archivo de destino"##), - ("conv-error", r##"Error de conversión"##), - ], -} +Si este software no contiene esta función, presente un problema (issue)."##, + ), + ( + "currently-supported", + r##"Lista actual de formatos soportados"##, + ), + ( + "unsupported", + r##"Conversión de formato no soportada"##, + ), + ( + "auto-detection-failed", + r##"La detección automática de formato falló, por favor especifique manualmente."##, + ), + ( + "not-support-deser-sexp", + r##"**Actualmente no compatible** convertir `Lisp S-Expression` a `otros formatos`"##, + ), + ( + "unknown-fmt", + r##"Formato de archivo desconocido"##, + ), + ( + "not-saved", + r##"Dado que no se llamó a la opción `--save`, el siguiente contenido **no será** guardado."##, + ), + ( + "dst", + r##"Ruta del archivo de destino"##, + ), + ( + "conv-error", + r##"Error de conversión"##, + ), + ], + } } /// Language ID: es; @@ -2686,15 +3520,13 @@ pub(super) const fn get_es_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_es_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Formato de archivo de destino"##), - ("src-fmt", r##"Formato de archivo fuente"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Formato de archivo de destino"##), + ("src-fmt", r##"Formato de archivo fuente"##), + ], + } } /// Language ID: es; @@ -2710,16 +3542,17 @@ pub(super) const fn get_es_map_get() -> L10nMap { /// ``` pub(super) const fn get_es_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Dado que no se llamó a la opción `--save`, la información modificada **no será** guardada."##), - ("new-value", r##"Nuevo valor"##), - ("invalid-path", r##"Ruta de archivo no válida"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Dado que no se llamó a la opción `--save`, la información modificada **no será** guardada."##, + ), + ("new-value", r##"Nuevo valor"##), + ("invalid-path", r##"Ruta de archivo no válida"##), + ], + } } /// Language ID: es; @@ -2727,33 +3560,38 @@ pub(super) const fn get_es_map_set() -> L10nMap { /// Description: español, latino, España; pub(super) const fn get_es_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Dado que no se llamó a la opción `--save`, la información modificada **no será** guardada."##), - ("new-value", r##"Nuevo valor"##), - ("invalid-path", r##"Ruta de archivo no válida"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Dado que no se llamó a la opción `--save`, la información modificada **no será** guardada."##, + ), + ( + "new-value", + r##"Nuevo valor"##, + ), + ( + "invalid-path", + r##"Ruta de archivo no válida"##, + ), + ], + } } /// es: español, latino, España pub(super) const fn get_es_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_es_map_conversion), - ("get", get_es_map_get), - ("set_md", get_es_map_set_md), - ("set", get_es_map_set), - ("conversion_md", get_es_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_es_map_conversion), + ("get", get_es_map_get), + ("set_md", get_es_map_set_md), + ("set", get_es_map_set), + ("conversion_md", get_es_map_conversion_md), + ], + } } /// Language ID: et; @@ -2769,26 +3607,41 @@ pub(super) const fn get_es_map() -> SubLocaleMap { /// ``` pub(super) const fn get_et_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Fail ei ole kehtiv `JSON 1.0` vorming, üritades sõeluda kui `json5`..."##), - ("not-included", r##"See binaarne ** ei hõlma ** vastava vormingu teisendamise funktsionaalsust. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Fail ei ole kehtiv `JSON 1.0` vorming, üritades sõeluda kui `json5`..."##, + ), + ( + "not-included", + r##"See binaarne ** ei hõlma ** vastava vormingu teisendamise funktsionaalsust. Peate lubama oma `Cargo.toml` ja uuesti kompileerimise asjakohase funktsiooni. -Kui see tarkvara ei sisalda vastavat funktsionaalsust, esitage palun probleem."##), - ("currently-supported", r##"Praegu toetatud vormingute loend:"##), - ("unsupported", r##"Vormingu toetamata muundamine"##), - ("auto-detection-failed", r##"Vormingu automaatselt tuvastamine ebaõnnestus.Palun täpsustage käsitsi."##), - ("not-support-deser-sexp", r##"** pole veel toetatud **: teisendamine `Lisp S-Expression`` muudeks vorminguteks"##), - ("unknown-fmt", r##"Tundmatu failivorming"##), - ("not-saved", r##"Järgmist sisu ** ei salvestata **, kuna `--save` ei kutsutud."##), - ("dst", r##"sihtfaili tee"##), - ("conv-error", r##"teisendamise viga"##), - ], -} +Kui see tarkvara ei sisalda vastavat funktsionaalsust, esitage palun probleem."##, + ), + ( + "currently-supported", + r##"Praegu toetatud vormingute loend:"##, + ), + ("unsupported", r##"Vormingu toetamata muundamine"##), + ( + "auto-detection-failed", + r##"Vormingu automaatselt tuvastamine ebaõnnestus.Palun täpsustage käsitsi."##, + ), + ( + "not-support-deser-sexp", + r##"** pole veel toetatud **: teisendamine `Lisp S-Expression`` muudeks vorminguteks"##, + ), + ("unknown-fmt", r##"Tundmatu failivorming"##), + ( + "not-saved", + r##"Järgmist sisu ** ei salvestata **, kuna `--save` ei kutsutud."##, + ), + ("dst", r##"sihtfaili tee"##), + ("conv-error", r##"teisendamise viga"##), + ], + } } /// Language ID: et; @@ -2796,26 +3649,53 @@ Kui see tarkvara ei sisalda vastavat funktsionaalsust, esitage palun probleem."# /// Description: eesti, ladina, Eesti; pub(super) const fn get_et_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Fail ei ole kehtiv `JSON 1.0` vorming, üritades sõeluda kui `json5`..."##), - ("not-included", r##"See binaarne ** ei hõlma ** vastava vormingu teisendamise funktsionaalsust. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Fail ei ole kehtiv `JSON 1.0` vorming, üritades sõeluda kui `json5`..."##, + ), + ( + "not-included", + r##"See binaarne ** ei hõlma ** vastava vormingu teisendamise funktsionaalsust. Peate lubama oma `Cargo.toml` ja uuesti kompileerimise asjakohase funktsiooni. -Kui see tarkvara ei sisalda vastavat funktsionaalsust, esitage palun probleem."##), - ("currently-supported", r##"Praegu toetatud vormingute loend:"##), - ("unsupported", r##"Vormingu toetamata muundamine"##), - ("auto-detection-failed", r##"Vormingu automaatselt tuvastamine ebaõnnestus.Palun täpsustage käsitsi."##), - ("not-support-deser-sexp", r##"** pole veel toetatud **: teisendamine `Lisp S-Expression`` muudeks vorminguteks"##), - ("unknown-fmt", r##"Tundmatu failivorming"##), - ("not-saved", r##"Järgmist sisu ** ei salvestata **, kuna `--save` ei kutsutud."##), - ("dst", r##"sihtfaili tee"##), - ("conv-error", r##"teisendamise viga"##), - ], -} +Kui see tarkvara ei sisalda vastavat funktsionaalsust, esitage palun probleem."##, + ), + ( + "currently-supported", + r##"Praegu toetatud vormingute loend:"##, + ), + ( + "unsupported", + r##"Vormingu toetamata muundamine"##, + ), + ( + "auto-detection-failed", + r##"Vormingu automaatselt tuvastamine ebaõnnestus.Palun täpsustage käsitsi."##, + ), + ( + "not-support-deser-sexp", + r##"** pole veel toetatud **: teisendamine `Lisp S-Expression`` muudeks vorminguteks"##, + ), + ( + "unknown-fmt", + r##"Tundmatu failivorming"##, + ), + ( + "not-saved", + r##"Järgmist sisu ** ei salvestata **, kuna `--save` ei kutsutud."##, + ), + ( + "dst", + r##"sihtfaili tee"##, + ), + ( + "conv-error", + r##"teisendamise viga"##, + ), + ], + } } /// Language ID: et; @@ -2831,16 +3711,17 @@ pub(super) const fn get_et_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_et_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Muudetud sisu ** ei salvestata **, kuna `--sv` ei kutsutud."##), - ("new-value", r##"Uus väärtus"##), - ("invalid-path", r##"Vale failitee."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Muudetud sisu ** ei salvestata **, kuna `--sv` ei kutsutud."##, + ), + ("new-value", r##"Uus väärtus"##), + ("invalid-path", r##"Vale failitee."##), + ], + } } /// Language ID: et; @@ -2848,16 +3729,23 @@ pub(super) const fn get_et_map_set() -> L10nMap { /// Description: eesti, ladina, Eesti; pub(super) const fn get_et_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Muudetud sisu ** ei salvestata **, kuna `--sv` ei kutsutud."##), - ("new-value", r##"Uus väärtus"##), - ("invalid-path", r##"Vale failitee."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Muudetud sisu ** ei salvestata **, kuna `--sv` ei kutsutud."##, + ), + ( + "new-value", + r##"Uus väärtus"##, + ), + ( + "invalid-path", + r##"Vale failitee."##, + ), + ], + } } /// Language ID: et; @@ -2873,32 +3761,28 @@ pub(super) const fn get_et_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_et_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Sihtvorming"##), - ("src-fmt", r##"Lähtefaili vorming"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Sihtvorming"##), + ("src-fmt", r##"Lähtefaili vorming"##), + ], + } } /// et: eesti, ladina, Eesti pub(super) const fn get_et_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_et_map_conversion), - ("get", get_et_map_get), - ("set_md", get_et_map_set_md), - ("set", get_et_map_set), - ("conversion_md", get_et_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_et_map_conversion), + ("get", get_et_map_get), + ("set_md", get_et_map_set_md), + ("set", get_et_map_set), + ("conversion_md", get_et_map_conversion_md), + ], + } } /// Language ID: eu; @@ -2914,26 +3798,38 @@ pub(super) const fn get_et_map() -> SubLocaleMap { /// ``` pub(super) const fn get_eu_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Fitxategia ez da baliozko `Json 1.0` formatua, `json5` ... bezala analizatu nahian"##), - ("not-included", r##"Binary ** honek ez du ** dagokion formatuaren bihurketa funtzionalitatea barne hartzen. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Fitxategia ez da baliozko `Json 1.0` formatua, `json5` ... bezala analizatu nahian"##, + ), + ( + "not-included", + r##"Binary ** honek ez du ** dagokion formatuaren bihurketa funtzionalitatea barne hartzen. Ezaugarri garrantzitsua zure `Cargo.toml` eta birplanteatuan gaitu behar duzu. -Software honek dagokion funtzionaltasuna jasotzen ez badu, bidali arazo bat."##), - ("currently-supported", r##"Onartutako formatuen zerrenda:"##), - ("unsupported", r##"Onartu gabeko formatu bihurketa"##), - ("auto-detection-failed", r##"Ezin izan da formatua automatikoki hautematen.Mesedez, zehaztu eskuz."##), - ("not-support-deser-sexp", r##"** ez da onartzen oraindik **: "Lisp s-espresiotik" beste formatu batzuetara bihurtzea"##), - ("unknown-fmt", r##"Fitxategi formatu ezezaguna"##), - ("not-saved", r##"Hurrengo edukia ** ez da gordeko ** `--save` deitzen ez delako."##), - ("dst", r##"Helmuga fitxategiaren bidea"##), - ("conv-error", r##"Bihurketa errorea"##), - ], -} +Software honek dagokion funtzionaltasuna jasotzen ez badu, bidali arazo bat."##, + ), + ("currently-supported", r##"Onartutako formatuen zerrenda:"##), + ("unsupported", r##"Onartu gabeko formatu bihurketa"##), + ( + "auto-detection-failed", + r##"Ezin izan da formatua automatikoki hautematen.Mesedez, zehaztu eskuz."##, + ), + ( + "not-support-deser-sexp", + r##"** ez da onartzen oraindik **: "Lisp s-espresiotik" beste formatu batzuetara bihurtzea"##, + ), + ("unknown-fmt", r##"Fitxategi formatu ezezaguna"##), + ( + "not-saved", + r##"Hurrengo edukia ** ez da gordeko ** `--save` deitzen ez delako."##, + ), + ("dst", r##"Helmuga fitxategiaren bidea"##), + ("conv-error", r##"Bihurketa errorea"##), + ], + } } /// Language ID: eu; @@ -2941,26 +3837,53 @@ Software honek dagokion funtzionaltasuna jasotzen ez badu, bidali arazo bat."##) /// Description: euskara, latinoa, Espainia; pub(super) const fn get_eu_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Fitxategia ez da baliozko `Json 1.0` formatua, `json5` ... bezala analizatu nahian"##), - ("not-included", r##"Binary ** honek ez du ** dagokion formatuaren bihurketa funtzionalitatea barne hartzen. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Fitxategia ez da baliozko `Json 1.0` formatua, `json5` ... bezala analizatu nahian"##, + ), + ( + "not-included", + r##"Binary ** honek ez du ** dagokion formatuaren bihurketa funtzionalitatea barne hartzen. Ezaugarri garrantzitsua zure `Cargo.toml` eta birplanteatuan gaitu behar duzu. -Software honek dagokion funtzionaltasuna jasotzen ez badu, bidali arazo bat."##), - ("currently-supported", r##"Onartutako formatuen zerrenda:"##), - ("unsupported", r##"Onartu gabeko formatu bihurketa"##), - ("auto-detection-failed", r##"Ezin izan da formatua automatikoki hautematen.Mesedez, zehaztu eskuz."##), - ("not-support-deser-sexp", r##"** ez da onartzen oraindik **: "Lisp s-espresiotik" beste formatu batzuetara bihurtzea"##), - ("unknown-fmt", r##"Fitxategi formatu ezezaguna"##), - ("not-saved", r##"Hurrengo edukia ** ez da gordeko ** `--save` deitzen ez delako."##), - ("dst", r##"Helmuga fitxategiaren bidea"##), - ("conv-error", r##"Bihurketa errorea"##), - ], -} +Software honek dagokion funtzionaltasuna jasotzen ez badu, bidali arazo bat."##, + ), + ( + "currently-supported", + r##"Onartutako formatuen zerrenda:"##, + ), + ( + "unsupported", + r##"Onartu gabeko formatu bihurketa"##, + ), + ( + "auto-detection-failed", + r##"Ezin izan da formatua automatikoki hautematen.Mesedez, zehaztu eskuz."##, + ), + ( + "not-support-deser-sexp", + r##"** ez da onartzen oraindik **: "Lisp s-espresiotik" beste formatu batzuetara bihurtzea"##, + ), + ( + "unknown-fmt", + r##"Fitxategi formatu ezezaguna"##, + ), + ( + "not-saved", + r##"Hurrengo edukia ** ez da gordeko ** `--save` deitzen ez delako."##, + ), + ( + "dst", + r##"Helmuga fitxategiaren bidea"##, + ), + ( + "conv-error", + r##"Bihurketa errorea"##, + ), + ], + } } /// Language ID: eu; @@ -2976,16 +3899,17 @@ pub(super) const fn get_eu_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_eu_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Aldatutako edukia ** ez da gordeko * - --sv` ez delako deitzen."##), - ("new-value", r##"Balio berria"##), - ("invalid-path", r##"Fitxategi bide baliogabea."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Aldatutako edukia ** ez da gordeko * - --sv` ez delako deitzen."##, + ), + ("new-value", r##"Balio berria"##), + ("invalid-path", r##"Fitxategi bide baliogabea."##), + ], + } } /// Language ID: eu; @@ -2993,16 +3917,23 @@ pub(super) const fn get_eu_map_set() -> L10nMap { /// Description: euskara, latinoa, Espainia; pub(super) const fn get_eu_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Aldatutako edukia ** ez da gordeko * - --sv` ez delako deitzen."##), - ("new-value", r##"Balio berria"##), - ("invalid-path", r##"Fitxategi bide baliogabea."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Aldatutako edukia ** ez da gordeko * - --sv` ez delako deitzen."##, + ), + ( + "new-value", + r##"Balio berria"##, + ), + ( + "invalid-path", + r##"Fitxategi bide baliogabea."##, + ), + ], + } } /// Language ID: eu; @@ -3018,32 +3949,28 @@ pub(super) const fn get_eu_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_eu_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Helmuga formatua"##), - ("src-fmt", r##"Iturburu fitxategiaren formatua"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Helmuga formatua"##), + ("src-fmt", r##"Iturburu fitxategiaren formatua"##), + ], + } } /// eu: euskara, latinoa, Espainia pub(super) const fn get_eu_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_eu_map_conversion), - ("get", get_eu_map_get), - ("set_md", get_eu_map_set_md), - ("set", get_eu_map_set), - ("conversion_md", get_eu_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_eu_map_conversion), + ("get", get_eu_map_get), + ("set_md", get_eu_map_set_md), + ("set", get_eu_map_set), + ("conversion_md", get_eu_map_conversion_md), + ], + } } /// Language ID: fa; @@ -3059,26 +3986,41 @@ pub(super) const fn get_eu_map() -> SubLocaleMap { /// ``` pub(super) const fn get_fa_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"پرونده یک فرمت معتبر `json 1.0` نیست ، و سعی در تجزیه به عنوان `json5` ..."##), - ("not-included", r##"این باینری ** شامل ** عملکرد تبدیل برای قالب مربوطه نیست. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"پرونده یک فرمت معتبر `json 1.0` نیست ، و سعی در تجزیه به عنوان `json5` ..."##, + ), + ( + "not-included", + r##"این باینری ** شامل ** عملکرد تبدیل برای قالب مربوطه نیست. شما باید ویژگی مربوطه را در `Cargo.toml` و recompile خود فعال کنید. -اگر این نرم افزار عملکرد مربوطه را شامل نمی شود ، لطفاً یک مسئله را ارسال کنید."##), - ("currently-supported", r##"در حال حاضر لیست فرمت های پشتیبانی شده:"##), - ("unsupported", r##"تبدیل فرمت پشتیبانی نشده"##), - ("auto-detection-failed", r##"به طور خودکار قالب را تشخیص داد.لطفا به صورت دستی مشخص کنید."##), - ("not-support-deser-sexp", r##"** هنوز پشتیبانی نشده است **: تبدیل از `Lisp S-Expression` به «فرمت های دیگر»"##), - ("unknown-fmt", r##"قالب پرونده ناشناخته"##), - ("not-saved", r##"محتوای زیر ** ** ذخیره نمی شود زیرا `--save` فراخوانی نشده است."##), - ("dst", r##"مسیر پرونده مقصد"##), - ("conv-error", r##"خطای تبدیل"##), - ], -} +اگر این نرم افزار عملکرد مربوطه را شامل نمی شود ، لطفاً یک مسئله را ارسال کنید."##, + ), + ( + "currently-supported", + r##"در حال حاضر لیست فرمت های پشتیبانی شده:"##, + ), + ("unsupported", r##"تبدیل فرمت پشتیبانی نشده"##), + ( + "auto-detection-failed", + r##"به طور خودکار قالب را تشخیص داد.لطفا به صورت دستی مشخص کنید."##, + ), + ( + "not-support-deser-sexp", + r##"** هنوز پشتیبانی نشده است **: تبدیل از `Lisp S-Expression` به «فرمت های دیگر»"##, + ), + ("unknown-fmt", r##"قالب پرونده ناشناخته"##), + ( + "not-saved", + r##"محتوای زیر ** ** ذخیره نمی شود زیرا `--save` فراخوانی نشده است."##, + ), + ("dst", r##"مسیر پرونده مقصد"##), + ("conv-error", r##"خطای تبدیل"##), + ], + } } /// Language ID: fa; @@ -3086,26 +4028,53 @@ pub(super) const fn get_fa_map_conversion() -> L10nMap { /// Description: فارسی, عربی, ایران; pub(super) const fn get_fa_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"پرونده یک فرمت معتبر `json 1.0` نیست ، و سعی در تجزیه به عنوان `json5` ..."##), - ("not-included", r##"این باینری ** شامل ** عملکرد تبدیل برای قالب مربوطه نیست. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"پرونده یک فرمت معتبر `json 1.0` نیست ، و سعی در تجزیه به عنوان `json5` ..."##, + ), + ( + "not-included", + r##"این باینری ** شامل ** عملکرد تبدیل برای قالب مربوطه نیست. شما باید ویژگی مربوطه را در `Cargo.toml` و recompile خود فعال کنید. -اگر این نرم افزار عملکرد مربوطه را شامل نمی شود ، لطفاً یک مسئله را ارسال کنید."##), - ("currently-supported", r##"در حال حاضر لیست فرمت های پشتیبانی شده:"##), - ("unsupported", r##"تبدیل فرمت پشتیبانی نشده"##), - ("auto-detection-failed", r##"به طور خودکار قالب را تشخیص داد.لطفا به صورت دستی مشخص کنید."##), - ("not-support-deser-sexp", r##"** هنوز پشتیبانی نشده است **: تبدیل از `Lisp S-Expression` به «فرمت های دیگر»"##), - ("unknown-fmt", r##"قالب پرونده ناشناخته"##), - ("not-saved", r##"محتوای زیر ** ** ذخیره نمی شود زیرا `--save` فراخوانی نشده است."##), - ("dst", r##"مسیر پرونده مقصد"##), - ("conv-error", r##"خطای تبدیل"##), - ], -} +اگر این نرم افزار عملکرد مربوطه را شامل نمی شود ، لطفاً یک مسئله را ارسال کنید."##, + ), + ( + "currently-supported", + r##"در حال حاضر لیست فرمت های پشتیبانی شده:"##, + ), + ( + "unsupported", + r##"تبدیل فرمت پشتیبانی نشده"##, + ), + ( + "auto-detection-failed", + r##"به طور خودکار قالب را تشخیص داد.لطفا به صورت دستی مشخص کنید."##, + ), + ( + "not-support-deser-sexp", + r##"** هنوز پشتیبانی نشده است **: تبدیل از `Lisp S-Expression` به «فرمت های دیگر»"##, + ), + ( + "unknown-fmt", + r##"قالب پرونده ناشناخته"##, + ), + ( + "not-saved", + r##"محتوای زیر ** ** ذخیره نمی شود زیرا `--save` فراخوانی نشده است."##, + ), + ( + "dst", + r##"مسیر پرونده مقصد"##, + ), + ( + "conv-error", + r##"خطای تبدیل"##, + ), + ], + } } /// Language ID: fa; @@ -3121,16 +4090,17 @@ pub(super) const fn get_fa_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_fa_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"محتوای اصلاح شده ** ** ذخیره نمی شود زیرا `-SV" خوانده نشده است."##), - ("new-value", r##"مقدار جدید"##), - ("invalid-path", r##"مسیر پرونده نامعتبر است."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"محتوای اصلاح شده ** ** ذخیره نمی شود زیرا `-SV" خوانده نشده است."##, + ), + ("new-value", r##"مقدار جدید"##), + ("invalid-path", r##"مسیر پرونده نامعتبر است."##), + ], + } } /// Language ID: fa; @@ -3138,16 +4108,23 @@ pub(super) const fn get_fa_map_set() -> L10nMap { /// Description: فارسی, عربی, ایران; pub(super) const fn get_fa_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"محتوای اصلاح شده ** ** ذخیره نمی شود زیرا `-SV" خوانده نشده است."##), - ("new-value", r##"مقدار جدید"##), - ("invalid-path", r##"مسیر پرونده نامعتبر است."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"محتوای اصلاح شده ** ** ذخیره نمی شود زیرا `-SV" خوانده نشده است."##, + ), + ( + "new-value", + r##"مقدار جدید"##, + ), + ( + "invalid-path", + r##"مسیر پرونده نامعتبر است."##, + ), + ], + } } /// Language ID: fa; @@ -3163,32 +4140,28 @@ pub(super) const fn get_fa_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_fa_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"قالب مقصد"##), - ("src-fmt", r##"قالب پرونده منبع"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"قالب مقصد"##), + ("src-fmt", r##"قالب پرونده منبع"##), + ], + } } /// fa: فارسی, عربی, ایران pub(super) const fn get_fa_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_fa_map_conversion), - ("get", get_fa_map_get), - ("set_md", get_fa_map_set_md), - ("set", get_fa_map_set), - ("conversion_md", get_fa_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_fa_map_conversion), + ("get", get_fa_map_get), + ("set_md", get_fa_map_set_md), + ("set", get_fa_map_set), + ("conversion_md", get_fa_map_conversion_md), + ], + } } /// Language ID: fi; @@ -3204,26 +4177,41 @@ pub(super) const fn get_fa_map() -> SubLocaleMap { /// ``` pub(super) const fn get_fi_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Tiedosto ei ole kelvollinen `JSON 1.0` -muoto, yrittäen jäsentää nimellä `JSON5`..."##), - ("not-included", r##"Tämä binaari ** ei sisällä ** asiaankuuluvan muodon muuntamistoimintoja. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Tiedosto ei ole kelvollinen `JSON 1.0` -muoto, yrittäen jäsentää nimellä `JSON5`..."##, + ), + ( + "not-included", + r##"Tämä binaari ** ei sisällä ** asiaankuuluvan muodon muuntamistoimintoja. Sinun on otettava käyttöön asiaankuuluva ominaisuus `Cargo.toml` -sivustollasi ja käännettävä uudelleen. -Jos tämä ohjelmisto ei sisällä vastaavia toimintoja, lähetä ongelma."##), - ("currently-supported", r##"Tällä hetkellä tuetut muodot -luettelo:"##), - ("unsupported", r##"tukemattoman muodon muuntaminen"##), - ("auto-detection-failed", r##"Muodon automaattisesti havaitseminen epäonnistui.Määritä manuaalisesti."##), - ("not-support-deser-sexp", r##"** ei ole vielä tuettu **: muuntaminen `Lisp S-Expression` -järjestelmästä `muihin muotoihin`"##), - ("unknown-fmt", r##"tuntematon tiedostomuoto"##), - ("not-saved", r##"Seuraavaa sisältöä ** ei ** tallenneta, koska `--save` ei kutsuttu."##), - ("dst", r##"kohdetiedostopolku"##), - ("conv-error", r##"muuntamisvirhe"##), - ], -} +Jos tämä ohjelmisto ei sisällä vastaavia toimintoja, lähetä ongelma."##, + ), + ( + "currently-supported", + r##"Tällä hetkellä tuetut muodot -luettelo:"##, + ), + ("unsupported", r##"tukemattoman muodon muuntaminen"##), + ( + "auto-detection-failed", + r##"Muodon automaattisesti havaitseminen epäonnistui.Määritä manuaalisesti."##, + ), + ( + "not-support-deser-sexp", + r##"** ei ole vielä tuettu **: muuntaminen `Lisp S-Expression` -järjestelmästä `muihin muotoihin`"##, + ), + ("unknown-fmt", r##"tuntematon tiedostomuoto"##), + ( + "not-saved", + r##"Seuraavaa sisältöä ** ei ** tallenneta, koska `--save` ei kutsuttu."##, + ), + ("dst", r##"kohdetiedostopolku"##), + ("conv-error", r##"muuntamisvirhe"##), + ], + } } /// Language ID: fi; @@ -3231,26 +4219,53 @@ Jos tämä ohjelmisto ei sisällä vastaavia toimintoja, lähetä ongelma."##), /// Description: suomi, latinalainen, Suomi; pub(super) const fn get_fi_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Tiedosto ei ole kelvollinen `JSON 1.0` -muoto, yrittäen jäsentää nimellä `JSON5`..."##), - ("not-included", r##"Tämä binaari ** ei sisällä ** asiaankuuluvan muodon muuntamistoimintoja. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Tiedosto ei ole kelvollinen `JSON 1.0` -muoto, yrittäen jäsentää nimellä `JSON5`..."##, + ), + ( + "not-included", + r##"Tämä binaari ** ei sisällä ** asiaankuuluvan muodon muuntamistoimintoja. Sinun on otettava käyttöön asiaankuuluva ominaisuus `Cargo.toml` -sivustollasi ja käännettävä uudelleen. -Jos tämä ohjelmisto ei sisällä vastaavia toimintoja, lähetä ongelma."##), - ("currently-supported", r##"Tällä hetkellä tuetut muodot -luettelo:"##), - ("unsupported", r##"tukemattoman muodon muuntaminen"##), - ("auto-detection-failed", r##"Muodon automaattisesti havaitseminen epäonnistui.Määritä manuaalisesti."##), - ("not-support-deser-sexp", r##"** ei ole vielä tuettu **: muuntaminen `Lisp S-Expression` -järjestelmästä `muihin muotoihin`"##), - ("unknown-fmt", r##"tuntematon tiedostomuoto"##), - ("not-saved", r##"Seuraavaa sisältöä ** ei ** tallenneta, koska `--save` ei kutsuttu."##), - ("dst", r##"kohdetiedostopolku"##), - ("conv-error", r##"muuntamisvirhe"##), - ], -} +Jos tämä ohjelmisto ei sisällä vastaavia toimintoja, lähetä ongelma."##, + ), + ( + "currently-supported", + r##"Tällä hetkellä tuetut muodot -luettelo:"##, + ), + ( + "unsupported", + r##"tukemattoman muodon muuntaminen"##, + ), + ( + "auto-detection-failed", + r##"Muodon automaattisesti havaitseminen epäonnistui.Määritä manuaalisesti."##, + ), + ( + "not-support-deser-sexp", + r##"** ei ole vielä tuettu **: muuntaminen `Lisp S-Expression` -järjestelmästä `muihin muotoihin`"##, + ), + ( + "unknown-fmt", + r##"tuntematon tiedostomuoto"##, + ), + ( + "not-saved", + r##"Seuraavaa sisältöä ** ei ** tallenneta, koska `--save` ei kutsuttu."##, + ), + ( + "dst", + r##"kohdetiedostopolku"##, + ), + ( + "conv-error", + r##"muuntamisvirhe"##, + ), + ], + } } /// Language ID: fi; @@ -3266,16 +4281,17 @@ pub(super) const fn get_fi_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_fi_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Muokattua sisältöä ** ei ** tallennetta, koska `--sv` ei kutsuttu."##), - ("new-value", r##"uusi arvo"##), - ("invalid-path", r##"virheellinen tiedostopolku."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Muokattua sisältöä ** ei ** tallennetta, koska `--sv` ei kutsuttu."##, + ), + ("new-value", r##"uusi arvo"##), + ("invalid-path", r##"virheellinen tiedostopolku."##), + ], + } } /// Language ID: fi; @@ -3283,16 +4299,23 @@ pub(super) const fn get_fi_map_set() -> L10nMap { /// Description: suomi, latinalainen, Suomi; pub(super) const fn get_fi_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Muokattua sisältöä ** ei ** tallennetta, koska `--sv` ei kutsuttu."##), - ("new-value", r##"uusi arvo"##), - ("invalid-path", r##"virheellinen tiedostopolku."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Muokattua sisältöä ** ei ** tallennetta, koska `--sv` ei kutsuttu."##, + ), + ( + "new-value", + r##"uusi arvo"##, + ), + ( + "invalid-path", + r##"virheellinen tiedostopolku."##, + ), + ], + } } /// Language ID: fi; @@ -3308,32 +4331,28 @@ pub(super) const fn get_fi_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_fi_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Kohdemuoto"##), - ("src-fmt", r##"Lähdetiedostomuoto"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Kohdemuoto"##), + ("src-fmt", r##"Lähdetiedostomuoto"##), + ], + } } /// fi: suomi, latinalainen, Suomi pub(super) const fn get_fi_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_fi_map_conversion), - ("get", get_fi_map_get), - ("set_md", get_fi_map_set_md), - ("set", get_fi_map_set), - ("conversion_md", get_fi_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_fi_map_conversion), + ("get", get_fi_map_get), + ("set_md", get_fi_map_set_md), + ("set", get_fi_map_set), + ("conversion_md", get_fi_map_conversion_md), + ], + } } /// Language ID: fil; @@ -3349,26 +4368,41 @@ pub(super) const fn get_fi_map() -> SubLocaleMap { /// ``` pub(super) const fn get_fil_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Ang file ay hindi isang wastong format na `json 1.0`, sinusubukan na i -parse bilang `json5` ..."##), - ("not-included", r##"Ang binary ** ay hindi kasama ang ** ang pag -andar ng conversion para sa may -katuturang format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Ang file ay hindi isang wastong format na `json 1.0`, sinusubukan na i -parse bilang `json5` ..."##, + ), + ( + "not-included", + r##"Ang binary ** ay hindi kasama ang ** ang pag -andar ng conversion para sa may -katuturang format. Kailangan mong paganahin ang may -katuturang tampok sa iyong `Cargo.toml` at muling pagsasaayos. -Kung ang software na ito ay hindi kasama ang kaukulang pag -andar, mangyaring magsumite ng isang isyu."##), - ("currently-supported", r##"Kasalukuyang suportado ang listahan ng mga format:"##), - ("unsupported", r##"Hindi suportadong format ng conversion"##), - ("auto-detection-failed", r##"Nabigo upang awtomatikong makita ang format.Mangyaring tukuyin nang manu -mano."##), - ("not-support-deser-sexp", r##"** hindi pa suportado **: pag-convert mula sa `lisp s-expression` sa` iba pang mga format`"##), - ("unknown-fmt", r##"hindi kilalang format ng file"##), - ("not-saved", r##"Ang sumusunod na nilalaman ** ay hindi ** mai-save dahil ang `--save` ay hindi tinawag."##), - ("dst", r##"patutunguhan na landas ng file"##), - ("conv-error", r##"error sa conversion"##), - ], -} +Kung ang software na ito ay hindi kasama ang kaukulang pag -andar, mangyaring magsumite ng isang isyu."##, + ), + ( + "currently-supported", + r##"Kasalukuyang suportado ang listahan ng mga format:"##, + ), + ("unsupported", r##"Hindi suportadong format ng conversion"##), + ( + "auto-detection-failed", + r##"Nabigo upang awtomatikong makita ang format.Mangyaring tukuyin nang manu -mano."##, + ), + ( + "not-support-deser-sexp", + r##"** hindi pa suportado **: pag-convert mula sa `lisp s-expression` sa` iba pang mga format`"##, + ), + ("unknown-fmt", r##"hindi kilalang format ng file"##), + ( + "not-saved", + r##"Ang sumusunod na nilalaman ** ay hindi ** mai-save dahil ang `--save` ay hindi tinawag."##, + ), + ("dst", r##"patutunguhan na landas ng file"##), + ("conv-error", r##"error sa conversion"##), + ], + } } /// Language ID: fil; @@ -3376,26 +4410,53 @@ Kung ang software na ito ay hindi kasama ang kaukulang pag -andar, mangyaring ma /// Description: Filipino, Latin, Pilipinas; pub(super) const fn get_fil_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Ang file ay hindi isang wastong format na `json 1.0`, sinusubukan na i -parse bilang `json5` ..."##), - ("not-included", r##"Ang binary ** ay hindi kasama ang ** ang pag -andar ng conversion para sa may -katuturang format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Ang file ay hindi isang wastong format na `json 1.0`, sinusubukan na i -parse bilang `json5` ..."##, + ), + ( + "not-included", + r##"Ang binary ** ay hindi kasama ang ** ang pag -andar ng conversion para sa may -katuturang format. Kailangan mong paganahin ang may -katuturang tampok sa iyong `Cargo.toml` at muling pagsasaayos. -Kung ang software na ito ay hindi kasama ang kaukulang pag -andar, mangyaring magsumite ng isang isyu."##), - ("currently-supported", r##"Kasalukuyang suportado ang listahan ng mga format:"##), - ("unsupported", r##"Hindi suportadong format ng conversion"##), - ("auto-detection-failed", r##"Nabigo upang awtomatikong makita ang format.Mangyaring tukuyin nang manu -mano."##), - ("not-support-deser-sexp", r##"** hindi pa suportado **: pag-convert mula sa `lisp s-expression` sa` iba pang mga format`"##), - ("unknown-fmt", r##"hindi kilalang format ng file"##), - ("not-saved", r##"Ang sumusunod na nilalaman ** ay hindi ** mai-save dahil ang `--save` ay hindi tinawag."##), - ("dst", r##"patutunguhan na landas ng file"##), - ("conv-error", r##"error sa conversion"##), - ], -} +Kung ang software na ito ay hindi kasama ang kaukulang pag -andar, mangyaring magsumite ng isang isyu."##, + ), + ( + "currently-supported", + r##"Kasalukuyang suportado ang listahan ng mga format:"##, + ), + ( + "unsupported", + r##"Hindi suportadong format ng conversion"##, + ), + ( + "auto-detection-failed", + r##"Nabigo upang awtomatikong makita ang format.Mangyaring tukuyin nang manu -mano."##, + ), + ( + "not-support-deser-sexp", + r##"** hindi pa suportado **: pag-convert mula sa `lisp s-expression` sa` iba pang mga format`"##, + ), + ( + "unknown-fmt", + r##"hindi kilalang format ng file"##, + ), + ( + "not-saved", + r##"Ang sumusunod na nilalaman ** ay hindi ** mai-save dahil ang `--save` ay hindi tinawag."##, + ), + ( + "dst", + r##"patutunguhan na landas ng file"##, + ), + ( + "conv-error", + r##"error sa conversion"##, + ), + ], + } } /// Language ID: fil; @@ -3411,16 +4472,17 @@ pub(super) const fn get_fil_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_fil_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Ang binagong nilalaman ** ay hindi ** mai-save dahil ang `--sv` ay hindi tinawag."##), - ("new-value", r##"Bagong halaga"##), - ("invalid-path", r##"hindi wastong landas ng file."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Ang binagong nilalaman ** ay hindi ** mai-save dahil ang `--sv` ay hindi tinawag."##, + ), + ("new-value", r##"Bagong halaga"##), + ("invalid-path", r##"hindi wastong landas ng file."##), + ], + } } /// Language ID: fil; @@ -3428,16 +4490,23 @@ pub(super) const fn get_fil_map_set() -> L10nMap { /// Description: Filipino, Latin, Pilipinas; pub(super) const fn get_fil_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Ang binagong nilalaman ** ay hindi ** mai-save dahil ang `--sv` ay hindi tinawag."##), - ("new-value", r##"Bagong halaga"##), - ("invalid-path", r##"hindi wastong landas ng file."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Ang binagong nilalaman ** ay hindi ** mai-save dahil ang `--sv` ay hindi tinawag."##, + ), + ( + "new-value", + r##"Bagong halaga"##, + ), + ( + "invalid-path", + r##"hindi wastong landas ng file."##, + ), + ], + } } /// Language ID: fil; @@ -3453,32 +4522,28 @@ pub(super) const fn get_fil_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_fil_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format ng patutunguhan"##), - ("src-fmt", r##"Format ng mapagkukunan ng mapagkukunan"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format ng patutunguhan"##), + ("src-fmt", r##"Format ng mapagkukunan ng mapagkukunan"##), + ], + } } /// fil: Filipino, Latin, Pilipinas pub(super) const fn get_fil_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_fil_map_conversion), - ("get", get_fil_map_get), - ("set_md", get_fil_map_set_md), - ("set", get_fil_map_set), - ("conversion_md", get_fil_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_fil_map_conversion), + ("get", get_fil_map_get), + ("set_md", get_fil_map_set_md), + ("set", get_fil_map_set), + ("conversion_md", get_fil_map_conversion_md), + ], + } } /// Language ID: fr; @@ -3494,26 +4559,44 @@ pub(super) const fn get_fil_map() -> SubLocaleMap { /// ``` pub(super) const fn get_fr_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Le fichier n'est pas au format `json 1.0` valide, tentative de conversion en `json5`..."##), - ("not-included", r##"Ce fichier binaire ne contient pas de fonctionnalités de conversion de format associées. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Le fichier n'est pas au format `json 1.0` valide, tentative de conversion en `json5`..."##, + ), + ( + "not-included", + r##"Ce fichier binaire ne contient pas de fonctionnalités de conversion de format associées. Vous devez activer les fonctionnalités correspondantes dans votre `Cargo.toml`, puis recompiler votre projet. -Si ce logiciel ne prend pas en charge cette fonctionnalité, veuillez signaler un problème."##), - ("currently-supported", r##"Liste des formats pris en charge actuellement"##), - ("unsupported", r##"Conversion de format non prise en charge"##), - ("auto-detection-failed", r##"La détection automatique de format a échoué. Veuillez spécifier manuellement le format."##), - ("not-support-deser-sexp", r##"**Non pris en charge pour le moment** : Conversion de `Lisp S-Expression` en `autres formats`"##), - ("unknown-fmt", r##"Format de fichier inconnu"##), - ("not-saved", r##"Comme `--save` n'a pas été appelé, les contenus suivants **ne seront pas** enregistrés."##), - ("dst", r##"Chemin du fichier de destination"##), - ("conv-error", r##"Erreur de conversion"##), - ], -} +Si ce logiciel ne prend pas en charge cette fonctionnalité, veuillez signaler un problème."##, + ), + ( + "currently-supported", + r##"Liste des formats pris en charge actuellement"##, + ), + ( + "unsupported", + r##"Conversion de format non prise en charge"##, + ), + ( + "auto-detection-failed", + r##"La détection automatique de format a échoué. Veuillez spécifier manuellement le format."##, + ), + ( + "not-support-deser-sexp", + r##"**Non pris en charge pour le moment** : Conversion de `Lisp S-Expression` en `autres formats`"##, + ), + ("unknown-fmt", r##"Format de fichier inconnu"##), + ( + "not-saved", + r##"Comme `--save` n'a pas été appelé, les contenus suivants **ne seront pas** enregistrés."##, + ), + ("dst", r##"Chemin du fichier de destination"##), + ("conv-error", r##"Erreur de conversion"##), + ], + } } /// Language ID: fr; @@ -3521,26 +4604,53 @@ Si ce logiciel ne prend pas en charge cette fonctionnalité, veuillez signaler u /// Description: français, latin, France; pub(super) const fn get_fr_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Le fichier n'est pas au format `json 1.0` valide, tentative de conversion en `json5`..."##), - ("not-included", r##"Ce fichier binaire ne contient pas de fonctionnalités de conversion de format associées. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Le fichier n'est pas au format `json 1.0` valide, tentative de conversion en `json5`..."##, + ), + ( + "not-included", + r##"Ce fichier binaire ne contient pas de fonctionnalités de conversion de format associées. Vous devez activer les fonctionnalités correspondantes dans votre `Cargo.toml`, puis recompiler votre projet. -Si ce logiciel ne prend pas en charge cette fonctionnalité, veuillez signaler un problème."##), - ("currently-supported", r##"Liste des formats pris en charge actuellement"##), - ("unsupported", r##"Conversion de format non prise en charge"##), - ("auto-detection-failed", r##"La détection automatique de format a échoué. Veuillez spécifier manuellement le format."##), - ("not-support-deser-sexp", r##"**Non pris en charge pour le moment** : Conversion de `Lisp S-Expression` en `autres formats`"##), - ("unknown-fmt", r##"Format de fichier inconnu"##), - ("not-saved", r##"Comme `--save` n'a pas été appelé, les contenus suivants **ne seront pas** enregistrés."##), - ("dst", r##"Chemin du fichier de destination"##), - ("conv-error", r##"Erreur de conversion"##), - ], -} +Si ce logiciel ne prend pas en charge cette fonctionnalité, veuillez signaler un problème."##, + ), + ( + "currently-supported", + r##"Liste des formats pris en charge actuellement"##, + ), + ( + "unsupported", + r##"Conversion de format non prise en charge"##, + ), + ( + "auto-detection-failed", + r##"La détection automatique de format a échoué. Veuillez spécifier manuellement le format."##, + ), + ( + "not-support-deser-sexp", + r##"**Non pris en charge pour le moment** : Conversion de `Lisp S-Expression` en `autres formats`"##, + ), + ( + "unknown-fmt", + r##"Format de fichier inconnu"##, + ), + ( + "not-saved", + r##"Comme `--save` n'a pas été appelé, les contenus suivants **ne seront pas** enregistrés."##, + ), + ( + "dst", + r##"Chemin du fichier de destination"##, + ), + ( + "conv-error", + r##"Erreur de conversion"##, + ), + ], + } } /// Language ID: fr; @@ -3556,15 +4666,13 @@ pub(super) const fn get_fr_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_fr_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format de destination"##), - ("src-fmt", r##"Format du fichier source"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format de destination"##), + ("src-fmt", r##"Format du fichier source"##), + ], + } } /// Language ID: fr; @@ -3580,16 +4688,17 @@ pub(super) const fn get_fr_map_get() -> L10nMap { /// ``` pub(super) const fn get_fr_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Comme `--save` n'a pas été appelé, les modifications apportées **ne seront pas** enregistrées."##), - ("new-value", r##"Nouvelle valeur"##), - ("invalid-path", r##"Chemin de fichier invalide"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Comme `--save` n'a pas été appelé, les modifications apportées **ne seront pas** enregistrées."##, + ), + ("new-value", r##"Nouvelle valeur"##), + ("invalid-path", r##"Chemin de fichier invalide"##), + ], + } } /// Language ID: fr; @@ -3597,33 +4706,38 @@ pub(super) const fn get_fr_map_set() -> L10nMap { /// Description: français, latin, France; pub(super) const fn get_fr_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Comme `--save` n'a pas été appelé, les modifications apportées **ne seront pas** enregistrées."##), - ("new-value", r##"Nouvelle valeur"##), - ("invalid-path", r##"Chemin de fichier invalide"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Comme `--save` n'a pas été appelé, les modifications apportées **ne seront pas** enregistrées."##, + ), + ( + "new-value", + r##"Nouvelle valeur"##, + ), + ( + "invalid-path", + r##"Chemin de fichier invalide"##, + ), + ], + } } /// fr: français, latin, France pub(super) const fn get_fr_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_fr_map_conversion), - ("get", get_fr_map_get), - ("set_md", get_fr_map_set_md), - ("set", get_fr_map_set), - ("conversion_md", get_fr_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_fr_map_conversion), + ("get", get_fr_map_get), + ("set_md", get_fr_map_set_md), + ("set", get_fr_map_set), + ("conversion_md", get_fr_map_conversion_md), + ], + } } /// Language ID: fy; @@ -3639,26 +4753,41 @@ pub(super) const fn get_fr_map() -> SubLocaleMap { /// ``` pub(super) const fn get_fy_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"It bestân is gjin jildich `JSON 1.0` Opmaak, besykje te parse as `json5` ..."##), - ("not-included", r##"Dizze binêre ** omfettet net ** de konverzje-funksjonaliteit foar it oanbelangjende opmaak. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"It bestân is gjin jildich `JSON 1.0` Opmaak, besykje te parse as `json5` ..."##, + ), + ( + "not-included", + r##"Dizze binêre ** omfettet net ** de konverzje-funksjonaliteit foar it oanbelangjende opmaak. Jo moatte de oanbelangjende funksje ynskeakelje yn jo `Cargo.toml` en opnij unrepelje. -As dizze software de oerienkommende funksjonaliteit net befettet, dan yntsjinje dan in probleem."##), - ("currently-supported", r##"Op it stuit stipe formatenlist:"##), - ("unsupported", r##"Net-stipe formaat konverzje"##), - ("auto-detection-failed", r##"Mislearre om automatysk it formaat te detektearjen.Spesifisearje asjebleaft asjebleaft."##), - ("not-support-deser-sexp", r##"** Noch net stipe **: konvertearje fan 'Lisp S-Expression' oan 'oare formaten'"##), - ("unknown-fmt", r##"Unbekend bestânsformaat"##), - ("not-saved", r##"De folgjende ynhâld ** Sil net ** wurde opslein, om't `--save 'net wurde neamd."##), - ("dst", r##"Bestânbestânspaad"##), - ("conv-error", r##"Conversion Error"##), - ], -} +As dizze software de oerienkommende funksjonaliteit net befettet, dan yntsjinje dan in probleem."##, + ), + ( + "currently-supported", + r##"Op it stuit stipe formatenlist:"##, + ), + ("unsupported", r##"Net-stipe formaat konverzje"##), + ( + "auto-detection-failed", + r##"Mislearre om automatysk it formaat te detektearjen.Spesifisearje asjebleaft asjebleaft."##, + ), + ( + "not-support-deser-sexp", + r##"** Noch net stipe **: konvertearje fan 'Lisp S-Expression' oan 'oare formaten'"##, + ), + ("unknown-fmt", r##"Unbekend bestânsformaat"##), + ( + "not-saved", + r##"De folgjende ynhâld ** Sil net ** wurde opslein, om't `--save 'net wurde neamd."##, + ), + ("dst", r##"Bestânbestânspaad"##), + ("conv-error", r##"Conversion Error"##), + ], + } } /// Language ID: fy; @@ -3666,26 +4795,53 @@ As dizze software de oerienkommende funksjonaliteit net befettet, dan yntsjinje /// Description: Frysk, Latyn, Nederlân; pub(super) const fn get_fy_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"It bestân is gjin jildich `JSON 1.0` Opmaak, besykje te parse as `json5` ..."##), - ("not-included", r##"Dizze binêre ** omfettet net ** de konverzje-funksjonaliteit foar it oanbelangjende opmaak. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"It bestân is gjin jildich `JSON 1.0` Opmaak, besykje te parse as `json5` ..."##, + ), + ( + "not-included", + r##"Dizze binêre ** omfettet net ** de konverzje-funksjonaliteit foar it oanbelangjende opmaak. Jo moatte de oanbelangjende funksje ynskeakelje yn jo `Cargo.toml` en opnij unrepelje. -As dizze software de oerienkommende funksjonaliteit net befettet, dan yntsjinje dan in probleem."##), - ("currently-supported", r##"Op it stuit stipe formatenlist:"##), - ("unsupported", r##"Net-stipe formaat konverzje"##), - ("auto-detection-failed", r##"Mislearre om automatysk it formaat te detektearjen.Spesifisearje asjebleaft asjebleaft."##), - ("not-support-deser-sexp", r##"** Noch net stipe **: konvertearje fan 'Lisp S-Expression' oan 'oare formaten'"##), - ("unknown-fmt", r##"Unbekend bestânsformaat"##), - ("not-saved", r##"De folgjende ynhâld ** Sil net ** wurde opslein, om't `--save 'net wurde neamd."##), - ("dst", r##"Bestânbestânspaad"##), - ("conv-error", r##"Conversion Error"##), - ], -} +As dizze software de oerienkommende funksjonaliteit net befettet, dan yntsjinje dan in probleem."##, + ), + ( + "currently-supported", + r##"Op it stuit stipe formatenlist:"##, + ), + ( + "unsupported", + r##"Net-stipe formaat konverzje"##, + ), + ( + "auto-detection-failed", + r##"Mislearre om automatysk it formaat te detektearjen.Spesifisearje asjebleaft asjebleaft."##, + ), + ( + "not-support-deser-sexp", + r##"** Noch net stipe **: konvertearje fan 'Lisp S-Expression' oan 'oare formaten'"##, + ), + ( + "unknown-fmt", + r##"Unbekend bestânsformaat"##, + ), + ( + "not-saved", + r##"De folgjende ynhâld ** Sil net ** wurde opslein, om't `--save 'net wurde neamd."##, + ), + ( + "dst", + r##"Bestânbestânspaad"##, + ), + ( + "conv-error", + r##"Conversion Error"##, + ), + ], + } } /// Language ID: fy; @@ -3701,16 +4857,17 @@ pub(super) const fn get_fy_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_fy_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"The Wizige Tweid ** Sil net ** wurde opslein, om't `--v` net neamd waard."##), - ("new-value", r##"Nije wearde"##), - ("invalid-path", r##"Unjildich bestânspaad."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"The Wizige Tweid ** Sil net ** wurde opslein, om't `--v` net neamd waard."##, + ), + ("new-value", r##"Nije wearde"##), + ("invalid-path", r##"Unjildich bestânspaad."##), + ], + } } /// Language ID: fy; @@ -3718,16 +4875,23 @@ pub(super) const fn get_fy_map_set() -> L10nMap { /// Description: Frysk, Latyn, Nederlân; pub(super) const fn get_fy_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"The Wizige Tweid ** Sil net ** wurde opslein, om't `--v` net neamd waard."##), - ("new-value", r##"Nije wearde"##), - ("invalid-path", r##"Unjildich bestânspaad."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"The Wizige Tweid ** Sil net ** wurde opslein, om't `--v` net neamd waard."##, + ), + ( + "new-value", + r##"Nije wearde"##, + ), + ( + "invalid-path", + r##"Unjildich bestânspaad."##, + ), + ], + } } /// Language ID: fy; @@ -3743,32 +4907,28 @@ pub(super) const fn get_fy_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_fy_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Bestimmingformaat"##), - ("src-fmt", r##"Boarne-bestânformaat"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Bestimmingformaat"##), + ("src-fmt", r##"Boarne-bestânformaat"##), + ], + } } /// fy: Frysk, Latyn, Nederlân pub(super) const fn get_fy_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_fy_map_conversion), - ("get", get_fy_map_get), - ("set_md", get_fy_map_set_md), - ("set", get_fy_map_set), - ("conversion_md", get_fy_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_fy_map_conversion), + ("get", get_fy_map_get), + ("set_md", get_fy_map_set_md), + ("set", get_fy_map_set), + ("conversion_md", get_fy_map_conversion_md), + ], + } } /// Language ID: ga; @@ -3784,26 +4944,41 @@ pub(super) const fn get_fy_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ga_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Ní formáid bailí `JSON 1.0` atá sa chomhad, ag iarraidh a pharsáil mar `json5` ..."##), - ("not-included", r##"Ní chuimsíonn an dénártha seo ** an fheidhmiúlacht tiontaithe don fhormáid ábhartha. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Ní formáid bailí `JSON 1.0` atá sa chomhad, ag iarraidh a pharsáil mar `json5` ..."##, + ), + ( + "not-included", + r##"Ní chuimsíonn an dénártha seo ** an fheidhmiúlacht tiontaithe don fhormáid ábhartha. Ní mór duit an ghné ábhartha a chumasú i do `Cargo.toml` agus a athchruthú. -Mura gcuimsíonn na bogearraí seo an fheidhmiúlacht chomhfhreagrach, cuir isteach saincheist le do thoil."##), - ("currently-supported", r##"Liosta formáidí tacaithe faoi láthair:"##), - ("unsupported", r##"Comhshó formáide gan tacaíocht"##), - ("auto-detection-failed", r##"Theip ar an bhformáid a bhrath go huathoibríoch.Sonraigh de láimh le do thoil."##), - ("not-support-deser-sexp", r##"** Gan tacaíocht fós **: ag athrú ó `lisp s-expression` go` formáidí eile `"##), - ("unknown-fmt", r##"Formáid comhaid anaithnid"##), - ("not-saved", r##"Ní shábhálfar an t-ábhar seo a leanas ** toisc nár glaodh `--save`."##), - ("dst", r##"cosán comhad ceann scríbe"##), - ("conv-error", r##"earráid tiontaithe"##), - ], -} +Mura gcuimsíonn na bogearraí seo an fheidhmiúlacht chomhfhreagrach, cuir isteach saincheist le do thoil."##, + ), + ( + "currently-supported", + r##"Liosta formáidí tacaithe faoi láthair:"##, + ), + ("unsupported", r##"Comhshó formáide gan tacaíocht"##), + ( + "auto-detection-failed", + r##"Theip ar an bhformáid a bhrath go huathoibríoch.Sonraigh de láimh le do thoil."##, + ), + ( + "not-support-deser-sexp", + r##"** Gan tacaíocht fós **: ag athrú ó `lisp s-expression` go` formáidí eile `"##, + ), + ("unknown-fmt", r##"Formáid comhaid anaithnid"##), + ( + "not-saved", + r##"Ní shábhálfar an t-ábhar seo a leanas ** toisc nár glaodh `--save`."##, + ), + ("dst", r##"cosán comhad ceann scríbe"##), + ("conv-error", r##"earráid tiontaithe"##), + ], + } } /// Language ID: ga; @@ -3811,26 +4986,53 @@ Mura gcuimsíonn na bogearraí seo an fheidhmiúlacht chomhfhreagrach, cuir iste /// Description: Gaeilge, Laidineach, Éire; pub(super) const fn get_ga_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Ní formáid bailí `JSON 1.0` atá sa chomhad, ag iarraidh a pharsáil mar `json5` ..."##), - ("not-included", r##"Ní chuimsíonn an dénártha seo ** an fheidhmiúlacht tiontaithe don fhormáid ábhartha. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Ní formáid bailí `JSON 1.0` atá sa chomhad, ag iarraidh a pharsáil mar `json5` ..."##, + ), + ( + "not-included", + r##"Ní chuimsíonn an dénártha seo ** an fheidhmiúlacht tiontaithe don fhormáid ábhartha. Ní mór duit an ghné ábhartha a chumasú i do `Cargo.toml` agus a athchruthú. -Mura gcuimsíonn na bogearraí seo an fheidhmiúlacht chomhfhreagrach, cuir isteach saincheist le do thoil."##), - ("currently-supported", r##"Liosta formáidí tacaithe faoi láthair:"##), - ("unsupported", r##"Comhshó formáide gan tacaíocht"##), - ("auto-detection-failed", r##"Theip ar an bhformáid a bhrath go huathoibríoch.Sonraigh de láimh le do thoil."##), - ("not-support-deser-sexp", r##"** Gan tacaíocht fós **: ag athrú ó `lisp s-expression` go` formáidí eile `"##), - ("unknown-fmt", r##"Formáid comhaid anaithnid"##), - ("not-saved", r##"Ní shábhálfar an t-ábhar seo a leanas ** toisc nár glaodh `--save`."##), - ("dst", r##"cosán comhad ceann scríbe"##), - ("conv-error", r##"earráid tiontaithe"##), - ], -} +Mura gcuimsíonn na bogearraí seo an fheidhmiúlacht chomhfhreagrach, cuir isteach saincheist le do thoil."##, + ), + ( + "currently-supported", + r##"Liosta formáidí tacaithe faoi láthair:"##, + ), + ( + "unsupported", + r##"Comhshó formáide gan tacaíocht"##, + ), + ( + "auto-detection-failed", + r##"Theip ar an bhformáid a bhrath go huathoibríoch.Sonraigh de láimh le do thoil."##, + ), + ( + "not-support-deser-sexp", + r##"** Gan tacaíocht fós **: ag athrú ó `lisp s-expression` go` formáidí eile `"##, + ), + ( + "unknown-fmt", + r##"Formáid comhaid anaithnid"##, + ), + ( + "not-saved", + r##"Ní shábhálfar an t-ábhar seo a leanas ** toisc nár glaodh `--save`."##, + ), + ( + "dst", + r##"cosán comhad ceann scríbe"##, + ), + ( + "conv-error", + r##"earráid tiontaithe"##, + ), + ], + } } /// Language ID: ga; @@ -3846,16 +5048,17 @@ pub(super) const fn get_ga_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ga_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Ní dhéanfar an t-ábhar modhnaithe ** a shábháil ** toisc nár glaodh `--sv`."##), - ("new-value", r##"Luach nua"##), - ("invalid-path", r##"Cosán comhaid neamhbhailí."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Ní dhéanfar an t-ábhar modhnaithe ** a shábháil ** toisc nár glaodh `--sv`."##, + ), + ("new-value", r##"Luach nua"##), + ("invalid-path", r##"Cosán comhaid neamhbhailí."##), + ], + } } /// Language ID: ga; @@ -3863,16 +5066,23 @@ pub(super) const fn get_ga_map_set() -> L10nMap { /// Description: Gaeilge, Laidineach, Éire; pub(super) const fn get_ga_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Ní dhéanfar an t-ábhar modhnaithe ** a shábháil ** toisc nár glaodh `--sv`."##), - ("new-value", r##"Luach nua"##), - ("invalid-path", r##"Cosán comhaid neamhbhailí."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Ní dhéanfar an t-ábhar modhnaithe ** a shábháil ** toisc nár glaodh `--sv`."##, + ), + ( + "new-value", + r##"Luach nua"##, + ), + ( + "invalid-path", + r##"Cosán comhaid neamhbhailí."##, + ), + ], + } } /// Language ID: ga; @@ -3888,32 +5098,28 @@ pub(super) const fn get_ga_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ga_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Formáid scríbe"##), - ("src-fmt", r##"Formáid comhaid foinse"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Formáid scríbe"##), + ("src-fmt", r##"Formáid comhaid foinse"##), + ], + } } /// ga: Gaeilge, Laidineach, Éire pub(super) const fn get_ga_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ga_map_conversion), - ("get", get_ga_map_get), - ("set_md", get_ga_map_set_md), - ("set", get_ga_map_set), - ("conversion_md", get_ga_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ga_map_conversion), + ("get", get_ga_map_get), + ("set_md", get_ga_map_set_md), + ("set", get_ga_map_set), + ("conversion_md", get_ga_map_conversion_md), + ], + } } /// Language ID: gd; @@ -3929,25 +5135,40 @@ pub(super) const fn get_ga_map() -> SubLocaleMap { /// ``` pub(super) const fn get_gd_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (4, 6), - (6, 0), - ], - entries: &[ - ("not-included", r##"Chan eil am binary *** seo a 'toirt a-steach ** an comas atharrachaidh airson an cruth iomchaidh. + key: 12913932095322966823, + disps: &[(4, 6), (6, 0)], + entries: &[ + ( + "not-included", + r##"Chan eil am binary *** seo a 'toirt a-steach ** an comas atharrachaidh airson an cruth iomchaidh. Feumaidh tu an fheart buntainneach a chomasachadh anns an `Cargo.toml` agus rempost. -Mura h-eil am bathar-bog seo a 'toirt a-steach an gnìomh-gnìomhachd fhreagarrach, cuiridh e cùis a-steach."##), - ("auto-detection-failed", r##"Dh'fhàillig an cruth a lorg gu fèin-ghluasadach.Sònraich le làimh."##), - ("not-support-deser-sexp", r##"** Gun taic fhathast ach **. Ag atharrachadh bho `Lisp S-Consail` ri` cruthan eile"##), - ("dst", r##"Slighe faidhle ceann-uidhe"##), - ("invalid-json1.0", r##"Chan e cruth dligheach a th 'anns an fhaidhle, a' feuchainn ri cruth a chuir air adhart mar `JSON5` ..."##), - ("currently-supported", r##"Liosta Cruthan taice an-dràsta:"##), - ("not-saved", r##"Cha tèid an susbaint a leanas *** * *** a shàbhaladh oir cha deach `--save` fhaicinn."##), - ("unknown-fmt", r##"cruth faidhle neo-aithnichte"##), - ("conv-error", r##"mearachd atharrachaidh"##), - ], -} +Mura h-eil am bathar-bog seo a 'toirt a-steach an gnìomh-gnìomhachd fhreagarrach, cuiridh e cùis a-steach."##, + ), + ( + "auto-detection-failed", + r##"Dh'fhàillig an cruth a lorg gu fèin-ghluasadach.Sònraich le làimh."##, + ), + ( + "not-support-deser-sexp", + r##"** Gun taic fhathast ach **. Ag atharrachadh bho `Lisp S-Consail` ri` cruthan eile"##, + ), + ("dst", r##"Slighe faidhle ceann-uidhe"##), + ( + "invalid-json1.0", + r##"Chan e cruth dligheach a th 'anns an fhaidhle, a' feuchainn ri cruth a chuir air adhart mar `JSON5` ..."##, + ), + ( + "currently-supported", + r##"Liosta Cruthan taice an-dràsta:"##, + ), + ( + "not-saved", + r##"Cha tèid an susbaint a leanas *** * *** a shàbhaladh oir cha deach `--save` fhaicinn."##, + ), + ("unknown-fmt", r##"cruth faidhle neo-aithnichte"##), + ("conv-error", r##"mearachd atharrachaidh"##), + ], + } } /// Language ID: gd; @@ -3955,25 +5176,49 @@ Mura h-eil am bathar-bog seo a 'toirt a-steach an gnìomh-gnìomhachd fhreagarra /// Description: Gàidhlig, Laideann, An Rìoghachd Aonaichte; pub(super) const fn get_gd_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (4, 6), - (6, 0), - ], - entries: &[ - ("not-included", r##"Chan eil am binary *** seo a 'toirt a-steach ** an comas atharrachaidh airson an cruth iomchaidh. + key: 12913932095322966823, + disps: &[(4, 6), (6, 0)], + entries: &[ + ( + "not-included", + r##"Chan eil am binary *** seo a 'toirt a-steach ** an comas atharrachaidh airson an cruth iomchaidh. Feumaidh tu an fheart buntainneach a chomasachadh anns an `Cargo.toml` agus rempost. -Mura h-eil am bathar-bog seo a 'toirt a-steach an gnìomh-gnìomhachd fhreagarrach, cuiridh e cùis a-steach."##), - ("auto-detection-failed", r##"Dh'fhàillig an cruth a lorg gu fèin-ghluasadach.Sònraich le làimh."##), - ("not-support-deser-sexp", r##"** Gun taic fhathast ach **. Ag atharrachadh bho `Lisp S-Consail` ri` cruthan eile"##), - ("dst", r##"Slighe faidhle ceann-uidhe"##), - ("invalid-json1.0", r##"Chan e cruth dligheach a th 'anns an fhaidhle, a' feuchainn ri cruth a chuir air adhart mar `JSON5` ..."##), - ("currently-supported", r##"Liosta Cruthan taice an-dràsta:"##), - ("not-saved", r##"Cha tèid an susbaint a leanas *** * *** a shàbhaladh oir cha deach `--save` fhaicinn."##), - ("unknown-fmt", r##"cruth faidhle neo-aithnichte"##), - ("conv-error", r##"mearachd atharrachaidh"##), - ], -} +Mura h-eil am bathar-bog seo a 'toirt a-steach an gnìomh-gnìomhachd fhreagarrach, cuiridh e cùis a-steach."##, + ), + ( + "auto-detection-failed", + r##"Dh'fhàillig an cruth a lorg gu fèin-ghluasadach.Sònraich le làimh."##, + ), + ( + "not-support-deser-sexp", + r##"** Gun taic fhathast ach **. Ag atharrachadh bho `Lisp S-Consail` ri` cruthan eile"##, + ), + ( + "dst", + r##"Slighe faidhle ceann-uidhe"##, + ), + ( + "invalid-json1.0", + r##"Chan e cruth dligheach a th 'anns an fhaidhle, a' feuchainn ri cruth a chuir air adhart mar `JSON5` ..."##, + ), + ( + "currently-supported", + r##"Liosta Cruthan taice an-dràsta:"##, + ), + ( + "not-saved", + r##"Cha tèid an susbaint a leanas *** * *** a shàbhaladh oir cha deach `--save` fhaicinn."##, + ), + ( + "unknown-fmt", + r##"cruth faidhle neo-aithnichte"##, + ), + ( + "conv-error", + r##"mearachd atharrachaidh"##, + ), + ], + } } /// Language ID: gd; @@ -3989,16 +5234,17 @@ pub(super) const fn get_gd_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_gd_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Cha tèid an susbaint atharraichte ** *** a shàbhaladh oir cha deach `--sv` a ghairm."##), - ("new-value", r##"Luach ùr"##), - ("invalid-path", r##"Slighe faidhle neo-dhligheach."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Cha tèid an susbaint atharraichte ** *** a shàbhaladh oir cha deach `--sv` a ghairm."##, + ), + ("new-value", r##"Luach ùr"##), + ("invalid-path", r##"Slighe faidhle neo-dhligheach."##), + ], + } } /// Language ID: gd; @@ -4006,16 +5252,23 @@ pub(super) const fn get_gd_map_set() -> L10nMap { /// Description: Gàidhlig, Laideann, An Rìoghachd Aonaichte; pub(super) const fn get_gd_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Cha tèid an susbaint atharraichte ** *** a shàbhaladh oir cha deach `--sv` a ghairm."##), - ("new-value", r##"Luach ùr"##), - ("invalid-path", r##"Slighe faidhle neo-dhligheach."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Cha tèid an susbaint atharraichte ** *** a shàbhaladh oir cha deach `--sv` a ghairm."##, + ), + ( + "new-value", + r##"Luach ùr"##, + ), + ( + "invalid-path", + r##"Slighe faidhle neo-dhligheach."##, + ), + ], + } } /// Language ID: gd; @@ -4031,32 +5284,28 @@ pub(super) const fn get_gd_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_gd_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Cruth ceann-uidhe"##), - ("src-fmt", r##"Cruth faidhle stòr"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Cruth ceann-uidhe"##), + ("src-fmt", r##"Cruth faidhle stòr"##), + ], + } } /// gd: Gàidhlig, Laideann, An Rìoghachd Aonaichte pub(super) const fn get_gd_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_gd_map_conversion), - ("get", get_gd_map_get), - ("set_md", get_gd_map_set_md), - ("set", get_gd_map_set), - ("conversion_md", get_gd_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_gd_map_conversion), + ("get", get_gd_map_get), + ("set_md", get_gd_map_set_md), + ("set", get_gd_map_set), + ("conversion_md", get_gd_map_conversion_md), + ], + } } /// Language ID: gl; @@ -4072,26 +5321,41 @@ pub(super) const fn get_gd_map() -> SubLocaleMap { /// ``` pub(super) const fn get_gl_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"O ficheiro non é un formato válido `json 1.0`, intentando analizar como `json5` ..."##), - ("not-included", r##"Este binario ** non inclúe ** a funcionalidade de conversión para o formato pertinente. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"O ficheiro non é un formato válido `json 1.0`, intentando analizar como `json5` ..."##, + ), + ( + "not-included", + r##"Este binario ** non inclúe ** a funcionalidade de conversión para o formato pertinente. Debe habilitar a característica relevante no seu `Cargo.toml` e recompilar. -Se este software non inclúe a funcionalidade correspondente, envíe un problema."##), - ("currently-supported", r##"Lista de formatos compatibles actualmente:"##), - ("unsupported", r##"Conversión de formato non compatible"##), - ("auto-detection-failed", r##"non puido detectar automaticamente o formato.Especifique manualmente."##), - ("not-support-deser-sexp", r##"** aínda non soportado **: convertendo de `lisp s-expression` a` outros formatos ""##), - ("unknown-fmt", r##"formato de ficheiro descoñecido"##), - ("not-saved", r##"Non se gardará o seguinte contido ** porque non se chamou `--save`."##), - ("dst", r##"ruta do ficheiro de destino"##), - ("conv-error", r##"erro de conversión"##), - ], -} +Se este software non inclúe a funcionalidade correspondente, envíe un problema."##, + ), + ( + "currently-supported", + r##"Lista de formatos compatibles actualmente:"##, + ), + ("unsupported", r##"Conversión de formato non compatible"##), + ( + "auto-detection-failed", + r##"non puido detectar automaticamente o formato.Especifique manualmente."##, + ), + ( + "not-support-deser-sexp", + r##"** aínda non soportado **: convertendo de `lisp s-expression` a` outros formatos ""##, + ), + ("unknown-fmt", r##"formato de ficheiro descoñecido"##), + ( + "not-saved", + r##"Non se gardará o seguinte contido ** porque non se chamou `--save`."##, + ), + ("dst", r##"ruta do ficheiro de destino"##), + ("conv-error", r##"erro de conversión"##), + ], + } } /// Language ID: gl; @@ -4099,26 +5363,53 @@ Se este software non inclúe a funcionalidade correspondente, envíe un problema /// Description: galego, latino, España; pub(super) const fn get_gl_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"O ficheiro non é un formato válido `json 1.0`, intentando analizar como `json5` ..."##), - ("not-included", r##"Este binario ** non inclúe ** a funcionalidade de conversión para o formato pertinente. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"O ficheiro non é un formato válido `json 1.0`, intentando analizar como `json5` ..."##, + ), + ( + "not-included", + r##"Este binario ** non inclúe ** a funcionalidade de conversión para o formato pertinente. Debe habilitar a característica relevante no seu `Cargo.toml` e recompilar. -Se este software non inclúe a funcionalidade correspondente, envíe un problema."##), - ("currently-supported", r##"Lista de formatos compatibles actualmente:"##), - ("unsupported", r##"Conversión de formato non compatible"##), - ("auto-detection-failed", r##"non puido detectar automaticamente o formato.Especifique manualmente."##), - ("not-support-deser-sexp", r##"** aínda non soportado **: convertendo de `lisp s-expression` a` outros formatos ""##), - ("unknown-fmt", r##"formato de ficheiro descoñecido"##), - ("not-saved", r##"Non se gardará o seguinte contido ** porque non se chamou `--save`."##), - ("dst", r##"ruta do ficheiro de destino"##), - ("conv-error", r##"erro de conversión"##), - ], -} +Se este software non inclúe a funcionalidade correspondente, envíe un problema."##, + ), + ( + "currently-supported", + r##"Lista de formatos compatibles actualmente:"##, + ), + ( + "unsupported", + r##"Conversión de formato non compatible"##, + ), + ( + "auto-detection-failed", + r##"non puido detectar automaticamente o formato.Especifique manualmente."##, + ), + ( + "not-support-deser-sexp", + r##"** aínda non soportado **: convertendo de `lisp s-expression` a` outros formatos ""##, + ), + ( + "unknown-fmt", + r##"formato de ficheiro descoñecido"##, + ), + ( + "not-saved", + r##"Non se gardará o seguinte contido ** porque non se chamou `--save`."##, + ), + ( + "dst", + r##"ruta do ficheiro de destino"##, + ), + ( + "conv-error", + r##"erro de conversión"##, + ), + ], + } } /// Language ID: gl; @@ -4134,16 +5425,17 @@ pub(super) const fn get_gl_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_gl_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"O contido modificado ** non se gardará ** porque non se chamou `--sv`."##), - ("new-value", r##"novo valor"##), - ("invalid-path", r##"ruta de ficheiro non válida."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"O contido modificado ** non se gardará ** porque non se chamou `--sv`."##, + ), + ("new-value", r##"novo valor"##), + ("invalid-path", r##"ruta de ficheiro non válida."##), + ], + } } /// Language ID: gl; @@ -4151,16 +5443,23 @@ pub(super) const fn get_gl_map_set() -> L10nMap { /// Description: galego, latino, España; pub(super) const fn get_gl_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"O contido modificado ** non se gardará ** porque non se chamou `--sv`."##), - ("new-value", r##"novo valor"##), - ("invalid-path", r##"ruta de ficheiro non válida."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"O contido modificado ** non se gardará ** porque non se chamou `--sv`."##, + ), + ( + "new-value", + r##"novo valor"##, + ), + ( + "invalid-path", + r##"ruta de ficheiro non válida."##, + ), + ], + } } /// Language ID: gl; @@ -4176,32 +5475,28 @@ pub(super) const fn get_gl_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_gl_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Formato de destino"##), - ("src-fmt", r##"Formato de ficheiro de orixe"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Formato de destino"##), + ("src-fmt", r##"Formato de ficheiro de orixe"##), + ], + } } /// gl: galego, latino, España pub(super) const fn get_gl_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_gl_map_conversion), - ("get", get_gl_map_get), - ("set_md", get_gl_map_set_md), - ("set", get_gl_map_set), - ("conversion_md", get_gl_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_gl_map_conversion), + ("get", get_gl_map_get), + ("set_md", get_gl_map_set_md), + ("set", get_gl_map_set), + ("conversion_md", get_gl_map_conversion_md), + ], + } } /// Language ID: gu; @@ -4217,26 +5512,38 @@ pub(super) const fn get_gl_map() -> SubLocaleMap { /// ``` pub(super) const fn get_gu_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"ફાઇલ માન્ય નથી `json 1.0` ફોર્મેટ, `json5` તરીકે વિશ્લેષણ કરવાનો પ્રયાસ કરી રહ્યો છે ..."##), - ("not-included", r##"આ દ્વિસંગી ** સંબંધિત ફોર્મેટ માટે રૂપાંતર કાર્યક્ષમતા ** શામેલ નથી. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"ફાઇલ માન્ય નથી `json 1.0` ફોર્મેટ, `json5` તરીકે વિશ્લેષણ કરવાનો પ્રયાસ કરી રહ્યો છે ..."##, + ), + ( + "not-included", + r##"આ દ્વિસંગી ** સંબંધિત ફોર્મેટ માટે રૂપાંતર કાર્યક્ષમતા ** શામેલ નથી. તમારે તમારા `કાર્ગો.ટ om મલ અને ફરીથી કમ્પાઇલમાં સંબંધિત સુવિધાને સક્ષમ કરવાની જરૂર છે. -જો આ સ software ફ્ટવેરને અનુરૂપ વિધેય શામેલ નથી, તો કૃપા કરીને કોઈ મુદ્દો સબમિટ કરો."##), - ("currently-supported", r##"હાલમાં સપોર્ટેડ ફોર્મેટ્સ સૂચિ:"##), - ("unsupported", r##"અસમર્થિત ફોર્મેટ રૂપાંતર"##), - ("auto-detection-failed", r##"ફોર્મેટને આપમેળે શોધવામાં નિષ્ફળ.કૃપા કરીને મેન્યુઅલી સ્પષ્ટ કરો."##), - ("not-support-deser-sexp", r##"** હજી સુધી સપોર્ટેડ નથી **: `લિસ્પ એસ-એક્સપ્રેસન` થી` અન્ય બંધારણોમાં રૂપાંતરિત કરવું"##), - ("unknown-fmt", r##"અજ્ unknown ાત ફાઇલ ફોર્મેટ"##), - ("not-saved", r##"નીચેની સામગ્રી સાચવવામાં આવશે નહીં કારણ કે `--save` કહેવામાં આવતું ન હતું."##), - ("dst", r##"ગંતવ્ય ફાઇલ પાથ"##), - ("conv-error", r##"રૂપાંતર ભૂલ"##), - ], -} +જો આ સ software ફ્ટવેરને અનુરૂપ વિધેય શામેલ નથી, તો કૃપા કરીને કોઈ મુદ્દો સબમિટ કરો."##, + ), + ("currently-supported", r##"હાલમાં સપોર્ટેડ ફોર્મેટ્સ સૂચિ:"##), + ("unsupported", r##"અસમર્થિત ફોર્મેટ રૂપાંતર"##), + ( + "auto-detection-failed", + r##"ફોર્મેટને આપમેળે શોધવામાં નિષ્ફળ.કૃપા કરીને મેન્યુઅલી સ્પષ્ટ કરો."##, + ), + ( + "not-support-deser-sexp", + r##"** હજી સુધી સપોર્ટેડ નથી **: `લિસ્પ એસ-એક્સપ્રેસન` થી` અન્ય બંધારણોમાં રૂપાંતરિત કરવું"##, + ), + ("unknown-fmt", r##"અજ્ unknown ાત ફાઇલ ફોર્મેટ"##), + ( + "not-saved", + r##"નીચેની સામગ્રી સાચવવામાં આવશે નહીં કારણ કે `--save` કહેવામાં આવતું ન હતું."##, + ), + ("dst", r##"ગંતવ્ય ફાઇલ પાથ"##), + ("conv-error", r##"રૂપાંતર ભૂલ"##), + ], + } } /// Language ID: gu; @@ -4244,26 +5551,53 @@ pub(super) const fn get_gu_map_conversion() -> L10nMap { /// Description: ગુજરાતી, ગુજરાતી, ભારત; pub(super) const fn get_gu_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"ફાઇલ માન્ય નથી `json 1.0` ફોર્મેટ, `json5` તરીકે વિશ્લેષણ કરવાનો પ્રયાસ કરી રહ્યો છે ..."##), - ("not-included", r##"આ દ્વિસંગી ** સંબંધિત ફોર્મેટ માટે રૂપાંતર કાર્યક્ષમતા ** શામેલ નથી. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"ફાઇલ માન્ય નથી `json 1.0` ફોર્મેટ, `json5` તરીકે વિશ્લેષણ કરવાનો પ્રયાસ કરી રહ્યો છે ..."##, + ), + ( + "not-included", + r##"આ દ્વિસંગી ** સંબંધિત ફોર્મેટ માટે રૂપાંતર કાર્યક્ષમતા ** શામેલ નથી. તમારે તમારા `કાર્ગો.ટ om મલ અને ફરીથી કમ્પાઇલમાં સંબંધિત સુવિધાને સક્ષમ કરવાની જરૂર છે. -જો આ સ software ફ્ટવેરને અનુરૂપ વિધેય શામેલ નથી, તો કૃપા કરીને કોઈ મુદ્દો સબમિટ કરો."##), - ("currently-supported", r##"હાલમાં સપોર્ટેડ ફોર્મેટ્સ સૂચિ:"##), - ("unsupported", r##"અસમર્થિત ફોર્મેટ રૂપાંતર"##), - ("auto-detection-failed", r##"ફોર્મેટને આપમેળે શોધવામાં નિષ્ફળ.કૃપા કરીને મેન્યુઅલી સ્પષ્ટ કરો."##), - ("not-support-deser-sexp", r##"** હજી સુધી સપોર્ટેડ નથી **: `લિસ્પ એસ-એક્સપ્રેસન` થી` અન્ય બંધારણોમાં રૂપાંતરિત કરવું"##), - ("unknown-fmt", r##"અજ્ unknown ાત ફાઇલ ફોર્મેટ"##), - ("not-saved", r##"નીચેની સામગ્રી સાચવવામાં આવશે નહીં કારણ કે `--save` કહેવામાં આવતું ન હતું."##), - ("dst", r##"ગંતવ્ય ફાઇલ પાથ"##), - ("conv-error", r##"રૂપાંતર ભૂલ"##), - ], -} +જો આ સ software ફ્ટવેરને અનુરૂપ વિધેય શામેલ નથી, તો કૃપા કરીને કોઈ મુદ્દો સબમિટ કરો."##, + ), + ( + "currently-supported", + r##"હાલમાં સપોર્ટેડ ફોર્મેટ્સ સૂચિ:"##, + ), + ( + "unsupported", + r##"અસમર્થિત ફોર્મેટ રૂપાંતર"##, + ), + ( + "auto-detection-failed", + r##"ફોર્મેટને આપમેળે શોધવામાં નિષ્ફળ.કૃપા કરીને મેન્યુઅલી સ્પષ્ટ કરો."##, + ), + ( + "not-support-deser-sexp", + r##"** હજી સુધી સપોર્ટેડ નથી **: `લિસ્પ એસ-એક્સપ્રેસન` થી` અન્ય બંધારણોમાં રૂપાંતરિત કરવું"##, + ), + ( + "unknown-fmt", + r##"અજ્ unknown ાત ફાઇલ ફોર્મેટ"##, + ), + ( + "not-saved", + r##"નીચેની સામગ્રી સાચવવામાં આવશે નહીં કારણ કે `--save` કહેવામાં આવતું ન હતું."##, + ), + ( + "dst", + r##"ગંતવ્ય ફાઇલ પાથ"##, + ), + ( + "conv-error", + r##"રૂપાંતર ભૂલ"##, + ), + ], + } } /// Language ID: gu; @@ -4279,16 +5613,17 @@ pub(super) const fn get_gu_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_gu_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"સુધારેલી સામગ્રી ** ** સાચવશે નહીં કારણ કે `--એસવી` કહેવાતા ન હતા."##), - ("new-value", r##"નવું મૂલ્ય"##), - ("invalid-path", r##"અમાન્ય ફાઇલ પાથ."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"સુધારેલી સામગ્રી ** ** સાચવશે નહીં કારણ કે `--એસવી` કહેવાતા ન હતા."##, + ), + ("new-value", r##"નવું મૂલ્ય"##), + ("invalid-path", r##"અમાન્ય ફાઇલ પાથ."##), + ], + } } /// Language ID: gu; @@ -4296,16 +5631,23 @@ pub(super) const fn get_gu_map_set() -> L10nMap { /// Description: ગુજરાતી, ગુજરાતી, ભારત; pub(super) const fn get_gu_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"સુધારેલી સામગ્રી ** ** સાચવશે નહીં કારણ કે `--એસવી` કહેવાતા ન હતા."##), - ("new-value", r##"નવું મૂલ્ય"##), - ("invalid-path", r##"અમાન્ય ફાઇલ પાથ."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"સુધારેલી સામગ્રી ** ** સાચવશે નહીં કારણ કે `--એસવી` કહેવાતા ન હતા."##, + ), + ( + "new-value", + r##"નવું મૂલ્ય"##, + ), + ( + "invalid-path", + r##"અમાન્ય ફાઇલ પાથ."##, + ), + ], + } } /// Language ID: gu; @@ -4321,32 +5663,28 @@ pub(super) const fn get_gu_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_gu_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"ગંતવ્ય -ફોર્મેટ"##), - ("src-fmt", r##"સ્ત્રોત ફાઇલ ફોર્મેટ"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"ગંતવ્ય -ફોર્મેટ"##), + ("src-fmt", r##"સ્ત્રોત ફાઇલ ફોર્મેટ"##), + ], + } } /// gu: ગુજરાતી, ગુજરાતી, ભારત pub(super) const fn get_gu_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_gu_map_conversion), - ("get", get_gu_map_get), - ("set_md", get_gu_map_set_md), - ("set", get_gu_map_set), - ("conversion_md", get_gu_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_gu_map_conversion), + ("get", get_gu_map_get), + ("set_md", get_gu_map_set_md), + ("set", get_gu_map_set), + ("conversion_md", get_gu_map_conversion_md), + ], + } } /// Language ID: ha; @@ -4362,25 +5700,37 @@ pub(super) const fn get_gu_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ha_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** Ba a tallafawa ba tukuna **: Canza daga 'FursP S-magana' zuwa 'sauran nau'i`"##), - ("unknown-fmt", r##"Tsarin fayil ɗin da ba a sani ba"##), - ("currently-supported", r##"A halin yanzu ana tallafawa jerin abubuwan tsari:"##), - ("auto-detection-failed", r##"Ba a yi nasarar gano tsarin ba.Da fatan za a saka hannu da hannu."##), - ("not-included", r##"Wannan binary ** bai haɗa da aikin canjin ba don tsarin da ya dace. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** Ba a tallafawa ba tukuna **: Canza daga 'FursP S-magana' zuwa 'sauran nau'i`"##, + ), + ("unknown-fmt", r##"Tsarin fayil ɗin da ba a sani ba"##), + ( + "currently-supported", + r##"A halin yanzu ana tallafawa jerin abubuwan tsari:"##, + ), + ( + "auto-detection-failed", + r##"Ba a yi nasarar gano tsarin ba.Da fatan za a saka hannu da hannu."##, + ), + ( + "not-included", + r##"Wannan binary ** bai haɗa da aikin canjin ba don tsarin da ya dace. Kuna buƙatar kunna fasalin da ya dace a cikin 'Cargo.toml` da kuma sake sakewa. -Idan wannan software ɗin ba ya haɗa da ayyukan da ya dace, don Allah a gabatar da batun."##), - ("conv-error", r##"Kuskure"##), - ("dst", r##"Hanyar fayil mai zuwa"##), - ("unsupported", r##"Canje-canje na tsari"##), - ("invalid-json1.0", r##"Fayil ba ingantacce bane 'Tsarin 1.0`, ƙoƙarin yin parese a matsayin' json5` ..."##), - ], -} +Idan wannan software ɗin ba ya haɗa da ayyukan da ya dace, don Allah a gabatar da batun."##, + ), + ("conv-error", r##"Kuskure"##), + ("dst", r##"Hanyar fayil mai zuwa"##), + ("unsupported", r##"Canje-canje na tsari"##), + ( + "invalid-json1.0", + r##"Fayil ba ingantacce bane 'Tsarin 1.0`, ƙoƙarin yin parese a matsayin' json5` ..."##, + ), + ], + } } /// Language ID: ha; @@ -4388,25 +5738,49 @@ Idan wannan software ɗin ba ya haɗa da ayyukan da ya dace, don Allah a gabatar /// Description: Hausa, Latin, Nijeriya; pub(super) const fn get_ha_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** Ba a tallafawa ba tukuna **: Canza daga 'FursP S-magana' zuwa 'sauran nau'i`"##), - ("unknown-fmt", r##"Tsarin fayil ɗin da ba a sani ba"##), - ("currently-supported", r##"A halin yanzu ana tallafawa jerin abubuwan tsari:"##), - ("auto-detection-failed", r##"Ba a yi nasarar gano tsarin ba.Da fatan za a saka hannu da hannu."##), - ("not-included", r##"Wannan binary ** bai haɗa da aikin canjin ba don tsarin da ya dace. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** Ba a tallafawa ba tukuna **: Canza daga 'FursP S-magana' zuwa 'sauran nau'i`"##, + ), + ( + "unknown-fmt", + r##"Tsarin fayil ɗin da ba a sani ba"##, + ), + ( + "currently-supported", + r##"A halin yanzu ana tallafawa jerin abubuwan tsari:"##, + ), + ( + "auto-detection-failed", + r##"Ba a yi nasarar gano tsarin ba.Da fatan za a saka hannu da hannu."##, + ), + ( + "not-included", + r##"Wannan binary ** bai haɗa da aikin canjin ba don tsarin da ya dace. Kuna buƙatar kunna fasalin da ya dace a cikin 'Cargo.toml` da kuma sake sakewa. -Idan wannan software ɗin ba ya haɗa da ayyukan da ya dace, don Allah a gabatar da batun."##), - ("conv-error", r##"Kuskure"##), - ("dst", r##"Hanyar fayil mai zuwa"##), - ("unsupported", r##"Canje-canje na tsari"##), - ("invalid-json1.0", r##"Fayil ba ingantacce bane 'Tsarin 1.0`, ƙoƙarin yin parese a matsayin' json5` ..."##), - ], -} +Idan wannan software ɗin ba ya haɗa da ayyukan da ya dace, don Allah a gabatar da batun."##, + ), + ( + "conv-error", + r##"Kuskure"##, + ), + ( + "dst", + r##"Hanyar fayil mai zuwa"##, + ), + ( + "unsupported", + r##"Canje-canje na tsari"##, + ), + ( + "invalid-json1.0", + r##"Fayil ba ingantacce bane 'Tsarin 1.0`, ƙoƙarin yin parese a matsayin' json5` ..."##, + ), + ], + } } /// Language ID: ha; @@ -4422,16 +5796,17 @@ pub(super) const fn get_ha_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ha_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"A canza abun ciki ** ba ** don samun ceto saboda `- - ba a kira shi ba."##), - ("new-value", r##"Sabon darajar"##), - ("invalid-path", r##"Hanyar fayil ɗin da ba ta dace ba."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"A canza abun ciki ** ba ** don samun ceto saboda `- - ba a kira shi ba."##, + ), + ("new-value", r##"Sabon darajar"##), + ("invalid-path", r##"Hanyar fayil ɗin da ba ta dace ba."##), + ], + } } /// Language ID: ha; @@ -4439,16 +5814,23 @@ pub(super) const fn get_ha_map_set() -> L10nMap { /// Description: Hausa, Latin, Nijeriya; pub(super) const fn get_ha_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"A canza abun ciki ** ba ** don samun ceto saboda `- - ba a kira shi ba."##), - ("new-value", r##"Sabon darajar"##), - ("invalid-path", r##"Hanyar fayil ɗin da ba ta dace ba."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"A canza abun ciki ** ba ** don samun ceto saboda `- - ba a kira shi ba."##, + ), + ( + "new-value", + r##"Sabon darajar"##, + ), + ( + "invalid-path", + r##"Hanyar fayil ɗin da ba ta dace ba."##, + ), + ], + } } /// Language ID: ha; @@ -4464,32 +5846,28 @@ pub(super) const fn get_ha_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ha_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Tsarin manufa"##), - ("src-fmt", r##"Tsarin fayil na tushe"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Tsarin manufa"##), + ("src-fmt", r##"Tsarin fayil na tushe"##), + ], + } } /// ha: Hausa, Latin, Nijeriya pub(super) const fn get_ha_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ha_map_conversion), - ("get", get_ha_map_get), - ("set_md", get_ha_map_set_md), - ("set", get_ha_map_set), - ("conversion_md", get_ha_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ha_map_conversion), + ("get", get_ha_map_get), + ("set_md", get_ha_map_set_md), + ("set", get_ha_map_set), + ("conversion_md", get_ha_map_conversion_md), + ], + } } /// Language ID: haw; @@ -4505,18 +5883,25 @@ pub(super) const fn get_ha_map() -> SubLocaleMap { /// ``` pub(super) const fn get_haw_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-json1.0", r##"ʻaʻole he faile i kahi o ka `JSON 1.0`"##), - ("not-support-deser-sexp", r##"ʻaʻole kākoʻoʻiaʻo *** **: E hoʻohuli ana mai ka 'Lisp S-Express"##), - ("not-included", r##"ʻAʻole pili kēia binary **ʻaʻole e hoʻopili ** i ka hana hoʻololi no keʻano kūpono. + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"ʻaʻole he faile i kahi o ka `JSON 1.0`"##, + ), + ( + "not-support-deser-sexp", + r##"ʻaʻole kākoʻoʻiaʻo *** **: E hoʻohuli ana mai ka 'Lisp S-Express"##, + ), + ( + "not-included", + r##"ʻAʻole pili kēia binary **ʻaʻole e hoʻopili ** i ka hana hoʻololi no keʻano kūpono. Ponoʻoe e hiki i ka hiʻohiʻona kūpono i kāu 'Cargo.Mtl` a uku hou. -Ināʻaʻole pili kēia polokalamu i ka hana pili i ka hana, eʻoluʻolu e hāʻawi i kahi pilikia."##), - ], -} +Ināʻaʻole pili kēia polokalamu i ka hana pili i ka hana, eʻoluʻolu e hāʻawi i kahi pilikia."##, + ), + ], + } } /// Language ID: haw; @@ -4524,18 +5909,25 @@ Ināʻaʻole pili kēia polokalamu i ka hana pili i ka hana, eʻoluʻolu e hāʻ /// Description: ʻŌlelo Hawaiʻi, Latn, ʻAmelika Hui Pū ʻIa; pub(super) const fn get_haw_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("invalid-json1.0", r##"ʻaʻole he faile i kahi o ka `JSON 1.0`"##), - ("not-support-deser-sexp", r##"ʻaʻole kākoʻoʻiaʻo *** **: E hoʻohuli ana mai ka 'Lisp S-Express"##), - ("not-included", r##"ʻAʻole pili kēia binary **ʻaʻole e hoʻopili ** i ka hana hoʻololi no keʻano kūpono. + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"ʻaʻole he faile i kahi o ka `JSON 1.0`"##, + ), + ( + "not-support-deser-sexp", + r##"ʻaʻole kākoʻoʻiaʻo *** **: E hoʻohuli ana mai ka 'Lisp S-Express"##, + ), + ( + "not-included", + r##"ʻAʻole pili kēia binary **ʻaʻole e hoʻopili ** i ka hana hoʻololi no keʻano kūpono. Ponoʻoe e hiki i ka hiʻohiʻona kūpono i kāu 'Cargo.Mtl` a uku hou. -Ināʻaʻole pili kēia polokalamu i ka hana pili i ka hana, eʻoluʻolu e hāʻawi i kahi pilikia."##), - ], -} +Ināʻaʻole pili kēia polokalamu i ka hana pili i ka hana, eʻoluʻolu e hāʻawi i kahi pilikia."##, + ), + ], + } } /// Language ID: haw; @@ -4551,14 +5943,10 @@ pub(super) const fn get_haw_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_haw_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("new-value", r##"waiwai hou"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[("new-value", r##"waiwai hou"##)], + } } /// Language ID: haw; @@ -4566,30 +5954,27 @@ pub(super) const fn get_haw_map_set() -> L10nMap { /// Description: ʻŌlelo Hawaiʻi, Latn, ʻAmelika Hui Pū ʻIa; pub(super) const fn get_haw_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - ], - entries: &[ - ("new-value", r##"waiwai hou"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0)], + entries: &[( + "new-value", + r##"waiwai hou"##, + )], + } } /// haw: ʻŌlelo Hawaiʻi, Latn, ʻAmelika Hui Pū ʻIa pub(super) const fn get_haw_map() -> SubLocaleMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (2, 0), - ], - entries: &[ - ("set_md", get_haw_map_set_md), - ("set", get_haw_map_set), - ("conversion_md", get_haw_map_conversion_md), - ("conversion", get_haw_map_conversion), - ], -} + key: 12913932095322966823, + disps: &[(2, 0)], + entries: &[ + ("set_md", get_haw_map_set_md), + ("set", get_haw_map_set), + ("conversion_md", get_haw_map_conversion_md), + ("conversion", get_haw_map_conversion), + ], + } } /// Language ID: he; @@ -4605,26 +5990,38 @@ pub(super) const fn get_haw_map() -> SubLocaleMap { /// ``` pub(super) const fn get_he_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"הקובץ אינו פורמט 'JSON 1.0' תקף, מנסה לנתח כ- `JSON5` ..."##), - ("not-included", r##"בינארי זה ** אינו כולל ** פונקציונליות ההמרה לפורמט הרלוונטי. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"הקובץ אינו פורמט 'JSON 1.0' תקף, מנסה לנתח כ- `JSON5` ..."##, + ), + ( + "not-included", + r##"בינארי זה ** אינו כולל ** פונקציונליות ההמרה לפורמט הרלוונטי. אתה צריך לאפשר את התכונה הרלוונטית ב'מטען 'שלך ולחזור מחדש. -אם תוכנה זו אינה כוללת את הפונקציונליות המתאימה, אנא הגש בעיה."##), - ("currently-supported", r##"רשימת פורמטים נתמכת כרגע:"##), - ("unsupported", r##"המרת פורמט לא נתמך"##), - ("auto-detection-failed", r##"נכשל באיתור אוטומטי של הפורמט.אנא ציין ידנית."##), - ("not-support-deser-sexp", r##"** טרם נתמך **: המרה מ "lisp s-expression" ל `פורמטים אחרים""##), - ("unknown-fmt", r##"פורמט קובץ לא ידוע"##), - ("not-saved", r##"התוכן הבא ** לא יישמר ** מכיוון ש- `--save` לא נקרא."##), - ("dst", r##"נתיב קובץ היעד"##), - ("conv-error", r##"שגיאת המרה"##), - ], -} +אם תוכנה זו אינה כוללת את הפונקציונליות המתאימה, אנא הגש בעיה."##, + ), + ("currently-supported", r##"רשימת פורמטים נתמכת כרגע:"##), + ("unsupported", r##"המרת פורמט לא נתמך"##), + ( + "auto-detection-failed", + r##"נכשל באיתור אוטומטי של הפורמט.אנא ציין ידנית."##, + ), + ( + "not-support-deser-sexp", + r##"** טרם נתמך **: המרה מ "lisp s-expression" ל `פורמטים אחרים""##, + ), + ("unknown-fmt", r##"פורמט קובץ לא ידוע"##), + ( + "not-saved", + r##"התוכן הבא ** לא יישמר ** מכיוון ש- `--save` לא נקרא."##, + ), + ("dst", r##"נתיב קובץ היעד"##), + ("conv-error", r##"שגיאת המרה"##), + ], + } } /// Language ID: he; @@ -4632,26 +6029,53 @@ pub(super) const fn get_he_map_conversion() -> L10nMap { /// Description: עברית, עברי, ישראל; pub(super) const fn get_he_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"הקובץ אינו פורמט 'JSON 1.0' תקף, מנסה לנתח כ- `JSON5` ..."##), - ("not-included", r##"בינארי זה ** אינו כולל ** פונקציונליות ההמרה לפורמט הרלוונטי. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"הקובץ אינו פורמט 'JSON 1.0' תקף, מנסה לנתח כ- `JSON5` ..."##, + ), + ( + "not-included", + r##"בינארי זה ** אינו כולל ** פונקציונליות ההמרה לפורמט הרלוונטי. אתה צריך לאפשר את התכונה הרלוונטית ב'מטען 'שלך ולחזור מחדש. -אם תוכנה זו אינה כוללת את הפונקציונליות המתאימה, אנא הגש בעיה."##), - ("currently-supported", r##"רשימת פורמטים נתמכת כרגע:"##), - ("unsupported", r##"המרת פורמט לא נתמך"##), - ("auto-detection-failed", r##"נכשל באיתור אוטומטי של הפורמט.אנא ציין ידנית."##), - ("not-support-deser-sexp", r##"** טרם נתמך **: המרה מ "lisp s-expression" ל `פורמטים אחרים""##), - ("unknown-fmt", r##"פורמט קובץ לא ידוע"##), - ("not-saved", r##"התוכן הבא ** לא יישמר ** מכיוון ש- `--save` לא נקרא."##), - ("dst", r##"נתיב קובץ היעד"##), - ("conv-error", r##"שגיאת המרה"##), - ], -} +אם תוכנה זו אינה כוללת את הפונקציונליות המתאימה, אנא הגש בעיה."##, + ), + ( + "currently-supported", + r##"רשימת פורמטים נתמכת כרגע:"##, + ), + ( + "unsupported", + r##"המרת פורמט לא נתמך"##, + ), + ( + "auto-detection-failed", + r##"נכשל באיתור אוטומטי של הפורמט.אנא ציין ידנית."##, + ), + ( + "not-support-deser-sexp", + r##"** טרם נתמך **: המרה מ "lisp s-expression" ל `פורמטים אחרים""##, + ), + ( + "unknown-fmt", + r##"פורמט קובץ לא ידוע"##, + ), + ( + "not-saved", + r##"התוכן הבא ** לא יישמר ** מכיוון ש- `--save` לא נקרא."##, + ), + ( + "dst", + r##"נתיב קובץ היעד"##, + ), + ( + "conv-error", + r##"שגיאת המרה"##, + ), + ], + } } /// Language ID: he; @@ -4667,16 +6091,17 @@ pub(super) const fn get_he_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_he_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"התוכן שהשתנה ** לא יישמר ** מכיוון ש- `--sv` לא נקרא."##), - ("new-value", r##"ערך חדש"##), - ("invalid-path", r##"נתיב קובץ לא חוקי."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"התוכן שהשתנה ** לא יישמר ** מכיוון ש- `--sv` לא נקרא."##, + ), + ("new-value", r##"ערך חדש"##), + ("invalid-path", r##"נתיב קובץ לא חוקי."##), + ], + } } /// Language ID: he; @@ -4684,16 +6109,23 @@ pub(super) const fn get_he_map_set() -> L10nMap { /// Description: עברית, עברי, ישראל; pub(super) const fn get_he_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"התוכן שהשתנה ** לא יישמר ** מכיוון ש- `--sv` לא נקרא."##), - ("new-value", r##"ערך חדש"##), - ("invalid-path", r##"נתיב קובץ לא חוקי."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"התוכן שהשתנה ** לא יישמר ** מכיוון ש- `--sv` לא נקרא."##, + ), + ( + "new-value", + r##"ערך חדש"##, + ), + ( + "invalid-path", + r##"נתיב קובץ לא חוקי."##, + ), + ], + } } /// Language ID: he; @@ -4709,32 +6141,28 @@ pub(super) const fn get_he_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_he_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"פורמט יעד"##), - ("src-fmt", r##"פורמט קובץ מקור"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"פורמט יעד"##), + ("src-fmt", r##"פורמט קובץ מקור"##), + ], + } } /// he: עברית, עברי, ישראל pub(super) const fn get_he_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_he_map_conversion), - ("get", get_he_map_get), - ("set_md", get_he_map_set_md), - ("set", get_he_map_set), - ("conversion_md", get_he_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_he_map_conversion), + ("get", get_he_map_get), + ("set_md", get_he_map_set_md), + ("set", get_he_map_set), + ("conversion_md", get_he_map_conversion_md), + ], + } } /// Language ID: hi; @@ -4750,26 +6178,38 @@ pub(super) const fn get_he_map() -> SubLocaleMap { /// ``` pub(super) const fn get_hi_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"फ़ाइल `json 1.0` स्वरूप अमान्य है, `json5` के रूप में विश्लेषण का प्रयास कर रहे हैं..."##), - ("not-included", r##"इस बाइनरी में अनुच्छेद के लिए रूपांतरण कार्यक्षमता शामिल नहीं है। + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"फ़ाइल `json 1.0` स्वरूप अमान्य है, `json5` के रूप में विश्लेषण का प्रयास कर रहे हैं..."##, + ), + ( + "not-included", + r##"इस बाइनरी में अनुच्छेद के लिए रूपांतरण कार्यक्षमता शामिल नहीं है। आपको अपने `Cargo.toml` में उचित सुविधा को सक्षम करना और पुनर्संचालित करना होगा। -यदि इस सॉफ्टवेयर में संबंधित कार्यक्षमता शामिल नहीं है, तो कृपया एक मुद्दा सबमिट करें।"##), - ("currently-supported", r##"वर्तमान में समर्थित स्वरूप सूची:"##), - ("unsupported", r##"असमर्थित स्वरूप कनवर्ट"##), - ("auto-detection-failed", r##"स्वचालित रूप से फ़ॉर्मेट का पता नहीं चला। कृपया मैन्युअली में निर्दिष्ट करें।"##), - ("not-support-deser-sexp", r##"**अभी तक समर्थित नहीं**: `Lisp S-Expression` से `अन्य स्वरूपों` में रूपांतरण करना।"##), - ("unknown-fmt", r##"अज्ञात फ़ाइल स्वरूप"##), - ("not-saved", r##"`--save` को बुलाया नहीं गया था, अत: निम्नलिखित सामग्री **बचाई नहीं जाएगी**।"##), - ("dst", r##"गंतव्य फाइल पथ"##), - ("conv-error", r##"रूपांतरण त्रुटि"##), - ], -} +यदि इस सॉफ्टवेयर में संबंधित कार्यक्षमता शामिल नहीं है, तो कृपया एक मुद्दा सबमिट करें।"##, + ), + ("currently-supported", r##"वर्तमान में समर्थित स्वरूप सूची:"##), + ("unsupported", r##"असमर्थित स्वरूप कनवर्ट"##), + ( + "auto-detection-failed", + r##"स्वचालित रूप से फ़ॉर्मेट का पता नहीं चला। कृपया मैन्युअली में निर्दिष्ट करें।"##, + ), + ( + "not-support-deser-sexp", + r##"**अभी तक समर्थित नहीं**: `Lisp S-Expression` से `अन्य स्वरूपों` में रूपांतरण करना।"##, + ), + ("unknown-fmt", r##"अज्ञात फ़ाइल स्वरूप"##), + ( + "not-saved", + r##"`--save` को बुलाया नहीं गया था, अत: निम्नलिखित सामग्री **बचाई नहीं जाएगी**।"##, + ), + ("dst", r##"गंतव्य फाइल पथ"##), + ("conv-error", r##"रूपांतरण त्रुटि"##), + ], + } } /// Language ID: hi; @@ -4777,26 +6217,53 @@ pub(super) const fn get_hi_map_conversion() -> L10nMap { /// Description: हिन्दी, देवनागरी, भारत; pub(super) const fn get_hi_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"फ़ाइल `json 1.0` स्वरूप अमान्य है, `json5` के रूप में विश्लेषण का प्रयास कर रहे हैं..."##), - ("not-included", r##"इस बाइनरी में अनुच्छेद के लिए रूपांतरण कार्यक्षमता शामिल नहीं है। + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"फ़ाइल `json 1.0` स्वरूप अमान्य है, `json5` के रूप में विश्लेषण का प्रयास कर रहे हैं..."##, + ), + ( + "not-included", + r##"इस बाइनरी में अनुच्छेद के लिए रूपांतरण कार्यक्षमता शामिल नहीं है। आपको अपने `Cargo.toml` में उचित सुविधा को सक्षम करना और पुनर्संचालित करना होगा। -यदि इस सॉफ्टवेयर में संबंधित कार्यक्षमता शामिल नहीं है, तो कृपया एक मुद्दा सबमिट करें।"##), - ("currently-supported", r##"वर्तमान में समर्थित स्वरूप सूची:"##), - ("unsupported", r##"असमर्थित स्वरूप कनवर्ट"##), - ("auto-detection-failed", r##"स्वचालित रूप से फ़ॉर्मेट का पता नहीं चला। कृपया मैन्युअली में निर्दिष्ट करें।"##), - ("not-support-deser-sexp", r##"**अभी तक समर्थित नहीं**: `Lisp S-Expression` से `अन्य स्वरूपों` में रूपांतरण करना।"##), - ("unknown-fmt", r##"अज्ञात फ़ाइल स्वरूप"##), - ("not-saved", r##"`--save` को बुलाया नहीं गया था, अत: निम्नलिखित सामग्री **बचाई नहीं जाएगी**।"##), - ("dst", r##"गंतव्य फाइल पथ"##), - ("conv-error", r##"रूपांतरण त्रुटि"##), - ], -} +यदि इस सॉफ्टवेयर में संबंधित कार्यक्षमता शामिल नहीं है, तो कृपया एक मुद्दा सबमिट करें।"##, + ), + ( + "currently-supported", + r##"वर्तमान में समर्थित स्वरूप सूची:"##, + ), + ( + "unsupported", + r##"असमर्थित स्वरूप कनवर्ट"##, + ), + ( + "auto-detection-failed", + r##"स्वचालित रूप से फ़ॉर्मेट का पता नहीं चला। कृपया मैन्युअली में निर्दिष्ट करें।"##, + ), + ( + "not-support-deser-sexp", + r##"**अभी तक समर्थित नहीं**: `Lisp S-Expression` से `अन्य स्वरूपों` में रूपांतरण करना।"##, + ), + ( + "unknown-fmt", + r##"अज्ञात फ़ाइल स्वरूप"##, + ), + ( + "not-saved", + r##"`--save` को बुलाया नहीं गया था, अत: निम्नलिखित सामग्री **बचाई नहीं जाएगी**।"##, + ), + ( + "dst", + r##"गंतव्य फाइल पथ"##, + ), + ( + "conv-error", + r##"रूपांतरण त्रुटि"##, + ), + ], + } } /// Language ID: hi; @@ -4812,16 +6279,17 @@ pub(super) const fn get_hi_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_hi_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"`--sv` को बुलाया नहीं गया था, अत: संशोधित सामग्री **बचाई नहीं जाएगी**।"##), - ("new-value", r##"नई मूल्य"##), - ("invalid-path", r##"अमान्य फ़ाइल पथ।"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"`--sv` को बुलाया नहीं गया था, अत: संशोधित सामग्री **बचाई नहीं जाएगी**।"##, + ), + ("new-value", r##"नई मूल्य"##), + ("invalid-path", r##"अमान्य फ़ाइल पथ।"##), + ], + } } /// Language ID: hi; @@ -4829,16 +6297,23 @@ pub(super) const fn get_hi_map_set() -> L10nMap { /// Description: हिन्दी, देवनागरी, भारत; pub(super) const fn get_hi_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"`--sv` को बुलाया नहीं गया था, अत: संशोधित सामग्री **बचाई नहीं जाएगी**।"##), - ("new-value", r##"नई मूल्य"##), - ("invalid-path", r##"अमान्य फ़ाइल पथ।"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"`--sv` को बुलाया नहीं गया था, अत: संशोधित सामग्री **बचाई नहीं जाएगी**।"##, + ), + ( + "new-value", + r##"नई मूल्य"##, + ), + ( + "invalid-path", + r##"अमान्य फ़ाइल पथ।"##, + ), + ], + } } /// Language ID: hi; @@ -4854,32 +6329,28 @@ pub(super) const fn get_hi_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_hi_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"गंतव्य प्रारूप"##), - ("src-fmt", r##"स्रोत संचिका प्रारूप"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"गंतव्य प्रारूप"##), + ("src-fmt", r##"स्रोत संचिका प्रारूप"##), + ], + } } /// hi: हिन्दी, देवनागरी, भारत pub(super) const fn get_hi_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_hi_map_conversion), - ("get", get_hi_map_get), - ("set_md", get_hi_map_set_md), - ("set", get_hi_map_set), - ("conversion_md", get_hi_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_hi_map_conversion), + ("get", get_hi_map_get), + ("set_md", get_hi_map_set_md), + ("set", get_hi_map_set), + ("conversion_md", get_hi_map_conversion_md), + ], + } } /// Language ID: hr; @@ -4895,26 +6366,41 @@ pub(super) const fn get_hi_map() -> SubLocaleMap { /// ``` pub(super) const fn get_hr_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Datoteka nije valjani `json 1.0` format, pokušavajući raščlaniti kao `json5` ..."##), - ("not-included", r##"Ovaj binarni ** ne uključuje ** funkcionalnost pretvorbe za relevantni format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Datoteka nije valjani `json 1.0` format, pokušavajući raščlaniti kao `json5` ..."##, + ), + ( + "not-included", + r##"Ovaj binarni ** ne uključuje ** funkcionalnost pretvorbe za relevantni format. Morate omogućiti relevantnu značajku u svom `Cargo.toml` i prekomponi. -Ako ovaj softver ne uključuje odgovarajuću funkcionalnost, pošaljite problem."##), - ("currently-supported", r##"Trenutno podržani popis formata:"##), - ("unsupported", r##"Nepodržana konverzija formata"##), - ("auto-detection-failed", r##"nije uspio automatski otkriti format.Molimo odredite ručno."##), - ("not-support-deser-sexp", r##"** Još nije podržano **: Pretvaranje iz `lisp s-ekspresije` u` ostale formate`"##), - ("unknown-fmt", r##"Nepoznati format datoteke"##), - ("not-saved", r##"Sljedeći sadržaj ** neće biti spreman jer `--save` nije pozvan."##), - ("dst", r##"Put odredišne datoteke"##), - ("conv-error", r##"Pogreška pretvorbe"##), - ], -} +Ako ovaj softver ne uključuje odgovarajuću funkcionalnost, pošaljite problem."##, + ), + ( + "currently-supported", + r##"Trenutno podržani popis formata:"##, + ), + ("unsupported", r##"Nepodržana konverzija formata"##), + ( + "auto-detection-failed", + r##"nije uspio automatski otkriti format.Molimo odredite ručno."##, + ), + ( + "not-support-deser-sexp", + r##"** Još nije podržano **: Pretvaranje iz `lisp s-ekspresije` u` ostale formate`"##, + ), + ("unknown-fmt", r##"Nepoznati format datoteke"##), + ( + "not-saved", + r##"Sljedeći sadržaj ** neće biti spreman jer `--save` nije pozvan."##, + ), + ("dst", r##"Put odredišne datoteke"##), + ("conv-error", r##"Pogreška pretvorbe"##), + ], + } } /// Language ID: hr; @@ -4922,26 +6408,53 @@ Ako ovaj softver ne uključuje odgovarajuću funkcionalnost, pošaljite problem. /// Description: hrvatski, latinica, Hrvatska; pub(super) const fn get_hr_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Datoteka nije valjani `json 1.0` format, pokušavajući raščlaniti kao `json5` ..."##), - ("not-included", r##"Ovaj binarni ** ne uključuje ** funkcionalnost pretvorbe za relevantni format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Datoteka nije valjani `json 1.0` format, pokušavajući raščlaniti kao `json5` ..."##, + ), + ( + "not-included", + r##"Ovaj binarni ** ne uključuje ** funkcionalnost pretvorbe za relevantni format. Morate omogućiti relevantnu značajku u svom `Cargo.toml` i prekomponi. -Ako ovaj softver ne uključuje odgovarajuću funkcionalnost, pošaljite problem."##), - ("currently-supported", r##"Trenutno podržani popis formata:"##), - ("unsupported", r##"Nepodržana konverzija formata"##), - ("auto-detection-failed", r##"nije uspio automatski otkriti format.Molimo odredite ručno."##), - ("not-support-deser-sexp", r##"** Još nije podržano **: Pretvaranje iz `lisp s-ekspresije` u` ostale formate`"##), - ("unknown-fmt", r##"Nepoznati format datoteke"##), - ("not-saved", r##"Sljedeći sadržaj ** neće biti spreman jer `--save` nije pozvan."##), - ("dst", r##"Put odredišne datoteke"##), - ("conv-error", r##"Pogreška pretvorbe"##), - ], -} +Ako ovaj softver ne uključuje odgovarajuću funkcionalnost, pošaljite problem."##, + ), + ( + "currently-supported", + r##"Trenutno podržani popis formata:"##, + ), + ( + "unsupported", + r##"Nepodržana konverzija formata"##, + ), + ( + "auto-detection-failed", + r##"nije uspio automatski otkriti format.Molimo odredite ručno."##, + ), + ( + "not-support-deser-sexp", + r##"** Još nije podržano **: Pretvaranje iz `lisp s-ekspresije` u` ostale formate`"##, + ), + ( + "unknown-fmt", + r##"Nepoznati format datoteke"##, + ), + ( + "not-saved", + r##"Sljedeći sadržaj ** neće biti spreman jer `--save` nije pozvan."##, + ), + ( + "dst", + r##"Put odredišne datoteke"##, + ), + ( + "conv-error", + r##"Pogreška pretvorbe"##, + ), + ], + } } /// Language ID: hr; @@ -4957,16 +6470,17 @@ pub(super) const fn get_hr_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_hr_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Modificirani sadržaj ** neće biti spreman jer `--sv` nije pozvan."##), - ("new-value", r##"Nova vrijednost"##), - ("invalid-path", r##"Nevažeći put datoteke."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Modificirani sadržaj ** neće biti spreman jer `--sv` nije pozvan."##, + ), + ("new-value", r##"Nova vrijednost"##), + ("invalid-path", r##"Nevažeći put datoteke."##), + ], + } } /// Language ID: hr; @@ -4974,16 +6488,23 @@ pub(super) const fn get_hr_map_set() -> L10nMap { /// Description: hrvatski, latinica, Hrvatska; pub(super) const fn get_hr_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Modificirani sadržaj ** neće biti spreman jer `--sv` nije pozvan."##), - ("new-value", r##"Nova vrijednost"##), - ("invalid-path", r##"Nevažeći put datoteke."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Modificirani sadržaj ** neće biti spreman jer `--sv` nije pozvan."##, + ), + ( + "new-value", + r##"Nova vrijednost"##, + ), + ( + "invalid-path", + r##"Nevažeći put datoteke."##, + ), + ], + } } /// Language ID: hr; @@ -4999,32 +6520,28 @@ pub(super) const fn get_hr_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_hr_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Odredišni format"##), - ("src-fmt", r##"Format izvorne datoteke"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Odredišni format"##), + ("src-fmt", r##"Format izvorne datoteke"##), + ], + } } /// hr: hrvatski, latinica, Hrvatska pub(super) const fn get_hr_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_hr_map_conversion), - ("get", get_hr_map_get), - ("set_md", get_hr_map_set_md), - ("set", get_hr_map_set), - ("conversion_md", get_hr_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_hr_map_conversion), + ("get", get_hr_map_get), + ("set_md", get_hr_map_set_md), + ("set", get_hr_map_set), + ("conversion_md", get_hr_map_conversion_md), + ], + } } /// Language ID: ht; @@ -5039,52 +6556,91 @@ pub(super) const fn get_hr_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ht_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Dosye a se pa yon valab `JSON 1.0` fòma, ap eseye analize kòm `JSON5` ..."##), - ("not-included", r##"Sa a binè ** pa gen ladan ** fonksyonalite a konvèsyon pou fòma a ki enpòtan. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Dosye a se pa yon valab `JSON 1.0` fòma, ap eseye analize kòm `JSON5` ..."##, + ), + ( + "not-included", + r##"Sa a binè ** pa gen ladan ** fonksyonalite a konvèsyon pou fòma a ki enpòtan. Ou bezwen pèmèt karakteristik ki enpòtan nan `Cargo.toml 'ou ak recompile. -Si lojisyèl sa a pa enkli fonksyonalite ki koresponn lan, tanpri soumèt yon pwoblèm."##), - ("currently-supported", r##"Lis Fòma Kounye a Sipòte:"##), - ("unsupported", r##"konvèsyon fòma ki pa sipòte"##), - ("auto-detection-failed", r##"echwe pou pou otomatikman detekte fòma an.Tanpri presize manyèlman."##), - ("not-support-deser-sexp", r##"** pa sipòte ankò **: konvèti soti nan `Lisp s-ekspresyon` a` lòt fòma`"##), - ("unknown-fmt", r##"fòma dosye enkoni"##), - ("not-saved", r##"Kontni sa yo ** pa pral ** dwe sove paske `--save` pa te rele."##), - ("dst", r##"chemen dosye destinasyon"##), - ("conv-error", r##"erè konvèsyon"##), - ], -} +Si lojisyèl sa a pa enkli fonksyonalite ki koresponn lan, tanpri soumèt yon pwoblèm."##, + ), + ("currently-supported", r##"Lis Fòma Kounye a Sipòte:"##), + ("unsupported", r##"konvèsyon fòma ki pa sipòte"##), + ( + "auto-detection-failed", + r##"echwe pou pou otomatikman detekte fòma an.Tanpri presize manyèlman."##, + ), + ( + "not-support-deser-sexp", + r##"** pa sipòte ankò **: konvèti soti nan `Lisp s-ekspresyon` a` lòt fòma`"##, + ), + ("unknown-fmt", r##"fòma dosye enkoni"##), + ( + "not-saved", + r##"Kontni sa yo ** pa pral ** dwe sove paske `--save` pa te rele."##, + ), + ("dst", r##"chemen dosye destinasyon"##), + ("conv-error", r##"erè konvèsyon"##), + ], + } } /// Language ID: ht; /// Map name: "conversion_md"; pub(super) const fn get_ht_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Dosye a se pa yon valab `JSON 1.0` fòma, ap eseye analize kòm `JSON5` ..."##), - ("not-included", r##"Sa a binè ** pa gen ladan ** fonksyonalite a konvèsyon pou fòma a ki enpòtan. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Dosye a se pa yon valab `JSON 1.0` fòma, ap eseye analize kòm `JSON5` ..."##, + ), + ( + "not-included", + r##"Sa a binè ** pa gen ladan ** fonksyonalite a konvèsyon pou fòma a ki enpòtan. Ou bezwen pèmèt karakteristik ki enpòtan nan `Cargo.toml 'ou ak recompile. -Si lojisyèl sa a pa enkli fonksyonalite ki koresponn lan, tanpri soumèt yon pwoblèm."##), - ("currently-supported", r##"Lis Fòma Kounye a Sipòte:"##), - ("unsupported", r##"konvèsyon fòma ki pa sipòte"##), - ("auto-detection-failed", r##"echwe pou pou otomatikman detekte fòma an.Tanpri presize manyèlman."##), - ("not-support-deser-sexp", r##"** pa sipòte ankò **: konvèti soti nan `Lisp s-ekspresyon` a` lòt fòma`"##), - ("unknown-fmt", r##"fòma dosye enkoni"##), - ("not-saved", r##"Kontni sa yo ** pa pral ** dwe sove paske `--save` pa te rele."##), - ("dst", r##"chemen dosye destinasyon"##), - ("conv-error", r##"erè konvèsyon"##), - ], -} +Si lojisyèl sa a pa enkli fonksyonalite ki koresponn lan, tanpri soumèt yon pwoblèm."##, + ), + ( + "currently-supported", + r##"Lis Fòma Kounye a Sipòte:"##, + ), + ( + "unsupported", + r##"konvèsyon fòma ki pa sipòte"##, + ), + ( + "auto-detection-failed", + r##"echwe pou pou otomatikman detekte fòma an.Tanpri presize manyèlman."##, + ), + ( + "not-support-deser-sexp", + r##"** pa sipòte ankò **: konvèti soti nan `Lisp s-ekspresyon` a` lòt fòma`"##, + ), + ( + "unknown-fmt", + r##"fòma dosye enkoni"##, + ), + ( + "not-saved", + r##"Kontni sa yo ** pa pral ** dwe sove paske `--save` pa te rele."##, + ), + ( + "dst", + r##"chemen dosye destinasyon"##, + ), + ( + "conv-error", + r##"erè konvèsyon"##, + ), + ], + } } /// Language ID: ht; @@ -5099,32 +6655,40 @@ pub(super) const fn get_ht_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ht_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"kontni an modifye ** pa pral ** dwe sove paske `--v" pa te rele."##), - ("new-value", r##"Nouvo valè"##), - ("invalid-path", r##"chemen dosye valab."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"kontni an modifye ** pa pral ** dwe sove paske `--v" pa te rele."##, + ), + ("new-value", r##"Nouvo valè"##), + ("invalid-path", r##"chemen dosye valab."##), + ], + } } /// Language ID: ht; /// Map name: "set_md"; pub(super) const fn get_ht_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"kontni an modifye ** pa pral ** dwe sove paske `--v" pa te rele."##), - ("new-value", r##"Nouvo valè"##), - ("invalid-path", r##"chemen dosye valab."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"kontni an modifye ** pa pral ** dwe sove paske `--v" pa te rele."##, + ), + ( + "new-value", + r##"Nouvo valè"##, + ), + ( + "invalid-path", + r##"chemen dosye valab."##, + ), + ], + } } /// Language ID: ht; @@ -5139,32 +6703,28 @@ pub(super) const fn get_ht_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ht_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Fòma destinasyon"##), - ("src-fmt", r##"Fòma dosye sous"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Fòma destinasyon"##), + ("src-fmt", r##"Fòma dosye sous"##), + ], + } } /// ht: ht-Latn-HT pub(super) const fn get_ht_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ht_map_conversion), - ("get", get_ht_map_get), - ("set_md", get_ht_map_set_md), - ("set", get_ht_map_set), - ("conversion_md", get_ht_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ht_map_conversion), + ("get", get_ht_map_get), + ("set_md", get_ht_map_set_md), + ("set", get_ht_map_set), + ("conversion_md", get_ht_map_conversion_md), + ], + } } /// Language ID: hu; @@ -5180,26 +6740,41 @@ pub(super) const fn get_ht_map() -> SubLocaleMap { /// ``` pub(super) const fn get_hu_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"A fájl nem érvényes „JSON 1.0” formátum, amely megpróbálja elemezni `JSON5 '..."##), - ("not-included", r##"Ez a bináris ** nem tartalmazza a ** konverziós funkcionalitást a vonatkozó formátumhoz. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"A fájl nem érvényes „JSON 1.0” formátum, amely megpróbálja elemezni `JSON5 '..."##, + ), + ( + "not-included", + r##"Ez a bináris ** nem tartalmazza a ** konverziós funkcionalitást a vonatkozó formátumhoz. Engedélyeznie kell a „Cargo.toml” releváns funkcióját, és újra kell készítenie. -Ha ez a szoftver nem tartalmazza a megfelelő funkciót, kérjük, nyújtson be egy problémát."##), - ("currently-supported", r##"Jelenleg támogatott formátumok listája:"##), - ("unsupported", r##"Nem támogatott formátumkonverzió"##), - ("auto-detection-failed", r##"nem sikerült automatikusan észlelni a formátumot.Kérjük, adja meg manuálisan."##), - ("not-support-deser-sexp", r##"** Még nem támogatott **: A „LISP S-Expression” -ről „más formátumokra” konvertálás"##), - ("unknown-fmt", r##"Ismeretlen fájl formátum"##), - ("not-saved", r##"A következő tartalom ** nem fog menteni, mert a `--save` nem hívták meg."##), - ("dst", r##"célfájl elérési útja"##), - ("conv-error", r##"Konverziós hiba"##), - ], -} +Ha ez a szoftver nem tartalmazza a megfelelő funkciót, kérjük, nyújtson be egy problémát."##, + ), + ( + "currently-supported", + r##"Jelenleg támogatott formátumok listája:"##, + ), + ("unsupported", r##"Nem támogatott formátumkonverzió"##), + ( + "auto-detection-failed", + r##"nem sikerült automatikusan észlelni a formátumot.Kérjük, adja meg manuálisan."##, + ), + ( + "not-support-deser-sexp", + r##"** Még nem támogatott **: A „LISP S-Expression” -ről „más formátumokra” konvertálás"##, + ), + ("unknown-fmt", r##"Ismeretlen fájl formátum"##), + ( + "not-saved", + r##"A következő tartalom ** nem fog menteni, mert a `--save` nem hívták meg."##, + ), + ("dst", r##"célfájl elérési útja"##), + ("conv-error", r##"Konverziós hiba"##), + ], + } } /// Language ID: hu; @@ -5207,26 +6782,53 @@ Ha ez a szoftver nem tartalmazza a megfelelő funkciót, kérjük, nyújtson be /// Description: magyar, Latin, Magyarország; pub(super) const fn get_hu_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"A fájl nem érvényes „JSON 1.0” formátum, amely megpróbálja elemezni `JSON5 '..."##), - ("not-included", r##"Ez a bináris ** nem tartalmazza a ** konverziós funkcionalitást a vonatkozó formátumhoz. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"A fájl nem érvényes „JSON 1.0” formátum, amely megpróbálja elemezni `JSON5 '..."##, + ), + ( + "not-included", + r##"Ez a bináris ** nem tartalmazza a ** konverziós funkcionalitást a vonatkozó formátumhoz. Engedélyeznie kell a „Cargo.toml” releváns funkcióját, és újra kell készítenie. -Ha ez a szoftver nem tartalmazza a megfelelő funkciót, kérjük, nyújtson be egy problémát."##), - ("currently-supported", r##"Jelenleg támogatott formátumok listája:"##), - ("unsupported", r##"Nem támogatott formátumkonverzió"##), - ("auto-detection-failed", r##"nem sikerült automatikusan észlelni a formátumot.Kérjük, adja meg manuálisan."##), - ("not-support-deser-sexp", r##"** Még nem támogatott **: A „LISP S-Expression” -ről „más formátumokra” konvertálás"##), - ("unknown-fmt", r##"Ismeretlen fájl formátum"##), - ("not-saved", r##"A következő tartalom ** nem fog menteni, mert a `--save` nem hívták meg."##), - ("dst", r##"célfájl elérési útja"##), - ("conv-error", r##"Konverziós hiba"##), - ], -} +Ha ez a szoftver nem tartalmazza a megfelelő funkciót, kérjük, nyújtson be egy problémát."##, + ), + ( + "currently-supported", + r##"Jelenleg támogatott formátumok listája:"##, + ), + ( + "unsupported", + r##"Nem támogatott formátumkonverzió"##, + ), + ( + "auto-detection-failed", + r##"nem sikerült automatikusan észlelni a formátumot.Kérjük, adja meg manuálisan."##, + ), + ( + "not-support-deser-sexp", + r##"** Még nem támogatott **: A „LISP S-Expression” -ről „más formátumokra” konvertálás"##, + ), + ( + "unknown-fmt", + r##"Ismeretlen fájl formátum"##, + ), + ( + "not-saved", + r##"A következő tartalom ** nem fog menteni, mert a `--save` nem hívták meg."##, + ), + ( + "dst", + r##"célfájl elérési útja"##, + ), + ( + "conv-error", + r##"Konverziós hiba"##, + ), + ], + } } /// Language ID: hu; @@ -5242,16 +6844,17 @@ pub(super) const fn get_hu_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_hu_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"A módosított tartalom ** nem fog menteni, mert a `--sv` nem hívták meg."##), - ("new-value", r##"új érték"##), - ("invalid-path", r##"Érvénytelen fájl elérési útja."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"A módosított tartalom ** nem fog menteni, mert a `--sv` nem hívták meg."##, + ), + ("new-value", r##"új érték"##), + ("invalid-path", r##"Érvénytelen fájl elérési útja."##), + ], + } } /// Language ID: hu; @@ -5259,16 +6862,23 @@ pub(super) const fn get_hu_map_set() -> L10nMap { /// Description: magyar, Latin, Magyarország; pub(super) const fn get_hu_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"A módosított tartalom ** nem fog menteni, mert a `--sv` nem hívták meg."##), - ("new-value", r##"új érték"##), - ("invalid-path", r##"Érvénytelen fájl elérési útja."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"A módosított tartalom ** nem fog menteni, mert a `--sv` nem hívták meg."##, + ), + ( + "new-value", + r##"új érték"##, + ), + ( + "invalid-path", + r##"Érvénytelen fájl elérési útja."##, + ), + ], + } } /// Language ID: hu; @@ -5284,32 +6894,28 @@ pub(super) const fn get_hu_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_hu_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Célformátum"##), - ("src-fmt", r##"Forrásfájl formátum"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Célformátum"##), + ("src-fmt", r##"Forrásfájl formátum"##), + ], + } } /// hu: magyar, Latin, Magyarország pub(super) const fn get_hu_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_hu_map_conversion), - ("get", get_hu_map_get), - ("set_md", get_hu_map_set_md), - ("set", get_hu_map_set), - ("conversion_md", get_hu_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_hu_map_conversion), + ("get", get_hu_map_get), + ("set_md", get_hu_map_set_md), + ("set", get_hu_map_set), + ("conversion_md", get_hu_map_conversion_md), + ], + } } /// Language ID: hy; @@ -5325,25 +6931,37 @@ pub(super) const fn get_hu_map() -> SubLocaleMap { /// ``` pub(super) const fn get_hy_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** Դեռեւս չի ապահովվում **. «Lisp S-Express» - ից այլ ձեւաչափեր"##), - ("unknown-fmt", r##"Անհայտ ֆայլի ձեւաչափ"##), - ("currently-supported", r##"Ներկայումս օժանդակված ձեւաչափերի ցուցակը."##), - ("auto-detection-failed", r##"Չհաջողվեց ինքնաբերաբար հայտնաբերել ձեւաչափը:Խնդրում ենք նշել ձեռքով:"##), - ("not-included", r##"Այս երկուական ** չի ներառում ** համապատասխան ձեւաչափի փոխարկման ֆունկցիոնալությունը: + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** Դեռեւս չի ապահովվում **. «Lisp S-Express» - ից այլ ձեւաչափեր"##, + ), + ("unknown-fmt", r##"Անհայտ ֆայլի ձեւաչափ"##), + ( + "currently-supported", + r##"Ներկայումս օժանդակված ձեւաչափերի ցուցակը."##, + ), + ( + "auto-detection-failed", + r##"Չհաջողվեց ինքնաբերաբար հայտնաբերել ձեւաչափը:Խնդրում ենք նշել ձեռքով:"##, + ), + ( + "not-included", + r##"Այս երկուական ** չի ներառում ** համապատասխան ձեւաչափի փոխարկման ֆունկցիոնալությունը: Դուք պետք է հնարավորություն ունենաք համապատասխան հատկությունը ձեր «Cargo.toml» եւ վերահաշվարկեք: -Եթե այս ծրագիրը չի պարունակում համապատասխան գործառույթ, խնդրում ենք ներկայացնել մի խնդիր:"##), - ("conv-error", r##"Փոխակերպման սխալ"##), - ("dst", r##"Նպատակային ֆայլի ուղին"##), - ("unsupported", r##"Չօգտագործված ձեւաչափի փոխարկում"##), - ("invalid-json1.0", r##"Ֆայլը վավեր չէ «JSON 1.0` ձեւաչափը, փորձելով վերլուծել« JSON5 »..."##), - ], -} +Եթե այս ծրագիրը չի պարունակում համապատասխան գործառույթ, խնդրում ենք ներկայացնել մի խնդիր:"##, + ), + ("conv-error", r##"Փոխակերպման սխալ"##), + ("dst", r##"Նպատակային ֆայլի ուղին"##), + ("unsupported", r##"Չօգտագործված ձեւաչափի փոխարկում"##), + ( + "invalid-json1.0", + r##"Ֆայլը վավեր չէ «JSON 1.0` ձեւաչափը, փորձելով վերլուծել« JSON5 »..."##, + ), + ], + } } /// Language ID: hy; @@ -5351,25 +6969,49 @@ pub(super) const fn get_hy_map_conversion() -> L10nMap { /// Description: հայերեն, հայկական, Հայաստան; pub(super) const fn get_hy_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** Դեռեւս չի ապահովվում **. «Lisp S-Express» - ից այլ ձեւաչափեր"##), - ("unknown-fmt", r##"Անհայտ ֆայլի ձեւաչափ"##), - ("currently-supported", r##"Ներկայումս օժանդակված ձեւաչափերի ցուցակը."##), - ("auto-detection-failed", r##"Չհաջողվեց ինքնաբերաբար հայտնաբերել ձեւաչափը:Խնդրում ենք նշել ձեռքով:"##), - ("not-included", r##"Այս երկուական ** չի ներառում ** համապատասխան ձեւաչափի փոխարկման ֆունկցիոնալությունը: + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** Դեռեւս չի ապահովվում **. «Lisp S-Express» - ից այլ ձեւաչափեր"##, + ), + ( + "unknown-fmt", + r##"Անհայտ ֆայլի ձեւաչափ"##, + ), + ( + "currently-supported", + r##"Ներկայումս օժանդակված ձեւաչափերի ցուցակը."##, + ), + ( + "auto-detection-failed", + r##"Չհաջողվեց ինքնաբերաբար հայտնաբերել ձեւաչափը:Խնդրում ենք նշել ձեռքով:"##, + ), + ( + "not-included", + r##"Այս երկուական ** չի ներառում ** համապատասխան ձեւաչափի փոխարկման ֆունկցիոնալությունը: Դուք պետք է հնարավորություն ունենաք համապատասխան հատկությունը ձեր «Cargo.toml» եւ վերահաշվարկեք: -Եթե այս ծրագիրը չի պարունակում համապատասխան գործառույթ, խնդրում ենք ներկայացնել մի խնդիր:"##), - ("conv-error", r##"Փոխակերպման սխալ"##), - ("dst", r##"Նպատակային ֆայլի ուղին"##), - ("unsupported", r##"Չօգտագործված ձեւաչափի փոխարկում"##), - ("invalid-json1.0", r##"Ֆայլը վավեր չէ «JSON 1.0` ձեւաչափը, փորձելով վերլուծել« JSON5 »..."##), - ], -} +Եթե այս ծրագիրը չի պարունակում համապատասխան գործառույթ, խնդրում ենք ներկայացնել մի խնդիր:"##, + ), + ( + "conv-error", + r##"Փոխակերպման սխալ"##, + ), + ( + "dst", + r##"Նպատակային ֆայլի ուղին"##, + ), + ( + "unsupported", + r##"Չօգտագործված ձեւաչափի փոխարկում"##, + ), + ( + "invalid-json1.0", + r##"Ֆայլը վավեր չէ «JSON 1.0` ձեւաչափը, փորձելով վերլուծել« JSON5 »..."##, + ), + ], + } } /// Language ID: hy; @@ -5385,16 +7027,17 @@ pub(super) const fn get_hy_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_hy_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Փոփոխված բովանդակությունը ** չի պահվի, քանի որ «--sv» - ը չի կոչվում:"##), - ("new-value", r##"Նոր արժեք"##), - ("invalid-path", r##"Անվավեր ֆայլի ուղին:"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Փոփոխված բովանդակությունը ** չի պահվի, քանի որ «--sv» - ը չի կոչվում:"##, + ), + ("new-value", r##"Նոր արժեք"##), + ("invalid-path", r##"Անվավեր ֆայլի ուղին:"##), + ], + } } /// Language ID: hy; @@ -5402,16 +7045,23 @@ pub(super) const fn get_hy_map_set() -> L10nMap { /// Description: հայերեն, հայկական, Հայաստան; pub(super) const fn get_hy_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Փոփոխված բովանդակությունը ** չի պահվի, քանի որ «--sv» - ը չի կոչվում:"##), - ("new-value", r##"Նոր արժեք"##), - ("invalid-path", r##"Անվավեր ֆայլի ուղին:"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Փոփոխված բովանդակությունը ** չի պահվի, քանի որ «--sv» - ը չի կոչվում:"##, + ), + ( + "new-value", + r##"Նոր արժեք"##, + ), + ( + "invalid-path", + r##"Անվավեր ֆայլի ուղին:"##, + ), + ], + } } /// Language ID: hy; @@ -5427,32 +7077,28 @@ pub(super) const fn get_hy_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_hy_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Նպատակը ձեւաչափ"##), - ("src-fmt", r##"Աղբյուրի ֆայլի ձեւաչափը"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Նպատակը ձեւաչափ"##), + ("src-fmt", r##"Աղբյուրի ֆայլի ձեւաչափը"##), + ], + } } /// hy: հայերեն, հայկական, Հայաստան pub(super) const fn get_hy_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_hy_map_conversion), - ("get", get_hy_map_get), - ("set_md", get_hy_map_set_md), - ("set", get_hy_map_set), - ("conversion_md", get_hy_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_hy_map_conversion), + ("get", get_hy_map_get), + ("set_md", get_hy_map_set_md), + ("set", get_hy_map_set), + ("conversion_md", get_hy_map_conversion_md), + ], + } } /// Language ID: id; @@ -5468,26 +7114,41 @@ pub(super) const fn get_hy_map() -> SubLocaleMap { /// ``` pub(super) const fn get_id_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"file bukan format `json 1.0` yang valid, mencoba mengurai sebagai `json5` ..."##), - ("not-included", r##"Biner ** ini tidak termasuk ** fungsionalitas konversi untuk format yang relevan. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"file bukan format `json 1.0` yang valid, mencoba mengurai sebagai `json5` ..."##, + ), + ( + "not-included", + r##"Biner ** ini tidak termasuk ** fungsionalitas konversi untuk format yang relevan. Anda perlu mengaktifkan fitur yang relevan di `kargo.toml` dan kompilasi ulang. -Jika perangkat lunak ini tidak termasuk fungsionalitas yang sesuai, silakan kirimkan masalah."##), - ("currently-supported", r##"Daftar Format yang Didukung Saat Ini:"##), - ("unsupported", r##"konversi format yang tidak didukung"##), - ("auto-detection-failed", r##"Gagal mendeteksi format secara otomatis.Harap tentukan secara manual."##), - ("not-support-deser-sexp", r##"** Belum didukung **: Mengonversi dari `Lisp S-Expression` ke` format lain`"##), - ("unknown-fmt", r##"format file yang tidak diketahui"##), - ("not-saved", r##"konten berikut ** tidak akan ** disimpan karena `--save` tidak dipanggil."##), - ("dst", r##"jalur file tujuan"##), - ("conv-error", r##"kesalahan konversi"##), - ], -} +Jika perangkat lunak ini tidak termasuk fungsionalitas yang sesuai, silakan kirimkan masalah."##, + ), + ( + "currently-supported", + r##"Daftar Format yang Didukung Saat Ini:"##, + ), + ("unsupported", r##"konversi format yang tidak didukung"##), + ( + "auto-detection-failed", + r##"Gagal mendeteksi format secara otomatis.Harap tentukan secara manual."##, + ), + ( + "not-support-deser-sexp", + r##"** Belum didukung **: Mengonversi dari `Lisp S-Expression` ke` format lain`"##, + ), + ("unknown-fmt", r##"format file yang tidak diketahui"##), + ( + "not-saved", + r##"konten berikut ** tidak akan ** disimpan karena `--save` tidak dipanggil."##, + ), + ("dst", r##"jalur file tujuan"##), + ("conv-error", r##"kesalahan konversi"##), + ], + } } /// Language ID: id; @@ -5495,26 +7156,53 @@ Jika perangkat lunak ini tidak termasuk fungsionalitas yang sesuai, silakan kiri /// Description: Indonesia, Latin, Indonesia; pub(super) const fn get_id_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"file bukan format `json 1.0` yang valid, mencoba mengurai sebagai `json5` ..."##), - ("not-included", r##"Biner ** ini tidak termasuk ** fungsionalitas konversi untuk format yang relevan. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"file bukan format `json 1.0` yang valid, mencoba mengurai sebagai `json5` ..."##, + ), + ( + "not-included", + r##"Biner ** ini tidak termasuk ** fungsionalitas konversi untuk format yang relevan. Anda perlu mengaktifkan fitur yang relevan di `kargo.toml` dan kompilasi ulang. -Jika perangkat lunak ini tidak termasuk fungsionalitas yang sesuai, silakan kirimkan masalah."##), - ("currently-supported", r##"Daftar Format yang Didukung Saat Ini:"##), - ("unsupported", r##"konversi format yang tidak didukung"##), - ("auto-detection-failed", r##"Gagal mendeteksi format secara otomatis.Harap tentukan secara manual."##), - ("not-support-deser-sexp", r##"** Belum didukung **: Mengonversi dari `Lisp S-Expression` ke` format lain`"##), - ("unknown-fmt", r##"format file yang tidak diketahui"##), - ("not-saved", r##"konten berikut ** tidak akan ** disimpan karena `--save` tidak dipanggil."##), - ("dst", r##"jalur file tujuan"##), - ("conv-error", r##"kesalahan konversi"##), - ], -} +Jika perangkat lunak ini tidak termasuk fungsionalitas yang sesuai, silakan kirimkan masalah."##, + ), + ( + "currently-supported", + r##"Daftar Format yang Didukung Saat Ini:"##, + ), + ( + "unsupported", + r##"konversi format yang tidak didukung"##, + ), + ( + "auto-detection-failed", + r##"Gagal mendeteksi format secara otomatis.Harap tentukan secara manual."##, + ), + ( + "not-support-deser-sexp", + r##"** Belum didukung **: Mengonversi dari `Lisp S-Expression` ke` format lain`"##, + ), + ( + "unknown-fmt", + r##"format file yang tidak diketahui"##, + ), + ( + "not-saved", + r##"konten berikut ** tidak akan ** disimpan karena `--save` tidak dipanggil."##, + ), + ( + "dst", + r##"jalur file tujuan"##, + ), + ( + "conv-error", + r##"kesalahan konversi"##, + ), + ], + } } /// Language ID: id; @@ -5530,16 +7218,17 @@ pub(super) const fn get_id_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_id_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"konten yang dimodifikasi ** tidak akan ** disimpan karena `--sv` tidak dipanggil."##), - ("new-value", r##"nilai baru"##), - ("invalid-path", r##"path file tidak valid."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"konten yang dimodifikasi ** tidak akan ** disimpan karena `--sv` tidak dipanggil."##, + ), + ("new-value", r##"nilai baru"##), + ("invalid-path", r##"path file tidak valid."##), + ], + } } /// Language ID: id; @@ -5547,16 +7236,23 @@ pub(super) const fn get_id_map_set() -> L10nMap { /// Description: Indonesia, Latin, Indonesia; pub(super) const fn get_id_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"konten yang dimodifikasi ** tidak akan ** disimpan karena `--sv` tidak dipanggil."##), - ("new-value", r##"nilai baru"##), - ("invalid-path", r##"path file tidak valid."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"konten yang dimodifikasi ** tidak akan ** disimpan karena `--sv` tidak dipanggil."##, + ), + ( + "new-value", + r##"nilai baru"##, + ), + ( + "invalid-path", + r##"path file tidak valid."##, + ), + ], + } } /// Language ID: id; @@ -5572,32 +7268,28 @@ pub(super) const fn get_id_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_id_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format tujuan"##), - ("src-fmt", r##"Format file sumber"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format tujuan"##), + ("src-fmt", r##"Format file sumber"##), + ], + } } /// id: Indonesia, Latin, Indonesia pub(super) const fn get_id_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_id_map_conversion), - ("get", get_id_map_get), - ("set_md", get_id_map_set_md), - ("set", get_id_map_set), - ("conversion_md", get_id_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_id_map_conversion), + ("get", get_id_map_get), + ("set_md", get_id_map_set_md), + ("set", get_id_map_set), + ("conversion_md", get_id_map_conversion_md), + ], + } } /// Language ID: ig; @@ -5613,24 +7305,30 @@ pub(super) const fn get_id_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ig_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 3), - (2, 0), - ], - entries: &[ - ("conv-error", r##"Ntughari njehie"##), - ("not-support-deser-sexp", r##"**Not supported yet**: converting from `Lisp S-Expression` to `other formats`"##), - ("dst", r##"Abinced faịlụ"##), - ("unsupported", r##"Ntughari Usoro akwadoghị"##), - ("auto-detection-failed", r##"Agbalaghị aka ịchọpụta usoro ahụ.Biko jiri aka dee ya."##), - ("currently-supported", r##"Ederede ndepụta aha:"##), - ("not-included", r##"Ọnụọgụ abụọ a na-etinyeghị ** n 'arụmọrụ ntụgharị maka usoro dị mkpa. + key: 12913932095322966823, + disps: &[(0, 3), (2, 0)], + entries: &[ + ("conv-error", r##"Ntughari njehie"##), + ( + "not-support-deser-sexp", + r##"**Not supported yet**: converting from `Lisp S-Expression` to `other formats`"##, + ), + ("dst", r##"Abinced faịlụ"##), + ("unsupported", r##"Ntughari Usoro akwadoghị"##), + ( + "auto-detection-failed", + r##"Agbalaghị aka ịchọpụta usoro ahụ.Biko jiri aka dee ya."##, + ), + ("currently-supported", r##"Ederede ndepụta aha:"##), + ( + "not-included", + r##"Ọnụọgụ abụọ a na-etinyeghị ** n 'arụmọrụ ntụgharị maka usoro dị mkpa. Ikwesiri ime ka njirimara dị mkpa na gị 'Cargo.toml' na recompile. -Ọ bụrụ na ngwanrọ a agunyeghị arụmọrụ kwekọrọ na ya, biko nyefee okwu."##), - ("unknown-fmt", r##"Usoro faịlụ a na-amaghị"##), - ], -} +Ọ bụrụ na ngwanrọ a agunyeghị arụmọrụ kwekọrọ na ya, biko nyefee okwu."##, + ), + ("unknown-fmt", r##"Usoro faịlụ a na-amaghị"##), + ], + } } /// Language ID: ig; @@ -5638,24 +7336,45 @@ Ikwesiri ime ka njirimara dị mkpa na gị 'Cargo.toml' na recompile. /// Description: Igbo, Latin, Naịjịrịa; pub(super) const fn get_ig_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 3), - (2, 0), - ], - entries: &[ - ("conv-error", r##"Ntughari njehie"##), - ("not-support-deser-sexp", r##"**Not supported yet**: converting from `Lisp S-Expression` to `other formats`"##), - ("dst", r##"Abinced faịlụ"##), - ("unsupported", r##"Ntughari Usoro akwadoghị"##), - ("auto-detection-failed", r##"Agbalaghị aka ịchọpụta usoro ahụ.Biko jiri aka dee ya."##), - ("currently-supported", r##"Ederede ndepụta aha:"##), - ("not-included", r##"Ọnụọgụ abụọ a na-etinyeghị ** n 'arụmọrụ ntụgharị maka usoro dị mkpa. + key: 12913932095322966823, + disps: &[(0, 3), (2, 0)], + entries: &[ + ( + "conv-error", + r##"Ntughari njehie"##, + ), + ( + "not-support-deser-sexp", + r##"**Not supported yet**: converting from `Lisp S-Expression` to `other formats`"##, + ), + ( + "dst", + r##"Abinced faịlụ"##, + ), + ( + "unsupported", + r##"Ntughari Usoro akwadoghị"##, + ), + ( + "auto-detection-failed", + r##"Agbalaghị aka ịchọpụta usoro ahụ.Biko jiri aka dee ya."##, + ), + ( + "currently-supported", + r##"Ederede ndepụta aha:"##, + ), + ( + "not-included", + r##"Ọnụọgụ abụọ a na-etinyeghị ** n 'arụmọrụ ntụgharị maka usoro dị mkpa. Ikwesiri ime ka njirimara dị mkpa na gị 'Cargo.toml' na recompile. -Ọ bụrụ na ngwanrọ a agunyeghị arụmọrụ kwekọrọ na ya, biko nyefee okwu."##), - ("unknown-fmt", r##"Usoro faịlụ a na-amaghị"##), - ], -} +Ọ bụrụ na ngwanrọ a agunyeghị arụmọrụ kwekọrọ na ya, biko nyefee okwu."##, + ), + ( + "unknown-fmt", + r##"Usoro faịlụ a na-amaghị"##, + ), + ], + } } /// Language ID: ig; @@ -5671,16 +7390,17 @@ pub(super) const fn get_ig_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ig_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Agaghị echekwa ọdịnaya ***** Azoputaghi n'ihi na aghi."##), - ("new-value", r##"Uru ọhụrụ"##), - ("invalid-path", r##"Forthzọ faịlụ ezighi ezi."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Agaghị echekwa ọdịnaya ***** Azoputaghi n'ihi na aghi."##, + ), + ("new-value", r##"Uru ọhụrụ"##), + ("invalid-path", r##"Forthzọ faịlụ ezighi ezi."##), + ], + } } /// Language ID: ig; @@ -5688,16 +7408,23 @@ pub(super) const fn get_ig_map_set() -> L10nMap { /// Description: Igbo, Latin, Naịjịrịa; pub(super) const fn get_ig_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Agaghị echekwa ọdịnaya ***** Azoputaghi n'ihi na aghi."##), - ("new-value", r##"Uru ọhụrụ"##), - ("invalid-path", r##"Forthzọ faịlụ ezighi ezi."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Agaghị echekwa ọdịnaya ***** Azoputaghi n'ihi na aghi."##, + ), + ( + "new-value", + r##"Uru ọhụrụ"##, + ), + ( + "invalid-path", + r##"Forthzọ faịlụ ezighi ezi."##, + ), + ], + } } /// Language ID: ig; @@ -5713,32 +7440,28 @@ pub(super) const fn get_ig_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ig_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Usoro ị ga-aga"##), - ("src-fmt", r##"Usoro faili faịlụ"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Usoro ị ga-aga"##), + ("src-fmt", r##"Usoro faili faịlụ"##), + ], + } } /// ig: Igbo, Latin, Naịjịrịa pub(super) const fn get_ig_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ig_map_conversion), - ("get", get_ig_map_get), - ("set_md", get_ig_map_set_md), - ("set", get_ig_map_set), - ("conversion_md", get_ig_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ig_map_conversion), + ("get", get_ig_map_get), + ("set_md", get_ig_map_set_md), + ("set", get_ig_map_set), + ("conversion_md", get_ig_map_conversion_md), + ], + } } /// Language ID: is; @@ -5754,26 +7477,38 @@ pub(super) const fn get_ig_map() -> SubLocaleMap { /// ``` pub(super) const fn get_is_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Skráin er ekki gilt `json 1.0` snið, að reyna að flokka sem `json5` ..."##), - ("not-included", r##"Þessi tvöfaldur ** felur ekki í sér ** umbreytingarvirkni fyrir viðkomandi snið. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Skráin er ekki gilt `json 1.0` snið, að reyna að flokka sem `json5` ..."##, + ), + ( + "not-included", + r##"Þessi tvöfaldur ** felur ekki í sér ** umbreytingarvirkni fyrir viðkomandi snið. Þú verður að virkja viðeigandi eiginleika í `Cargo.Toml` og Rethopile. -Ef þessi hugbúnaður felur ekki í sér samsvarandi virkni, vinsamlegast sendu mál."##), - ("currently-supported", r##"Nú er studdur sniðslisti:"##), - ("unsupported", r##"Óstudd umbreyting á sniði"##), - ("auto-detection-failed", r##"tókst ekki að greina sniðið sjálfkrafa.Vinsamlegast tilgreindu handvirkt."##), - ("not-support-deser-sexp", r##"** Ekki studd enn **: umbreyta úr `lisp s-expression` í` önnur snið`"##), - ("unknown-fmt", r##"Óþekkt skráarsnið"##), - ("not-saved", r##"Eftirfarandi efni ** verður ekki ** vistað vegna þess að `--save` var ekki kallað."##), - ("dst", r##"Destination File Path"##), - ("conv-error", r##"umbreytingarvilla"##), - ], -} +Ef þessi hugbúnaður felur ekki í sér samsvarandi virkni, vinsamlegast sendu mál."##, + ), + ("currently-supported", r##"Nú er studdur sniðslisti:"##), + ("unsupported", r##"Óstudd umbreyting á sniði"##), + ( + "auto-detection-failed", + r##"tókst ekki að greina sniðið sjálfkrafa.Vinsamlegast tilgreindu handvirkt."##, + ), + ( + "not-support-deser-sexp", + r##"** Ekki studd enn **: umbreyta úr `lisp s-expression` í` önnur snið`"##, + ), + ("unknown-fmt", r##"Óþekkt skráarsnið"##), + ( + "not-saved", + r##"Eftirfarandi efni ** verður ekki ** vistað vegna þess að `--save` var ekki kallað."##, + ), + ("dst", r##"Destination File Path"##), + ("conv-error", r##"umbreytingarvilla"##), + ], + } } /// Language ID: is; @@ -5781,26 +7516,53 @@ Ef þessi hugbúnaður felur ekki í sér samsvarandi virkni, vinsamlegast sendu /// Description: íslenska, latneskt, Ísland; pub(super) const fn get_is_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Skráin er ekki gilt `json 1.0` snið, að reyna að flokka sem `json5` ..."##), - ("not-included", r##"Þessi tvöfaldur ** felur ekki í sér ** umbreytingarvirkni fyrir viðkomandi snið. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Skráin er ekki gilt `json 1.0` snið, að reyna að flokka sem `json5` ..."##, + ), + ( + "not-included", + r##"Þessi tvöfaldur ** felur ekki í sér ** umbreytingarvirkni fyrir viðkomandi snið. Þú verður að virkja viðeigandi eiginleika í `Cargo.Toml` og Rethopile. -Ef þessi hugbúnaður felur ekki í sér samsvarandi virkni, vinsamlegast sendu mál."##), - ("currently-supported", r##"Nú er studdur sniðslisti:"##), - ("unsupported", r##"Óstudd umbreyting á sniði"##), - ("auto-detection-failed", r##"tókst ekki að greina sniðið sjálfkrafa.Vinsamlegast tilgreindu handvirkt."##), - ("not-support-deser-sexp", r##"** Ekki studd enn **: umbreyta úr `lisp s-expression` í` önnur snið`"##), - ("unknown-fmt", r##"Óþekkt skráarsnið"##), - ("not-saved", r##"Eftirfarandi efni ** verður ekki ** vistað vegna þess að `--save` var ekki kallað."##), - ("dst", r##"Destination File Path"##), - ("conv-error", r##"umbreytingarvilla"##), - ], -} +Ef þessi hugbúnaður felur ekki í sér samsvarandi virkni, vinsamlegast sendu mál."##, + ), + ( + "currently-supported", + r##"Nú er studdur sniðslisti:"##, + ), + ( + "unsupported", + r##"Óstudd umbreyting á sniði"##, + ), + ( + "auto-detection-failed", + r##"tókst ekki að greina sniðið sjálfkrafa.Vinsamlegast tilgreindu handvirkt."##, + ), + ( + "not-support-deser-sexp", + r##"** Ekki studd enn **: umbreyta úr `lisp s-expression` í` önnur snið`"##, + ), + ( + "unknown-fmt", + r##"Óþekkt skráarsnið"##, + ), + ( + "not-saved", + r##"Eftirfarandi efni ** verður ekki ** vistað vegna þess að `--save` var ekki kallað."##, + ), + ( + "dst", + r##"Destination File Path"##, + ), + ( + "conv-error", + r##"umbreytingarvilla"##, + ), + ], + } } /// Language ID: is; @@ -5816,16 +7578,17 @@ pub(super) const fn get_is_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_is_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Breytt efni ** verður ekki ** vistað vegna þess að `--sv` var ekki kallað."##), - ("new-value", r##"nýtt gildi"##), - ("invalid-path", r##"Ógild skráarslóð."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Breytt efni ** verður ekki ** vistað vegna þess að `--sv` var ekki kallað."##, + ), + ("new-value", r##"nýtt gildi"##), + ("invalid-path", r##"Ógild skráarslóð."##), + ], + } } /// Language ID: is; @@ -5833,16 +7596,23 @@ pub(super) const fn get_is_map_set() -> L10nMap { /// Description: íslenska, latneskt, Ísland; pub(super) const fn get_is_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Breytt efni ** verður ekki ** vistað vegna þess að `--sv` var ekki kallað."##), - ("new-value", r##"nýtt gildi"##), - ("invalid-path", r##"Ógild skráarslóð."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Breytt efni ** verður ekki ** vistað vegna þess að `--sv` var ekki kallað."##, + ), + ( + "new-value", + r##"nýtt gildi"##, + ), + ( + "invalid-path", + r##"Ógild skráarslóð."##, + ), + ], + } } /// Language ID: is; @@ -5858,32 +7628,28 @@ pub(super) const fn get_is_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_is_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Áfangastað"##), - ("src-fmt", r##"Upprunalega skráarsnið"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Áfangastað"##), + ("src-fmt", r##"Upprunalega skráarsnið"##), + ], + } } /// is: íslenska, latneskt, Ísland pub(super) const fn get_is_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_is_map_conversion), - ("get", get_is_map_get), - ("set_md", get_is_map_set_md), - ("set", get_is_map_set), - ("conversion_md", get_is_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_is_map_conversion), + ("get", get_is_map_get), + ("set_md", get_is_map_set_md), + ("set", get_is_map_set), + ("conversion_md", get_is_map_conversion_md), + ], + } } /// Language ID: it; @@ -5899,26 +7665,41 @@ pub(super) const fn get_is_map() -> SubLocaleMap { /// ``` pub(super) const fn get_it_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Il file non è un formato `json 1.0` valido, cercando di analizzare come `json5` ..."##), - ("not-included", r##"Questo binario ** non include ** la funzionalità di conversione per il formato pertinente. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Il file non è un formato `json 1.0` valido, cercando di analizzare come `json5` ..."##, + ), + ( + "not-included", + r##"Questo binario ** non include ** la funzionalità di conversione per il formato pertinente. È necessario abilitare la funzione pertinente nel tuo `Cargo.toml` e ricompilare. -Se questo software non include la funzionalità corrispondente, si prega di inviare un problema."##), - ("currently-supported", r##"Elenco dei formati attualmente supportati:"##), - ("unsupported", r##"conversione del formato non supportato"##), - ("auto-detection-failed", r##"Impossibile rilevare automaticamente il formato.Si prega di specificare manualmente."##), - ("not-support-deser-sexp", r##"** Non ancora supportato **: conversione da `lisp s-espression` in` altri formati`"##), - ("unknown-fmt", r##"formato di file sconosciuto"##), - ("not-saved", r##"Il seguente contenuto ** non verrà risparmiato perché `--save` non è stato chiamato."##), - ("dst", r##"percorso del file di destinazione"##), - ("conv-error", r##"Errore di conversione"##), - ], -} +Se questo software non include la funzionalità corrispondente, si prega di inviare un problema."##, + ), + ( + "currently-supported", + r##"Elenco dei formati attualmente supportati:"##, + ), + ("unsupported", r##"conversione del formato non supportato"##), + ( + "auto-detection-failed", + r##"Impossibile rilevare automaticamente il formato.Si prega di specificare manualmente."##, + ), + ( + "not-support-deser-sexp", + r##"** Non ancora supportato **: conversione da `lisp s-espression` in` altri formati`"##, + ), + ("unknown-fmt", r##"formato di file sconosciuto"##), + ( + "not-saved", + r##"Il seguente contenuto ** non verrà risparmiato perché `--save` non è stato chiamato."##, + ), + ("dst", r##"percorso del file di destinazione"##), + ("conv-error", r##"Errore di conversione"##), + ], + } } /// Language ID: it; @@ -5926,26 +7707,53 @@ Se questo software non include la funzionalità corrispondente, si prega di invi /// Description: italiano, latino, Italia; pub(super) const fn get_it_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Il file non è un formato `json 1.0` valido, cercando di analizzare come `json5` ..."##), - ("not-included", r##"Questo binario ** non include ** la funzionalità di conversione per il formato pertinente. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Il file non è un formato `json 1.0` valido, cercando di analizzare come `json5` ..."##, + ), + ( + "not-included", + r##"Questo binario ** non include ** la funzionalità di conversione per il formato pertinente. È necessario abilitare la funzione pertinente nel tuo `Cargo.toml` e ricompilare. -Se questo software non include la funzionalità corrispondente, si prega di inviare un problema."##), - ("currently-supported", r##"Elenco dei formati attualmente supportati:"##), - ("unsupported", r##"conversione del formato non supportato"##), - ("auto-detection-failed", r##"Impossibile rilevare automaticamente il formato.Si prega di specificare manualmente."##), - ("not-support-deser-sexp", r##"** Non ancora supportato **: conversione da `lisp s-espression` in` altri formati`"##), - ("unknown-fmt", r##"formato di file sconosciuto"##), - ("not-saved", r##"Il seguente contenuto ** non verrà risparmiato perché `--save` non è stato chiamato."##), - ("dst", r##"percorso del file di destinazione"##), - ("conv-error", r##"Errore di conversione"##), - ], -} +Se questo software non include la funzionalità corrispondente, si prega di inviare un problema."##, + ), + ( + "currently-supported", + r##"Elenco dei formati attualmente supportati:"##, + ), + ( + "unsupported", + r##"conversione del formato non supportato"##, + ), + ( + "auto-detection-failed", + r##"Impossibile rilevare automaticamente il formato.Si prega di specificare manualmente."##, + ), + ( + "not-support-deser-sexp", + r##"** Non ancora supportato **: conversione da `lisp s-espression` in` altri formati`"##, + ), + ( + "unknown-fmt", + r##"formato di file sconosciuto"##, + ), + ( + "not-saved", + r##"Il seguente contenuto ** non verrà risparmiato perché `--save` non è stato chiamato."##, + ), + ( + "dst", + r##"percorso del file di destinazione"##, + ), + ( + "conv-error", + r##"Errore di conversione"##, + ), + ], + } } /// Language ID: it; @@ -5961,16 +7769,17 @@ pub(super) const fn get_it_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_it_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Il contenuto modificato ** non verrà salvato ** perché `--sv` non è stato chiamato."##), - ("new-value", r##"Nuovo valore"##), - ("invalid-path", r##"Percorso del file non valido."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Il contenuto modificato ** non verrà salvato ** perché `--sv` non è stato chiamato."##, + ), + ("new-value", r##"Nuovo valore"##), + ("invalid-path", r##"Percorso del file non valido."##), + ], + } } /// Language ID: it; @@ -5978,16 +7787,23 @@ pub(super) const fn get_it_map_set() -> L10nMap { /// Description: italiano, latino, Italia; pub(super) const fn get_it_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Il contenuto modificato ** non verrà salvato ** perché `--sv` non è stato chiamato."##), - ("new-value", r##"Nuovo valore"##), - ("invalid-path", r##"Percorso del file non valido."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Il contenuto modificato ** non verrà salvato ** perché `--sv` non è stato chiamato."##, + ), + ( + "new-value", + r##"Nuovo valore"##, + ), + ( + "invalid-path", + r##"Percorso del file non valido."##, + ), + ], + } } /// Language ID: it; @@ -6003,32 +7819,28 @@ pub(super) const fn get_it_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_it_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Formato di destinazione"##), - ("src-fmt", r##"Formato del file di origine"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Formato di destinazione"##), + ("src-fmt", r##"Formato del file di origine"##), + ], + } } /// it: italiano, latino, Italia pub(super) const fn get_it_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_it_map_conversion), - ("get", get_it_map_get), - ("set_md", get_it_map_set_md), - ("set", get_it_map_set), - ("conversion_md", get_it_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_it_map_conversion), + ("get", get_it_map_get), + ("set_md", get_it_map_set_md), + ("set", get_it_map_set), + ("conversion_md", get_it_map_conversion_md), + ], + } } /// Language ID: ja; @@ -6044,26 +7856,41 @@ pub(super) const fn get_it_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ja_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"ファイルが `json 1.0` 形式ではありません。`json5`形式として解析を試みています..."##), - ("not-included", r##"このバイナリには、関連する形式の変換機能が**含まれていません**。 + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"ファイルが `json 1.0` 形式ではありません。`json5`形式として解析を試みています..."##, + ), + ( + "not-included", + r##"このバイナリには、関連する形式の変換機能が**含まれていません**。 関連する機能を `Cargo.toml` で有効にし、再コンパイルする必要があります。 -このソフトウェアに関連機能が含まれていない場合、問題を報告してください。"##), - ("currently-supported", r##"現在サポートされているフォーマット"##), - ("unsupported", r##"未対応の形式変換"##), - ("auto-detection-failed", r##"自動フォーマット検出が失敗しました。手動で指定してください。"##), - ("not-support-deser-sexp", r##"`Lisp S-Expression` を他の形式に変換することは現在サポートされていません。"##), - ("unknown-fmt", r##"不明なファイル形式"##), - ("not-saved", r##"`--save`が呼び出されなかったため、以下の内容は**保存されません**:"##), - ("dst", r##"出力ファイルパス"##), - ("conv-error", r##"変換エラー"##), - ], -} +このソフトウェアに関連機能が含まれていない場合、問題を報告してください。"##, + ), + ( + "currently-supported", + r##"現在サポートされているフォーマット"##, + ), + ("unsupported", r##"未対応の形式変換"##), + ( + "auto-detection-failed", + r##"自動フォーマット検出が失敗しました。手動で指定してください。"##, + ), + ( + "not-support-deser-sexp", + r##"`Lisp S-Expression` を他の形式に変換することは現在サポートされていません。"##, + ), + ("unknown-fmt", r##"不明なファイル形式"##), + ( + "not-saved", + r##"`--save`が呼び出されなかったため、以下の内容は**保存されません**:"##, + ), + ("dst", r##"出力ファイルパス"##), + ("conv-error", r##"変換エラー"##), + ], + } } /// Language ID: ja; @@ -6071,26 +7898,53 @@ pub(super) const fn get_ja_map_conversion() -> L10nMap { /// Description: 日本語, 日本語の文字, 日本; pub(super) const fn get_ja_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"ファイルが `json 1.0` 形式ではありません。`json5`形式として解析を試みています..."##), - ("not-included", r##"このバイナリには、関連する形式の変換機能が**含まれていません**。 + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"ファイルが `json 1.0` 形式ではありません。`json5`形式として解析を試みています..."##, + ), + ( + "not-included", + r##"このバイナリには、関連する形式の変換機能が**含まれていません**。 関連する機能を `Cargo.toml` で有効にし、再コンパイルする必要があります。 -このソフトウェアに関連機能が含まれていない場合、問題を報告してください。"##), - ("currently-supported", r##"現在サポートされているフォーマット"##), - ("unsupported", r##"未対応の形式変換"##), - ("auto-detection-failed", r##"自動フォーマット検出が失敗しました。手動で指定してください。"##), - ("not-support-deser-sexp", r##"`Lisp S-Expression` を他の形式に変換することは現在サポートされていません。"##), - ("unknown-fmt", r##"不明なファイル形式"##), - ("not-saved", r##"`--save`が呼び出されなかったため、以下の内容は**保存されません**:"##), - ("dst", r##"出力ファイルパス"##), - ("conv-error", r##"変換エラー"##), - ], -} +このソフトウェアに関連機能が含まれていない場合、問題を報告してください。"##, + ), + ( + "currently-supported", + r##"現在サポートされているフォーマット"##, + ), + ( + "unsupported", + r##"未対応の形式変換"##, + ), + ( + "auto-detection-failed", + r##"自動フォーマット検出が失敗しました。手動で指定してください。"##, + ), + ( + "not-support-deser-sexp", + r##"`Lisp S-Expression` を他の形式に変換することは現在サポートされていません。"##, + ), + ( + "unknown-fmt", + r##"不明なファイル形式"##, + ), + ( + "not-saved", + r##"`--save`が呼び出されなかったため、以下の内容は**保存されません**:"##, + ), + ( + "dst", + r##"出力ファイルパス"##, + ), + ( + "conv-error", + r##"変換エラー"##, + ), + ], + } } /// Language ID: ja; @@ -6106,15 +7960,10 @@ pub(super) const fn get_ja_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ja_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"出力形式"##), - ("src-fmt", r##"ソース形式"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[("dst-fmt", r##"出力形式"##), ("src-fmt", r##"ソース形式"##)], + } } /// Language ID: ja; @@ -6130,17 +7979,18 @@ pub(super) const fn get_ja_map_get() -> L10nMap { /// ``` pub(super) const fn get_ja_map_set() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"無効なファイルパス"##), - ("new-value", r##"新しい値"##), - ("unsave-warn", r##"`--save`が呼び出されなかったため、変更内容は**保存されません**。"##), - ("type", r##"型"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ("invalid-path", r##"無効なファイルパス"##), + ("new-value", r##"新しい値"##), + ( + "unsave-warn", + r##"`--save`が呼び出されなかったため、変更内容は**保存されません**。"##, + ), + ("type", r##"型"##), + ], + } } /// Language ID: ja; @@ -6148,34 +7998,39 @@ pub(super) const fn get_ja_map_set() -> L10nMap { /// Description: 日本語, 日本語の文字, 日本; pub(super) const fn get_ja_map_set_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"無効なファイルパス"##), - ("new-value", r##"新しい値"##), - ("unsave-warn", r##"`--save`が呼び出されなかったため、変更内容は**保存されません**。"##), - ("type", r##"型"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ( + "invalid-path", + r##"無効なファイルパス"##, + ), + ( + "new-value", + r##"新しい値"##, + ), + ( + "unsave-warn", + r##"`--save`が呼び出されなかったため、変更内容は**保存されません**。"##, + ), + ("type", r##"型"##), + ], + } } /// ja: 日本語, 日本語の文字, 日本 pub(super) const fn get_ja_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ja_map_conversion), - ("get", get_ja_map_get), - ("set_md", get_ja_map_set_md), - ("set", get_ja_map_set), - ("conversion_md", get_ja_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ja_map_conversion), + ("get", get_ja_map_get), + ("set_md", get_ja_map_set_md), + ("set", get_ja_map_set), + ("conversion_md", get_ja_map_conversion_md), + ], + } } /// Language ID: jw; @@ -6190,50 +8045,83 @@ pub(super) const fn get_ja_map() -> SubLocaleMap { /// ``` pub(super) const fn get_jw_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** Ora Didhukung **: Ngonversi saka `lisp s-expression` to` Format liyane"##), - ("unknown-fmt", r##"Formulir file sing ora dingerteni"##), - ("currently-supported", r##"Daftar Format sing didhukung:"##), - ("auto-detection-failed", r##"Gagal kanthi otomatis ndeteksi format kasebut.Mangga nemtokake kanthi manual."##), - ("not-included", r##"BINARI BINARI iki ora kalebu ** fungsionalitas konversi kanggo format sing gegandhengan. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** Ora Didhukung **: Ngonversi saka `lisp s-expression` to` Format liyane"##, + ), + ("unknown-fmt", r##"Formulir file sing ora dingerteni"##), + ("currently-supported", r##"Daftar Format sing didhukung:"##), + ( + "auto-detection-failed", + r##"Gagal kanthi otomatis ndeteksi format kasebut.Mangga nemtokake kanthi manual."##, + ), + ( + "not-included", + r##"BINARI BINARI iki ora kalebu ** fungsionalitas konversi kanggo format sing gegandhengan. Sampeyan kudu ngaktifake fitur sing relevan ing 'kargotom sampeyan lan mbalek maneh. -Yen piranti lunak iki ora kalebu fungsi sing cocog, kirimake masalah."##), - ("conv-error", r##"Konversi Kesalahan"##), - ("dst", r##"Jalur file tujuan"##), - ("unsupported", r##"konversi format sing ora didhukung"##), - ("invalid-json1.0", r##"File dudu format dudu sing bener `Json 1.0`, nyoba parse minangka ... json5`"##), - ], -} +Yen piranti lunak iki ora kalebu fungsi sing cocog, kirimake masalah."##, + ), + ("conv-error", r##"Konversi Kesalahan"##), + ("dst", r##"Jalur file tujuan"##), + ("unsupported", r##"konversi format sing ora didhukung"##), + ( + "invalid-json1.0", + r##"File dudu format dudu sing bener `Json 1.0`, nyoba parse minangka ... json5`"##, + ), + ], + } } /// Language ID: jw; /// Map name: "conversion_md"; pub(super) const fn get_jw_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** Ora Didhukung **: Ngonversi saka `lisp s-expression` to` Format liyane"##), - ("unknown-fmt", r##"Formulir file sing ora dingerteni"##), - ("currently-supported", r##"Daftar Format sing didhukung:"##), - ("auto-detection-failed", r##"Gagal kanthi otomatis ndeteksi format kasebut.Mangga nemtokake kanthi manual."##), - ("not-included", r##"BINARI BINARI iki ora kalebu ** fungsionalitas konversi kanggo format sing gegandhengan. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** Ora Didhukung **: Ngonversi saka `lisp s-expression` to` Format liyane"##, + ), + ( + "unknown-fmt", + r##"Formulir file sing ora dingerteni"##, + ), + ( + "currently-supported", + r##"Daftar Format sing didhukung:"##, + ), + ( + "auto-detection-failed", + r##"Gagal kanthi otomatis ndeteksi format kasebut.Mangga nemtokake kanthi manual."##, + ), + ( + "not-included", + r##"BINARI BINARI iki ora kalebu ** fungsionalitas konversi kanggo format sing gegandhengan. Sampeyan kudu ngaktifake fitur sing relevan ing 'kargotom sampeyan lan mbalek maneh. -Yen piranti lunak iki ora kalebu fungsi sing cocog, kirimake masalah."##), - ("conv-error", r##"Konversi Kesalahan"##), - ("dst", r##"Jalur file tujuan"##), - ("unsupported", r##"konversi format sing ora didhukung"##), - ("invalid-json1.0", r##"File dudu format dudu sing bener `Json 1.0`, nyoba parse minangka ... json5`"##), - ], -} +Yen piranti lunak iki ora kalebu fungsi sing cocog, kirimake masalah."##, + ), + ( + "conv-error", + r##"Konversi Kesalahan"##, + ), + ( + "dst", + r##"Jalur file tujuan"##, + ), + ( + "unsupported", + r##"konversi format sing ora didhukung"##, + ), + ( + "invalid-json1.0", + r##"File dudu format dudu sing bener `Json 1.0`, nyoba parse minangka ... json5`"##, + ), + ], + } } /// Language ID: jw; @@ -6248,32 +8136,40 @@ pub(super) const fn get_jw_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_jw_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Konten sing wis diowahi ** Dadi ** disimpen amarga `--sv` ora diarani."##), - ("new-value", r##"Nilai Anyar"##), - ("invalid-path", r##"Dalan file sing ora bener."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Konten sing wis diowahi ** Dadi ** disimpen amarga `--sv` ora diarani."##, + ), + ("new-value", r##"Nilai Anyar"##), + ("invalid-path", r##"Dalan file sing ora bener."##), + ], + } } /// Language ID: jw; /// Map name: "set_md"; pub(super) const fn get_jw_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Konten sing wis diowahi ** Dadi ** disimpen amarga `--sv` ora diarani."##), - ("new-value", r##"Nilai Anyar"##), - ("invalid-path", r##"Dalan file sing ora bener."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Konten sing wis diowahi ** Dadi ** disimpen amarga `--sv` ora diarani."##, + ), + ( + "new-value", + r##"Nilai Anyar"##, + ), + ( + "invalid-path", + r##"Dalan file sing ora bener."##, + ), + ], + } } /// Language ID: jw; @@ -6288,32 +8184,28 @@ pub(super) const fn get_jw_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_jw_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format tujuan"##), - ("src-fmt", r##"Format File Sumber"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format tujuan"##), + ("src-fmt", r##"Format File Sumber"##), + ], + } } /// jw: jw-Latn-ID pub(super) const fn get_jw_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_jw_map_conversion), - ("get", get_jw_map_get), - ("set_md", get_jw_map_set_md), - ("set", get_jw_map_set), - ("conversion_md", get_jw_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_jw_map_conversion), + ("get", get_jw_map_get), + ("set_md", get_jw_map_set_md), + ("set", get_jw_map_set), + ("conversion_md", get_jw_map_conversion_md), + ], + } } /// Language ID: ka; @@ -6329,24 +8221,33 @@ pub(super) const fn get_jw_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ka_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (5, 0), - ], - entries: &[ - ("conv-error", r##"კონვერტაციის შეცდომა"##), - ("unknown-fmt", r##"უცნობი ფაილის ფორმატი"##), - ("auto-detection-failed", r##"ვერ მოხერხდა ფორმატის ავტომატურად გამოვლენა.გთხოვთ მიუთითოთ ხელით."##), - ("currently-supported", r##"ამჟამად მხარდაჭერილი ფორმატების სია:"##), - ("dst", r##"დანიშნულების ფაილის გზა"##), - ("unsupported", r##"დაუსაბუთებელი ფორმატის კონვერტაცია"##), - ("not-included", r##"ეს ორობითი ** არ შეიცავს ** კონვერტაციის ფუნქციონირებას შესაბამისი ფორმატისთვის. + key: 12913932095322966823, + disps: &[(0, 5), (5, 0)], + entries: &[ + ("conv-error", r##"კონვერტაციის შეცდომა"##), + ("unknown-fmt", r##"უცნობი ფაილის ფორმატი"##), + ( + "auto-detection-failed", + r##"ვერ მოხერხდა ფორმატის ავტომატურად გამოვლენა.გთხოვთ მიუთითოთ ხელით."##, + ), + ( + "currently-supported", + r##"ამჟამად მხარდაჭერილი ფორმატების სია:"##, + ), + ("dst", r##"დანიშნულების ფაილის გზა"##), + ("unsupported", r##"დაუსაბუთებელი ფორმატის კონვერტაცია"##), + ( + "not-included", + r##"ეს ორობითი ** არ შეიცავს ** კონვერტაციის ფუნქციონირებას შესაბამისი ფორმატისთვის. თქვენ უნდა ჩართოთ შესაბამისი ფუნქცია თქვენს `Cargo.toml` და ანაზღაურება. -თუ ეს პროგრამა არ შეიცავს შესაბამის ფუნქციონირებას, გთხოვთ, წარუდგინოთ საკითხი."##), - ("not-saved", r##"შემდეგი შინაარსი ** არ შეინახება, რადგან `--save` არ დაურეკეს."##), - ], -} +თუ ეს პროგრამა არ შეიცავს შესაბამის ფუნქციონირებას, გთხოვთ, წარუდგინოთ საკითხი."##, + ), + ( + "not-saved", + r##"შემდეგი შინაარსი ** არ შეინახება, რადგან `--save` არ დაურეკეს."##, + ), + ], + } } /// Language ID: ka; @@ -6354,24 +8255,45 @@ pub(super) const fn get_ka_map_conversion() -> L10nMap { /// Description: ქართული, ქართული, საქართველო; pub(super) const fn get_ka_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 5), - (5, 0), - ], - entries: &[ - ("conv-error", r##"კონვერტაციის შეცდომა"##), - ("unknown-fmt", r##"უცნობი ფაილის ფორმატი"##), - ("auto-detection-failed", r##"ვერ მოხერხდა ფორმატის ავტომატურად გამოვლენა.გთხოვთ მიუთითოთ ხელით."##), - ("currently-supported", r##"ამჟამად მხარდაჭერილი ფორმატების სია:"##), - ("dst", r##"დანიშნულების ფაილის გზა"##), - ("unsupported", r##"დაუსაბუთებელი ფორმატის კონვერტაცია"##), - ("not-included", r##"ეს ორობითი ** არ შეიცავს ** კონვერტაციის ფუნქციონირებას შესაბამისი ფორმატისთვის. + key: 12913932095322966823, + disps: &[(0, 5), (5, 0)], + entries: &[ + ( + "conv-error", + r##"კონვერტაციის შეცდომა"##, + ), + ( + "unknown-fmt", + r##"უცნობი ფაილის ფორმატი"##, + ), + ( + "auto-detection-failed", + r##"ვერ მოხერხდა ფორმატის ავტომატურად გამოვლენა.გთხოვთ მიუთითოთ ხელით."##, + ), + ( + "currently-supported", + r##"ამჟამად მხარდაჭერილი ფორმატების სია:"##, + ), + ( + "dst", + r##"დანიშნულების ფაილის გზა"##, + ), + ( + "unsupported", + r##"დაუსაბუთებელი ფორმატის კონვერტაცია"##, + ), + ( + "not-included", + r##"ეს ორობითი ** არ შეიცავს ** კონვერტაციის ფუნქციონირებას შესაბამისი ფორმატისთვის. თქვენ უნდა ჩართოთ შესაბამისი ფუნქცია თქვენს `Cargo.toml` და ანაზღაურება. -თუ ეს პროგრამა არ შეიცავს შესაბამის ფუნქციონირებას, გთხოვთ, წარუდგინოთ საკითხი."##), - ("not-saved", r##"შემდეგი შინაარსი ** არ შეინახება, რადგან `--save` არ დაურეკეს."##), - ], -} +თუ ეს პროგრამა არ შეიცავს შესაბამის ფუნქციონირებას, გთხოვთ, წარუდგინოთ საკითხი."##, + ), + ( + "not-saved", + r##"შემდეგი შინაარსი ** არ შეინახება, რადგან `--save` არ დაურეკეს."##, + ), + ], + } } /// Language ID: ka; @@ -6387,16 +8309,17 @@ pub(super) const fn get_ka_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ka_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"შეცვლილი შინაარსი ** არ შეინახება, რადგან `–-sv` არ დაურეკეს."##), - ("new-value", r##"ახალი მნიშვნელობა"##), - ("invalid-path", r##"არასწორი ფაილის გზა."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"შეცვლილი შინაარსი ** არ შეინახება, რადგან `–-sv` არ დაურეკეს."##, + ), + ("new-value", r##"ახალი მნიშვნელობა"##), + ("invalid-path", r##"არასწორი ფაილის გზა."##), + ], + } } /// Language ID: ka; @@ -6404,16 +8327,23 @@ pub(super) const fn get_ka_map_set() -> L10nMap { /// Description: ქართული, ქართული, საქართველო; pub(super) const fn get_ka_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"შეცვლილი შინაარსი ** არ შეინახება, რადგან `–-sv` არ დაურეკეს."##), - ("new-value", r##"ახალი მნიშვნელობა"##), - ("invalid-path", r##"არასწორი ფაილის გზა."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"შეცვლილი შინაარსი ** არ შეინახება, რადგან `–-sv` არ დაურეკეს."##, + ), + ( + "new-value", + r##"ახალი მნიშვნელობა"##, + ), + ( + "invalid-path", + r##"არასწორი ფაილის გზა."##, + ), + ], + } } /// Language ID: ka; @@ -6429,32 +8359,28 @@ pub(super) const fn get_ka_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ka_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"დანიშნულების ფორმატი"##), - ("src-fmt", r##"წყაროს ფაილის ფორმატი"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"დანიშნულების ფორმატი"##), + ("src-fmt", r##"წყაროს ფაილის ფორმატი"##), + ], + } } /// ka: ქართული, ქართული, საქართველო pub(super) const fn get_ka_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ka_map_conversion), - ("get", get_ka_map_get), - ("set_md", get_ka_map_set_md), - ("set", get_ka_map_set), - ("conversion_md", get_ka_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ka_map_conversion), + ("get", get_ka_map_get), + ("set_md", get_ka_map_set_md), + ("set", get_ka_map_set), + ("conversion_md", get_ka_map_conversion_md), + ], + } } /// Language ID: kk; @@ -6470,25 +8396,40 @@ pub(super) const fn get_ka_map() -> SubLocaleMap { /// ``` pub(super) const fn get_kk_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** қолдау көрсетілмейді **: `LISP S-өрнегінен` басқа форматтарға түрлендіру"##), - ("unknown-fmt", r##"Белгісіз файл пішімін таңдаңыз"##), - ("currently-supported", r##"Қазіргі уақытта қолдау көрсетілетін форматтар тізімі:"##), - ("auto-detection-failed", r##"пішімін автоматты түрде анықтай алмады.Қолмен көрсетіңіз."##), - ("not-included", r##"Бұл екілік ** тиісті формат үшін конверсиялық функцияны ** қамтымайды. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** қолдау көрсетілмейді **: `LISP S-өрнегінен` басқа форматтарға түрлендіру"##, + ), + ("unknown-fmt", r##"Белгісіз файл пішімін таңдаңыз"##), + ( + "currently-supported", + r##"Қазіргі уақытта қолдау көрсетілетін форматтар тізімі:"##, + ), + ( + "auto-detection-failed", + r##"пішімін автоматты түрде анықтай алмады.Қолмен көрсетіңіз."##, + ), + ( + "not-included", + r##"Бұл екілік ** тиісті формат үшін конверсиялық функцияны ** қамтымайды. Сізге «Cargo.toml» және қондырғылардағы тиісті мүмкіндікті қосу керек. -Егер бұл бағдарламалық жасақтамада тиісті функцияларды қамтымаса, мәселені жіберіңіз."##), - ("conv-error", r##"Айырбастау қатесі"##), - ("dst", r##"тағайындалған файл жолы"##), - ("unsupported", r##"Қолдау көрсетілмейтін форматты түрлендіру"##), - ("invalid-json1.0", r##"Файл дұрыс емес, `JSON 1.0 пішімі емес,« JSON5` »деп талдап, талдауға тырыспайды."##), - ], -} +Егер бұл бағдарламалық жасақтамада тиісті функцияларды қамтымаса, мәселені жіберіңіз."##, + ), + ("conv-error", r##"Айырбастау қатесі"##), + ("dst", r##"тағайындалған файл жолы"##), + ( + "unsupported", + r##"Қолдау көрсетілмейтін форматты түрлендіру"##, + ), + ( + "invalid-json1.0", + r##"Файл дұрыс емес, `JSON 1.0 пішімі емес,« JSON5` »деп талдап, талдауға тырыспайды."##, + ), + ], + } } /// Language ID: kk; @@ -6496,25 +8437,49 @@ pub(super) const fn get_kk_map_conversion() -> L10nMap { /// Description: қазақ тілі, кирилл жазуы, Қазақстан; pub(super) const fn get_kk_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** қолдау көрсетілмейді **: `LISP S-өрнегінен` басқа форматтарға түрлендіру"##), - ("unknown-fmt", r##"Белгісіз файл пішімін таңдаңыз"##), - ("currently-supported", r##"Қазіргі уақытта қолдау көрсетілетін форматтар тізімі:"##), - ("auto-detection-failed", r##"пішімін автоматты түрде анықтай алмады.Қолмен көрсетіңіз."##), - ("not-included", r##"Бұл екілік ** тиісті формат үшін конверсиялық функцияны ** қамтымайды. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** қолдау көрсетілмейді **: `LISP S-өрнегінен` басқа форматтарға түрлендіру"##, + ), + ( + "unknown-fmt", + r##"Белгісіз файл пішімін таңдаңыз"##, + ), + ( + "currently-supported", + r##"Қазіргі уақытта қолдау көрсетілетін форматтар тізімі:"##, + ), + ( + "auto-detection-failed", + r##"пішімін автоматты түрде анықтай алмады.Қолмен көрсетіңіз."##, + ), + ( + "not-included", + r##"Бұл екілік ** тиісті формат үшін конверсиялық функцияны ** қамтымайды. Сізге «Cargo.toml» және қондырғылардағы тиісті мүмкіндікті қосу керек. -Егер бұл бағдарламалық жасақтамада тиісті функцияларды қамтымаса, мәселені жіберіңіз."##), - ("conv-error", r##"Айырбастау қатесі"##), - ("dst", r##"тағайындалған файл жолы"##), - ("unsupported", r##"Қолдау көрсетілмейтін форматты түрлендіру"##), - ("invalid-json1.0", r##"Файл дұрыс емес, `JSON 1.0 пішімі емес,« JSON5` »деп талдап, талдауға тырыспайды."##), - ], -} +Егер бұл бағдарламалық жасақтамада тиісті функцияларды қамтымаса, мәселені жіберіңіз."##, + ), + ( + "conv-error", + r##"Айырбастау қатесі"##, + ), + ( + "dst", + r##"тағайындалған файл жолы"##, + ), + ( + "unsupported", + r##"Қолдау көрсетілмейтін форматты түрлендіру"##, + ), + ( + "invalid-json1.0", + r##"Файл дұрыс емес, `JSON 1.0 пішімі емес,« JSON5` »деп талдап, талдауға тырыспайды."##, + ), + ], + } } /// Language ID: kk; @@ -6530,16 +8495,17 @@ pub(super) const fn get_kk_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_kk_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Өзгертілген мазмұн ** сақталмайды ** сақталмайды, өйткені `--sv` шақырылмаған."##), - ("new-value", r##"Жаңа мән"##), - ("invalid-path", r##"жарамсыз файл жолы."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Өзгертілген мазмұн ** сақталмайды ** сақталмайды, өйткені `--sv` шақырылмаған."##, + ), + ("new-value", r##"Жаңа мән"##), + ("invalid-path", r##"жарамсыз файл жолы."##), + ], + } } /// Language ID: kk; @@ -6547,16 +8513,23 @@ pub(super) const fn get_kk_map_set() -> L10nMap { /// Description: қазақ тілі, кирилл жазуы, Қазақстан; pub(super) const fn get_kk_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Өзгертілген мазмұн ** сақталмайды ** сақталмайды, өйткені `--sv` шақырылмаған."##), - ("new-value", r##"Жаңа мән"##), - ("invalid-path", r##"жарамсыз файл жолы."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Өзгертілген мазмұн ** сақталмайды ** сақталмайды, өйткені `--sv` шақырылмаған."##, + ), + ( + "new-value", + r##"Жаңа мән"##, + ), + ( + "invalid-path", + r##"жарамсыз файл жолы."##, + ), + ], + } } /// Language ID: kk; @@ -6572,32 +8545,28 @@ pub(super) const fn get_kk_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_kk_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Тағайындау форматы"##), - ("src-fmt", r##"Бастапқы файл пішімі"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Тағайындау форматы"##), + ("src-fmt", r##"Бастапқы файл пішімі"##), + ], + } } /// kk: қазақ тілі, кирилл жазуы, Қазақстан pub(super) const fn get_kk_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_kk_map_conversion), - ("get", get_kk_map_get), - ("set_md", get_kk_map_set_md), - ("set", get_kk_map_set), - ("conversion_md", get_kk_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_kk_map_conversion), + ("get", get_kk_map_get), + ("set_md", get_kk_map_set_md), + ("set", get_kk_map_set), + ("conversion_md", get_kk_map_conversion_md), + ], + } } /// Language ID: km; @@ -6613,21 +8582,24 @@ pub(super) const fn get_kk_map() -> SubLocaleMap { /// ``` pub(super) const fn get_km_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - (0, 0), - ], - entries: &[ - ("currently-supported", r##"បញ្ជីទ្រង់ទ្រាយដែលបានគាំទ្របច្ចុប្បន្ន:"##), - ("unsupported", r##"ការបំលែងទ្រង់ទ្រាយដែលមិនបានគាំទ្រ"##), - ("unknown-fmt", r##"មិនស្គាល់ទ្រង់ទ្រាយឯកសារ"##), - ("not-support-deser-sexp", r##"មិនត្រូវបានគាំទ្រនៅឡើយទេប៉ុន្តែ **: ការបំលែងពី `lisp s-callment` ទំរង់ផ្សេងទៀត"##), - ("conv-error", r##"ការបំលែងកំហុសកំហុស"##), - ("dst", r##"ផ្លូវឯកសារទិសដៅ"##), - ("auto-detection-failed", r##"បានបរាជ័យក្នុងការរកឃើញទ្រង់ទ្រាយដោយស្វ័យប្រវត្តិ។សូមបញ្ជាក់ដោយដៃ។"##), - ], -} + key: 15467950696543387533, + disps: &[(2, 0), (0, 0)], + entries: &[ + ("currently-supported", r##"បញ្ជីទ្រង់ទ្រាយដែលបានគាំទ្របច្ចុប្បន្ន:"##), + ("unsupported", r##"ការបំលែងទ្រង់ទ្រាយដែលមិនបានគាំទ្រ"##), + ("unknown-fmt", r##"មិនស្គាល់ទ្រង់ទ្រាយឯកសារ"##), + ( + "not-support-deser-sexp", + r##"មិនត្រូវបានគាំទ្រនៅឡើយទេប៉ុន្តែ **: ការបំលែងពី `lisp s-callment` ទំរង់ផ្សេងទៀត"##, + ), + ("conv-error", r##"ការបំលែងកំហុសកំហុស"##), + ("dst", r##"ផ្លូវឯកសារទិសដៅ"##), + ( + "auto-detection-failed", + r##"បានបរាជ័យក្នុងការរកឃើញទ្រង់ទ្រាយដោយស្វ័យប្រវត្តិ។សូមបញ្ជាក់ដោយដៃ។"##, + ), + ], + } } /// Language ID: km; @@ -6635,21 +8607,39 @@ pub(super) const fn get_km_map_conversion() -> L10nMap { /// Description: ខ្មែរ, ខ្មែរ, កម្ពុជា; pub(super) const fn get_km_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - (0, 0), - ], - entries: &[ - ("currently-supported", r##"បញ្ជីទ្រង់ទ្រាយដែលបានគាំទ្របច្ចុប្បន្ន:"##), - ("unsupported", r##"ការបំលែងទ្រង់ទ្រាយដែលមិនបានគាំទ្រ"##), - ("unknown-fmt", r##"មិនស្គាល់ទ្រង់ទ្រាយឯកសារ"##), - ("not-support-deser-sexp", r##"មិនត្រូវបានគាំទ្រនៅឡើយទេប៉ុន្តែ **: ការបំលែងពី `lisp s-callment` ទំរង់ផ្សេងទៀត"##), - ("conv-error", r##"ការបំលែងកំហុសកំហុស"##), - ("dst", r##"ផ្លូវឯកសារទិសដៅ"##), - ("auto-detection-failed", r##"បានបរាជ័យក្នុងការរកឃើញទ្រង់ទ្រាយដោយស្វ័យប្រវត្តិ។សូមបញ្ជាក់ដោយដៃ។"##), - ], -} + key: 15467950696543387533, + disps: &[(2, 0), (0, 0)], + entries: &[ + ( + "currently-supported", + r##"បញ្ជីទ្រង់ទ្រាយដែលបានគាំទ្របច្ចុប្បន្ន:"##, + ), + ( + "unsupported", + r##"ការបំលែងទ្រង់ទ្រាយដែលមិនបានគាំទ្រ"##, + ), + ( + "unknown-fmt", + r##"មិនស្គាល់ទ្រង់ទ្រាយឯកសារ"##, + ), + ( + "not-support-deser-sexp", + r##"មិនត្រូវបានគាំទ្រនៅឡើយទេប៉ុន្តែ **: ការបំលែងពី `lisp s-callment` ទំរង់ផ្សេងទៀត"##, + ), + ( + "conv-error", + r##"ការបំលែងកំហុសកំហុស"##, + ), + ( + "dst", + r##"ផ្លូវឯកសារទិសដៅ"##, + ), + ( + "auto-detection-failed", + r##"បានបរាជ័យក្នុងការរកឃើញទ្រង់ទ្រាយដោយស្វ័យប្រវត្តិ។សូមបញ្ជាក់ដោយដៃ។"##, + ), + ], + } } /// Language ID: km; @@ -6665,16 +8655,17 @@ pub(super) const fn get_km_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_km_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"មាតិកាដែលបានកែប្រែ ** នឹងមិន ** ត្រូវបានរក្សាទុកព្រោះ `- មិនត្រូវបានគេហៅទេ។"##), - ("new-value", r##"តម្លៃថ្មី"##), - ("invalid-path", r##"ផ្លូវឯកសារមិនត្រឹមត្រូវ។"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"មាតិកាដែលបានកែប្រែ ** នឹងមិន ** ត្រូវបានរក្សាទុកព្រោះ `- មិនត្រូវបានគេហៅទេ។"##, + ), + ("new-value", r##"តម្លៃថ្មី"##), + ("invalid-path", r##"ផ្លូវឯកសារមិនត្រឹមត្រូវ។"##), + ], + } } /// Language ID: km; @@ -6682,16 +8673,23 @@ pub(super) const fn get_km_map_set() -> L10nMap { /// Description: ខ្មែរ, ខ្មែរ, កម្ពុជា; pub(super) const fn get_km_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"មាតិកាដែលបានកែប្រែ ** នឹងមិន ** ត្រូវបានរក្សាទុកព្រោះ `- មិនត្រូវបានគេហៅទេ។"##), - ("new-value", r##"តម្លៃថ្មី"##), - ("invalid-path", r##"ផ្លូវឯកសារមិនត្រឹមត្រូវ។"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"មាតិកាដែលបានកែប្រែ ** នឹងមិន ** ត្រូវបានរក្សាទុកព្រោះ `- មិនត្រូវបានគេហៅទេ។"##, + ), + ( + "new-value", + r##"តម្លៃថ្មី"##, + ), + ( + "invalid-path", + r##"ផ្លូវឯកសារមិនត្រឹមត្រូវ។"##, + ), + ], + } } /// Language ID: km; @@ -6707,32 +8705,28 @@ pub(super) const fn get_km_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_km_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"ទ្រង់ទ្រាយទិសដៅ"##), - ("src-fmt", r##"ទ្រង់ទ្រាយឯកសារប្រភព"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"ទ្រង់ទ្រាយទិសដៅ"##), + ("src-fmt", r##"ទ្រង់ទ្រាយឯកសារប្រភព"##), + ], + } } /// km: ខ្មែរ, ខ្មែរ, កម្ពុជា pub(super) const fn get_km_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_km_map_conversion), - ("get", get_km_map_get), - ("set_md", get_km_map_set_md), - ("set", get_km_map_set), - ("conversion_md", get_km_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_km_map_conversion), + ("get", get_km_map_get), + ("set_md", get_km_map_set_md), + ("set", get_km_map_set), + ("conversion_md", get_km_map_conversion_md), + ], + } } /// Language ID: kn; @@ -6748,26 +8742,38 @@ pub(super) const fn get_km_map() -> SubLocaleMap { /// ``` pub(super) const fn get_kn_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"ಫೈಲ್ ಮಾನ್ಯ `JSON 1.0` ಸ್ವರೂಪವಲ್ಲ, `json5` ಎಂದು ಪಾರ್ಸ್ ಮಾಡಲು ಪ್ರಯತ್ನಿಸುತ್ತಿದೆ ..."##), - ("not-included", r##"ಈ ಬೈನರಿ ** ಸಂಬಂಧಿತ ಸ್ವರೂಪಕ್ಕಾಗಿ ** ಪರಿವರ್ತನೆ ಕಾರ್ಯವನ್ನು ಒಳಗೊಂಡಿಲ್ಲ. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"ಫೈಲ್ ಮಾನ್ಯ `JSON 1.0` ಸ್ವರೂಪವಲ್ಲ, `json5` ಎಂದು ಪಾರ್ಸ್ ಮಾಡಲು ಪ್ರಯತ್ನಿಸುತ್ತಿದೆ ..."##, + ), + ( + "not-included", + r##"ಈ ಬೈನರಿ ** ಸಂಬಂಧಿತ ಸ್ವರೂಪಕ್ಕಾಗಿ ** ಪರಿವರ್ತನೆ ಕಾರ್ಯವನ್ನು ಒಳಗೊಂಡಿಲ್ಲ. ನಿಮ್ಮ `ಕಾರ್ಗೋ.ಟೊಮ್ಲ್` ಮತ್ತು ಮರು ಕಂಪೈಲ್ನಲ್ಲಿ ನೀವು ಸಂಬಂಧಿತ ವೈಶಿಷ್ಟ್ಯವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕಾಗಿದೆ. -ಈ ಸಾಫ್ಟ್‌ವೇರ್ ಅನುಗುಣವಾದ ಕಾರ್ಯವನ್ನು ಒಳಗೊಂಡಿರದಿದ್ದರೆ, ದಯವಿಟ್ಟು ಸಮಸ್ಯೆಯನ್ನು ಸಲ್ಲಿಸಿ."##), - ("currently-supported", r##"ಪ್ರಸ್ತುತ ಬೆಂಬಲಿತ ಸ್ವರೂಪಗಳ ಪಟ್ಟಿ:"##), - ("unsupported", r##"ಬೆಂಬಲಿಸದ ಸ್ವರೂಪ ಪರಿವರ್ತನೆ ಪರಿವರ್ತನೆ"##), - ("auto-detection-failed", r##"ಸ್ವರೂಪವನ್ನು ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಕಂಡುಹಿಡಿಯಲು ವಿಫಲವಾಗಿದೆ.ದಯವಿಟ್ಟು ಹಸ್ತಚಾಲಿತವಾಗಿ ನಿರ್ದಿಷ್ಟಪಡಿಸಿ."##), - ("not-support-deser-sexp", r##"** ಇನ್ನೂ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ **: `ಲಿಸ್ಪ್ ಎಸ್-ಎಕ್ಸ್‌ಪ್ರೆಶನ್'ನಿಂದ` ಇತರ ಸ್ವರೂಪಗಳು'ಗೆ ಪರಿವರ್ತಿಸುವುದು"##), - ("unknown-fmt", r##"ಅಜ್ಞಾತ ಫೈಲ್ ಫಾರ್ಮ್ಯಾಟ್"##), - ("not-saved", r##"ಈ ಕೆಳಗಿನ ವಿಷಯವನ್ನು ** ಉಳಿಸಲಾಗುವುದಿಲ್ಲ ಏಕೆಂದರೆ `--save` ಎಂದು ಕರೆಯಲಾಗುವುದಿಲ್ಲ."##), - ("dst", r##"ಗಮ್ಯಸ್ಥಾನ ಫೈಲ್ ಮಾರ್ಗ"##), - ("conv-error", r##"ಪರಿವರ್ತನೆ ದೋಷ"##), - ], -} +ಈ ಸಾಫ್ಟ್‌ವೇರ್ ಅನುಗುಣವಾದ ಕಾರ್ಯವನ್ನು ಒಳಗೊಂಡಿರದಿದ್ದರೆ, ದಯವಿಟ್ಟು ಸಮಸ್ಯೆಯನ್ನು ಸಲ್ಲಿಸಿ."##, + ), + ("currently-supported", r##"ಪ್ರಸ್ತುತ ಬೆಂಬಲಿತ ಸ್ವರೂಪಗಳ ಪಟ್ಟಿ:"##), + ("unsupported", r##"ಬೆಂಬಲಿಸದ ಸ್ವರೂಪ ಪರಿವರ್ತನೆ ಪರಿವರ್ತನೆ"##), + ( + "auto-detection-failed", + r##"ಸ್ವರೂಪವನ್ನು ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಕಂಡುಹಿಡಿಯಲು ವಿಫಲವಾಗಿದೆ.ದಯವಿಟ್ಟು ಹಸ್ತಚಾಲಿತವಾಗಿ ನಿರ್ದಿಷ್ಟಪಡಿಸಿ."##, + ), + ( + "not-support-deser-sexp", + r##"** ಇನ್ನೂ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ **: `ಲಿಸ್ಪ್ ಎಸ್-ಎಕ್ಸ್‌ಪ್ರೆಶನ್'ನಿಂದ` ಇತರ ಸ್ವರೂಪಗಳು'ಗೆ ಪರಿವರ್ತಿಸುವುದು"##, + ), + ("unknown-fmt", r##"ಅಜ್ಞಾತ ಫೈಲ್ ಫಾರ್ಮ್ಯಾಟ್"##), + ( + "not-saved", + r##"ಈ ಕೆಳಗಿನ ವಿಷಯವನ್ನು ** ಉಳಿಸಲಾಗುವುದಿಲ್ಲ ಏಕೆಂದರೆ `--save` ಎಂದು ಕರೆಯಲಾಗುವುದಿಲ್ಲ."##, + ), + ("dst", r##"ಗಮ್ಯಸ್ಥಾನ ಫೈಲ್ ಮಾರ್ಗ"##), + ("conv-error", r##"ಪರಿವರ್ತನೆ ದೋಷ"##), + ], + } } /// Language ID: kn; @@ -6775,26 +8781,53 @@ pub(super) const fn get_kn_map_conversion() -> L10nMap { /// Description: ಕನ್ನಡ, ಕನ್ನಡ, ಭಾರತ; pub(super) const fn get_kn_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"ಫೈಲ್ ಮಾನ್ಯ `JSON 1.0` ಸ್ವರೂಪವಲ್ಲ, `json5` ಎಂದು ಪಾರ್ಸ್ ಮಾಡಲು ಪ್ರಯತ್ನಿಸುತ್ತಿದೆ ..."##), - ("not-included", r##"ಈ ಬೈನರಿ ** ಸಂಬಂಧಿತ ಸ್ವರೂಪಕ್ಕಾಗಿ ** ಪರಿವರ್ತನೆ ಕಾರ್ಯವನ್ನು ಒಳಗೊಂಡಿಲ್ಲ. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"ಫೈಲ್ ಮಾನ್ಯ `JSON 1.0` ಸ್ವರೂಪವಲ್ಲ, `json5` ಎಂದು ಪಾರ್ಸ್ ಮಾಡಲು ಪ್ರಯತ್ನಿಸುತ್ತಿದೆ ..."##, + ), + ( + "not-included", + r##"ಈ ಬೈನರಿ ** ಸಂಬಂಧಿತ ಸ್ವರೂಪಕ್ಕಾಗಿ ** ಪರಿವರ್ತನೆ ಕಾರ್ಯವನ್ನು ಒಳಗೊಂಡಿಲ್ಲ. ನಿಮ್ಮ `ಕಾರ್ಗೋ.ಟೊಮ್ಲ್` ಮತ್ತು ಮರು ಕಂಪೈಲ್ನಲ್ಲಿ ನೀವು ಸಂಬಂಧಿತ ವೈಶಿಷ್ಟ್ಯವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕಾಗಿದೆ. -ಈ ಸಾಫ್ಟ್‌ವೇರ್ ಅನುಗುಣವಾದ ಕಾರ್ಯವನ್ನು ಒಳಗೊಂಡಿರದಿದ್ದರೆ, ದಯವಿಟ್ಟು ಸಮಸ್ಯೆಯನ್ನು ಸಲ್ಲಿಸಿ."##), - ("currently-supported", r##"ಪ್ರಸ್ತುತ ಬೆಂಬಲಿತ ಸ್ವರೂಪಗಳ ಪಟ್ಟಿ:"##), - ("unsupported", r##"ಬೆಂಬಲಿಸದ ಸ್ವರೂಪ ಪರಿವರ್ತನೆ ಪರಿವರ್ತನೆ"##), - ("auto-detection-failed", r##"ಸ್ವರೂಪವನ್ನು ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಕಂಡುಹಿಡಿಯಲು ವಿಫಲವಾಗಿದೆ.ದಯವಿಟ್ಟು ಹಸ್ತಚಾಲಿತವಾಗಿ ನಿರ್ದಿಷ್ಟಪಡಿಸಿ."##), - ("not-support-deser-sexp", r##"** ಇನ್ನೂ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ **: `ಲಿಸ್ಪ್ ಎಸ್-ಎಕ್ಸ್‌ಪ್ರೆಶನ್'ನಿಂದ` ಇತರ ಸ್ವರೂಪಗಳು'ಗೆ ಪರಿವರ್ತಿಸುವುದು"##), - ("unknown-fmt", r##"ಅಜ್ಞಾತ ಫೈಲ್ ಫಾರ್ಮ್ಯಾಟ್"##), - ("not-saved", r##"ಈ ಕೆಳಗಿನ ವಿಷಯವನ್ನು ** ಉಳಿಸಲಾಗುವುದಿಲ್ಲ ಏಕೆಂದರೆ `--save` ಎಂದು ಕರೆಯಲಾಗುವುದಿಲ್ಲ."##), - ("dst", r##"ಗಮ್ಯಸ್ಥಾನ ಫೈಲ್ ಮಾರ್ಗ"##), - ("conv-error", r##"ಪರಿವರ್ತನೆ ದೋಷ"##), - ], -} +ಈ ಸಾಫ್ಟ್‌ವೇರ್ ಅನುಗುಣವಾದ ಕಾರ್ಯವನ್ನು ಒಳಗೊಂಡಿರದಿದ್ದರೆ, ದಯವಿಟ್ಟು ಸಮಸ್ಯೆಯನ್ನು ಸಲ್ಲಿಸಿ."##, + ), + ( + "currently-supported", + r##"ಪ್ರಸ್ತುತ ಬೆಂಬಲಿತ ಸ್ವರೂಪಗಳ ಪಟ್ಟಿ:"##, + ), + ( + "unsupported", + r##"ಬೆಂಬಲಿಸದ ಸ್ವರೂಪ ಪರಿವರ್ತನೆ ಪರಿವರ್ತನೆ"##, + ), + ( + "auto-detection-failed", + r##"ಸ್ವರೂಪವನ್ನು ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಕಂಡುಹಿಡಿಯಲು ವಿಫಲವಾಗಿದೆ.ದಯವಿಟ್ಟು ಹಸ್ತಚಾಲಿತವಾಗಿ ನಿರ್ದಿಷ್ಟಪಡಿಸಿ."##, + ), + ( + "not-support-deser-sexp", + r##"** ಇನ್ನೂ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ **: `ಲಿಸ್ಪ್ ಎಸ್-ಎಕ್ಸ್‌ಪ್ರೆಶನ್'ನಿಂದ` ಇತರ ಸ್ವರೂಪಗಳು'ಗೆ ಪರಿವರ್ತಿಸುವುದು"##, + ), + ( + "unknown-fmt", + r##"ಅಜ್ಞಾತ ಫೈಲ್ ಫಾರ್ಮ್ಯಾಟ್"##, + ), + ( + "not-saved", + r##"ಈ ಕೆಳಗಿನ ವಿಷಯವನ್ನು ** ಉಳಿಸಲಾಗುವುದಿಲ್ಲ ಏಕೆಂದರೆ `--save` ಎಂದು ಕರೆಯಲಾಗುವುದಿಲ್ಲ."##, + ), + ( + "dst", + r##"ಗಮ್ಯಸ್ಥಾನ ಫೈಲ್ ಮಾರ್ಗ"##, + ), + ( + "conv-error", + r##"ಪರಿವರ್ತನೆ ದೋಷ"##, + ), + ], + } } /// Language ID: kn; @@ -6810,16 +8843,17 @@ pub(super) const fn get_kn_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_kn_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ಮಾರ್ಪಡಿಸಿದ ವಿಷಯವನ್ನು ** ಉಳಿಸಲಾಗುವುದಿಲ್ಲ ಏಕೆಂದರೆ `--sv` ಎಂದು ಕರೆಯಲಾಗುವುದಿಲ್ಲ."##), - ("new-value", r##"ಹೊಸ ಮೌಲ್ಯ"##), - ("invalid-path", r##"ಅಮಾನ್ಯ ಫೈಲ್ ಮಾರ್ಗ."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ಮಾರ್ಪಡಿಸಿದ ವಿಷಯವನ್ನು ** ಉಳಿಸಲಾಗುವುದಿಲ್ಲ ಏಕೆಂದರೆ `--sv` ಎಂದು ಕರೆಯಲಾಗುವುದಿಲ್ಲ."##, + ), + ("new-value", r##"ಹೊಸ ಮೌಲ್ಯ"##), + ("invalid-path", r##"ಅಮಾನ್ಯ ಫೈಲ್ ಮಾರ್ಗ."##), + ], + } } /// Language ID: kn; @@ -6827,16 +8861,23 @@ pub(super) const fn get_kn_map_set() -> L10nMap { /// Description: ಕನ್ನಡ, ಕನ್ನಡ, ಭಾರತ; pub(super) const fn get_kn_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ಮಾರ್ಪಡಿಸಿದ ವಿಷಯವನ್ನು ** ಉಳಿಸಲಾಗುವುದಿಲ್ಲ ಏಕೆಂದರೆ `--sv` ಎಂದು ಕರೆಯಲಾಗುವುದಿಲ್ಲ."##), - ("new-value", r##"ಹೊಸ ಮೌಲ್ಯ"##), - ("invalid-path", r##"ಅಮಾನ್ಯ ಫೈಲ್ ಮಾರ್ಗ."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ಮಾರ್ಪಡಿಸಿದ ವಿಷಯವನ್ನು ** ಉಳಿಸಲಾಗುವುದಿಲ್ಲ ಏಕೆಂದರೆ `--sv` ಎಂದು ಕರೆಯಲಾಗುವುದಿಲ್ಲ."##, + ), + ( + "new-value", + r##"ಹೊಸ ಮೌಲ್ಯ"##, + ), + ( + "invalid-path", + r##"ಅಮಾನ್ಯ ಫೈಲ್ ಮಾರ್ಗ."##, + ), + ], + } } /// Language ID: kn; @@ -6852,32 +8893,28 @@ pub(super) const fn get_kn_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_kn_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"ಗಮ್ಯಸ್ಥಾನ ಸ್ವರೂಪ"##), - ("src-fmt", r##"ಮೂಲ ಫೈಲ್ ಸ್ವರೂಪ"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"ಗಮ್ಯಸ್ಥಾನ ಸ್ವರೂಪ"##), + ("src-fmt", r##"ಮೂಲ ಫೈಲ್ ಸ್ವರೂಪ"##), + ], + } } /// kn: ಕನ್ನಡ, ಕನ್ನಡ, ಭಾರತ pub(super) const fn get_kn_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_kn_map_conversion), - ("get", get_kn_map_get), - ("set_md", get_kn_map_set_md), - ("set", get_kn_map_set), - ("conversion_md", get_kn_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_kn_map_conversion), + ("get", get_kn_map_get), + ("set_md", get_kn_map_set_md), + ("set", get_kn_map_set), + ("conversion_md", get_kn_map_conversion_md), + ], + } } /// Language ID: ko; @@ -6893,26 +8930,38 @@ pub(super) const fn get_kn_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ko_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"`json 1.0` 형식이 올바르지 않습니다. `json5`로 분석 중입니다..."##), - ("not-included", r##"이 바이너리 파일에는 관련된 형식의 변환 기능이 **포함되어 있지 않습니다**. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"`json 1.0` 형식이 올바르지 않습니다. `json5`로 분석 중입니다..."##, + ), + ( + "not-included", + r##"이 바이너리 파일에는 관련된 형식의 변환 기능이 **포함되어 있지 않습니다**. `Cargo.toml`에서 해당 기능을 활성화하고 다시 컴파일해야 합니다. -이 소프트웨어에 해당 기능이 없으면 이슈를 제출하세요."##), - ("currently-supported", r##"현재 지원되는 형식 목록"##), - ("unsupported", r##"지원되지 않는 형식 변환"##), - ("auto-detection-failed", r##"자동 형식 감지 실패, 수동으로 지정해야 합니다."##), - ("not-support-deser-sexp", r##"`Lisp S-Expression`을(를) `다른 형식`으로 변환하는 것은 **아직 지원되지 않습니다**."##), - ("unknown-fmt", r##"알 수 없는 파일 형식"##), - ("not-saved", r##"`--save`를 호출하지 않았기 때문에 다음 내용은 **저장되지 않습니다**."##), - ("dst", r##"대상 파일 경로"##), - ("conv-error", r##"변환 오류"##), - ], -} +이 소프트웨어에 해당 기능이 없으면 이슈를 제출하세요."##, + ), + ("currently-supported", r##"현재 지원되는 형식 목록"##), + ("unsupported", r##"지원되지 않는 형식 변환"##), + ( + "auto-detection-failed", + r##"자동 형식 감지 실패, 수동으로 지정해야 합니다."##, + ), + ( + "not-support-deser-sexp", + r##"`Lisp S-Expression`을(를) `다른 형식`으로 변환하는 것은 **아직 지원되지 않습니다**."##, + ), + ("unknown-fmt", r##"알 수 없는 파일 형식"##), + ( + "not-saved", + r##"`--save`를 호출하지 않았기 때문에 다음 내용은 **저장되지 않습니다**."##, + ), + ("dst", r##"대상 파일 경로"##), + ("conv-error", r##"변환 오류"##), + ], + } } /// Language ID: ko; @@ -6920,26 +8969,53 @@ pub(super) const fn get_ko_map_conversion() -> L10nMap { /// Description: 한국어, 한국 문자, 대한민국; pub(super) const fn get_ko_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"`json 1.0` 형식이 올바르지 않습니다. `json5`로 분석 중입니다..."##), - ("not-included", r##"이 바이너리 파일에는 관련된 형식의 변환 기능이 **포함되어 있지 않습니다**. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"`json 1.0` 형식이 올바르지 않습니다. `json5`로 분석 중입니다..."##, + ), + ( + "not-included", + r##"이 바이너리 파일에는 관련된 형식의 변환 기능이 **포함되어 있지 않습니다**. `Cargo.toml`에서 해당 기능을 활성화하고 다시 컴파일해야 합니다. -이 소프트웨어에 해당 기능이 없으면 이슈를 제출하세요."##), - ("currently-supported", r##"현재 지원되는 형식 목록"##), - ("unsupported", r##"지원되지 않는 형식 변환"##), - ("auto-detection-failed", r##"자동 형식 감지 실패, 수동으로 지정해야 합니다."##), - ("not-support-deser-sexp", r##"`Lisp S-Expression`을(를) `다른 형식`으로 변환하는 것은 **아직 지원되지 않습니다**."##), - ("unknown-fmt", r##"알 수 없는 파일 형식"##), - ("not-saved", r##"`--save`를 호출하지 않았기 때문에 다음 내용은 **저장되지 않습니다**."##), - ("dst", r##"대상 파일 경로"##), - ("conv-error", r##"변환 오류"##), - ], -} +이 소프트웨어에 해당 기능이 없으면 이슈를 제출하세요."##, + ), + ( + "currently-supported", + r##"현재 지원되는 형식 목록"##, + ), + ( + "unsupported", + r##"지원되지 않는 형식 변환"##, + ), + ( + "auto-detection-failed", + r##"자동 형식 감지 실패, 수동으로 지정해야 합니다."##, + ), + ( + "not-support-deser-sexp", + r##"`Lisp S-Expression`을(를) `다른 형식`으로 변환하는 것은 **아직 지원되지 않습니다**."##, + ), + ( + "unknown-fmt", + r##"알 수 없는 파일 형식"##, + ), + ( + "not-saved", + r##"`--save`를 호출하지 않았기 때문에 다음 내용은 **저장되지 않습니다**."##, + ), + ( + "dst", + r##"대상 파일 경로"##, + ), + ( + "conv-error", + r##"변환 오류"##, + ), + ], + } } /// Language ID: ko; @@ -6955,16 +9031,17 @@ pub(super) const fn get_ko_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ko_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"`--save`를 호출하지 않았기 때문에 수정된 내용은 **저장되지 않습니다**."##), - ("new-value", r##"새 값(value)"##), - ("invalid-path", r##"유효하지 않은 파일 경로"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"`--save`를 호출하지 않았기 때문에 수정된 내용은 **저장되지 않습니다**."##, + ), + ("new-value", r##"새 값(value)"##), + ("invalid-path", r##"유효하지 않은 파일 경로"##), + ], + } } /// Language ID: ko; @@ -6972,16 +9049,23 @@ pub(super) const fn get_ko_map_set() -> L10nMap { /// Description: 한국어, 한국 문자, 대한민국; pub(super) const fn get_ko_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"`--save`를 호출하지 않았기 때문에 수정된 내용은 **저장되지 않습니다**."##), - ("new-value", r##"새 값(value)"##), - ("invalid-path", r##"유효하지 않은 파일 경로"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"`--save`를 호출하지 않았기 때문에 수정된 내용은 **저장되지 않습니다**."##, + ), + ( + "new-value", + r##"새 값(value)"##, + ), + ( + "invalid-path", + r##"유효하지 않은 파일 경로"##, + ), + ], + } } /// Language ID: ko; @@ -6997,32 +9081,28 @@ pub(super) const fn get_ko_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ko_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"대상 형식"##), - ("src-fmt", r##"소스 파일 형식"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"대상 형식"##), + ("src-fmt", r##"소스 파일 형식"##), + ], + } } /// ko: 한국어, 한국 문자, 대한민국 pub(super) const fn get_ko_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ko_map_conversion), - ("get", get_ko_map_get), - ("set_md", get_ko_map_set_md), - ("set", get_ko_map_set), - ("conversion_md", get_ko_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ko_map_conversion), + ("get", get_ko_map_get), + ("set_md", get_ko_map_set_md), + ("set", get_ko_map_set), + ("conversion_md", get_ko_map_conversion_md), + ], + } } /// Language ID: ku; @@ -7038,26 +9118,38 @@ pub(super) const fn get_ko_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ku_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Pel ne formatek derbasdar e `Json 1.0`, hewl dide ku wekî `JSON5` ..."##), - ("not-included", r##"Ev binary ** ** fonksiyona veguhastinê ji bo forma têkildar nagire. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Pel ne formatek derbasdar e `Json 1.0`, hewl dide ku wekî `JSON5` ..."##, + ), + ( + "not-included", + r##"Ev binary ** ** fonksiyona veguhastinê ji bo forma têkildar nagire. Hûn hewce ne ku taybetmendiya têkildar di `Cargo.toml` û Recompile de çalak bikin. -Ger ev nermalava fonksiyonê têkildar neke, ji kerema xwe pirsgirêkek bişînin."##), - ("currently-supported", r##"Navnîşa Formatên Piştgirî:"##), - ("unsupported", r##"Veguheztina Format a Piştgirî"##), - ("auto-detection-failed", r##"Nehişt ku bixweber format bixwe bibîne.Ji kerema xwe bi destan diyar bikin."##), - ("not-support-deser-sexp", r##"** Piştgirî nehatiye **: Ji `Lisp S-îfadeya` LISP-ê` ji `Formatên din ve hatî veguheztin"##), - ("unknown-fmt", r##"Forma pelê nediyar"##), - ("not-saved", r##"Naveroka jêrîn ** Naha ** dê xilas nebe ji ber ku `--save` nayê gotin."##), - ("dst", r##"Pêla Destination Destination"##), - ("conv-error", r##"Errorewtiya veguherînê"##), - ], -} +Ger ev nermalava fonksiyonê têkildar neke, ji kerema xwe pirsgirêkek bişînin."##, + ), + ("currently-supported", r##"Navnîşa Formatên Piştgirî:"##), + ("unsupported", r##"Veguheztina Format a Piştgirî"##), + ( + "auto-detection-failed", + r##"Nehişt ku bixweber format bixwe bibîne.Ji kerema xwe bi destan diyar bikin."##, + ), + ( + "not-support-deser-sexp", + r##"** Piştgirî nehatiye **: Ji `Lisp S-îfadeya` LISP-ê` ji `Formatên din ve hatî veguheztin"##, + ), + ("unknown-fmt", r##"Forma pelê nediyar"##), + ( + "not-saved", + r##"Naveroka jêrîn ** Naha ** dê xilas nebe ji ber ku `--save` nayê gotin."##, + ), + ("dst", r##"Pêla Destination Destination"##), + ("conv-error", r##"Errorewtiya veguherînê"##), + ], + } } /// Language ID: ku; @@ -7065,26 +9157,53 @@ Ger ev nermalava fonksiyonê têkildar neke, ji kerema xwe pirsgirêkek bişîni /// Description: kurdî, latînî, Tirkiye; pub(super) const fn get_ku_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Pel ne formatek derbasdar e `Json 1.0`, hewl dide ku wekî `JSON5` ..."##), - ("not-included", r##"Ev binary ** ** fonksiyona veguhastinê ji bo forma têkildar nagire. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Pel ne formatek derbasdar e `Json 1.0`, hewl dide ku wekî `JSON5` ..."##, + ), + ( + "not-included", + r##"Ev binary ** ** fonksiyona veguhastinê ji bo forma têkildar nagire. Hûn hewce ne ku taybetmendiya têkildar di `Cargo.toml` û Recompile de çalak bikin. -Ger ev nermalava fonksiyonê têkildar neke, ji kerema xwe pirsgirêkek bişînin."##), - ("currently-supported", r##"Navnîşa Formatên Piştgirî:"##), - ("unsupported", r##"Veguheztina Format a Piştgirî"##), - ("auto-detection-failed", r##"Nehişt ku bixweber format bixwe bibîne.Ji kerema xwe bi destan diyar bikin."##), - ("not-support-deser-sexp", r##"** Piştgirî nehatiye **: Ji `Lisp S-îfadeya` LISP-ê` ji `Formatên din ve hatî veguheztin"##), - ("unknown-fmt", r##"Forma pelê nediyar"##), - ("not-saved", r##"Naveroka jêrîn ** Naha ** dê xilas nebe ji ber ku `--save` nayê gotin."##), - ("dst", r##"Pêla Destination Destination"##), - ("conv-error", r##"Errorewtiya veguherînê"##), - ], -} +Ger ev nermalava fonksiyonê têkildar neke, ji kerema xwe pirsgirêkek bişînin."##, + ), + ( + "currently-supported", + r##"Navnîşa Formatên Piştgirî:"##, + ), + ( + "unsupported", + r##"Veguheztina Format a Piştgirî"##, + ), + ( + "auto-detection-failed", + r##"Nehişt ku bixweber format bixwe bibîne.Ji kerema xwe bi destan diyar bikin."##, + ), + ( + "not-support-deser-sexp", + r##"** Piştgirî nehatiye **: Ji `Lisp S-îfadeya` LISP-ê` ji `Formatên din ve hatî veguheztin"##, + ), + ( + "unknown-fmt", + r##"Forma pelê nediyar"##, + ), + ( + "not-saved", + r##"Naveroka jêrîn ** Naha ** dê xilas nebe ji ber ku `--save` nayê gotin."##, + ), + ( + "dst", + r##"Pêla Destination Destination"##, + ), + ( + "conv-error", + r##"Errorewtiya veguherînê"##, + ), + ], + } } /// Language ID: ku; @@ -7100,16 +9219,17 @@ pub(super) const fn get_ku_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ku_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Pelê Naveroka Guhertin ** ****************** na **** na xelas nebe ji ber ku `--sv` nayê gazî kirin."##), - ("new-value", r##"Nirxa Nû"##), - ("invalid-path", r##"riya pelê nederbasdar."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Pelê Naveroka Guhertin ** ****************** na **** na xelas nebe ji ber ku `--sv` nayê gazî kirin."##, + ), + ("new-value", r##"Nirxa Nû"##), + ("invalid-path", r##"riya pelê nederbasdar."##), + ], + } } /// Language ID: ku; @@ -7117,16 +9237,23 @@ pub(super) const fn get_ku_map_set() -> L10nMap { /// Description: kurdî, latînî, Tirkiye; pub(super) const fn get_ku_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Pelê Naveroka Guhertin ** ****************** na **** na xelas nebe ji ber ku `--sv` nayê gazî kirin."##), - ("new-value", r##"Nirxa Nû"##), - ("invalid-path", r##"riya pelê nederbasdar."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Pelê Naveroka Guhertin ** ****************** na **** na xelas nebe ji ber ku `--sv` nayê gazî kirin."##, + ), + ( + "new-value", + r##"Nirxa Nû"##, + ), + ( + "invalid-path", + r##"riya pelê nederbasdar."##, + ), + ], + } } /// Language ID: ku; @@ -7142,32 +9269,28 @@ pub(super) const fn get_ku_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ku_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Formata Destana"##), - ("src-fmt", r##"Formata pelê çavkaniyê"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Formata Destana"##), + ("src-fmt", r##"Formata pelê çavkaniyê"##), + ], + } } /// ku: kurdî, latînî, Tirkiye pub(super) const fn get_ku_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ku_map_conversion), - ("get", get_ku_map_get), - ("set_md", get_ku_map_set_md), - ("set", get_ku_map_set), - ("conversion_md", get_ku_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ku_map_conversion), + ("get", get_ku_map_get), + ("set_md", get_ku_map_set_md), + ("set", get_ku_map_set), + ("conversion_md", get_ku_map_conversion_md), + ], + } } /// Language ID: ky; @@ -7183,26 +9306,41 @@ pub(super) const fn get_ku_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ky_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Файл `JSON 1.0` 'форматына ылайык эмес"##), - ("not-included", r##"Бул экилик ** камтылбайт ** Качан, тиешелүү форматта конверсиялык функция. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Файл `JSON 1.0` 'форматына ылайык эмес"##, + ), + ( + "not-included", + r##"Бул экилик ** камтылбайт ** Качан, тиешелүү форматта конверсиялык функция. Сиздин `Cargo.toml` жана Recial'до тиешелүү функцияны иштетишиңиз керек. -Эгерде бул программа тиешелүү функционалдык камтылбаса, анда маселени тапшырыңыз."##), - ("currently-supported", r##"Учурда колдоого алынган форматтар тизмеси:"##), - ("unsupported", r##"Форматты колдоого алынбаган өзгөртүү"##), - ("auto-detection-failed", r##"Форматты автоматтык түрдө аныктай алган жок.Сураныч, кол менен белгилеңиз."##), - ("not-support-deser-sexp", r##"** Бирок колдоого алынбайт **: `Lisp S-сөз айкашы`"##), - ("unknown-fmt", r##"Белгисиз файл Форматы"##), - ("not-saved", r##"Төмөнкү мазмун ** ** сакталбайт ** сакталбайт, анткени `--save` деп аталган жок."##), - ("dst", r##"көздөгөн файл жол"##), - ("conv-error", r##"Конверсиялык ката"##), - ], -} +Эгерде бул программа тиешелүү функционалдык камтылбаса, анда маселени тапшырыңыз."##, + ), + ( + "currently-supported", + r##"Учурда колдоого алынган форматтар тизмеси:"##, + ), + ("unsupported", r##"Форматты колдоого алынбаган өзгөртүү"##), + ( + "auto-detection-failed", + r##"Форматты автоматтык түрдө аныктай алган жок.Сураныч, кол менен белгилеңиз."##, + ), + ( + "not-support-deser-sexp", + r##"** Бирок колдоого алынбайт **: `Lisp S-сөз айкашы`"##, + ), + ("unknown-fmt", r##"Белгисиз файл Форматы"##), + ( + "not-saved", + r##"Төмөнкү мазмун ** ** сакталбайт ** сакталбайт, анткени `--save` деп аталган жок."##, + ), + ("dst", r##"көздөгөн файл жол"##), + ("conv-error", r##"Конверсиялык ката"##), + ], + } } /// Language ID: ky; @@ -7210,26 +9348,53 @@ pub(super) const fn get_ky_map_conversion() -> L10nMap { /// Description: кыргызча, Кирилл, Кыргызстан; pub(super) const fn get_ky_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Файл `JSON 1.0` 'форматына ылайык эмес"##), - ("not-included", r##"Бул экилик ** камтылбайт ** Качан, тиешелүү форматта конверсиялык функция. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Файл `JSON 1.0` 'форматына ылайык эмес"##, + ), + ( + "not-included", + r##"Бул экилик ** камтылбайт ** Качан, тиешелүү форматта конверсиялык функция. Сиздин `Cargo.toml` жана Recial'до тиешелүү функцияны иштетишиңиз керек. -Эгерде бул программа тиешелүү функционалдык камтылбаса, анда маселени тапшырыңыз."##), - ("currently-supported", r##"Учурда колдоого алынган форматтар тизмеси:"##), - ("unsupported", r##"Форматты колдоого алынбаган өзгөртүү"##), - ("auto-detection-failed", r##"Форматты автоматтык түрдө аныктай алган жок.Сураныч, кол менен белгилеңиз."##), - ("not-support-deser-sexp", r##"** Бирок колдоого алынбайт **: `Lisp S-сөз айкашы`"##), - ("unknown-fmt", r##"Белгисиз файл Форматы"##), - ("not-saved", r##"Төмөнкү мазмун ** ** сакталбайт ** сакталбайт, анткени `--save` деп аталган жок."##), - ("dst", r##"көздөгөн файл жол"##), - ("conv-error", r##"Конверсиялык ката"##), - ], -} +Эгерде бул программа тиешелүү функционалдык камтылбаса, анда маселени тапшырыңыз."##, + ), + ( + "currently-supported", + r##"Учурда колдоого алынган форматтар тизмеси:"##, + ), + ( + "unsupported", + r##"Форматты колдоого алынбаган өзгөртүү"##, + ), + ( + "auto-detection-failed", + r##"Форматты автоматтык түрдө аныктай алган жок.Сураныч, кол менен белгилеңиз."##, + ), + ( + "not-support-deser-sexp", + r##"** Бирок колдоого алынбайт **: `Lisp S-сөз айкашы`"##, + ), + ( + "unknown-fmt", + r##"Белгисиз файл Форматы"##, + ), + ( + "not-saved", + r##"Төмөнкү мазмун ** ** сакталбайт ** сакталбайт, анткени `--save` деп аталган жок."##, + ), + ( + "dst", + r##"көздөгөн файл жол"##, + ), + ( + "conv-error", + r##"Конверсиялык ката"##, + ), + ], + } } /// Language ID: ky; @@ -7245,16 +9410,17 @@ pub(super) const fn get_ky_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ky_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Өзгөртүлгөн мазмун ** жок *** сакталбайт, анткени `--sv` деп аталган жок."##), - ("new-value", r##"Жаңы маани"##), - ("invalid-path", r##"Жараксыз файл жолу."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Өзгөртүлгөн мазмун ** жок *** сакталбайт, анткени `--sv` деп аталган жок."##, + ), + ("new-value", r##"Жаңы маани"##), + ("invalid-path", r##"Жараксыз файл жолу."##), + ], + } } /// Language ID: ky; @@ -7262,16 +9428,23 @@ pub(super) const fn get_ky_map_set() -> L10nMap { /// Description: кыргызча, Кирилл, Кыргызстан; pub(super) const fn get_ky_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Өзгөртүлгөн мазмун ** жок *** сакталбайт, анткени `--sv` деп аталган жок."##), - ("new-value", r##"Жаңы маани"##), - ("invalid-path", r##"Жараксыз файл жолу."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Өзгөртүлгөн мазмун ** жок *** сакталбайт, анткени `--sv` деп аталган жок."##, + ), + ( + "new-value", + r##"Жаңы маани"##, + ), + ( + "invalid-path", + r##"Жараксыз файл жолу."##, + ), + ], + } } /// Language ID: ky; @@ -7287,32 +9460,28 @@ pub(super) const fn get_ky_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ky_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Көздөлгөн формат"##), - ("src-fmt", r##"Булак файл форматы"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Көздөлгөн формат"##), + ("src-fmt", r##"Булак файл форматы"##), + ], + } } /// ky: кыргызча, Кирилл, Кыргызстан pub(super) const fn get_ky_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ky_map_conversion), - ("get", get_ky_map_get), - ("set_md", get_ky_map_set_md), - ("set", get_ky_map_set), - ("conversion_md", get_ky_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ky_map_conversion), + ("get", get_ky_map_get), + ("set_md", get_ky_map_set_md), + ("set", get_ky_map_set), + ("conversion_md", get_ky_map_conversion_md), + ], + } } /// Language ID: la; @@ -7327,52 +9496,91 @@ pub(super) const fn get_ky_map() -> SubLocaleMap { /// ``` pub(super) const fn get_la_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Quod file non valet `JSON 1.0` Forma, conatur parse ut `json5` ..."##), - ("not-included", r##"Hoc binarii ** non includit ** conversionem functionality ad pertinet format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Quod file non valet `JSON 1.0` Forma, conatur parse ut `json5` ..."##, + ), + ( + "not-included", + r##"Hoc binarii ** non includit ** conversionem functionality ad pertinet format. Vos postulo ut enable pertinet pluma in vestri `Cargo.toml` et recompile. -Si hoc software non includit correspondentes functionality, velit submittere an proventus."##), - ("currently-supported", r##"Currently Formats List:"##), - ("unsupported", r##"Unsupported Forma Conversion"##), - ("auto-detection-failed", r##"Deficio ad automatice deprehendere forma.Placere specificare manually."##), - ("not-support-deser-sexp", r##"** ** non valet tamen **: Converting a `Lisp S-expression` ut` Alii formats`"##), - ("unknown-fmt", r##"Forma"##), - ("not-saved", r##"Sequenti contentus ** non ** salvus erit quia `--save` non dicitur."##), - ("dst", r##"Destination file semita"##), - ("conv-error", r##"Conversion Error"##), - ], -} +Si hoc software non includit correspondentes functionality, velit submittere an proventus."##, + ), + ("currently-supported", r##"Currently Formats List:"##), + ("unsupported", r##"Unsupported Forma Conversion"##), + ( + "auto-detection-failed", + r##"Deficio ad automatice deprehendere forma.Placere specificare manually."##, + ), + ( + "not-support-deser-sexp", + r##"** ** non valet tamen **: Converting a `Lisp S-expression` ut` Alii formats`"##, + ), + ("unknown-fmt", r##"Forma"##), + ( + "not-saved", + r##"Sequenti contentus ** non ** salvus erit quia `--save` non dicitur."##, + ), + ("dst", r##"Destination file semita"##), + ("conv-error", r##"Conversion Error"##), + ], + } } /// Language ID: la; /// Map name: "conversion_md"; pub(super) const fn get_la_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Quod file non valet `JSON 1.0` Forma, conatur parse ut `json5` ..."##), - ("not-included", r##"Hoc binarii ** non includit ** conversionem functionality ad pertinet format. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Quod file non valet `JSON 1.0` Forma, conatur parse ut `json5` ..."##, + ), + ( + "not-included", + r##"Hoc binarii ** non includit ** conversionem functionality ad pertinet format. Vos postulo ut enable pertinet pluma in vestri `Cargo.toml` et recompile. -Si hoc software non includit correspondentes functionality, velit submittere an proventus."##), - ("currently-supported", r##"Currently Formats List:"##), - ("unsupported", r##"Unsupported Forma Conversion"##), - ("auto-detection-failed", r##"Deficio ad automatice deprehendere forma.Placere specificare manually."##), - ("not-support-deser-sexp", r##"** ** non valet tamen **: Converting a `Lisp S-expression` ut` Alii formats`"##), - ("unknown-fmt", r##"Forma"##), - ("not-saved", r##"Sequenti contentus ** non ** salvus erit quia `--save` non dicitur."##), - ("dst", r##"Destination file semita"##), - ("conv-error", r##"Conversion Error"##), - ], -} +Si hoc software non includit correspondentes functionality, velit submittere an proventus."##, + ), + ( + "currently-supported", + r##"Currently Formats List:"##, + ), + ( + "unsupported", + r##"Unsupported Forma Conversion"##, + ), + ( + "auto-detection-failed", + r##"Deficio ad automatice deprehendere forma.Placere specificare manually."##, + ), + ( + "not-support-deser-sexp", + r##"** ** non valet tamen **: Converting a `Lisp S-expression` ut` Alii formats`"##, + ), + ( + "unknown-fmt", + r##"Forma"##, + ), + ( + "not-saved", + r##"Sequenti contentus ** non ** salvus erit quia `--save` non dicitur."##, + ), + ( + "dst", + r##"Destination file semita"##, + ), + ( + "conv-error", + r##"Conversion Error"##, + ), + ], + } } /// Language ID: la; @@ -7387,32 +9595,40 @@ pub(super) const fn get_la_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_la_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Mutatio contentus ** non ** salvus erit quia `--sv` non vocavit."##), - ("new-value", r##"Novum Value"##), - ("invalid-path", r##"Aliquam File semita."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Mutatio contentus ** non ** salvus erit quia `--sv` non vocavit."##, + ), + ("new-value", r##"Novum Value"##), + ("invalid-path", r##"Aliquam File semita."##), + ], + } } /// Language ID: la; /// Map name: "set_md"; pub(super) const fn get_la_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Mutatio contentus ** non ** salvus erit quia `--sv` non vocavit."##), - ("new-value", r##"Novum Value"##), - ("invalid-path", r##"Aliquam File semita."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Mutatio contentus ** non ** salvus erit quia `--sv` non vocavit."##, + ), + ( + "new-value", + r##"Novum Value"##, + ), + ( + "invalid-path", + r##"Aliquam File semita."##, + ), + ], + } } /// Language ID: la; @@ -7427,32 +9643,28 @@ pub(super) const fn get_la_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_la_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Destination Format"##), - ("src-fmt", r##"Fontem file format"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Destination Format"##), + ("src-fmt", r##"Fontem file format"##), + ], + } } /// la: la-Latn-VA pub(super) const fn get_la_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_la_map_conversion), - ("get", get_la_map_get), - ("set_md", get_la_map_set_md), - ("set", get_la_map_set), - ("conversion_md", get_la_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_la_map_conversion), + ("get", get_la_map_get), + ("set_md", get_la_map_set_md), + ("set", get_la_map_set), + ("conversion_md", get_la_map_conversion_md), + ], + } } /// Language ID: lb; @@ -7468,25 +9680,37 @@ pub(super) const fn get_la_map() -> SubLocaleMap { /// ``` pub(super) const fn get_lb_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** Net huet nach net ënnerstëtzt **: Konvertéiert vun `Lisp S-Timer` op` Aner Formatoren`"##), - ("unknown-fmt", r##"Onbekannt Dateiformat"##), - ("currently-supported", r##"AKTAKT KONFACHT FORMITATER Lëscht:"##), - ("auto-detection-failed", r##"ass net automatesch d'Format automatesch z'entdecken.Gitt w.e.g. manuell un."##), - ("not-included", r##"Dëst binär *** D'Konversiouns Funktionalitéit fir déi entspriechend Format. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** Net huet nach net ënnerstëtzt **: Konvertéiert vun `Lisp S-Timer` op` Aner Formatoren`"##, + ), + ("unknown-fmt", r##"Onbekannt Dateiformat"##), + ( + "currently-supported", + r##"AKTAKT KONFACHT FORMITATER Lëscht:"##, + ), + ( + "auto-detection-failed", + r##"ass net automatesch d'Format automatesch z'entdecken.Gitt w.e.g. manuell un."##, + ), + ( + "not-included", + r##"Dëst binär *** D'Konversiouns Funktionalitéit fir déi entspriechend Format. Dir musst déi relevant Feature an Ärem `cargo.atoml` erlaben an erholl. -Wann dës Software net déi entspriechend Funktionalitéit enthält, da gitt w.e.g."##), - ("conv-error", r##"Conversiounsfeeler"##), - ("dst", r##"Destinatioun Dateiwee"##), - ("unsupported", r##"net ënnerstëtzten Format Konversioun"##), - ("invalid-json1.0", r##"ass d'Datei net e gülteg `JSON 1.0`. Format, probéiert als `JSON5` ..."##), - ], -} +Wann dës Software net déi entspriechend Funktionalitéit enthält, da gitt w.e.g."##, + ), + ("conv-error", r##"Conversiounsfeeler"##), + ("dst", r##"Destinatioun Dateiwee"##), + ("unsupported", r##"net ënnerstëtzten Format Konversioun"##), + ( + "invalid-json1.0", + r##"ass d'Datei net e gülteg `JSON 1.0`. Format, probéiert als `JSON5` ..."##, + ), + ], + } } /// Language ID: lb; @@ -7494,25 +9718,49 @@ Wann dës Software net déi entspriechend Funktionalitéit enthält, da gitt w.e /// Description: Lëtzebuergesch, Laténgesch, Lëtzebuerg; pub(super) const fn get_lb_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** Net huet nach net ënnerstëtzt **: Konvertéiert vun `Lisp S-Timer` op` Aner Formatoren`"##), - ("unknown-fmt", r##"Onbekannt Dateiformat"##), - ("currently-supported", r##"AKTAKT KONFACHT FORMITATER Lëscht:"##), - ("auto-detection-failed", r##"ass net automatesch d'Format automatesch z'entdecken.Gitt w.e.g. manuell un."##), - ("not-included", r##"Dëst binär *** D'Konversiouns Funktionalitéit fir déi entspriechend Format. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** Net huet nach net ënnerstëtzt **: Konvertéiert vun `Lisp S-Timer` op` Aner Formatoren`"##, + ), + ( + "unknown-fmt", + r##"Onbekannt Dateiformat"##, + ), + ( + "currently-supported", + r##"AKTAKT KONFACHT FORMITATER Lëscht:"##, + ), + ( + "auto-detection-failed", + r##"ass net automatesch d'Format automatesch z'entdecken.Gitt w.e.g. manuell un."##, + ), + ( + "not-included", + r##"Dëst binär *** D'Konversiouns Funktionalitéit fir déi entspriechend Format. Dir musst déi relevant Feature an Ärem `cargo.atoml` erlaben an erholl. -Wann dës Software net déi entspriechend Funktionalitéit enthält, da gitt w.e.g."##), - ("conv-error", r##"Conversiounsfeeler"##), - ("dst", r##"Destinatioun Dateiwee"##), - ("unsupported", r##"net ënnerstëtzten Format Konversioun"##), - ("invalid-json1.0", r##"ass d'Datei net e gülteg `JSON 1.0`. Format, probéiert als `JSON5` ..."##), - ], -} +Wann dës Software net déi entspriechend Funktionalitéit enthält, da gitt w.e.g."##, + ), + ( + "conv-error", + r##"Conversiounsfeeler"##, + ), + ( + "dst", + r##"Destinatioun Dateiwee"##, + ), + ( + "unsupported", + r##"net ënnerstëtzten Format Konversioun"##, + ), + ( + "invalid-json1.0", + r##"ass d'Datei net e gülteg `JSON 1.0`. Format, probéiert als `JSON5` ..."##, + ), + ], + } } /// Language ID: lb; @@ -7528,16 +9776,14 @@ pub(super) const fn get_lb_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_lb_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##">"##), - ("new-value", r##"Neie Wäert"##), - ("invalid-path", r##"Ongëlteg Dateiwee."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("unsave-warn", r##">"##), + ("new-value", r##"Neie Wäert"##), + ("invalid-path", r##"Ongëlteg Dateiwee."##), + ], + } } /// Language ID: lb; @@ -7545,16 +9791,20 @@ pub(super) const fn get_lb_map_set() -> L10nMap { /// Description: Lëtzebuergesch, Laténgesch, Lëtzebuerg; pub(super) const fn get_lb_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##">"##), - ("new-value", r##"Neie Wäert"##), - ("invalid-path", r##"Ongëlteg Dateiwee."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("unsave-warn", r##">"##), + ( + "new-value", + r##"Neie Wäert"##, + ), + ( + "invalid-path", + r##"Ongëlteg Dateiwee."##, + ), + ], + } } /// Language ID: lb; @@ -7570,32 +9820,28 @@ pub(super) const fn get_lb_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_lb_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Destinatioun Format"##), - ("src-fmt", r##"Quell Datei Format"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Destinatioun Format"##), + ("src-fmt", r##"Quell Datei Format"##), + ], + } } /// lb: Lëtzebuergesch, Laténgesch, Lëtzebuerg pub(super) const fn get_lb_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_lb_map_conversion), - ("get", get_lb_map_get), - ("set_md", get_lb_map_set_md), - ("set", get_lb_map_set), - ("conversion_md", get_lb_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_lb_map_conversion), + ("get", get_lb_map_get), + ("set_md", get_lb_map_set_md), + ("set", get_lb_map_set), + ("conversion_md", get_lb_map_conversion_md), + ], + } } /// Language ID: lo; @@ -7611,24 +9857,27 @@ pub(super) const fn get_lb_map() -> SubLocaleMap { /// ``` pub(super) const fn get_lo_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 3), - (2, 0), - ], - entries: &[ - ("conv-error", r##"ຂໍ້ຜິດພາດໃນການແປງ"##), - ("not-support-deser-sexp", r##"** ບໍ່ໄດ້ຮັບການສະຫນັບສະຫນູນເທື່ອ"##), - ("dst", r##"ເສັ້ນທາງໄຟລ໌ປາຍທາງ"##), - ("unsupported", r##"ການແປງຮູບແບບທີ່ບໍ່ໄດ້ຮັບການສະຫນັບສະຫນູນ"##), - ("auto-detection-failed", r##"ລົ້ມເຫລວໃນການກວດພົບຮູບແບບໂດຍອັດຕະໂນມັດ.ກະລຸນາລະບຸດ້ວຍຕົນເອງ."##), - ("currently-supported", r##"ປະຈຸບັນສະຫນັບສະຫນູນບັນຊີລາຍຊື່ຮູບແບບ:"##), - ("not-included", r##"Binary ນີ້ ** ບໍ່ລວມເອົາ ** ການເຮັດວຽກຂອງການປ່ຽນໃຈເຫລື້ອມໃສສໍາລັບຮູບແບບທີ່ກ່ຽວຂ້ອງ. + key: 12913932095322966823, + disps: &[(0, 3), (2, 0)], + entries: &[ + ("conv-error", r##"ຂໍ້ຜິດພາດໃນການແປງ"##), + ("not-support-deser-sexp", r##"** ບໍ່ໄດ້ຮັບການສະຫນັບສະຫນູນເທື່ອ"##), + ("dst", r##"ເສັ້ນທາງໄຟລ໌ປາຍທາງ"##), + ("unsupported", r##"ການແປງຮູບແບບທີ່ບໍ່ໄດ້ຮັບການສະຫນັບສະຫນູນ"##), + ( + "auto-detection-failed", + r##"ລົ້ມເຫລວໃນການກວດພົບຮູບແບບໂດຍອັດຕະໂນມັດ.ກະລຸນາລະບຸດ້ວຍຕົນເອງ."##, + ), + ("currently-supported", r##"ປະຈຸບັນສະຫນັບສະຫນູນບັນຊີລາຍຊື່ຮູບແບບ:"##), + ( + "not-included", + r##"Binary ນີ້ ** ບໍ່ລວມເອົາ ** ການເຮັດວຽກຂອງການປ່ຽນໃຈເຫລື້ອມໃສສໍາລັບຮູບແບບທີ່ກ່ຽວຂ້ອງ. ທ່ານຈໍາເປັນຕ້ອງເປີດໃຊ້ຄຸນສົມບັດທີ່ກ່ຽວຂ້ອງໃນ `Cargo.Toml` ແລະ recompile. -ຖ້າຊອບແວນີ້ບໍ່ໄດ້ລວມເອົາການເຮັດວຽກທີ່ສອດຄ້ອງກັນ, ກະລຸນາສົ່ງບັນຫາ."##), - ("unknown-fmt", r##"ຮູບແບບເອກະສານທີ່ບໍ່ຮູ້ຈັກ"##), - ], -} +ຖ້າຊອບແວນີ້ບໍ່ໄດ້ລວມເອົາການເຮັດວຽກທີ່ສອດຄ້ອງກັນ, ກະລຸນາສົ່ງບັນຫາ."##, + ), + ("unknown-fmt", r##"ຮູບແບບເອກະສານທີ່ບໍ່ຮູ້ຈັກ"##), + ], + } } /// Language ID: lo; @@ -7636,24 +9885,45 @@ pub(super) const fn get_lo_map_conversion() -> L10nMap { /// Description: ລາວ, ລາວ, ລາວ; pub(super) const fn get_lo_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 3), - (2, 0), - ], - entries: &[ - ("conv-error", r##"ຂໍ້ຜິດພາດໃນການແປງ"##), - ("not-support-deser-sexp", r##"** ບໍ່ໄດ້ຮັບການສະຫນັບສະຫນູນເທື່ອ"##), - ("dst", r##"ເສັ້ນທາງໄຟລ໌ປາຍທາງ"##), - ("unsupported", r##"ການແປງຮູບແບບທີ່ບໍ່ໄດ້ຮັບການສະຫນັບສະຫນູນ"##), - ("auto-detection-failed", r##"ລົ້ມເຫລວໃນການກວດພົບຮູບແບບໂດຍອັດຕະໂນມັດ.ກະລຸນາລະບຸດ້ວຍຕົນເອງ."##), - ("currently-supported", r##"ປະຈຸບັນສະຫນັບສະຫນູນບັນຊີລາຍຊື່ຮູບແບບ:"##), - ("not-included", r##"Binary ນີ້ ** ບໍ່ລວມເອົາ ** ການເຮັດວຽກຂອງການປ່ຽນໃຈເຫລື້ອມໃສສໍາລັບຮູບແບບທີ່ກ່ຽວຂ້ອງ. + key: 12913932095322966823, + disps: &[(0, 3), (2, 0)], + entries: &[ + ( + "conv-error", + r##"ຂໍ້ຜິດພາດໃນການແປງ"##, + ), + ( + "not-support-deser-sexp", + r##"** ບໍ່ໄດ້ຮັບການສະຫນັບສະຫນູນເທື່ອ"##, + ), + ( + "dst", + r##"ເສັ້ນທາງໄຟລ໌ປາຍທາງ"##, + ), + ( + "unsupported", + r##"ການແປງຮູບແບບທີ່ບໍ່ໄດ້ຮັບການສະຫນັບສະຫນູນ"##, + ), + ( + "auto-detection-failed", + r##"ລົ້ມເຫລວໃນການກວດພົບຮູບແບບໂດຍອັດຕະໂນມັດ.ກະລຸນາລະບຸດ້ວຍຕົນເອງ."##, + ), + ( + "currently-supported", + r##"ປະຈຸບັນສະຫນັບສະຫນູນບັນຊີລາຍຊື່ຮູບແບບ:"##, + ), + ( + "not-included", + r##"Binary ນີ້ ** ບໍ່ລວມເອົາ ** ການເຮັດວຽກຂອງການປ່ຽນໃຈເຫລື້ອມໃສສໍາລັບຮູບແບບທີ່ກ່ຽວຂ້ອງ. ທ່ານຈໍາເປັນຕ້ອງເປີດໃຊ້ຄຸນສົມບັດທີ່ກ່ຽວຂ້ອງໃນ `Cargo.Toml` ແລະ recompile. -ຖ້າຊອບແວນີ້ບໍ່ໄດ້ລວມເອົາການເຮັດວຽກທີ່ສອດຄ້ອງກັນ, ກະລຸນາສົ່ງບັນຫາ."##), - ("unknown-fmt", r##"ຮູບແບບເອກະສານທີ່ບໍ່ຮູ້ຈັກ"##), - ], -} +ຖ້າຊອບແວນີ້ບໍ່ໄດ້ລວມເອົາການເຮັດວຽກທີ່ສອດຄ້ອງກັນ, ກະລຸນາສົ່ງບັນຫາ."##, + ), + ( + "unknown-fmt", + r##"ຮູບແບບເອກະສານທີ່ບໍ່ຮູ້ຈັກ"##, + ), + ], + } } /// Language ID: lo; @@ -7669,16 +9939,17 @@ pub(super) const fn get_lo_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_lo_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ເນື້ອຫາທີ່ຖືກດັດແກ້ ** ຈະບໍ່ ** ຈະໄດ້ຮັບຄວາມລອດເພາະວ່າ `- ຂ້ອຍບໍ່ໄດ້ຖືກເອີ້ນ."##), - ("new-value", r##"ມູນຄ່າໃຫມ່"##), - ("invalid-path", r##"ເສັ້ນທາງເອກະສານບໍ່ຖືກຕ້ອງ."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ເນື້ອຫາທີ່ຖືກດັດແກ້ ** ຈະບໍ່ ** ຈະໄດ້ຮັບຄວາມລອດເພາະວ່າ `- ຂ້ອຍບໍ່ໄດ້ຖືກເອີ້ນ."##, + ), + ("new-value", r##"ມູນຄ່າໃຫມ່"##), + ("invalid-path", r##"ເສັ້ນທາງເອກະສານບໍ່ຖືກຕ້ອງ."##), + ], + } } /// Language ID: lo; @@ -7686,16 +9957,23 @@ pub(super) const fn get_lo_map_set() -> L10nMap { /// Description: ລາວ, ລາວ, ລາວ; pub(super) const fn get_lo_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ເນື້ອຫາທີ່ຖືກດັດແກ້ ** ຈະບໍ່ ** ຈະໄດ້ຮັບຄວາມລອດເພາະວ່າ `- ຂ້ອຍບໍ່ໄດ້ຖືກເອີ້ນ."##), - ("new-value", r##"ມູນຄ່າໃຫມ່"##), - ("invalid-path", r##"ເສັ້ນທາງເອກະສານບໍ່ຖືກຕ້ອງ."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ເນື້ອຫາທີ່ຖືກດັດແກ້ ** ຈະບໍ່ ** ຈະໄດ້ຮັບຄວາມລອດເພາະວ່າ `- ຂ້ອຍບໍ່ໄດ້ຖືກເອີ້ນ."##, + ), + ( + "new-value", + r##"ມູນຄ່າໃຫມ່"##, + ), + ( + "invalid-path", + r##"ເສັ້ນທາງເອກະສານບໍ່ຖືກຕ້ອງ."##, + ), + ], + } } /// Language ID: lo; @@ -7711,32 +9989,28 @@ pub(super) const fn get_lo_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_lo_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"ຮູບແບບປາຍທາງ"##), - ("src-fmt", r##"ຮູບແບບເອກະສານແຫຼ່ງຂໍ້ມູນ"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"ຮູບແບບປາຍທາງ"##), + ("src-fmt", r##"ຮູບແບບເອກະສານແຫຼ່ງຂໍ້ມູນ"##), + ], + } } /// lo: ລາວ, ລາວ, ລາວ pub(super) const fn get_lo_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_lo_map_conversion), - ("get", get_lo_map_get), - ("set_md", get_lo_map_set_md), - ("set", get_lo_map_set), - ("conversion_md", get_lo_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_lo_map_conversion), + ("get", get_lo_map_get), + ("set_md", get_lo_map_set_md), + ("set", get_lo_map_set), + ("conversion_md", get_lo_map_conversion_md), + ], + } } /// Language ID: lt; @@ -7752,25 +10026,37 @@ pub(super) const fn get_lo_map() -> SubLocaleMap { /// ``` pub(super) const fn get_lt_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** dar nepalaikomas **: Konvertuoti iš „lisp s-ekspression“ į „kitus formatus“"##), - ("unknown-fmt", r##"Nežinomas failo formatas"##), - ("currently-supported", r##"Šiuo metu palaikomų formatų sąrašas:"##), - ("auto-detection-failed", r##"Nepavyko automatiškai aptikti formato.Nurodykite rankiniu būdu."##), - ("not-included", r##"Šis dvejetainis ** neapima ** atitinkamo formato konvertavimo funkcijos. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** dar nepalaikomas **: Konvertuoti iš „lisp s-ekspression“ į „kitus formatus“"##, + ), + ("unknown-fmt", r##"Nežinomas failo formatas"##), + ( + "currently-supported", + r##"Šiuo metu palaikomų formatų sąrašas:"##, + ), + ( + "auto-detection-failed", + r##"Nepavyko automatiškai aptikti formato.Nurodykite rankiniu būdu."##, + ), + ( + "not-included", + r##"Šis dvejetainis ** neapima ** atitinkamo formato konvertavimo funkcijos. Turite įgalinti atitinkamą funkciją „Cargo.toml“ ir perkompiliuoti. -Jei šioje programinėje įrangoje nėra atitinkamos funkcijos, pateikite problemą."##), - ("conv-error", r##"Konversijos klaida"##), - ("dst", r##"paskirties failo kelias"##), - ("unsupported", r##"Nepalaikomas formato konvertavimas"##), - ("invalid-json1.0", r##"Failas nėra galiojantis „JSON 1.0“ formatas, bandantis išanalizuoti kaip „JSON5“ ..."##), - ], -} +Jei šioje programinėje įrangoje nėra atitinkamos funkcijos, pateikite problemą."##, + ), + ("conv-error", r##"Konversijos klaida"##), + ("dst", r##"paskirties failo kelias"##), + ("unsupported", r##"Nepalaikomas formato konvertavimas"##), + ( + "invalid-json1.0", + r##"Failas nėra galiojantis „JSON 1.0“ formatas, bandantis išanalizuoti kaip „JSON5“ ..."##, + ), + ], + } } /// Language ID: lt; @@ -7778,25 +10064,49 @@ Jei šioje programinėje įrangoje nėra atitinkamos funkcijos, pateikite proble /// Description: lietuvių, lotynų, Lietuva; pub(super) const fn get_lt_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** dar nepalaikomas **: Konvertuoti iš „lisp s-ekspression“ į „kitus formatus“"##), - ("unknown-fmt", r##"Nežinomas failo formatas"##), - ("currently-supported", r##"Šiuo metu palaikomų formatų sąrašas:"##), - ("auto-detection-failed", r##"Nepavyko automatiškai aptikti formato.Nurodykite rankiniu būdu."##), - ("not-included", r##"Šis dvejetainis ** neapima ** atitinkamo formato konvertavimo funkcijos. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** dar nepalaikomas **: Konvertuoti iš „lisp s-ekspression“ į „kitus formatus“"##, + ), + ( + "unknown-fmt", + r##"Nežinomas failo formatas"##, + ), + ( + "currently-supported", + r##"Šiuo metu palaikomų formatų sąrašas:"##, + ), + ( + "auto-detection-failed", + r##"Nepavyko automatiškai aptikti formato.Nurodykite rankiniu būdu."##, + ), + ( + "not-included", + r##"Šis dvejetainis ** neapima ** atitinkamo formato konvertavimo funkcijos. Turite įgalinti atitinkamą funkciją „Cargo.toml“ ir perkompiliuoti. -Jei šioje programinėje įrangoje nėra atitinkamos funkcijos, pateikite problemą."##), - ("conv-error", r##"Konversijos klaida"##), - ("dst", r##"paskirties failo kelias"##), - ("unsupported", r##"Nepalaikomas formato konvertavimas"##), - ("invalid-json1.0", r##"Failas nėra galiojantis „JSON 1.0“ formatas, bandantis išanalizuoti kaip „JSON5“ ..."##), - ], -} +Jei šioje programinėje įrangoje nėra atitinkamos funkcijos, pateikite problemą."##, + ), + ( + "conv-error", + r##"Konversijos klaida"##, + ), + ( + "dst", + r##"paskirties failo kelias"##, + ), + ( + "unsupported", + r##"Nepalaikomas formato konvertavimas"##, + ), + ( + "invalid-json1.0", + r##"Failas nėra galiojantis „JSON 1.0“ formatas, bandantis išanalizuoti kaip „JSON5“ ..."##, + ), + ], + } } /// Language ID: lt; @@ -7812,16 +10122,17 @@ pub(super) const fn get_lt_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_lt_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Modifikuotas turinys ** nebus išsaugotas, nes „--sv“ nebuvo iškviestas."##), - ("new-value", r##"Nauja vertė"##), - ("invalid-path", r##"Neteisingas failo kelias."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Modifikuotas turinys ** nebus išsaugotas, nes „--sv“ nebuvo iškviestas."##, + ), + ("new-value", r##"Nauja vertė"##), + ("invalid-path", r##"Neteisingas failo kelias."##), + ], + } } /// Language ID: lt; @@ -7829,16 +10140,23 @@ pub(super) const fn get_lt_map_set() -> L10nMap { /// Description: lietuvių, lotynų, Lietuva; pub(super) const fn get_lt_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Modifikuotas turinys ** nebus išsaugotas, nes „--sv“ nebuvo iškviestas."##), - ("new-value", r##"Nauja vertė"##), - ("invalid-path", r##"Neteisingas failo kelias."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Modifikuotas turinys ** nebus išsaugotas, nes „--sv“ nebuvo iškviestas."##, + ), + ( + "new-value", + r##"Nauja vertė"##, + ), + ( + "invalid-path", + r##"Neteisingas failo kelias."##, + ), + ], + } } /// Language ID: lt; @@ -7854,32 +10172,28 @@ pub(super) const fn get_lt_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_lt_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Paskirties formatas"##), - ("src-fmt", r##"Šaltinio failo formatas"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Paskirties formatas"##), + ("src-fmt", r##"Šaltinio failo formatas"##), + ], + } } /// lt: lietuvių, lotynų, Lietuva pub(super) const fn get_lt_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_lt_map_conversion), - ("get", get_lt_map_get), - ("set_md", get_lt_map_set_md), - ("set", get_lt_map_set), - ("conversion_md", get_lt_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_lt_map_conversion), + ("get", get_lt_map_get), + ("set_md", get_lt_map_set_md), + ("set", get_lt_map_set), + ("conversion_md", get_lt_map_conversion_md), + ], + } } /// Language ID: lv; @@ -7895,26 +10209,41 @@ pub(super) const fn get_lt_map() -> SubLocaleMap { /// ``` pub(super) const fn get_lv_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Fails nav derīgs `JSON 1.0` formāts, mēģinot parsēt kā `json5` ..."##), - ("not-included", r##"Šis binārais ** neietver ** attiecīgā formāta pārveidošanas funkcionalitāti. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Fails nav derīgs `JSON 1.0` formāts, mēģinot parsēt kā `json5` ..."##, + ), + ( + "not-included", + r##"Šis binārais ** neietver ** attiecīgā formāta pārveidošanas funkcionalitāti. Jums jāiespējo attiecīgā funkcija savā `Cargo.toml` un atkārtoti kompilējiet. -Ja šī programmatūra neietver atbilstošo funkcionalitāti, lūdzu, iesniedziet problēmu."##), - ("currently-supported", r##"Pašlaik atbalstīto formātu saraksts:"##), - ("unsupported", r##"neatbalstīts formāta konvertēšana"##), - ("auto-detection-failed", r##"Neizdevās automātiski noteikt formātu.Lūdzu, norādiet manuāli."##), - ("not-support-deser-sexp", r##"** Pagaidām nav atbalstīts **: pārveidošana no `lisp s-ekspresijas` uz" citiem formātiem ""##), - ("unknown-fmt", r##"nezināms faila formāts"##), - ("not-saved", r##"Šis saturs ** netiks saglabāts, jo `--save` netika izsaukts."##), - ("dst", r##"mērķa faila ceļš"##), - ("conv-error", r##"reklāmguvumu kļūda"##), - ], -} +Ja šī programmatūra neietver atbilstošo funkcionalitāti, lūdzu, iesniedziet problēmu."##, + ), + ( + "currently-supported", + r##"Pašlaik atbalstīto formātu saraksts:"##, + ), + ("unsupported", r##"neatbalstīts formāta konvertēšana"##), + ( + "auto-detection-failed", + r##"Neizdevās automātiski noteikt formātu.Lūdzu, norādiet manuāli."##, + ), + ( + "not-support-deser-sexp", + r##"** Pagaidām nav atbalstīts **: pārveidošana no `lisp s-ekspresijas` uz" citiem formātiem ""##, + ), + ("unknown-fmt", r##"nezināms faila formāts"##), + ( + "not-saved", + r##"Šis saturs ** netiks saglabāts, jo `--save` netika izsaukts."##, + ), + ("dst", r##"mērķa faila ceļš"##), + ("conv-error", r##"reklāmguvumu kļūda"##), + ], + } } /// Language ID: lv; @@ -7922,26 +10251,53 @@ Ja šī programmatūra neietver atbilstošo funkcionalitāti, lūdzu, iesniedzie /// Description: latviešu, latīņu, Latvija; pub(super) const fn get_lv_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Fails nav derīgs `JSON 1.0` formāts, mēģinot parsēt kā `json5` ..."##), - ("not-included", r##"Šis binārais ** neietver ** attiecīgā formāta pārveidošanas funkcionalitāti. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Fails nav derīgs `JSON 1.0` formāts, mēģinot parsēt kā `json5` ..."##, + ), + ( + "not-included", + r##"Šis binārais ** neietver ** attiecīgā formāta pārveidošanas funkcionalitāti. Jums jāiespējo attiecīgā funkcija savā `Cargo.toml` un atkārtoti kompilējiet. -Ja šī programmatūra neietver atbilstošo funkcionalitāti, lūdzu, iesniedziet problēmu."##), - ("currently-supported", r##"Pašlaik atbalstīto formātu saraksts:"##), - ("unsupported", r##"neatbalstīts formāta konvertēšana"##), - ("auto-detection-failed", r##"Neizdevās automātiski noteikt formātu.Lūdzu, norādiet manuāli."##), - ("not-support-deser-sexp", r##"** Pagaidām nav atbalstīts **: pārveidošana no `lisp s-ekspresijas` uz" citiem formātiem ""##), - ("unknown-fmt", r##"nezināms faila formāts"##), - ("not-saved", r##"Šis saturs ** netiks saglabāts, jo `--save` netika izsaukts."##), - ("dst", r##"mērķa faila ceļš"##), - ("conv-error", r##"reklāmguvumu kļūda"##), - ], -} +Ja šī programmatūra neietver atbilstošo funkcionalitāti, lūdzu, iesniedziet problēmu."##, + ), + ( + "currently-supported", + r##"Pašlaik atbalstīto formātu saraksts:"##, + ), + ( + "unsupported", + r##"neatbalstīts formāta konvertēšana"##, + ), + ( + "auto-detection-failed", + r##"Neizdevās automātiski noteikt formātu.Lūdzu, norādiet manuāli."##, + ), + ( + "not-support-deser-sexp", + r##"** Pagaidām nav atbalstīts **: pārveidošana no `lisp s-ekspresijas` uz" citiem formātiem ""##, + ), + ( + "unknown-fmt", + r##"nezināms faila formāts"##, + ), + ( + "not-saved", + r##"Šis saturs ** netiks saglabāts, jo `--save` netika izsaukts."##, + ), + ( + "dst", + r##"mērķa faila ceļš"##, + ), + ( + "conv-error", + r##"reklāmguvumu kļūda"##, + ), + ], + } } /// Language ID: lv; @@ -7957,16 +10313,17 @@ pub(super) const fn get_lv_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_lv_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Modificētais saturs ** netiks saglabāts, jo `--sv` netika izsaukts."##), - ("new-value", r##"jauna vērtība"##), - ("invalid-path", r##"nederīgs faila ceļš."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Modificētais saturs ** netiks saglabāts, jo `--sv` netika izsaukts."##, + ), + ("new-value", r##"jauna vērtība"##), + ("invalid-path", r##"nederīgs faila ceļš."##), + ], + } } /// Language ID: lv; @@ -7974,16 +10331,23 @@ pub(super) const fn get_lv_map_set() -> L10nMap { /// Description: latviešu, latīņu, Latvija; pub(super) const fn get_lv_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Modificētais saturs ** netiks saglabāts, jo `--sv` netika izsaukts."##), - ("new-value", r##"jauna vērtība"##), - ("invalid-path", r##"nederīgs faila ceļš."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Modificētais saturs ** netiks saglabāts, jo `--sv` netika izsaukts."##, + ), + ( + "new-value", + r##"jauna vērtība"##, + ), + ( + "invalid-path", + r##"nederīgs faila ceļš."##, + ), + ], + } } /// Language ID: lv; @@ -7999,32 +10363,28 @@ pub(super) const fn get_lv_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_lv_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Galamērķa formāts"##), - ("src-fmt", r##"Avota faila formāts"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Galamērķa formāts"##), + ("src-fmt", r##"Avota faila formāts"##), + ], + } } /// lv: latviešu, latīņu, Latvija pub(super) const fn get_lv_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_lv_map_conversion), - ("get", get_lv_map_get), - ("set_md", get_lv_map_set_md), - ("set", get_lv_map_set), - ("conversion_md", get_lv_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_lv_map_conversion), + ("get", get_lv_map_get), + ("set_md", get_lv_map_set_md), + ("set", get_lv_map_set), + ("conversion_md", get_lv_map_conversion_md), + ], + } } /// Language ID: mg; @@ -8040,24 +10400,33 @@ pub(super) const fn get_lv_map() -> SubLocaleMap { /// ``` pub(super) const fn get_mg_map_conversion() -> L10nMap { ::phf::Map { - key: 8694567506910003252, - disps: &[ - (2, 1), - (5, 0), - ], - entries: &[ - ("unknown-fmt", r##"Format rakitra tsy fantatra"##), - ("unsupported", r##"fiovam-po tsy azo antoka"##), - ("dst", r##"Lalana rakitra toerana"##), - ("invalid-json1.0", r##"Ny rakitra dia tsy ny endrika 'JSON 1.0'"##), - ("not-included", r##"Ity binary ity ** tsy ahitana ny fiasa ** ny fiovam-po amin'ny endrika mifanaraka amin'izany. + key: 8694567506910003252, + disps: &[(2, 1), (5, 0)], + entries: &[ + ("unknown-fmt", r##"Format rakitra tsy fantatra"##), + ("unsupported", r##"fiovam-po tsy azo antoka"##), + ("dst", r##"Lalana rakitra toerana"##), + ( + "invalid-json1.0", + r##"Ny rakitra dia tsy ny endrika 'JSON 1.0'"##, + ), + ( + "not-included", + r##"Ity binary ity ** tsy ahitana ny fiasa ** ny fiovam-po amin'ny endrika mifanaraka amin'izany. Mila mamela ny endri-javatra mifanaraka amin'ny `Cargo.toml` ianao ary averina. -Raha tsy misy ny rindranasa mifanaraka amin'izany dia azafady alefaso ny olana iray."##), - ("auto-detection-failed", r##"tsy nahavita namantatra ny format.Azafady, farito amin'ny fomba manual."##), - ("conv-error", r##"Fahadisoana fiovam-po"##), - ("currently-supported", r##"misy lisitra misy eo amin'ny endrika ankehitriny:"##), - ], -} +Raha tsy misy ny rindranasa mifanaraka amin'izany dia azafady alefaso ny olana iray."##, + ), + ( + "auto-detection-failed", + r##"tsy nahavita namantatra ny format.Azafady, farito amin'ny fomba manual."##, + ), + ("conv-error", r##"Fahadisoana fiovam-po"##), + ( + "currently-supported", + r##"misy lisitra misy eo amin'ny endrika ankehitriny:"##, + ), + ], + } } /// Language ID: mg; @@ -8065,24 +10434,45 @@ Raha tsy misy ny rindranasa mifanaraka amin'izany dia azafady alefaso ny olana i /// Description: Malagasy, Latn, Madagasikara; pub(super) const fn get_mg_map_conversion_md() -> L10nMap { ::phf::Map { - key: 8694567506910003252, - disps: &[ - (2, 1), - (5, 0), - ], - entries: &[ - ("unknown-fmt", r##"Format rakitra tsy fantatra"##), - ("unsupported", r##"fiovam-po tsy azo antoka"##), - ("dst", r##"Lalana rakitra toerana"##), - ("invalid-json1.0", r##"Ny rakitra dia tsy ny endrika 'JSON 1.0'"##), - ("not-included", r##"Ity binary ity ** tsy ahitana ny fiasa ** ny fiovam-po amin'ny endrika mifanaraka amin'izany. + key: 8694567506910003252, + disps: &[(2, 1), (5, 0)], + entries: &[ + ( + "unknown-fmt", + r##"Format rakitra tsy fantatra"##, + ), + ( + "unsupported", + r##"fiovam-po tsy azo antoka"##, + ), + ( + "dst", + r##"Lalana rakitra toerana"##, + ), + ( + "invalid-json1.0", + r##"Ny rakitra dia tsy ny endrika 'JSON 1.0'"##, + ), + ( + "not-included", + r##"Ity binary ity ** tsy ahitana ny fiasa ** ny fiovam-po amin'ny endrika mifanaraka amin'izany. Mila mamela ny endri-javatra mifanaraka amin'ny `Cargo.toml` ianao ary averina. -Raha tsy misy ny rindranasa mifanaraka amin'izany dia azafady alefaso ny olana iray."##), - ("auto-detection-failed", r##"tsy nahavita namantatra ny format.Azafady, farito amin'ny fomba manual."##), - ("conv-error", r##"Fahadisoana fiovam-po"##), - ("currently-supported", r##"misy lisitra misy eo amin'ny endrika ankehitriny:"##), - ], -} +Raha tsy misy ny rindranasa mifanaraka amin'izany dia azafady alefaso ny olana iray."##, + ), + ( + "auto-detection-failed", + r##"tsy nahavita namantatra ny format.Azafady, farito amin'ny fomba manual."##, + ), + ( + "conv-error", + r##"Fahadisoana fiovam-po"##, + ), + ( + "currently-supported", + r##"misy lisitra misy eo amin'ny endrika ankehitriny:"##, + ), + ], + } } /// Language ID: mg; @@ -8098,16 +10488,17 @@ pub(super) const fn get_mg_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_mg_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Ny votoaty novaina ** dia tsy ho voavonjy satria tsy nantsoina ny `--sv`."##), - ("new-value", r##"Sarobidy vaovao"##), - ("invalid-path", r##"lalana tsy mety."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Ny votoaty novaina ** dia tsy ho voavonjy satria tsy nantsoina ny `--sv`."##, + ), + ("new-value", r##"Sarobidy vaovao"##), + ("invalid-path", r##"lalana tsy mety."##), + ], + } } /// Language ID: mg; @@ -8115,16 +10506,23 @@ pub(super) const fn get_mg_map_set() -> L10nMap { /// Description: Malagasy, Latn, Madagasikara; pub(super) const fn get_mg_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Ny votoaty novaina ** dia tsy ho voavonjy satria tsy nantsoina ny `--sv`."##), - ("new-value", r##"Sarobidy vaovao"##), - ("invalid-path", r##"lalana tsy mety."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Ny votoaty novaina ** dia tsy ho voavonjy satria tsy nantsoina ny `--sv`."##, + ), + ( + "new-value", + r##"Sarobidy vaovao"##, + ), + ( + "invalid-path", + r##"lalana tsy mety."##, + ), + ], + } } /// Language ID: mg; @@ -8140,32 +10538,28 @@ pub(super) const fn get_mg_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_mg_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format format"##), - ("src-fmt", r##"Format rakitra loharano"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format format"##), + ("src-fmt", r##"Format rakitra loharano"##), + ], + } } /// mg: Malagasy, Latn, Madagasikara pub(super) const fn get_mg_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_mg_map_conversion), - ("get", get_mg_map_get), - ("set_md", get_mg_map_set_md), - ("set", get_mg_map_set), - ("conversion_md", get_mg_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_mg_map_conversion), + ("get", get_mg_map_get), + ("set_md", get_mg_map_set_md), + ("set", get_mg_map_set), + ("conversion_md", get_mg_map_conversion_md), + ], + } } /// Language ID: mi; @@ -8181,25 +10575,37 @@ pub(super) const fn get_mg_map() -> SubLocaleMap { /// ``` pub(super) const fn get_mi_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** kaore ano kia tautokohia **: te huri mai i te 'Lisp S"##), - ("unknown-fmt", r##"Hōputu Kōnae Kaore e mohiotia"##), - ("currently-supported", r##"I tenei wa kua tautokohia te raarangi whakatakotoranga:"##), - ("auto-detection-failed", r##"I rahua te tirotiro aunoa i te whakatakotoranga.Tena koa tohuhia."##), - ("not-included", r##"Ko tenei ruau ** kaore i te whakauru ** te mahinga whakawhitinga mo te whakatakotoranga e tika ana. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** kaore ano kia tautokohia **: te huri mai i te 'Lisp S"##, + ), + ("unknown-fmt", r##"Hōputu Kōnae Kaore e mohiotia"##), + ( + "currently-supported", + r##"I tenei wa kua tautokohia te raarangi whakatakotoranga:"##, + ), + ( + "auto-detection-failed", + r##"I rahua te tirotiro aunoa i te whakatakotoranga.Tena koa tohuhia."##, + ), + ( + "not-included", + r##"Ko tenei ruau ** kaore i te whakauru ** te mahinga whakawhitinga mo te whakatakotoranga e tika ana. Me whakahoihia e koe te ahuatanga e tika ana i roto i to `Cargo.toml` me te hoko mai. -Mena kaore i te whakauru atu tenei raupaparorohiko ki te mahinga e tika ana, tukuna mai he take."##), - ("conv-error", r##"Ko te hapa faafariu"##), - ("dst", r##"Te Waehere Kōnae"##), - ("unsupported", r##"Ko te hurihanga hōputu kore tautokona"##), - ("invalid-json1.0", r##"Ehara i te konae he whakatakotoranga tika a Json 1.0``````], e ngana ana ki te tarai i te 'JSON5` ..."##), - ], -} +Mena kaore i te whakauru atu tenei raupaparorohiko ki te mahinga e tika ana, tukuna mai he take."##, + ), + ("conv-error", r##"Ko te hapa faafariu"##), + ("dst", r##"Te Waehere Kōnae"##), + ("unsupported", r##"Ko te hurihanga hōputu kore tautokona"##), + ( + "invalid-json1.0", + r##"Ehara i te konae he whakatakotoranga tika a Json 1.0``````], e ngana ana ki te tarai i te 'JSON5` ..."##, + ), + ], + } } /// Language ID: mi; @@ -8207,25 +10613,49 @@ Mena kaore i te whakauru atu tenei raupaparorohiko ki te mahinga e tika ana, tuk /// Description: Māori, Rātina, Aotearoa; pub(super) const fn get_mi_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** kaore ano kia tautokohia **: te huri mai i te 'Lisp S"##), - ("unknown-fmt", r##"Hōputu Kōnae Kaore e mohiotia"##), - ("currently-supported", r##"I tenei wa kua tautokohia te raarangi whakatakotoranga:"##), - ("auto-detection-failed", r##"I rahua te tirotiro aunoa i te whakatakotoranga.Tena koa tohuhia."##), - ("not-included", r##"Ko tenei ruau ** kaore i te whakauru ** te mahinga whakawhitinga mo te whakatakotoranga e tika ana. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** kaore ano kia tautokohia **: te huri mai i te 'Lisp S"##, + ), + ( + "unknown-fmt", + r##"Hōputu Kōnae Kaore e mohiotia"##, + ), + ( + "currently-supported", + r##"I tenei wa kua tautokohia te raarangi whakatakotoranga:"##, + ), + ( + "auto-detection-failed", + r##"I rahua te tirotiro aunoa i te whakatakotoranga.Tena koa tohuhia."##, + ), + ( + "not-included", + r##"Ko tenei ruau ** kaore i te whakauru ** te mahinga whakawhitinga mo te whakatakotoranga e tika ana. Me whakahoihia e koe te ahuatanga e tika ana i roto i to `Cargo.toml` me te hoko mai. -Mena kaore i te whakauru atu tenei raupaparorohiko ki te mahinga e tika ana, tukuna mai he take."##), - ("conv-error", r##"Ko te hapa faafariu"##), - ("dst", r##"Te Waehere Kōnae"##), - ("unsupported", r##"Ko te hurihanga hōputu kore tautokona"##), - ("invalid-json1.0", r##"Ehara i te konae he whakatakotoranga tika a Json 1.0``````], e ngana ana ki te tarai i te 'JSON5` ..."##), - ], -} +Mena kaore i te whakauru atu tenei raupaparorohiko ki te mahinga e tika ana, tukuna mai he take."##, + ), + ( + "conv-error", + r##"Ko te hapa faafariu"##, + ), + ( + "dst", + r##"Te Waehere Kōnae"##, + ), + ( + "unsupported", + r##"Ko te hurihanga hōputu kore tautokona"##, + ), + ( + "invalid-json1.0", + r##"Ehara i te konae he whakatakotoranga tika a Json 1.0``````], e ngana ana ki te tarai i te 'JSON5` ..."##, + ), + ], + } } /// Language ID: mi; @@ -8241,16 +10671,17 @@ pub(super) const fn get_mi_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_mi_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Ko te ihirangi kua whakarerekehia ** kaore e ora * na te mea kaore i karangahia."##), - ("new-value", r##"Te uara hou"##), - ("invalid-path", r##"Aratau Kōnae kore."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Ko te ihirangi kua whakarerekehia ** kaore e ora * na te mea kaore i karangahia."##, + ), + ("new-value", r##"Te uara hou"##), + ("invalid-path", r##"Aratau Kōnae kore."##), + ], + } } /// Language ID: mi; @@ -8258,16 +10689,23 @@ pub(super) const fn get_mi_map_set() -> L10nMap { /// Description: Māori, Rātina, Aotearoa; pub(super) const fn get_mi_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Ko te ihirangi kua whakarerekehia ** kaore e ora * na te mea kaore i karangahia."##), - ("new-value", r##"Te uara hou"##), - ("invalid-path", r##"Aratau Kōnae kore."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Ko te ihirangi kua whakarerekehia ** kaore e ora * na te mea kaore i karangahia."##, + ), + ( + "new-value", + r##"Te uara hou"##, + ), + ( + "invalid-path", + r##"Aratau Kōnae kore."##, + ), + ], + } } /// Language ID: mi; @@ -8283,32 +10721,28 @@ pub(super) const fn get_mi_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_mi_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Hōputu ūnga"##), - ("src-fmt", r##"Hōputu konae"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Hōputu ūnga"##), + ("src-fmt", r##"Hōputu konae"##), + ], + } } /// mi: Māori, Rātina, Aotearoa pub(super) const fn get_mi_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_mi_map_conversion), - ("get", get_mi_map_get), - ("set_md", get_mi_map_set_md), - ("set", get_mi_map_set), - ("conversion_md", get_mi_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_mi_map_conversion), + ("get", get_mi_map_get), + ("set_md", get_mi_map_set_md), + ("set", get_mi_map_set), + ("conversion_md", get_mi_map_conversion_md), + ], + } } /// Language ID: mk; @@ -8324,26 +10758,41 @@ pub(super) const fn get_mi_map() -> SubLocaleMap { /// ``` pub(super) const fn get_mk_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Датотеката не е валиден формат `JSON 1.0`, обидувајќи се да се анализира како `json5` ..."##), - ("not-included", r##"Оваа бинарна ** не вклучува ** функционалност за конверзија за релевантниот формат. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Датотеката не е валиден формат `JSON 1.0`, обидувајќи се да се анализира како `json5` ..."##, + ), + ( + "not-included", + r##"Оваа бинарна ** не вклучува ** функционалност за конверзија за релевантниот формат. Треба да ја овозможите релевантната карактеристика во вашиот `Cargo.toml` и да се рекомпилот. -Ако овој софтвер не ја вклучува соодветната функционалност, ве молиме доставете проблем."##), - ("currently-supported", r##"Тековно поддржан список со формати:"##), - ("unsupported", r##"Неподдржана конверзија на формат"##), - ("auto-detection-failed", r##"Не успеа автоматски да го открие форматот.Ве молиме, наведете рачно."##), - ("not-support-deser-sexp", r##"** Сè уште не е поддржано **: Конвертирање од `LISP S-експресија` во„ други формати “"##), - ("unknown-fmt", r##"Непознат формат на датотека"##), - ("not-saved", r##"Следната содржина ** нема да се зачува затоа што не беше повикана `--save`."##), - ("dst", r##"патека за датотека за дестинација"##), - ("conv-error", r##"Грешка во конверзија"##), - ], -} +Ако овој софтвер не ја вклучува соодветната функционалност, ве молиме доставете проблем."##, + ), + ( + "currently-supported", + r##"Тековно поддржан список со формати:"##, + ), + ("unsupported", r##"Неподдржана конверзија на формат"##), + ( + "auto-detection-failed", + r##"Не успеа автоматски да го открие форматот.Ве молиме, наведете рачно."##, + ), + ( + "not-support-deser-sexp", + r##"** Сè уште не е поддржано **: Конвертирање од `LISP S-експресија` во„ други формати “"##, + ), + ("unknown-fmt", r##"Непознат формат на датотека"##), + ( + "not-saved", + r##"Следната содржина ** нема да се зачува затоа што не беше повикана `--save`."##, + ), + ("dst", r##"патека за датотека за дестинација"##), + ("conv-error", r##"Грешка во конверзија"##), + ], + } } /// Language ID: mk; @@ -8351,26 +10800,53 @@ pub(super) const fn get_mk_map_conversion() -> L10nMap { /// Description: македонски, кирилско писмо, Северна Македонија; pub(super) const fn get_mk_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Датотеката не е валиден формат `JSON 1.0`, обидувајќи се да се анализира како `json5` ..."##), - ("not-included", r##"Оваа бинарна ** не вклучува ** функционалност за конверзија за релевантниот формат. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Датотеката не е валиден формат `JSON 1.0`, обидувајќи се да се анализира како `json5` ..."##, + ), + ( + "not-included", + r##"Оваа бинарна ** не вклучува ** функционалност за конверзија за релевантниот формат. Треба да ја овозможите релевантната карактеристика во вашиот `Cargo.toml` и да се рекомпилот. -Ако овој софтвер не ја вклучува соодветната функционалност, ве молиме доставете проблем."##), - ("currently-supported", r##"Тековно поддржан список со формати:"##), - ("unsupported", r##"Неподдржана конверзија на формат"##), - ("auto-detection-failed", r##"Не успеа автоматски да го открие форматот.Ве молиме, наведете рачно."##), - ("not-support-deser-sexp", r##"** Сè уште не е поддржано **: Конвертирање од `LISP S-експресија` во„ други формати “"##), - ("unknown-fmt", r##"Непознат формат на датотека"##), - ("not-saved", r##"Следната содржина ** нема да се зачува затоа што не беше повикана `--save`."##), - ("dst", r##"патека за датотека за дестинација"##), - ("conv-error", r##"Грешка во конверзија"##), - ], -} +Ако овој софтвер не ја вклучува соодветната функционалност, ве молиме доставете проблем."##, + ), + ( + "currently-supported", + r##"Тековно поддржан список со формати:"##, + ), + ( + "unsupported", + r##"Неподдржана конверзија на формат"##, + ), + ( + "auto-detection-failed", + r##"Не успеа автоматски да го открие форматот.Ве молиме, наведете рачно."##, + ), + ( + "not-support-deser-sexp", + r##"** Сè уште не е поддржано **: Конвертирање од `LISP S-експресија` во„ други формати “"##, + ), + ( + "unknown-fmt", + r##"Непознат формат на датотека"##, + ), + ( + "not-saved", + r##"Следната содржина ** нема да се зачува затоа што не беше повикана `--save`."##, + ), + ( + "dst", + r##"патека за датотека за дестинација"##, + ), + ( + "conv-error", + r##"Грешка во конверзија"##, + ), + ], + } } /// Language ID: mk; @@ -8386,16 +10862,17 @@ pub(super) const fn get_mk_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_mk_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Изменетата содржина ** нема да се зачува ** затоа што `--sv` не беше повикана."##), - ("new-value", r##"нова вредност"##), - ("invalid-path", r##"Невалидна патека за датотеки."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Изменетата содржина ** нема да се зачува ** затоа што `--sv` не беше повикана."##, + ), + ("new-value", r##"нова вредност"##), + ("invalid-path", r##"Невалидна патека за датотеки."##), + ], + } } /// Language ID: mk; @@ -8403,16 +10880,23 @@ pub(super) const fn get_mk_map_set() -> L10nMap { /// Description: македонски, кирилско писмо, Северна Македонија; pub(super) const fn get_mk_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Изменетата содржина ** нема да се зачува ** затоа што `--sv` не беше повикана."##), - ("new-value", r##"нова вредност"##), - ("invalid-path", r##"Невалидна патека за датотеки."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Изменетата содржина ** нема да се зачува ** затоа што `--sv` не беше повикана."##, + ), + ( + "new-value", + r##"нова вредност"##, + ), + ( + "invalid-path", + r##"Невалидна патека за датотеки."##, + ), + ], + } } /// Language ID: mk; @@ -8428,32 +10912,28 @@ pub(super) const fn get_mk_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_mk_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Формат на дестинација"##), - ("src-fmt", r##"Формат на изворна датотека"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Формат на дестинација"##), + ("src-fmt", r##"Формат на изворна датотека"##), + ], + } } /// mk: македонски, кирилско писмо, Северна Македонија pub(super) const fn get_mk_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_mk_map_conversion), - ("get", get_mk_map_get), - ("set_md", get_mk_map_set_md), - ("set", get_mk_map_set), - ("conversion_md", get_mk_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_mk_map_conversion), + ("get", get_mk_map_get), + ("set_md", get_mk_map_set_md), + ("set", get_mk_map_set), + ("conversion_md", get_mk_map_conversion_md), + ], + } } /// Language ID: ml; @@ -8469,25 +10949,37 @@ pub(super) const fn get_mk_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ml_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** പിന്തുണയ്ക്കുന്നില്ല **: `ലിസ്പ് എസ്-എക്സ്പ്രഷനിൽ നിന്ന്` മറ്റ് ഫോർമാറ്റ്സ്` വരെ പരിവർത്തനം ചെയ്യുന്നു"##), - ("unknown-fmt", r##"അജ്ഞാത ഫയൽ ഫോർമാറ്റ്"##), - ("currently-supported", r##"നിലവിൽ പിന്തുണയ്ക്കുന്ന ഫോർമാറ്റ് ലിസ്റ്റ്:"##), - ("auto-detection-failed", r##"ഫോർമാറ്റ് സ്വപ്രേരിതമായി കണ്ടെത്തുന്നതിൽ പരാജയപ്പെട്ടു.സ്വമേധയാ വ്യക്തമാക്കുക."##), - ("not-included", r##"ഈ ബൈനറി ** ഉൾപ്പെടുന്നില്ല ** പ്രസക്തമായ ഫോർമാറ്റിനുള്ള പരിവർത്തന പ്രവർത്തനം. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** പിന്തുണയ്ക്കുന്നില്ല **: `ലിസ്പ് എസ്-എക്സ്പ്രഷനിൽ നിന്ന്` മറ്റ് ഫോർമാറ്റ്സ്` വരെ പരിവർത്തനം ചെയ്യുന്നു"##, + ), + ("unknown-fmt", r##"അജ്ഞാത ഫയൽ ഫോർമാറ്റ്"##), + ( + "currently-supported", + r##"നിലവിൽ പിന്തുണയ്ക്കുന്ന ഫോർമാറ്റ് ലിസ്റ്റ്:"##, + ), + ( + "auto-detection-failed", + r##"ഫോർമാറ്റ് സ്വപ്രേരിതമായി കണ്ടെത്തുന്നതിൽ പരാജയപ്പെട്ടു.സ്വമേധയാ വ്യക്തമാക്കുക."##, + ), + ( + "not-included", + r##"ഈ ബൈനറി ** ഉൾപ്പെടുന്നില്ല ** പ്രസക്തമായ ഫോർമാറ്റിനുള്ള പരിവർത്തന പ്രവർത്തനം. നിങ്ങളുടെ ``argo.toml` ടു റെയിൻസിഫും പ്രസക്തമായ സവിശേഷത പ്രവർത്തനക്ഷമമാക്കേണ്ടതുണ്ട്. -ഈ സോഫ്റ്റ്വെയറിനെ അനുബന്ധ പ്രവർത്തനം ഉൾപ്പെടുത്തിയിട്ടില്ലെങ്കിൽ, ദയവായി ഒരു പ്രശ്നം സമർപ്പിക്കുക."##), - ("conv-error", r##"പരിവർത്തന പിശക്"##), - ("dst", r##"ഡെസ്റ്റിനേഷൻ ഫയൽ പാത്ത്"##), - ("unsupported", r##"പിന്തുണയ്ക്കാത്ത ഫോർമാറ്റ് പരിവർത്തനം"##), - ("invalid-json1.0", r##"ഫയൽ ഒരു സാധുവായ `JSON 1.0` ഫോർമാല്ല, `JSON5` എന്ന് പാഴ്സുചെയ്യാൻ ശ്രമിക്കുന്നു."##), - ], -} +ഈ സോഫ്റ്റ്വെയറിനെ അനുബന്ധ പ്രവർത്തനം ഉൾപ്പെടുത്തിയിട്ടില്ലെങ്കിൽ, ദയവായി ഒരു പ്രശ്നം സമർപ്പിക്കുക."##, + ), + ("conv-error", r##"പരിവർത്തന പിശക്"##), + ("dst", r##"ഡെസ്റ്റിനേഷൻ ഫയൽ പാത്ത്"##), + ("unsupported", r##"പിന്തുണയ്ക്കാത്ത ഫോർമാറ്റ് പരിവർത്തനം"##), + ( + "invalid-json1.0", + r##"ഫയൽ ഒരു സാധുവായ `JSON 1.0` ഫോർമാല്ല, `JSON5` എന്ന് പാഴ്സുചെയ്യാൻ ശ്രമിക്കുന്നു."##, + ), + ], + } } /// Language ID: ml; @@ -8495,25 +10987,49 @@ pub(super) const fn get_ml_map_conversion() -> L10nMap { /// Description: മലയാളം, മലയാളം, ഇന്ത്യ; pub(super) const fn get_ml_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** പിന്തുണയ്ക്കുന്നില്ല **: `ലിസ്പ് എസ്-എക്സ്പ്രഷനിൽ നിന്ന്` മറ്റ് ഫോർമാറ്റ്സ്` വരെ പരിവർത്തനം ചെയ്യുന്നു"##), - ("unknown-fmt", r##"അജ്ഞാത ഫയൽ ഫോർമാറ്റ്"##), - ("currently-supported", r##"നിലവിൽ പിന്തുണയ്ക്കുന്ന ഫോർമാറ്റ് ലിസ്റ്റ്:"##), - ("auto-detection-failed", r##"ഫോർമാറ്റ് സ്വപ്രേരിതമായി കണ്ടെത്തുന്നതിൽ പരാജയപ്പെട്ടു.സ്വമേധയാ വ്യക്തമാക്കുക."##), - ("not-included", r##"ഈ ബൈനറി ** ഉൾപ്പെടുന്നില്ല ** പ്രസക്തമായ ഫോർമാറ്റിനുള്ള പരിവർത്തന പ്രവർത്തനം. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** പിന്തുണയ്ക്കുന്നില്ല **: `ലിസ്പ് എസ്-എക്സ്പ്രഷനിൽ നിന്ന്` മറ്റ് ഫോർമാറ്റ്സ്` വരെ പരിവർത്തനം ചെയ്യുന്നു"##, + ), + ( + "unknown-fmt", + r##"അജ്ഞാത ഫയൽ ഫോർമാറ്റ്"##, + ), + ( + "currently-supported", + r##"നിലവിൽ പിന്തുണയ്ക്കുന്ന ഫോർമാറ്റ് ലിസ്റ്റ്:"##, + ), + ( + "auto-detection-failed", + r##"ഫോർമാറ്റ് സ്വപ്രേരിതമായി കണ്ടെത്തുന്നതിൽ പരാജയപ്പെട്ടു.സ്വമേധയാ വ്യക്തമാക്കുക."##, + ), + ( + "not-included", + r##"ഈ ബൈനറി ** ഉൾപ്പെടുന്നില്ല ** പ്രസക്തമായ ഫോർമാറ്റിനുള്ള പരിവർത്തന പ്രവർത്തനം. നിങ്ങളുടെ ``argo.toml` ടു റെയിൻസിഫും പ്രസക്തമായ സവിശേഷത പ്രവർത്തനക്ഷമമാക്കേണ്ടതുണ്ട്. -ഈ സോഫ്റ്റ്വെയറിനെ അനുബന്ധ പ്രവർത്തനം ഉൾപ്പെടുത്തിയിട്ടില്ലെങ്കിൽ, ദയവായി ഒരു പ്രശ്നം സമർപ്പിക്കുക."##), - ("conv-error", r##"പരിവർത്തന പിശക്"##), - ("dst", r##"ഡെസ്റ്റിനേഷൻ ഫയൽ പാത്ത്"##), - ("unsupported", r##"പിന്തുണയ്ക്കാത്ത ഫോർമാറ്റ് പരിവർത്തനം"##), - ("invalid-json1.0", r##"ഫയൽ ഒരു സാധുവായ `JSON 1.0` ഫോർമാല്ല, `JSON5` എന്ന് പാഴ്സുചെയ്യാൻ ശ്രമിക്കുന്നു."##), - ], -} +ഈ സോഫ്റ്റ്വെയറിനെ അനുബന്ധ പ്രവർത്തനം ഉൾപ്പെടുത്തിയിട്ടില്ലെങ്കിൽ, ദയവായി ഒരു പ്രശ്നം സമർപ്പിക്കുക."##, + ), + ( + "conv-error", + r##"പരിവർത്തന പിശക്"##, + ), + ( + "dst", + r##"ഡെസ്റ്റിനേഷൻ ഫയൽ പാത്ത്"##, + ), + ( + "unsupported", + r##"പിന്തുണയ്ക്കാത്ത ഫോർമാറ്റ് പരിവർത്തനം"##, + ), + ( + "invalid-json1.0", + r##"ഫയൽ ഒരു സാധുവായ `JSON 1.0` ഫോർമാല്ല, `JSON5` എന്ന് പാഴ്സുചെയ്യാൻ ശ്രമിക്കുന്നു."##, + ), + ], + } } /// Language ID: ml; @@ -8529,16 +11045,17 @@ pub(super) const fn get_ml_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ml_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"പരിഷ്ക്കരിച്ച ഉള്ളടക്കം ** `--sv 'എന്ന് വിളിക്കാത്തതിനാൽ ** സംരക്ഷിക്കരുത്."##), - ("new-value", r##"പുതിയ മൂല്യം"##), - ("invalid-path", r##"അസാധുവായ ഫയൽ പാത്ത്."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"പരിഷ്ക്കരിച്ച ഉള്ളടക്കം ** `--sv 'എന്ന് വിളിക്കാത്തതിനാൽ ** സംരക്ഷിക്കരുത്."##, + ), + ("new-value", r##"പുതിയ മൂല്യം"##), + ("invalid-path", r##"അസാധുവായ ഫയൽ പാത്ത്."##), + ], + } } /// Language ID: ml; @@ -8546,16 +11063,23 @@ pub(super) const fn get_ml_map_set() -> L10nMap { /// Description: മലയാളം, മലയാളം, ഇന്ത്യ; pub(super) const fn get_ml_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"പരിഷ്ക്കരിച്ച ഉള്ളടക്കം ** `--sv 'എന്ന് വിളിക്കാത്തതിനാൽ ** സംരക്ഷിക്കരുത്."##), - ("new-value", r##"പുതിയ മൂല്യം"##), - ("invalid-path", r##"അസാധുവായ ഫയൽ പാത്ത്."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"പരിഷ്ക്കരിച്ച ഉള്ളടക്കം ** `--sv 'എന്ന് വിളിക്കാത്തതിനാൽ ** സംരക്ഷിക്കരുത്."##, + ), + ( + "new-value", + r##"പുതിയ മൂല്യം"##, + ), + ( + "invalid-path", + r##"അസാധുവായ ഫയൽ പാത്ത്."##, + ), + ], + } } /// Language ID: ml; @@ -8571,32 +11095,28 @@ pub(super) const fn get_ml_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ml_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"ലക്ഷ്യ ഫോർമാറ്റ്"##), - ("src-fmt", r##"ഉറവിട ഫയൽ ഫോർമാറ്റ്"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"ലക്ഷ്യ ഫോർമാറ്റ്"##), + ("src-fmt", r##"ഉറവിട ഫയൽ ഫോർമാറ്റ്"##), + ], + } } /// ml: മലയാളം, മലയാളം, ഇന്ത്യ pub(super) const fn get_ml_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ml_map_conversion), - ("get", get_ml_map_get), - ("set_md", get_ml_map_set_md), - ("set", get_ml_map_set), - ("conversion_md", get_ml_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ml_map_conversion), + ("get", get_ml_map_get), + ("set_md", get_ml_map_set_md), + ("set", get_ml_map_set), + ("conversion_md", get_ml_map_conversion_md), + ], + } } /// Language ID: mn; @@ -8612,24 +11132,33 @@ pub(super) const fn get_ml_map() -> SubLocaleMap { /// ``` pub(super) const fn get_mn_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 3), - (2, 0), - ], - entries: &[ - ("conv-error", r##"Хөрвүүлэх алдаа"##), - ("not-support-deser-sexp", r##"** дэмжигдээгүй байгаа хараахан дэмжигдээгүй байна **: `LISP S илэрхийлэх 'нь` Бусад Formats` руу хөрвүүлэх"##), - ("dst", r##"Зорилтот файлын зам"##), - ("unsupported", r##"Дэмжигдээгүй форматыг хөрвүүлэх"##), - ("auto-detection-failed", r##"Форматыг автоматаар илрүүлж чадсангүй.Гараар тодорхойлно уу."##), - ("currently-supported", r##"Одоогийн байдлаар дэмжигдсэн форматын жагсаалт:"##), - ("not-included", r##"Энэ хоёртын ** нь холбогдох форматын хувьд хувиргах функцийг агуулаагүй байна. + key: 12913932095322966823, + disps: &[(0, 3), (2, 0)], + entries: &[ + ("conv-error", r##"Хөрвүүлэх алдаа"##), + ( + "not-support-deser-sexp", + r##"** дэмжигдээгүй байгаа хараахан дэмжигдээгүй байна **: `LISP S илэрхийлэх 'нь` Бусад Formats` руу хөрвүүлэх"##, + ), + ("dst", r##"Зорилтот файлын зам"##), + ("unsupported", r##"Дэмжигдээгүй форматыг хөрвүүлэх"##), + ( + "auto-detection-failed", + r##"Форматыг автоматаар илрүүлж чадсангүй.Гараар тодорхойлно уу."##, + ), + ( + "currently-supported", + r##"Одоогийн байдлаар дэмжигдсэн форматын жагсаалт:"##, + ), + ( + "not-included", + r##"Энэ хоёртын ** нь холбогдох форматын хувьд хувиргах функцийг агуулаагүй байна. Та `ачааны` ачааны.toml` ба Recompile-д холбогдох функцийг идэвхжүүлэх хэрэгтэй. -Хэрэв энэ програм нь холбогдох функцийг оруулаагүй бол асуудлыг илгээнэ үү."##), - ("unknown-fmt", r##"File File Forment"##), - ], -} +Хэрэв энэ програм нь холбогдох функцийг оруулаагүй бол асуудлыг илгээнэ үү."##, + ), + ("unknown-fmt", r##"File File Forment"##), + ], + } } /// Language ID: mn; @@ -8637,24 +11166,45 @@ pub(super) const fn get_mn_map_conversion() -> L10nMap { /// Description: монгол, кирилл, Монгол; pub(super) const fn get_mn_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 3), - (2, 0), - ], - entries: &[ - ("conv-error", r##"Хөрвүүлэх алдаа"##), - ("not-support-deser-sexp", r##"** дэмжигдээгүй байгаа хараахан дэмжигдээгүй байна **: `LISP S илэрхийлэх 'нь` Бусад Formats` руу хөрвүүлэх"##), - ("dst", r##"Зорилтот файлын зам"##), - ("unsupported", r##"Дэмжигдээгүй форматыг хөрвүүлэх"##), - ("auto-detection-failed", r##"Форматыг автоматаар илрүүлж чадсангүй.Гараар тодорхойлно уу."##), - ("currently-supported", r##"Одоогийн байдлаар дэмжигдсэн форматын жагсаалт:"##), - ("not-included", r##"Энэ хоёртын ** нь холбогдох форматын хувьд хувиргах функцийг агуулаагүй байна. + key: 12913932095322966823, + disps: &[(0, 3), (2, 0)], + entries: &[ + ( + "conv-error", + r##"Хөрвүүлэх алдаа"##, + ), + ( + "not-support-deser-sexp", + r##"** дэмжигдээгүй байгаа хараахан дэмжигдээгүй байна **: `LISP S илэрхийлэх 'нь` Бусад Formats` руу хөрвүүлэх"##, + ), + ( + "dst", + r##"Зорилтот файлын зам"##, + ), + ( + "unsupported", + r##"Дэмжигдээгүй форматыг хөрвүүлэх"##, + ), + ( + "auto-detection-failed", + r##"Форматыг автоматаар илрүүлж чадсангүй.Гараар тодорхойлно уу."##, + ), + ( + "currently-supported", + r##"Одоогийн байдлаар дэмжигдсэн форматын жагсаалт:"##, + ), + ( + "not-included", + r##"Энэ хоёртын ** нь холбогдох форматын хувьд хувиргах функцийг агуулаагүй байна. Та `ачааны` ачааны.toml` ба Recompile-д холбогдох функцийг идэвхжүүлэх хэрэгтэй. -Хэрэв энэ програм нь холбогдох функцийг оруулаагүй бол асуудлыг илгээнэ үү."##), - ("unknown-fmt", r##"File File Forment"##), - ], -} +Хэрэв энэ програм нь холбогдох функцийг оруулаагүй бол асуудлыг илгээнэ үү."##, + ), + ( + "unknown-fmt", + r##"File File Forment"##, + ), + ], + } } /// Language ID: mn; @@ -8670,16 +11220,17 @@ pub(super) const fn get_mn_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_mn_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Өөрчлөгдсөн агуулга ** -г өөрчлөх ** -ыг ** -г хадгалахгүй."##), - ("new-value", r##"Шинэ утга"##), - ("invalid-path", r##"Буруу файлын зам буруу байна."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Өөрчлөгдсөн агуулга ** -г өөрчлөх ** -ыг ** -г хадгалахгүй."##, + ), + ("new-value", r##"Шинэ утга"##), + ("invalid-path", r##"Буруу файлын зам буруу байна."##), + ], + } } /// Language ID: mn; @@ -8687,16 +11238,23 @@ pub(super) const fn get_mn_map_set() -> L10nMap { /// Description: монгол, кирилл, Монгол; pub(super) const fn get_mn_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Өөрчлөгдсөн агуулга ** -г өөрчлөх ** -ыг ** -г хадгалахгүй."##), - ("new-value", r##"Шинэ утга"##), - ("invalid-path", r##"Буруу файлын зам буруу байна."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Өөрчлөгдсөн агуулга ** -г өөрчлөх ** -ыг ** -г хадгалахгүй."##, + ), + ( + "new-value", + r##"Шинэ утга"##, + ), + ( + "invalid-path", + r##"Буруу файлын зам буруу байна."##, + ), + ], + } } /// Language ID: mn; @@ -8712,32 +11270,28 @@ pub(super) const fn get_mn_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_mn_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Эрхэм хэсэг"##), - ("src-fmt", r##"Эх файл файлын формат"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Эрхэм хэсэг"##), + ("src-fmt", r##"Эх файл файлын формат"##), + ], + } } /// mn: монгол, кирилл, Монгол pub(super) const fn get_mn_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_mn_map_conversion), - ("get", get_mn_map_get), - ("set_md", get_mn_map_set_md), - ("set", get_mn_map_set), - ("conversion_md", get_mn_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_mn_map_conversion), + ("get", get_mn_map_get), + ("set_md", get_mn_map_set_md), + ("set", get_mn_map_set), + ("conversion_md", get_mn_map_conversion_md), + ], + } } /// Language ID: mr; @@ -8753,25 +11307,34 @@ pub(super) const fn get_mn_map() -> SubLocaleMap { /// ``` pub(super) const fn get_mr_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** अद्याप समर्थित नाही **: `लिस्प एस-एक्सप्रेशन` पासून `इतर स्वरूपात रूपांतरित करणे"##), - ("unknown-fmt", r##"अज्ञात फाइल स्वरूप"##), - ("currently-supported", r##"सध्या समर्थित स्वरूपांची यादी:"##), - ("auto-detection-failed", r##"स्वरूप स्वयंचलितपणे शोधण्यात अयशस्वी.कृपया व्यक्तिचलितपणे निर्दिष्ट करा."##), - ("not-included", r##"या बायनरी ** मध्ये संबंधित स्वरूपासाठी ** रूपांतरण कार्यक्षमता समाविष्ट नाही. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** अद्याप समर्थित नाही **: `लिस्प एस-एक्सप्रेशन` पासून `इतर स्वरूपात रूपांतरित करणे"##, + ), + ("unknown-fmt", r##"अज्ञात फाइल स्वरूप"##), + ("currently-supported", r##"सध्या समर्थित स्वरूपांची यादी:"##), + ( + "auto-detection-failed", + r##"स्वरूप स्वयंचलितपणे शोधण्यात अयशस्वी.कृपया व्यक्तिचलितपणे निर्दिष्ट करा."##, + ), + ( + "not-included", + r##"या बायनरी ** मध्ये संबंधित स्वरूपासाठी ** रूपांतरण कार्यक्षमता समाविष्ट नाही. आपल्याला आपल्या `Caggo.toml` आणि recompile मधील संबंधित वैशिष्ट्य सक्षम करण्याची आवश्यकता आहे. -या सॉफ्टवेअरमध्ये संबंधित कार्यक्षमता समाविष्ट नसल्यास, कृपया एक समस्या सबमिट करा."##), - ("conv-error", r##"रूपांतरण त्रुटी"##), - ("dst", r##"गंतव्य फाइल पथ"##), - ("unsupported", r##"असमर्थित स्वरूप रूपांतरण"##), - ("invalid-json1.0", r##"फाईल वैध नाही `json 1.0` स्वरूप, `json5` म्हणून विश्लेषित करण्याचा प्रयत्न करीत आहे ..."##), - ], -} +या सॉफ्टवेअरमध्ये संबंधित कार्यक्षमता समाविष्ट नसल्यास, कृपया एक समस्या सबमिट करा."##, + ), + ("conv-error", r##"रूपांतरण त्रुटी"##), + ("dst", r##"गंतव्य फाइल पथ"##), + ("unsupported", r##"असमर्थित स्वरूप रूपांतरण"##), + ( + "invalid-json1.0", + r##"फाईल वैध नाही `json 1.0` स्वरूप, `json5` म्हणून विश्लेषित करण्याचा प्रयत्न करीत आहे ..."##, + ), + ], + } } /// Language ID: mr; @@ -8779,25 +11342,49 @@ pub(super) const fn get_mr_map_conversion() -> L10nMap { /// Description: मराठी, देवनागरी, भारत; pub(super) const fn get_mr_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** अद्याप समर्थित नाही **: `लिस्प एस-एक्सप्रेशन` पासून `इतर स्वरूपात रूपांतरित करणे"##), - ("unknown-fmt", r##"अज्ञात फाइल स्वरूप"##), - ("currently-supported", r##"सध्या समर्थित स्वरूपांची यादी:"##), - ("auto-detection-failed", r##"स्वरूप स्वयंचलितपणे शोधण्यात अयशस्वी.कृपया व्यक्तिचलितपणे निर्दिष्ट करा."##), - ("not-included", r##"या बायनरी ** मध्ये संबंधित स्वरूपासाठी ** रूपांतरण कार्यक्षमता समाविष्ट नाही. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** अद्याप समर्थित नाही **: `लिस्प एस-एक्सप्रेशन` पासून `इतर स्वरूपात रूपांतरित करणे"##, + ), + ( + "unknown-fmt", + r##"अज्ञात फाइल स्वरूप"##, + ), + ( + "currently-supported", + r##"सध्या समर्थित स्वरूपांची यादी:"##, + ), + ( + "auto-detection-failed", + r##"स्वरूप स्वयंचलितपणे शोधण्यात अयशस्वी.कृपया व्यक्तिचलितपणे निर्दिष्ट करा."##, + ), + ( + "not-included", + r##"या बायनरी ** मध्ये संबंधित स्वरूपासाठी ** रूपांतरण कार्यक्षमता समाविष्ट नाही. आपल्याला आपल्या `Caggo.toml` आणि recompile मधील संबंधित वैशिष्ट्य सक्षम करण्याची आवश्यकता आहे. -या सॉफ्टवेअरमध्ये संबंधित कार्यक्षमता समाविष्ट नसल्यास, कृपया एक समस्या सबमिट करा."##), - ("conv-error", r##"रूपांतरण त्रुटी"##), - ("dst", r##"गंतव्य फाइल पथ"##), - ("unsupported", r##"असमर्थित स्वरूप रूपांतरण"##), - ("invalid-json1.0", r##"फाईल वैध नाही `json 1.0` स्वरूप, `json5` म्हणून विश्लेषित करण्याचा प्रयत्न करीत आहे ..."##), - ], -} +या सॉफ्टवेअरमध्ये संबंधित कार्यक्षमता समाविष्ट नसल्यास, कृपया एक समस्या सबमिट करा."##, + ), + ( + "conv-error", + r##"रूपांतरण त्रुटी"##, + ), + ( + "dst", + r##"गंतव्य फाइल पथ"##, + ), + ( + "unsupported", + r##"असमर्थित स्वरूप रूपांतरण"##, + ), + ( + "invalid-json1.0", + r##"फाईल वैध नाही `json 1.0` स्वरूप, `json5` म्हणून विश्लेषित करण्याचा प्रयत्न करीत आहे ..."##, + ), + ], + } } /// Language ID: mr; @@ -8813,16 +11400,17 @@ pub(super) const fn get_mr_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_mr_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"सुधारित सामग्री ** ** जतन केली जाणार नाही कारण `--एसव्हीओला कॉल केला गेला नाही."##), - ("new-value", r##"नवीन मूल्य"##), - ("invalid-path", r##"अवैध फाइल पथ."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"सुधारित सामग्री ** ** जतन केली जाणार नाही कारण `--एसव्हीओला कॉल केला गेला नाही."##, + ), + ("new-value", r##"नवीन मूल्य"##), + ("invalid-path", r##"अवैध फाइल पथ."##), + ], + } } /// Language ID: mr; @@ -8830,16 +11418,23 @@ pub(super) const fn get_mr_map_set() -> L10nMap { /// Description: मराठी, देवनागरी, भारत; pub(super) const fn get_mr_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"सुधारित सामग्री ** ** जतन केली जाणार नाही कारण `--एसव्हीओला कॉल केला गेला नाही."##), - ("new-value", r##"नवीन मूल्य"##), - ("invalid-path", r##"अवैध फाइल पथ."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"सुधारित सामग्री ** ** जतन केली जाणार नाही कारण `--एसव्हीओला कॉल केला गेला नाही."##, + ), + ( + "new-value", + r##"नवीन मूल्य"##, + ), + ( + "invalid-path", + r##"अवैध फाइल पथ."##, + ), + ], + } } /// Language ID: mr; @@ -8855,32 +11450,28 @@ pub(super) const fn get_mr_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_mr_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"गंतव्य स्वरूप"##), - ("src-fmt", r##"स्त्रोत फाइल स्वरूप"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"गंतव्य स्वरूप"##), + ("src-fmt", r##"स्त्रोत फाइल स्वरूप"##), + ], + } } /// mr: मराठी, देवनागरी, भारत pub(super) const fn get_mr_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_mr_map_conversion), - ("get", get_mr_map_get), - ("set_md", get_mr_map_set_md), - ("set", get_mr_map_set), - ("conversion_md", get_mr_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_mr_map_conversion), + ("get", get_mr_map_get), + ("set_md", get_mr_map_set_md), + ("set", get_mr_map_set), + ("conversion_md", get_mr_map_conversion_md), + ], + } } /// Language ID: ms; @@ -8896,26 +11487,41 @@ pub(super) const fn get_mr_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ms_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Fail bukan format `json 1.0` yang sah, cuba menghuraikan `json5` ..."##), - ("not-included", r##"Binari ini ** tidak termasuk ** fungsi penukaran untuk format yang berkaitan. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Fail bukan format `json 1.0` yang sah, cuba menghuraikan `json5` ..."##, + ), + ( + "not-included", + r##"Binari ini ** tidak termasuk ** fungsi penukaran untuk format yang berkaitan. Anda perlu mengaktifkan ciri yang relevan dalam `Cargo.toml` dan recompile. -Jika perisian ini tidak termasuk fungsi yang sepadan, sila hantar isu."##), - ("currently-supported", r##"Senarai Format yang disokong sekarang:"##), - ("unsupported", r##"penukaran format yang tidak disokong"##), - ("auto-detection-failed", r##"gagal secara automatik mengesan format.Sila nyatakan secara manual."##), - ("not-support-deser-sexp", r##"** belum disokong **: menukar dari `lisp s-expression` ke` format lain`"##), - ("unknown-fmt", r##"format fail yang tidak diketahui"##), - ("not-saved", r##"kandungan berikut ** tidak akan ** disimpan kerana `--save` tidak dipanggil."##), - ("dst", r##"laluan fail destinasi"##), - ("conv-error", r##"ralat penukaran"##), - ], -} +Jika perisian ini tidak termasuk fungsi yang sepadan, sila hantar isu."##, + ), + ( + "currently-supported", + r##"Senarai Format yang disokong sekarang:"##, + ), + ("unsupported", r##"penukaran format yang tidak disokong"##), + ( + "auto-detection-failed", + r##"gagal secara automatik mengesan format.Sila nyatakan secara manual."##, + ), + ( + "not-support-deser-sexp", + r##"** belum disokong **: menukar dari `lisp s-expression` ke` format lain`"##, + ), + ("unknown-fmt", r##"format fail yang tidak diketahui"##), + ( + "not-saved", + r##"kandungan berikut ** tidak akan ** disimpan kerana `--save` tidak dipanggil."##, + ), + ("dst", r##"laluan fail destinasi"##), + ("conv-error", r##"ralat penukaran"##), + ], + } } /// Language ID: ms; @@ -8923,26 +11529,53 @@ Jika perisian ini tidak termasuk fungsi yang sepadan, sila hantar isu."##), /// Description: Melayu, Latin, Malaysia; pub(super) const fn get_ms_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Fail bukan format `json 1.0` yang sah, cuba menghuraikan `json5` ..."##), - ("not-included", r##"Binari ini ** tidak termasuk ** fungsi penukaran untuk format yang berkaitan. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Fail bukan format `json 1.0` yang sah, cuba menghuraikan `json5` ..."##, + ), + ( + "not-included", + r##"Binari ini ** tidak termasuk ** fungsi penukaran untuk format yang berkaitan. Anda perlu mengaktifkan ciri yang relevan dalam `Cargo.toml` dan recompile. -Jika perisian ini tidak termasuk fungsi yang sepadan, sila hantar isu."##), - ("currently-supported", r##"Senarai Format yang disokong sekarang:"##), - ("unsupported", r##"penukaran format yang tidak disokong"##), - ("auto-detection-failed", r##"gagal secara automatik mengesan format.Sila nyatakan secara manual."##), - ("not-support-deser-sexp", r##"** belum disokong **: menukar dari `lisp s-expression` ke` format lain`"##), - ("unknown-fmt", r##"format fail yang tidak diketahui"##), - ("not-saved", r##"kandungan berikut ** tidak akan ** disimpan kerana `--save` tidak dipanggil."##), - ("dst", r##"laluan fail destinasi"##), - ("conv-error", r##"ralat penukaran"##), - ], -} +Jika perisian ini tidak termasuk fungsi yang sepadan, sila hantar isu."##, + ), + ( + "currently-supported", + r##"Senarai Format yang disokong sekarang:"##, + ), + ( + "unsupported", + r##"penukaran format yang tidak disokong"##, + ), + ( + "auto-detection-failed", + r##"gagal secara automatik mengesan format.Sila nyatakan secara manual."##, + ), + ( + "not-support-deser-sexp", + r##"** belum disokong **: menukar dari `lisp s-expression` ke` format lain`"##, + ), + ( + "unknown-fmt", + r##"format fail yang tidak diketahui"##, + ), + ( + "not-saved", + r##"kandungan berikut ** tidak akan ** disimpan kerana `--save` tidak dipanggil."##, + ), + ( + "dst", + r##"laluan fail destinasi"##, + ), + ( + "conv-error", + r##"ralat penukaran"##, + ), + ], + } } /// Language ID: ms; @@ -8958,16 +11591,17 @@ pub(super) const fn get_ms_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ms_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Kandungan yang diubahsuai ** tidak akan disimpan kerana `--sv` tidak dipanggil."##), - ("new-value", r##"nilai baru"##), - ("invalid-path", r##"jalur fail tidak sah."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Kandungan yang diubahsuai ** tidak akan disimpan kerana `--sv` tidak dipanggil."##, + ), + ("new-value", r##"nilai baru"##), + ("invalid-path", r##"jalur fail tidak sah."##), + ], + } } /// Language ID: ms; @@ -8975,16 +11609,23 @@ pub(super) const fn get_ms_map_set() -> L10nMap { /// Description: Melayu, Latin, Malaysia; pub(super) const fn get_ms_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Kandungan yang diubahsuai ** tidak akan disimpan kerana `--sv` tidak dipanggil."##), - ("new-value", r##"nilai baru"##), - ("invalid-path", r##"jalur fail tidak sah."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Kandungan yang diubahsuai ** tidak akan disimpan kerana `--sv` tidak dipanggil."##, + ), + ( + "new-value", + r##"nilai baru"##, + ), + ( + "invalid-path", + r##"jalur fail tidak sah."##, + ), + ], + } } /// Language ID: ms; @@ -9000,32 +11641,28 @@ pub(super) const fn get_ms_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ms_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format Destinasi"##), - ("src-fmt", r##"Format fail sumber"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format Destinasi"##), + ("src-fmt", r##"Format fail sumber"##), + ], + } } /// ms: Melayu, Latin, Malaysia pub(super) const fn get_ms_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ms_map_conversion), - ("get", get_ms_map_get), - ("set_md", get_ms_map_set_md), - ("set", get_ms_map_set), - ("conversion_md", get_ms_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ms_map_conversion), + ("get", get_ms_map_get), + ("set_md", get_ms_map_set_md), + ("set", get_ms_map_set), + ("conversion_md", get_ms_map_conversion_md), + ], + } } /// Language ID: mt; @@ -9041,26 +11678,38 @@ pub(super) const fn get_ms_map() -> SubLocaleMap { /// ``` pub(super) const fn get_mt_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Il-fajl mhuwiex format validu `JSON 1.0`, li jipprova parse bħala `json5` ..."##), - ("not-included", r##"Dan il-binarju ** ma jinkludix ** il-funzjonalità ta 'konverżjoni għall-format rilevanti. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Il-fajl mhuwiex format validu `JSON 1.0`, li jipprova parse bħala `json5` ..."##, + ), + ( + "not-included", + r##"Dan il-binarju ** ma jinkludix ** il-funzjonalità ta 'konverżjoni għall-format rilevanti. Ikollok bżonn li tippermetti l-karatteristika rilevanti fil-`Cargo.toml` u terġa 'tittieħed. -Jekk dan is-softwer ma jinkludix il-funzjonalità korrispondenti, jekk jogħġbok ibgħat kwistjoni."##), - ("currently-supported", r##"Lista tal-Formati Appoġġjati bħalissa:"##), - ("unsupported", r##"konverżjoni ta 'format mhux appoġġjat"##), - ("auto-detection-failed", r##"naqset milli tiskopri awtomatikament il-format.Jekk jogħġbok speċifika manwalment."##), - ("not-support-deser-sexp", r##"** Mhux appoġġjat għadu"##), - ("unknown-fmt", r##"Format tal-fajl mhux magħruf"##), - ("not-saved", r##"Il-kontenut li ġej ** mhux se jkun iffrankat minħabba li `--save` ma kienx imsejjaħ."##), - ("dst", r##"Path tal-fajl tad-destinazzjoni"##), - ("conv-error", r##"żball ta 'konverżjoni"##), - ], -} +Jekk dan is-softwer ma jinkludix il-funzjonalità korrispondenti, jekk jogħġbok ibgħat kwistjoni."##, + ), + ( + "currently-supported", + r##"Lista tal-Formati Appoġġjati bħalissa:"##, + ), + ("unsupported", r##"konverżjoni ta 'format mhux appoġġjat"##), + ( + "auto-detection-failed", + r##"naqset milli tiskopri awtomatikament il-format.Jekk jogħġbok speċifika manwalment."##, + ), + ("not-support-deser-sexp", r##"** Mhux appoġġjat għadu"##), + ("unknown-fmt", r##"Format tal-fajl mhux magħruf"##), + ( + "not-saved", + r##"Il-kontenut li ġej ** mhux se jkun iffrankat minħabba li `--save` ma kienx imsejjaħ."##, + ), + ("dst", r##"Path tal-fajl tad-destinazzjoni"##), + ("conv-error", r##"żball ta 'konverżjoni"##), + ], + } } /// Language ID: mt; @@ -9068,26 +11717,53 @@ Jekk dan is-softwer ma jinkludix il-funzjonalità korrispondenti, jekk jogħġbo /// Description: Malti, Latin, Malta; pub(super) const fn get_mt_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Il-fajl mhuwiex format validu `JSON 1.0`, li jipprova parse bħala `json5` ..."##), - ("not-included", r##"Dan il-binarju ** ma jinkludix ** il-funzjonalità ta 'konverżjoni għall-format rilevanti. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Il-fajl mhuwiex format validu `JSON 1.0`, li jipprova parse bħala `json5` ..."##, + ), + ( + "not-included", + r##"Dan il-binarju ** ma jinkludix ** il-funzjonalità ta 'konverżjoni għall-format rilevanti. Ikollok bżonn li tippermetti l-karatteristika rilevanti fil-`Cargo.toml` u terġa 'tittieħed. -Jekk dan is-softwer ma jinkludix il-funzjonalità korrispondenti, jekk jogħġbok ibgħat kwistjoni."##), - ("currently-supported", r##"Lista tal-Formati Appoġġjati bħalissa:"##), - ("unsupported", r##"konverżjoni ta 'format mhux appoġġjat"##), - ("auto-detection-failed", r##"naqset milli tiskopri awtomatikament il-format.Jekk jogħġbok speċifika manwalment."##), - ("not-support-deser-sexp", r##"** Mhux appoġġjat għadu"##), - ("unknown-fmt", r##"Format tal-fajl mhux magħruf"##), - ("not-saved", r##"Il-kontenut li ġej ** mhux se jkun iffrankat minħabba li `--save` ma kienx imsejjaħ."##), - ("dst", r##"Path tal-fajl tad-destinazzjoni"##), - ("conv-error", r##"żball ta 'konverżjoni"##), - ], -} +Jekk dan is-softwer ma jinkludix il-funzjonalità korrispondenti, jekk jogħġbok ibgħat kwistjoni."##, + ), + ( + "currently-supported", + r##"Lista tal-Formati Appoġġjati bħalissa:"##, + ), + ( + "unsupported", + r##"konverżjoni ta 'format mhux appoġġjat"##, + ), + ( + "auto-detection-failed", + r##"naqset milli tiskopri awtomatikament il-format.Jekk jogħġbok speċifika manwalment."##, + ), + ( + "not-support-deser-sexp", + r##"** Mhux appoġġjat għadu"##, + ), + ( + "unknown-fmt", + r##"Format tal-fajl mhux magħruf"##, + ), + ( + "not-saved", + r##"Il-kontenut li ġej ** mhux se jkun iffrankat minħabba li `--save` ma kienx imsejjaħ."##, + ), + ( + "dst", + r##"Path tal-fajl tad-destinazzjoni"##, + ), + ( + "conv-error", + r##"żball ta 'konverżjoni"##, + ), + ], + } } /// Language ID: mt; @@ -9103,16 +11779,17 @@ pub(super) const fn get_mt_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_mt_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Il-kontenut modifikat ** mhux se jkun iffrankat minħabba li `--sv` ma kienx imsejjaħ."##), - ("new-value", r##"Valur Ġdid"##), - ("invalid-path", r##"Path tal-fajl invalidu."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Il-kontenut modifikat ** mhux se jkun iffrankat minħabba li `--sv` ma kienx imsejjaħ."##, + ), + ("new-value", r##"Valur Ġdid"##), + ("invalid-path", r##"Path tal-fajl invalidu."##), + ], + } } /// Language ID: mt; @@ -9120,16 +11797,23 @@ pub(super) const fn get_mt_map_set() -> L10nMap { /// Description: Malti, Latin, Malta; pub(super) const fn get_mt_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Il-kontenut modifikat ** mhux se jkun iffrankat minħabba li `--sv` ma kienx imsejjaħ."##), - ("new-value", r##"Valur Ġdid"##), - ("invalid-path", r##"Path tal-fajl invalidu."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Il-kontenut modifikat ** mhux se jkun iffrankat minħabba li `--sv` ma kienx imsejjaħ."##, + ), + ( + "new-value", + r##"Valur Ġdid"##, + ), + ( + "invalid-path", + r##"Path tal-fajl invalidu."##, + ), + ], + } } /// Language ID: mt; @@ -9145,32 +11829,28 @@ pub(super) const fn get_mt_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_mt_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format tad-destinazzjoni"##), - ("src-fmt", r##"Format tal-fajl tas-sors"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format tad-destinazzjoni"##), + ("src-fmt", r##"Format tal-fajl tas-sors"##), + ], + } } /// mt: Malti, Latin, Malta pub(super) const fn get_mt_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_mt_map_conversion), - ("get", get_mt_map_get), - ("set_md", get_mt_map_set_md), - ("set", get_mt_map_set), - ("conversion_md", get_mt_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_mt_map_conversion), + ("get", get_mt_map_get), + ("set_md", get_mt_map_set_md), + ("set", get_mt_map_set), + ("conversion_md", get_mt_map_conversion_md), + ], + } } /// Language ID: my; @@ -9186,25 +11866,31 @@ pub(super) const fn get_mt_map() -> SubLocaleMap { /// ``` pub(super) const fn get_my_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** ** မထောက်ပံ့ရသေးပါ။"##), - ("unknown-fmt", r##"မသိသောဖိုင်ပုံစံ"##), - ("currently-supported", r##"လက်ရှိတွင်ထောက်ပံ့ထားသောပုံစံများစာရင်း -"##), - ("auto-detection-failed", r##"format ကိုအလိုအလျောက်စစ်ဆေးရန်ပျက်ကွက်ခဲ့သည်။ကျေးဇူးပြုပြီးကိုယ်တိုင်ကိုယ်ကျဖော်ပြပါ"##), - ("not-included", r##"ဤ binary ** သည်သက်ဆိုင်ရာပုံစံအတွက်ပြောင်းလဲခြင်းလုပ်ဆောင်နိုင်စွမ်းကိုမပါ 0 င်ပါ။ + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ("not-support-deser-sexp", r##"** ** မထောက်ပံ့ရသေးပါ။"##), + ("unknown-fmt", r##"မသိသောဖိုင်ပုံစံ"##), + ("currently-supported", r##"လက်ရှိတွင်ထောက်ပံ့ထားသောပုံစံများစာရင်း -"##), + ( + "auto-detection-failed", + r##"format ကိုအလိုအလျောက်စစ်ဆေးရန်ပျက်ကွက်ခဲ့သည်။ကျေးဇူးပြုပြီးကိုယ်တိုင်ကိုယ်ကျဖော်ပြပါ"##, + ), + ( + "not-included", + r##"ဤ binary ** သည်သက်ဆိုင်ရာပုံစံအတွက်ပြောင်းလဲခြင်းလုပ်ဆောင်နိုင်စွမ်းကိုမပါ 0 င်ပါ။ သင်၏ `Cargo.toml` တွင်သက်ဆိုင်ရာအင်္ဂါရပ်ကို enable လုပ်ရန်လိုအပ်သည်။ -အကယ်. ဤဆော့ (ဖ်) ဝဲသည်သက်ဆိုင်ရာလုပ်ဆောင်နိုင်စွမ်းမပါရှိပါက ကျေးဇူးပြု. ပြ an နာကိုတင်ပါ။"##), - ("conv-error", r##"ကူးပြောင်းခြင်းအမှား"##), - ("dst", r##"destination file path"##), - ("unsupported", r##"unsupported format ပြောင်းလဲခြင်း"##), - ("invalid-json1.0", r##"ဖိုင်သည်ခိုင်လုံသော `JSON 1.0` format မဟုတ်ဘဲ `JSON5 `` `json5` asse ကိုခွဲခြမ်းစိတ်ဖြာရန်ကြိုးစားနေသည်။"##), - ], -} +အကယ်. ဤဆော့ (ဖ်) ဝဲသည်သက်ဆိုင်ရာလုပ်ဆောင်နိုင်စွမ်းမပါရှိပါက ကျေးဇူးပြု. ပြ an နာကိုတင်ပါ။"##, + ), + ("conv-error", r##"ကူးပြောင်းခြင်းအမှား"##), + ("dst", r##"destination file path"##), + ("unsupported", r##"unsupported format ပြောင်းလဲခြင်း"##), + ( + "invalid-json1.0", + r##"ဖိုင်သည်ခိုင်လုံသော `JSON 1.0` format မဟုတ်ဘဲ `JSON5 `` `json5` asse ကိုခွဲခြမ်းစိတ်ဖြာရန်ကြိုးစားနေသည်။"##, + ), + ], + } } /// Language ID: my; @@ -9212,25 +11898,49 @@ pub(super) const fn get_my_map_conversion() -> L10nMap { /// Description: မြန်မာ, မြန်မာ, မြန်မာ; pub(super) const fn get_my_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** ** မထောက်ပံ့ရသေးပါ။"##), - ("unknown-fmt", r##"မသိသောဖိုင်ပုံစံ"##), - ("currently-supported", r##"လက်ရှိတွင်ထောက်ပံ့ထားသောပုံစံများစာရင်း -"##), - ("auto-detection-failed", r##"format ကိုအလိုအလျောက်စစ်ဆေးရန်ပျက်ကွက်ခဲ့သည်။ကျေးဇူးပြုပြီးကိုယ်တိုင်ကိုယ်ကျဖော်ပြပါ"##), - ("not-included", r##"ဤ binary ** သည်သက်ဆိုင်ရာပုံစံအတွက်ပြောင်းလဲခြင်းလုပ်ဆောင်နိုင်စွမ်းကိုမပါ 0 င်ပါ။ + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** ** မထောက်ပံ့ရသေးပါ။"##, + ), + ( + "unknown-fmt", + r##"မသိသောဖိုင်ပုံစံ"##, + ), + ( + "currently-supported", + r##"လက်ရှိတွင်ထောက်ပံ့ထားသောပုံစံများစာရင်း -"##, + ), + ( + "auto-detection-failed", + r##"format ကိုအလိုအလျောက်စစ်ဆေးရန်ပျက်ကွက်ခဲ့သည်။ကျေးဇူးပြုပြီးကိုယ်တိုင်ကိုယ်ကျဖော်ပြပါ"##, + ), + ( + "not-included", + r##"ဤ binary ** သည်သက်ဆိုင်ရာပုံစံအတွက်ပြောင်းလဲခြင်းလုပ်ဆောင်နိုင်စွမ်းကိုမပါ 0 င်ပါ။ သင်၏ `Cargo.toml` တွင်သက်ဆိုင်ရာအင်္ဂါရပ်ကို enable လုပ်ရန်လိုအပ်သည်။ -အကယ်. ဤဆော့ (ဖ်) ဝဲသည်သက်ဆိုင်ရာလုပ်ဆောင်နိုင်စွမ်းမပါရှိပါက ကျေးဇူးပြု. ပြ an နာကိုတင်ပါ။"##), - ("conv-error", r##"ကူးပြောင်းခြင်းအမှား"##), - ("dst", r##"destination file path"##), - ("unsupported", r##"unsupported format ပြောင်းလဲခြင်း"##), - ("invalid-json1.0", r##"ဖိုင်သည်ခိုင်လုံသော `JSON 1.0` format မဟုတ်ဘဲ `JSON5 `` `json5` asse ကိုခွဲခြမ်းစိတ်ဖြာရန်ကြိုးစားနေသည်။"##), - ], -} +အကယ်. ဤဆော့ (ဖ်) ဝဲသည်သက်ဆိုင်ရာလုပ်ဆောင်နိုင်စွမ်းမပါရှိပါက ကျေးဇူးပြု. ပြ an နာကိုတင်ပါ။"##, + ), + ( + "conv-error", + r##"ကူးပြောင်းခြင်းအမှား"##, + ), + ( + "dst", + r##"destination file path"##, + ), + ( + "unsupported", + r##"unsupported format ပြောင်းလဲခြင်း"##, + ), + ( + "invalid-json1.0", + r##"ဖိုင်သည်ခိုင်လုံသော `JSON 1.0` format မဟုတ်ဘဲ `JSON5 `` `json5` asse ကိုခွဲခြမ်းစိတ်ဖြာရန်ကြိုးစားနေသည်။"##, + ), + ], + } } /// Language ID: my; @@ -9246,16 +11956,17 @@ pub(super) const fn get_my_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_my_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ပြုပြင်ထားသောအကြောင်းအရာ ** ** ** ကိုကယ်တင်ခြင်းမရှိသေးပါ။"##), - ("new-value", r##"အသစ်တန်ဖိုး"##), - ("invalid-path", r##"မမှန်ကန်သောဖိုင်လမ်းကြောင်း။"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ပြုပြင်ထားသောအကြောင်းအရာ ** ** ** ကိုကယ်တင်ခြင်းမရှိသေးပါ။"##, + ), + ("new-value", r##"အသစ်တန်ဖိုး"##), + ("invalid-path", r##"မမှန်ကန်သောဖိုင်လမ်းကြောင်း။"##), + ], + } } /// Language ID: my; @@ -9263,16 +11974,23 @@ pub(super) const fn get_my_map_set() -> L10nMap { /// Description: မြန်မာ, မြန်မာ, မြန်မာ; pub(super) const fn get_my_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ပြုပြင်ထားသောအကြောင်းအရာ ** ** ** ကိုကယ်တင်ခြင်းမရှိသေးပါ။"##), - ("new-value", r##"အသစ်တန်ဖိုး"##), - ("invalid-path", r##"မမှန်ကန်သောဖိုင်လမ်းကြောင်း။"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ပြုပြင်ထားသောအကြောင်းအရာ ** ** ** ကိုကယ်တင်ခြင်းမရှိသေးပါ။"##, + ), + ( + "new-value", + r##"အသစ်တန်ဖိုး"##, + ), + ( + "invalid-path", + r##"မမှန်ကန်သောဖိုင်လမ်းကြောင်း။"##, + ), + ], + } } /// Language ID: my; @@ -9288,32 +12006,28 @@ pub(super) const fn get_my_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_my_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"ဦး တည်ချက်ပုံစံ"##), - ("src-fmt", r##"Source ဖိုင်ပုံစံ"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"ဦး တည်ချက်ပုံစံ"##), + ("src-fmt", r##"Source ဖိုင်ပုံစံ"##), + ], + } } /// my: မြန်မာ, မြန်မာ, မြန်မာ pub(super) const fn get_my_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_my_map_conversion), - ("get", get_my_map_get), - ("set_md", get_my_map_set_md), - ("set", get_my_map_set), - ("conversion_md", get_my_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_my_map_conversion), + ("get", get_my_map_get), + ("set_md", get_my_map_set_md), + ("set", get_my_map_set), + ("conversion_md", get_my_map_conversion_md), + ], + } } /// Language ID: ne; @@ -9329,25 +12043,37 @@ pub(super) const fn get_my_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ne_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** / * समर्थित छैन **: `लिट्स एस-अभिव्यक्तिबाट रूपान्तरण गर्दै - अन्य ढाँचाहरू"##), - ("unknown-fmt", r##"अज्ञात फाइल ढाँचा"##), - ("currently-supported", r##"हाल प्रशस्त फोरट्स सूची प्रदान गर्दछ:"##), - ("auto-detection-failed", r##"स्वचालित रूपमा ढाँचा पत्ता लगाउन असफल भयो।कृपया मैन्युअल्ली निर्दिष्ट गर्नुहोस्।"##), - ("not-included", r##"यो बाइनरी ** ** सान्दर्भिक ढाँचाको लागि रूपान्तरण कार्यक्षमता समावेश गर्दैन। + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** / * समर्थित छैन **: `लिट्स एस-अभिव्यक्तिबाट रूपान्तरण गर्दै - अन्य ढाँचाहरू"##, + ), + ("unknown-fmt", r##"अज्ञात फाइल ढाँचा"##), + ( + "currently-supported", + r##"हाल प्रशस्त फोरट्स सूची प्रदान गर्दछ:"##, + ), + ( + "auto-detection-failed", + r##"स्वचालित रूपमा ढाँचा पत्ता लगाउन असफल भयो।कृपया मैन्युअल्ली निर्दिष्ट गर्नुहोस्।"##, + ), + ( + "not-included", + r##"यो बाइनरी ** ** सान्दर्भिक ढाँचाको लागि रूपान्तरण कार्यक्षमता समावेश गर्दैन। तपाइँ तपाइँको `Change.tomll` र replatile मा सान्दर्भिक सुविधा सक्षम गर्न आवश्यक छ। -यदि यो सफ्टवेयरले सम्बन्धित कार्यक्षमता समावेश गर्दैन भने कृपया एक मुद्दा बुझाउनुहोस्।"##), - ("conv-error", r##"रूपान्तरण त्रुटि"##), - ("dst", r##"गन्तव्य फाइल पथ"##), - ("unsupported", r##"असमर्थित ढाँचा रूपान्तरण"##), - ("invalid-json1.0", r##"फाईल मान्य `jon 1.0` ormant jstee,` JNON5`` को रूपमा पार्स गर्न कोशिस गर्दै छैन,"##), - ], -} +यदि यो सफ्टवेयरले सम्बन्धित कार्यक्षमता समावेश गर्दैन भने कृपया एक मुद्दा बुझाउनुहोस्।"##, + ), + ("conv-error", r##"रूपान्तरण त्रुटि"##), + ("dst", r##"गन्तव्य फाइल पथ"##), + ("unsupported", r##"असमर्थित ढाँचा रूपान्तरण"##), + ( + "invalid-json1.0", + r##"फाईल मान्य `jon 1.0` ormant jstee,` JNON5`` को रूपमा पार्स गर्न कोशिस गर्दै छैन,"##, + ), + ], + } } /// Language ID: ne; @@ -9355,25 +12081,49 @@ pub(super) const fn get_ne_map_conversion() -> L10nMap { /// Description: नेपाली, देवानागरी, नेपाल; pub(super) const fn get_ne_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** / * समर्थित छैन **: `लिट्स एस-अभिव्यक्तिबाट रूपान्तरण गर्दै - अन्य ढाँचाहरू"##), - ("unknown-fmt", r##"अज्ञात फाइल ढाँचा"##), - ("currently-supported", r##"हाल प्रशस्त फोरट्स सूची प्रदान गर्दछ:"##), - ("auto-detection-failed", r##"स्वचालित रूपमा ढाँचा पत्ता लगाउन असफल भयो।कृपया मैन्युअल्ली निर्दिष्ट गर्नुहोस्।"##), - ("not-included", r##"यो बाइनरी ** ** सान्दर्भिक ढाँचाको लागि रूपान्तरण कार्यक्षमता समावेश गर्दैन। + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** / * समर्थित छैन **: `लिट्स एस-अभिव्यक्तिबाट रूपान्तरण गर्दै - अन्य ढाँचाहरू"##, + ), + ( + "unknown-fmt", + r##"अज्ञात फाइल ढाँचा"##, + ), + ( + "currently-supported", + r##"हाल प्रशस्त फोरट्स सूची प्रदान गर्दछ:"##, + ), + ( + "auto-detection-failed", + r##"स्वचालित रूपमा ढाँचा पत्ता लगाउन असफल भयो।कृपया मैन्युअल्ली निर्दिष्ट गर्नुहोस्।"##, + ), + ( + "not-included", + r##"यो बाइनरी ** ** सान्दर्भिक ढाँचाको लागि रूपान्तरण कार्यक्षमता समावेश गर्दैन। तपाइँ तपाइँको `Change.tomll` र replatile मा सान्दर्भिक सुविधा सक्षम गर्न आवश्यक छ। -यदि यो सफ्टवेयरले सम्बन्धित कार्यक्षमता समावेश गर्दैन भने कृपया एक मुद्दा बुझाउनुहोस्।"##), - ("conv-error", r##"रूपान्तरण त्रुटि"##), - ("dst", r##"गन्तव्य फाइल पथ"##), - ("unsupported", r##"असमर्थित ढाँचा रूपान्तरण"##), - ("invalid-json1.0", r##"फाईल मान्य `jon 1.0` ormant jstee,` JNON5`` को रूपमा पार्स गर्न कोशिस गर्दै छैन,"##), - ], -} +यदि यो सफ्टवेयरले सम्बन्धित कार्यक्षमता समावेश गर्दैन भने कृपया एक मुद्दा बुझाउनुहोस्।"##, + ), + ( + "conv-error", + r##"रूपान्तरण त्रुटि"##, + ), + ( + "dst", + r##"गन्तव्य फाइल पथ"##, + ), + ( + "unsupported", + r##"असमर्थित ढाँचा रूपान्तरण"##, + ), + ( + "invalid-json1.0", + r##"फाईल मान्य `jon 1.0` ormant jstee,` JNON5`` को रूपमा पार्स गर्न कोशिस गर्दै छैन,"##, + ), + ], + } } /// Language ID: ne; @@ -9389,16 +12139,17 @@ pub(super) const fn get_ne_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ne_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"परिमार्जित सामग्री ** बचत गर्नुहोस् ** बचत गर्नुहोस् किनकि `- HVV` भनिने छैन।"##), - ("new-value", r##"नयाँ मान"##), - ("invalid-path", r##"अवैध फाईल मार्ग।"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"परिमार्जित सामग्री ** बचत गर्नुहोस् ** बचत गर्नुहोस् किनकि `- HVV` भनिने छैन।"##, + ), + ("new-value", r##"नयाँ मान"##), + ("invalid-path", r##"अवैध फाईल मार्ग।"##), + ], + } } /// Language ID: ne; @@ -9406,16 +12157,23 @@ pub(super) const fn get_ne_map_set() -> L10nMap { /// Description: नेपाली, देवानागरी, नेपाल; pub(super) const fn get_ne_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"परिमार्जित सामग्री ** बचत गर्नुहोस् ** बचत गर्नुहोस् किनकि `- HVV` भनिने छैन।"##), - ("new-value", r##"नयाँ मान"##), - ("invalid-path", r##"अवैध फाईल मार्ग।"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"परिमार्जित सामग्री ** बचत गर्नुहोस् ** बचत गर्नुहोस् किनकि `- HVV` भनिने छैन।"##, + ), + ( + "new-value", + r##"नयाँ मान"##, + ), + ( + "invalid-path", + r##"अवैध फाईल मार्ग।"##, + ), + ], + } } /// Language ID: ne; @@ -9431,32 +12189,28 @@ pub(super) const fn get_ne_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ne_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"गन्तव्य ढाँचा"##), - ("src-fmt", r##"स्रोत फाइल ढाँचा"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"गन्तव्य ढाँचा"##), + ("src-fmt", r##"स्रोत फाइल ढाँचा"##), + ], + } } /// ne: नेपाली, देवानागरी, नेपाल pub(super) const fn get_ne_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ne_map_conversion), - ("get", get_ne_map_get), - ("set_md", get_ne_map_set_md), - ("set", get_ne_map_set), - ("conversion_md", get_ne_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ne_map_conversion), + ("get", get_ne_map_get), + ("set_md", get_ne_map_set_md), + ("set", get_ne_map_set), + ("conversion_md", get_ne_map_conversion_md), + ], + } } /// Language ID: nl; @@ -9472,26 +12226,41 @@ pub(super) const fn get_ne_map() -> SubLocaleMap { /// ``` pub(super) const fn get_nl_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Het bestand is geen geldig `json 1.0` formaat, poging om te parsen als `json5`..."##), - ("not-included", r##"Deze software **bevat niet** de functionaliteit voor de conversie van het relevante formaat. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Het bestand is geen geldig `json 1.0` formaat, poging om te parsen als `json5`..."##, + ), + ( + "not-included", + r##"Deze software **bevat niet** de functionaliteit voor de conversie van het relevante formaat. U moet de juiste functies inschakelen in uw `Cargo.toml` en opnieuw compileren. -Als deze software de bijbehorende functionaliteit niet bevat, dient u een probleemrapport in."##), - ("currently-supported", r##"Lijst met momenteel ondersteunde formaten:"##), - ("unsupported", r##"Niet-ondersteunde formaatconversie"##), - ("auto-detection-failed", r##"Automatische herkenning van het formaat is mislukt. Geef dit alstublieft handmatig aan."##), - ("not-support-deser-sexp", r##"**Nog niet ondersteund**: converteren van `Lisp S-Expressie` naar `andere formaten`"##), - ("unknown-fmt", r##"Onbekend bestandsformaat"##), - ("not-saved", r##"De volgende inhoud wordt **niet** opgeslagen omdat `--save` niet is aangeroepen."##), - ("dst", r##"Bestemmingsbestandpad"##), - ("conv-error", r##"Conversiefout"##), - ], -} +Als deze software de bijbehorende functionaliteit niet bevat, dient u een probleemrapport in."##, + ), + ( + "currently-supported", + r##"Lijst met momenteel ondersteunde formaten:"##, + ), + ("unsupported", r##"Niet-ondersteunde formaatconversie"##), + ( + "auto-detection-failed", + r##"Automatische herkenning van het formaat is mislukt. Geef dit alstublieft handmatig aan."##, + ), + ( + "not-support-deser-sexp", + r##"**Nog niet ondersteund**: converteren van `Lisp S-Expressie` naar `andere formaten`"##, + ), + ("unknown-fmt", r##"Onbekend bestandsformaat"##), + ( + "not-saved", + r##"De volgende inhoud wordt **niet** opgeslagen omdat `--save` niet is aangeroepen."##, + ), + ("dst", r##"Bestemmingsbestandpad"##), + ("conv-error", r##"Conversiefout"##), + ], + } } /// Language ID: nl; @@ -9499,26 +12268,53 @@ Als deze software de bijbehorende functionaliteit niet bevat, dient u een proble /// Description: Nederlands, Latijns, Nederland; pub(super) const fn get_nl_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Het bestand is geen geldig `json 1.0` formaat, poging om te parsen als `json5`..."##), - ("not-included", r##"Deze software **bevat niet** de functionaliteit voor de conversie van het relevante formaat. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Het bestand is geen geldig `json 1.0` formaat, poging om te parsen als `json5`..."##, + ), + ( + "not-included", + r##"Deze software **bevat niet** de functionaliteit voor de conversie van het relevante formaat. U moet de juiste functies inschakelen in uw `Cargo.toml` en opnieuw compileren. -Als deze software de bijbehorende functionaliteit niet bevat, dient u een probleemrapport in."##), - ("currently-supported", r##"Lijst met momenteel ondersteunde formaten:"##), - ("unsupported", r##"Niet-ondersteunde formaatconversie"##), - ("auto-detection-failed", r##"Automatische herkenning van het formaat is mislukt. Geef dit alstublieft handmatig aan."##), - ("not-support-deser-sexp", r##"**Nog niet ondersteund**: converteren van `Lisp S-Expressie` naar `andere formaten`"##), - ("unknown-fmt", r##"Onbekend bestandsformaat"##), - ("not-saved", r##"De volgende inhoud wordt **niet** opgeslagen omdat `--save` niet is aangeroepen."##), - ("dst", r##"Bestemmingsbestandpad"##), - ("conv-error", r##"Conversiefout"##), - ], -} +Als deze software de bijbehorende functionaliteit niet bevat, dient u een probleemrapport in."##, + ), + ( + "currently-supported", + r##"Lijst met momenteel ondersteunde formaten:"##, + ), + ( + "unsupported", + r##"Niet-ondersteunde formaatconversie"##, + ), + ( + "auto-detection-failed", + r##"Automatische herkenning van het formaat is mislukt. Geef dit alstublieft handmatig aan."##, + ), + ( + "not-support-deser-sexp", + r##"**Nog niet ondersteund**: converteren van `Lisp S-Expressie` naar `andere formaten`"##, + ), + ( + "unknown-fmt", + r##"Onbekend bestandsformaat"##, + ), + ( + "not-saved", + r##"De volgende inhoud wordt **niet** opgeslagen omdat `--save` niet is aangeroepen."##, + ), + ( + "dst", + r##"Bestemmingsbestandpad"##, + ), + ( + "conv-error", + r##"Conversiefout"##, + ), + ], + } } /// Language ID: nl; @@ -9534,16 +12330,17 @@ pub(super) const fn get_nl_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_nl_map_set() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("niet-opgeslagen-waarschuwing", r##"De gewijzigde inhoud **wordt niet** opgeslagen omdat `--sv` niet is aangeroepen."##), - ("nieuwe-waarde", r##"Nieuwe waarde"##), - ("ongeldig-pad", r##"Ongeldig bestandspad."##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ( + "niet-opgeslagen-waarschuwing", + r##"De gewijzigde inhoud **wordt niet** opgeslagen omdat `--sv` niet is aangeroepen."##, + ), + ("nieuwe-waarde", r##"Nieuwe waarde"##), + ("ongeldig-pad", r##"Ongeldig bestandspad."##), + ], + } } /// Language ID: nl; @@ -9551,16 +12348,23 @@ pub(super) const fn get_nl_map_set() -> L10nMap { /// Description: Nederlands, Latijns, Nederland; pub(super) const fn get_nl_map_set_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("niet-opgeslagen-waarschuwing", r##"De gewijzigde inhoud **wordt niet** opgeslagen omdat `--sv` niet is aangeroepen."##), - ("nieuwe-waarde", r##"Nieuwe waarde"##), - ("ongeldig-pad", r##"Ongeldig bestandspad."##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ( + "niet-opgeslagen-waarschuwing", + r##"De gewijzigde inhoud **wordt niet** opgeslagen omdat `--sv` niet is aangeroepen."##, + ), + ( + "nieuwe-waarde", + r##"Nieuwe waarde"##, + ), + ( + "ongeldig-pad", + r##"Ongeldig bestandspad."##, + ), + ], + } } /// Language ID: nl; @@ -9576,32 +12380,28 @@ pub(super) const fn get_nl_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_nl_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Bestemmingsformaat"##), - ("src-fmt", r##"Bronbestandsformaat"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Bestemmingsformaat"##), + ("src-fmt", r##"Bronbestandsformaat"##), + ], + } } /// nl: Nederlands, Latijns, Nederland pub(super) const fn get_nl_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_nl_map_conversion), - ("get", get_nl_map_get), - ("set_md", get_nl_map_set_md), - ("set", get_nl_map_set), - ("conversion_md", get_nl_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_nl_map_conversion), + ("get", get_nl_map_get), + ("set_md", get_nl_map_set_md), + ("set", get_nl_map_set), + ("conversion_md", get_nl_map_conversion_md), + ], + } } /// Language ID: no; @@ -9617,26 +12417,41 @@ pub(super) const fn get_nl_map() -> SubLocaleMap { /// ``` pub(super) const fn get_no_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Filen er ikke et gyldig `JSON 1.0` -format, og prøver å analysere som `JSON5` ..."##), - ("not-included", r##"Denne binære ** inkluderer ikke ** konverteringsfunksjonaliteten for det aktuelle formatet. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Filen er ikke et gyldig `JSON 1.0` -format, og prøver å analysere som `JSON5` ..."##, + ), + ( + "not-included", + r##"Denne binære ** inkluderer ikke ** konverteringsfunksjonaliteten for det aktuelle formatet. Du må aktivere den aktuelle funksjonen i "lastet. Toml` og kompilen. -Hvis denne programvaren ikke inkluderer den tilsvarende funksjonaliteten, vennligst send inn et problem."##), - ("currently-supported", r##"For øyeblikket støttede formater Liste:"##), - ("unsupported", r##"ikke støttet formatkonvertering"##), - ("auto-detection-failed", r##"Kunne ikke oppdage formatet automatisk.Vennligst spesifiser manuelt."##), - ("not-support-deser-sexp", r##"** Ikke støttet ennå **: Konvertere fra `Lisp S-Expression` til` andre formater`"##), - ("unknown-fmt", r##"Ukjent filformat"##), - ("not-saved", r##"Følgende innhold ** vil ikke ** lagres fordi `--save` ikke ble kalt."##), - ("dst", r##"Destinasjonsfilbane"##), - ("conv-error", r##"konverteringsfeil"##), - ], -} +Hvis denne programvaren ikke inkluderer den tilsvarende funksjonaliteten, vennligst send inn et problem."##, + ), + ( + "currently-supported", + r##"For øyeblikket støttede formater Liste:"##, + ), + ("unsupported", r##"ikke støttet formatkonvertering"##), + ( + "auto-detection-failed", + r##"Kunne ikke oppdage formatet automatisk.Vennligst spesifiser manuelt."##, + ), + ( + "not-support-deser-sexp", + r##"** Ikke støttet ennå **: Konvertere fra `Lisp S-Expression` til` andre formater`"##, + ), + ("unknown-fmt", r##"Ukjent filformat"##), + ( + "not-saved", + r##"Følgende innhold ** vil ikke ** lagres fordi `--save` ikke ble kalt."##, + ), + ("dst", r##"Destinasjonsfilbane"##), + ("conv-error", r##"konverteringsfeil"##), + ], + } } /// Language ID: no; @@ -9644,26 +12459,53 @@ Hvis denne programvaren ikke inkluderer den tilsvarende funksjonaliteten, vennli /// Description: norsk, latinsk, Norge; pub(super) const fn get_no_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Filen er ikke et gyldig `JSON 1.0` -format, og prøver å analysere som `JSON5` ..."##), - ("not-included", r##"Denne binære ** inkluderer ikke ** konverteringsfunksjonaliteten for det aktuelle formatet. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Filen er ikke et gyldig `JSON 1.0` -format, og prøver å analysere som `JSON5` ..."##, + ), + ( + "not-included", + r##"Denne binære ** inkluderer ikke ** konverteringsfunksjonaliteten for det aktuelle formatet. Du må aktivere den aktuelle funksjonen i "lastet. Toml` og kompilen. -Hvis denne programvaren ikke inkluderer den tilsvarende funksjonaliteten, vennligst send inn et problem."##), - ("currently-supported", r##"For øyeblikket støttede formater Liste:"##), - ("unsupported", r##"ikke støttet formatkonvertering"##), - ("auto-detection-failed", r##"Kunne ikke oppdage formatet automatisk.Vennligst spesifiser manuelt."##), - ("not-support-deser-sexp", r##"** Ikke støttet ennå **: Konvertere fra `Lisp S-Expression` til` andre formater`"##), - ("unknown-fmt", r##"Ukjent filformat"##), - ("not-saved", r##"Følgende innhold ** vil ikke ** lagres fordi `--save` ikke ble kalt."##), - ("dst", r##"Destinasjonsfilbane"##), - ("conv-error", r##"konverteringsfeil"##), - ], -} +Hvis denne programvaren ikke inkluderer den tilsvarende funksjonaliteten, vennligst send inn et problem."##, + ), + ( + "currently-supported", + r##"For øyeblikket støttede formater Liste:"##, + ), + ( + "unsupported", + r##"ikke støttet formatkonvertering"##, + ), + ( + "auto-detection-failed", + r##"Kunne ikke oppdage formatet automatisk.Vennligst spesifiser manuelt."##, + ), + ( + "not-support-deser-sexp", + r##"** Ikke støttet ennå **: Konvertere fra `Lisp S-Expression` til` andre formater`"##, + ), + ( + "unknown-fmt", + r##"Ukjent filformat"##, + ), + ( + "not-saved", + r##"Følgende innhold ** vil ikke ** lagres fordi `--save` ikke ble kalt."##, + ), + ( + "dst", + r##"Destinasjonsfilbane"##, + ), + ( + "conv-error", + r##"konverteringsfeil"##, + ), + ], + } } /// Language ID: no; @@ -9679,16 +12521,17 @@ pub(super) const fn get_no_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_no_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Det modifiserte innholdet ** vil ikke ** lagres fordi `-SV` ikke ble kalt."##), - ("new-value", r##"Ny verdi"##), - ("invalid-path", r##"Ugyldig filsti."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Det modifiserte innholdet ** vil ikke ** lagres fordi `-SV` ikke ble kalt."##, + ), + ("new-value", r##"Ny verdi"##), + ("invalid-path", r##"Ugyldig filsti."##), + ], + } } /// Language ID: no; @@ -9696,16 +12539,23 @@ pub(super) const fn get_no_map_set() -> L10nMap { /// Description: norsk, latinsk, Norge; pub(super) const fn get_no_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Det modifiserte innholdet ** vil ikke ** lagres fordi `-SV` ikke ble kalt."##), - ("new-value", r##"Ny verdi"##), - ("invalid-path", r##"Ugyldig filsti."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Det modifiserte innholdet ** vil ikke ** lagres fordi `-SV` ikke ble kalt."##, + ), + ( + "new-value", + r##"Ny verdi"##, + ), + ( + "invalid-path", + r##"Ugyldig filsti."##, + ), + ], + } } /// Language ID: no; @@ -9721,32 +12571,28 @@ pub(super) const fn get_no_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_no_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Destinasjonsformat"##), - ("src-fmt", r##"Kildefilformat"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Destinasjonsformat"##), + ("src-fmt", r##"Kildefilformat"##), + ], + } } /// no: norsk, latinsk, Norge pub(super) const fn get_no_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_no_map_conversion), - ("get", get_no_map_get), - ("set_md", get_no_map_set_md), - ("set", get_no_map_set), - ("conversion_md", get_no_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_no_map_conversion), + ("get", get_no_map_get), + ("set_md", get_no_map_set_md), + ("set", get_no_map_set), + ("conversion_md", get_no_map_conversion_md), + ], + } } /// Language ID: ny; @@ -9761,54 +12607,58 @@ pub(super) const fn get_no_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ny_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (0, 0), - ], - entries: &[ - ("auto-detection-failed", r##"...Chonde lingalirani pamanja."##), - ("not-included", r##"Binary iyi ** siyikuphatikiza ** kutembenuka koyenera kwa mtundu woyenera. + key: 15467950696543387533, + disps: &[(0, 0)], + entries: &[ + ( + "auto-detection-failed", + r##"...Chonde lingalirani pamanja."##, + ), + ( + "not-included", + r##"Binary iyi ** siyikuphatikiza ** kutembenuka koyenera kwa mtundu woyenera. Muyenera kuti muthandizireni gawo loyenerera mu `chonyamula.toml` ndi recomple. -Ngati pulogalamuyi sinaphatikize magwiridwe antchito omwewo, chonde perekani vuto."##), - ], -} +Ngati pulogalamuyi sinaphatikize magwiridwe antchito omwewo, chonde perekani vuto."##, + ), + ], + } } /// Language ID: ny; /// Map name: "conversion_md"; pub(super) const fn get_ny_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (0, 0), - ], - entries: &[ - ("auto-detection-failed", r##"...Chonde lingalirani pamanja."##), - ("not-included", r##"Binary iyi ** siyikuphatikiza ** kutembenuka koyenera kwa mtundu woyenera. + key: 15467950696543387533, + disps: &[(0, 0)], + entries: &[ + ( + "auto-detection-failed", + r##"...Chonde lingalirani pamanja."##, + ), + ( + "not-included", + r##"Binary iyi ** siyikuphatikiza ** kutembenuka koyenera kwa mtundu woyenera. Muyenera kuti muthandizireni gawo loyenerera mu `chonyamula.toml` ndi recomple. -Ngati pulogalamuyi sinaphatikize magwiridwe antchito omwewo, chonde perekani vuto."##), - ], -} +Ngati pulogalamuyi sinaphatikize magwiridwe antchito omwewo, chonde perekani vuto."##, + ), + ], + } } pub(super) const fn get_ny_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - ], - entries: &[ - ], -} + key: 12913932095322966823, + disps: &[], + entries: &[], + } } pub(super) const fn get_ny_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - ], - entries: &[ - ], -} + key: 12913932095322966823, + disps: &[], + entries: &[], + } } /// Language ID: ny; @@ -9823,32 +12673,28 @@ pub(super) const fn get_ny_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ny_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Mtundu Wopita"##), - ("src-fmt", r##"Gwero la fayilo"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Mtundu Wopita"##), + ("src-fmt", r##"Gwero la fayilo"##), + ], + } } /// ny: ny-Latn-MW pub(super) const fn get_ny_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ny_map_conversion), - ("get", get_ny_map_get), - ("set_md", get_ny_map_set_md), - ("set", get_ny_map_set), - ("conversion_md", get_ny_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ny_map_conversion), + ("get", get_ny_map_get), + ("set_md", get_ny_map_set_md), + ("set", get_ny_map_set), + ("conversion_md", get_ny_map_conversion_md), + ], + } } /// Language ID: or; @@ -9864,24 +12710,30 @@ pub(super) const fn get_ny_map() -> SubLocaleMap { /// ``` pub(super) const fn get_or_map_conversion() -> L10nMap { ::phf::Map { - key: 8694567506910003252, - disps: &[ - (2, 1), - (5, 0), - ], - entries: &[ - ("unknown-fmt", r##"ଅଜ୍ଞାତ ଫାଇଲ୍ ଫର୍ମାଟ୍ |"##), - ("unsupported", r##"ଅସମର୍ଥିତ ଫର୍ମାଟ୍ ରୂପାନ୍ତର |"##), - ("dst", r##"ଗନ୍ତବ୍ୟସ୍ଥଳ ଫାଇଲ୍ ପଥ |"##), - ("invalid-json1.0", r##"ଫାଇଲଟି ଏକ ବ valid ଧ `json 1.0` ଫର୍ମାଟ୍ ନୁହେଁ, `JSON5` ଭାବରେ ବିଶ୍ଳେଷଣ କରିବାକୁ ଚେଷ୍ଟା କରୁଛି ..."##), - ("not-included", r##"ଏହି ବାଇନାରୀ ** ଅନ୍ତର୍ଭୂକ୍ତ କରେ ନାହିଁ ** ପ୍ରଯୁଜ୍ୟ ଫର୍ମାଟ୍ ପାଇଁ ରୂପାନ୍ତର କାର୍ଯ୍ୟକାରିତା | + key: 8694567506910003252, + disps: &[(2, 1), (5, 0)], + entries: &[ + ("unknown-fmt", r##"ଅଜ୍ଞାତ ଫାଇଲ୍ ଫର୍ମାଟ୍ |"##), + ("unsupported", r##"ଅସମର୍ଥିତ ଫର୍ମାଟ୍ ରୂପାନ୍ତର |"##), + ("dst", r##"ଗନ୍ତବ୍ୟସ୍ଥଳ ଫାଇଲ୍ ପଥ |"##), + ( + "invalid-json1.0", + r##"ଫାଇଲଟି ଏକ ବ valid ଧ `json 1.0` ଫର୍ମାଟ୍ ନୁହେଁ, `JSON5` ଭାବରେ ବିଶ୍ଳେଷଣ କରିବାକୁ ଚେଷ୍ଟା କରୁଛି ..."##, + ), + ( + "not-included", + r##"ଏହି ବାଇନାରୀ ** ଅନ୍ତର୍ଭୂକ୍ତ କରେ ନାହିଁ ** ପ୍ରଯୁଜ୍ୟ ଫର୍ମାଟ୍ ପାଇଁ ରୂପାନ୍ତର କାର୍ଯ୍ୟକାରିତା | ତୁମର `କାର୍ଗୋ.ଟୋମୋଲରେ ସମ୍ପୃକ୍ତ ବ feature ଶିଷ୍ଟ୍ୟ ସକ୍ଷମ କରିବାକୁ ପଡିବ ଏବଂ ପୁନ ompmpililed | -ଯଦି ଏହି ସଫ୍ଟୱେର ନିର୍ଦ୍ଦିଷ୍ଟ କାର୍ଯ୍ୟକାରିତା ଅନ୍ତର୍ଭୂକ୍ତ କରେ ନାହିଁ, ଦୟାକରି ଏକ ସମସ୍ୟା ଦାଖଲ କରନ୍ତୁ |"##), - ("auto-detection-failed", r##"ଫର୍ମାଟ୍ ଚିହ୍ନଟ କରିବାରେ ବିଫଳ ହେଲା |ଦୟାକରି ହସ୍ତକୃତ ଭାବରେ ନିର୍ଦ୍ଦିଷ୍ଟ କରନ୍ତୁ |"##), - ("conv-error", r##"ରୂପାନ୍ତର ତ୍ରୁଟି |"##), - ("currently-supported", r##"ସମ୍ପ୍ରଦାୟ ଫର୍ମାଟ୍ ତାଲିକା:"##), - ], -} +ଯଦି ଏହି ସଫ୍ଟୱେର ନିର୍ଦ୍ଦିଷ୍ଟ କାର୍ଯ୍ୟକାରିତା ଅନ୍ତର୍ଭୂକ୍ତ କରେ ନାହିଁ, ଦୟାକରି ଏକ ସମସ୍ୟା ଦାଖଲ କରନ୍ତୁ |"##, + ), + ( + "auto-detection-failed", + r##"ଫର୍ମାଟ୍ ଚିହ୍ନଟ କରିବାରେ ବିଫଳ ହେଲା |ଦୟାକରି ହସ୍ତକୃତ ଭାବରେ ନିର୍ଦ୍ଦିଷ୍ଟ କରନ୍ତୁ |"##, + ), + ("conv-error", r##"ରୂପାନ୍ତର ତ୍ରୁଟି |"##), + ("currently-supported", r##"ସମ୍ପ୍ରଦାୟ ଫର୍ମାଟ୍ ତାଲିକା:"##), + ], + } } /// Language ID: or; @@ -9889,24 +12741,45 @@ pub(super) const fn get_or_map_conversion() -> L10nMap { /// Description: ଓଡ଼ିଆ, ଓଡ଼ିଆ, ଭାରତ; pub(super) const fn get_or_map_conversion_md() -> L10nMap { ::phf::Map { - key: 8694567506910003252, - disps: &[ - (2, 1), - (5, 0), - ], - entries: &[ - ("unknown-fmt", r##"ଅଜ୍ଞାତ ଫାଇଲ୍ ଫର୍ମାଟ୍ |"##), - ("unsupported", r##"ଅସମର୍ଥିତ ଫର୍ମାଟ୍ ରୂପାନ୍ତର |"##), - ("dst", r##"ଗନ୍ତବ୍ୟସ୍ଥଳ ଫାଇଲ୍ ପଥ |"##), - ("invalid-json1.0", r##"ଫାଇଲଟି ଏକ ବ valid ଧ `json 1.0` ଫର୍ମାଟ୍ ନୁହେଁ, `JSON5` ଭାବରେ ବିଶ୍ଳେଷଣ କରିବାକୁ ଚେଷ୍ଟା କରୁଛି ..."##), - ("not-included", r##"ଏହି ବାଇନାରୀ ** ଅନ୍ତର୍ଭୂକ୍ତ କରେ ନାହିଁ ** ପ୍ରଯୁଜ୍ୟ ଫର୍ମାଟ୍ ପାଇଁ ରୂପାନ୍ତର କାର୍ଯ୍ୟକାରିତା | + key: 8694567506910003252, + disps: &[(2, 1), (5, 0)], + entries: &[ + ( + "unknown-fmt", + r##"ଅଜ୍ଞାତ ଫାଇଲ୍ ଫର୍ମାଟ୍ |"##, + ), + ( + "unsupported", + r##"ଅସମର୍ଥିତ ଫର୍ମାଟ୍ ରୂପାନ୍ତର |"##, + ), + ( + "dst", + r##"ଗନ୍ତବ୍ୟସ୍ଥଳ ଫାଇଲ୍ ପଥ |"##, + ), + ( + "invalid-json1.0", + r##"ଫାଇଲଟି ଏକ ବ valid ଧ `json 1.0` ଫର୍ମାଟ୍ ନୁହେଁ, `JSON5` ଭାବରେ ବିଶ୍ଳେଷଣ କରିବାକୁ ଚେଷ୍ଟା କରୁଛି ..."##, + ), + ( + "not-included", + r##"ଏହି ବାଇନାରୀ ** ଅନ୍ତର୍ଭୂକ୍ତ କରେ ନାହିଁ ** ପ୍ରଯୁଜ୍ୟ ଫର୍ମାଟ୍ ପାଇଁ ରୂପାନ୍ତର କାର୍ଯ୍ୟକାରିତା | ତୁମର `କାର୍ଗୋ.ଟୋମୋଲରେ ସମ୍ପୃକ୍ତ ବ feature ଶିଷ୍ଟ୍ୟ ସକ୍ଷମ କରିବାକୁ ପଡିବ ଏବଂ ପୁନ ompmpililed | -ଯଦି ଏହି ସଫ୍ଟୱେର ନିର୍ଦ୍ଦିଷ୍ଟ କାର୍ଯ୍ୟକାରିତା ଅନ୍ତର୍ଭୂକ୍ତ କରେ ନାହିଁ, ଦୟାକରି ଏକ ସମସ୍ୟା ଦାଖଲ କରନ୍ତୁ |"##), - ("auto-detection-failed", r##"ଫର୍ମାଟ୍ ଚିହ୍ନଟ କରିବାରେ ବିଫଳ ହେଲା |ଦୟାକରି ହସ୍ତକୃତ ଭାବରେ ନିର୍ଦ୍ଦିଷ୍ଟ କରନ୍ତୁ |"##), - ("conv-error", r##"ରୂପାନ୍ତର ତ୍ରୁଟି |"##), - ("currently-supported", r##"ସମ୍ପ୍ରଦାୟ ଫର୍ମାଟ୍ ତାଲିକା:"##), - ], -} +ଯଦି ଏହି ସଫ୍ଟୱେର ନିର୍ଦ୍ଦିଷ୍ଟ କାର୍ଯ୍ୟକାରିତା ଅନ୍ତର୍ଭୂକ୍ତ କରେ ନାହିଁ, ଦୟାକରି ଏକ ସମସ୍ୟା ଦାଖଲ କରନ୍ତୁ |"##, + ), + ( + "auto-detection-failed", + r##"ଫର୍ମାଟ୍ ଚିହ୍ନଟ କରିବାରେ ବିଫଳ ହେଲା |ଦୟାକରି ହସ୍ତକୃତ ଭାବରେ ନିର୍ଦ୍ଦିଷ୍ଟ କରନ୍ତୁ |"##, + ), + ( + "conv-error", + r##"ରୂପାନ୍ତର ତ୍ରୁଟି |"##, + ), + ( + "currently-supported", + r##"ସମ୍ପ୍ରଦାୟ ଫର୍ମାଟ୍ ତାଲିକା:"##, + ), + ], + } } /// Language ID: or; @@ -9922,16 +12795,17 @@ pub(super) const fn get_or_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_or_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ପରିବର୍ତ୍ତିତ ବିଷୟବସ୍ତୁ ** ସଞ୍ଚୟ ହୁଏ ନାହିଁ ** ସଞ୍ଚୟ ହେବ ନାହିଁ କାରଣ `--sv` କୁହାଯାଇ ନଥିଲା |"##), - ("new-value", r##"ନୂତନ ମୂଲ୍ୟ |"##), - ("invalid-path", r##"ଅବ val ଧ ଫାଇଲ୍ ପଥ |"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ପରିବର୍ତ୍ତିତ ବିଷୟବସ୍ତୁ ** ସଞ୍ଚୟ ହୁଏ ନାହିଁ ** ସଞ୍ଚୟ ହେବ ନାହିଁ କାରଣ `--sv` କୁହାଯାଇ ନଥିଲା |"##, + ), + ("new-value", r##"ନୂତନ ମୂଲ୍ୟ |"##), + ("invalid-path", r##"ଅବ val ଧ ଫାଇଲ୍ ପଥ |"##), + ], + } } /// Language ID: or; @@ -9939,16 +12813,23 @@ pub(super) const fn get_or_map_set() -> L10nMap { /// Description: ଓଡ଼ିଆ, ଓଡ଼ିଆ, ଭାରତ; pub(super) const fn get_or_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ପରିବର୍ତ୍ତିତ ବିଷୟବସ୍ତୁ ** ସଞ୍ଚୟ ହୁଏ ନାହିଁ ** ସଞ୍ଚୟ ହେବ ନାହିଁ କାରଣ `--sv` କୁହାଯାଇ ନଥିଲା |"##), - ("new-value", r##"ନୂତନ ମୂଲ୍ୟ |"##), - ("invalid-path", r##"ଅବ val ଧ ଫାଇଲ୍ ପଥ |"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ପରିବର୍ତ୍ତିତ ବିଷୟବସ୍ତୁ ** ସଞ୍ଚୟ ହୁଏ ନାହିଁ ** ସଞ୍ଚୟ ହେବ ନାହିଁ କାରଣ `--sv` କୁହାଯାଇ ନଥିଲା |"##, + ), + ( + "new-value", + r##"ନୂତନ ମୂଲ୍ୟ |"##, + ), + ( + "invalid-path", + r##"ଅବ val ଧ ଫାଇଲ୍ ପଥ |"##, + ), + ], + } } /// Language ID: or; @@ -9964,32 +12845,28 @@ pub(super) const fn get_or_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_or_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"ଗନ୍ତବ୍ୟସ୍ଥଳ ଫର୍ମାଟ୍ |"##), - ("src-fmt", r##"ଉତ୍ସ ଫାଇଲ୍ ଫର୍ମାଟ୍ |"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"ଗନ୍ତବ୍ୟସ୍ଥଳ ଫର୍ମାଟ୍ |"##), + ("src-fmt", r##"ଉତ୍ସ ଫାଇଲ୍ ଫର୍ମାଟ୍ |"##), + ], + } } /// or: ଓଡ଼ିଆ, ଓଡ଼ିଆ, ଭାରତ pub(super) const fn get_or_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_or_map_conversion), - ("get", get_or_map_get), - ("set_md", get_or_map_set_md), - ("set", get_or_map_set), - ("conversion_md", get_or_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_or_map_conversion), + ("get", get_or_map_get), + ("set_md", get_or_map_set_md), + ("set", get_or_map_set), + ("conversion_md", get_or_map_conversion_md), + ], + } } /// Language ID: pa; @@ -10005,25 +12882,34 @@ pub(super) const fn get_or_map() -> SubLocaleMap { /// ``` pub(super) const fn get_pa_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** ਅਜੇ ਤੱਕ ਸਹਿਯੋਗੀ ਨਹੀਂ ਹੈ **: `ਲਿਸਪ ਐਸ-ਸਮੀਕਰਨ` ਤੋਂ` ਹੋਰ ਫਾਰਮੈਟਾਂ ਵਿੱਚ ਤਬਦੀਲ ਕਰਨਾ"##), - ("unknown-fmt", r##"ਅਣਜਾਣ ਫਾਇਲ ਫਾਰਮੈਟ"##), - ("currently-supported", r##"ਮੌਜੂਦਾ ਸਮੇਂ ਸਹਿਯੋਗੀ ਫਾਰਮੈਟ ਸੂਚੀ:"##), - ("auto-detection-failed", r##"ਆਟੋਮੈਟਿਕਲੀ ਫਾਰਮੈਟ ਨੂੰ ਆਪਣੇ ਆਪ ਖੋਜਣ ਵਿੱਚ ਅਸਫਲ.ਕਿਰਪਾ ਕਰਕੇ ਹੱਥੀਂ ਨਿਰਧਾਰਤ ਕਰੋ."##), - ("not-included", r##"ਇਸ ਬਾਈਨਰੀ ** ਸ਼ਾਮਲ ਨਹੀਂ ਕਰਦਾ ** ਸੰਬੰਧਿਤ ਫਾਰਮੈਟ ਲਈ ਪਰਿਵਰਤਨ ਕਾਰਜਸ਼ੀਲਤਾ. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** ਅਜੇ ਤੱਕ ਸਹਿਯੋਗੀ ਨਹੀਂ ਹੈ **: `ਲਿਸਪ ਐਸ-ਸਮੀਕਰਨ` ਤੋਂ` ਹੋਰ ਫਾਰਮੈਟਾਂ ਵਿੱਚ ਤਬਦੀਲ ਕਰਨਾ"##, + ), + ("unknown-fmt", r##"ਅਣਜਾਣ ਫਾਇਲ ਫਾਰਮੈਟ"##), + ("currently-supported", r##"ਮੌਜੂਦਾ ਸਮੇਂ ਸਹਿਯੋਗੀ ਫਾਰਮੈਟ ਸੂਚੀ:"##), + ( + "auto-detection-failed", + r##"ਆਟੋਮੈਟਿਕਲੀ ਫਾਰਮੈਟ ਨੂੰ ਆਪਣੇ ਆਪ ਖੋਜਣ ਵਿੱਚ ਅਸਫਲ.ਕਿਰਪਾ ਕਰਕੇ ਹੱਥੀਂ ਨਿਰਧਾਰਤ ਕਰੋ."##, + ), + ( + "not-included", + r##"ਇਸ ਬਾਈਨਰੀ ** ਸ਼ਾਮਲ ਨਹੀਂ ਕਰਦਾ ** ਸੰਬੰਧਿਤ ਫਾਰਮੈਟ ਲਈ ਪਰਿਵਰਤਨ ਕਾਰਜਸ਼ੀਲਤਾ. ਤੁਹਾਨੂੰ ਆਪਣੇ `ਕਾਰਗੋ.ਟੌਮਲ` ਅਤੇ ਮੁੜ ਕੰਪਾਇਲ ਵਿੱਚ ਸੰਬੰਧਿਤ ਵਿਸ਼ੇਸ਼ਤਾ ਨੂੰ ਸਮਰੱਥ ਕਰਨ ਦੀ ਜ਼ਰੂਰਤ ਹੈ. -ਜੇ ਇਸ ਸਾੱਫਟਵੇਅਰ ਵਿੱਚ ਅਨੁਸਾਰੀ ਕਾਰਜਸ਼ੀਲਤਾ ਸ਼ਾਮਲ ਨਹੀਂ ਹੈ, ਕਿਰਪਾ ਕਰਕੇ ਇੱਕ ਮੁੱਦਾ ਪੇਸ਼ ਕਰੋ."##), - ("conv-error", r##"ਤਬਦੀਲੀ ਦੀ ਗਲਤੀ"##), - ("dst", r##"ਟਿਕਾਣਾ ਫਾਈਲ ਮਾਰਗ"##), - ("unsupported", r##"ਅਸਮਰਥਿਤ ਫਾਰਮੈਟ ਪਰਿਵਰਤਨ"##), - ("invalid-json1.0", r##"ਫਾਈਲ ਇੱਕ ਵੈਧ `jonn 1.0 ਦਾ ਫਾਰਮੈਟ ਨਹੀਂ ਹੈ, `json5` ਦੇ ਪਾਰਸ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰ ਰਿਹਾ ਹੈ ..."##), - ], -} +ਜੇ ਇਸ ਸਾੱਫਟਵੇਅਰ ਵਿੱਚ ਅਨੁਸਾਰੀ ਕਾਰਜਸ਼ੀਲਤਾ ਸ਼ਾਮਲ ਨਹੀਂ ਹੈ, ਕਿਰਪਾ ਕਰਕੇ ਇੱਕ ਮੁੱਦਾ ਪੇਸ਼ ਕਰੋ."##, + ), + ("conv-error", r##"ਤਬਦੀਲੀ ਦੀ ਗਲਤੀ"##), + ("dst", r##"ਟਿਕਾਣਾ ਫਾਈਲ ਮਾਰਗ"##), + ("unsupported", r##"ਅਸਮਰਥਿਤ ਫਾਰਮੈਟ ਪਰਿਵਰਤਨ"##), + ( + "invalid-json1.0", + r##"ਫਾਈਲ ਇੱਕ ਵੈਧ `jonn 1.0 ਦਾ ਫਾਰਮੈਟ ਨਹੀਂ ਹੈ, `json5` ਦੇ ਪਾਰਸ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰ ਰਿਹਾ ਹੈ ..."##, + ), + ], + } } /// Language ID: pa; @@ -10031,25 +12917,49 @@ pub(super) const fn get_pa_map_conversion() -> L10nMap { /// Description: ਪੰਜਾਬੀ, ਗੁਰਮੁਖੀ, ਭਾਰਤ; pub(super) const fn get_pa_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** ਅਜੇ ਤੱਕ ਸਹਿਯੋਗੀ ਨਹੀਂ ਹੈ **: `ਲਿਸਪ ਐਸ-ਸਮੀਕਰਨ` ਤੋਂ` ਹੋਰ ਫਾਰਮੈਟਾਂ ਵਿੱਚ ਤਬਦੀਲ ਕਰਨਾ"##), - ("unknown-fmt", r##"ਅਣਜਾਣ ਫਾਇਲ ਫਾਰਮੈਟ"##), - ("currently-supported", r##"ਮੌਜੂਦਾ ਸਮੇਂ ਸਹਿਯੋਗੀ ਫਾਰਮੈਟ ਸੂਚੀ:"##), - ("auto-detection-failed", r##"ਆਟੋਮੈਟਿਕਲੀ ਫਾਰਮੈਟ ਨੂੰ ਆਪਣੇ ਆਪ ਖੋਜਣ ਵਿੱਚ ਅਸਫਲ.ਕਿਰਪਾ ਕਰਕੇ ਹੱਥੀਂ ਨਿਰਧਾਰਤ ਕਰੋ."##), - ("not-included", r##"ਇਸ ਬਾਈਨਰੀ ** ਸ਼ਾਮਲ ਨਹੀਂ ਕਰਦਾ ** ਸੰਬੰਧਿਤ ਫਾਰਮੈਟ ਲਈ ਪਰਿਵਰਤਨ ਕਾਰਜਸ਼ੀਲਤਾ. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** ਅਜੇ ਤੱਕ ਸਹਿਯੋਗੀ ਨਹੀਂ ਹੈ **: `ਲਿਸਪ ਐਸ-ਸਮੀਕਰਨ` ਤੋਂ` ਹੋਰ ਫਾਰਮੈਟਾਂ ਵਿੱਚ ਤਬਦੀਲ ਕਰਨਾ"##, + ), + ( + "unknown-fmt", + r##"ਅਣਜਾਣ ਫਾਇਲ ਫਾਰਮੈਟ"##, + ), + ( + "currently-supported", + r##"ਮੌਜੂਦਾ ਸਮੇਂ ਸਹਿਯੋਗੀ ਫਾਰਮੈਟ ਸੂਚੀ:"##, + ), + ( + "auto-detection-failed", + r##"ਆਟੋਮੈਟਿਕਲੀ ਫਾਰਮੈਟ ਨੂੰ ਆਪਣੇ ਆਪ ਖੋਜਣ ਵਿੱਚ ਅਸਫਲ.ਕਿਰਪਾ ਕਰਕੇ ਹੱਥੀਂ ਨਿਰਧਾਰਤ ਕਰੋ."##, + ), + ( + "not-included", + r##"ਇਸ ਬਾਈਨਰੀ ** ਸ਼ਾਮਲ ਨਹੀਂ ਕਰਦਾ ** ਸੰਬੰਧਿਤ ਫਾਰਮੈਟ ਲਈ ਪਰਿਵਰਤਨ ਕਾਰਜਸ਼ੀਲਤਾ. ਤੁਹਾਨੂੰ ਆਪਣੇ `ਕਾਰਗੋ.ਟੌਮਲ` ਅਤੇ ਮੁੜ ਕੰਪਾਇਲ ਵਿੱਚ ਸੰਬੰਧਿਤ ਵਿਸ਼ੇਸ਼ਤਾ ਨੂੰ ਸਮਰੱਥ ਕਰਨ ਦੀ ਜ਼ਰੂਰਤ ਹੈ. -ਜੇ ਇਸ ਸਾੱਫਟਵੇਅਰ ਵਿੱਚ ਅਨੁਸਾਰੀ ਕਾਰਜਸ਼ੀਲਤਾ ਸ਼ਾਮਲ ਨਹੀਂ ਹੈ, ਕਿਰਪਾ ਕਰਕੇ ਇੱਕ ਮੁੱਦਾ ਪੇਸ਼ ਕਰੋ."##), - ("conv-error", r##"ਤਬਦੀਲੀ ਦੀ ਗਲਤੀ"##), - ("dst", r##"ਟਿਕਾਣਾ ਫਾਈਲ ਮਾਰਗ"##), - ("unsupported", r##"ਅਸਮਰਥਿਤ ਫਾਰਮੈਟ ਪਰਿਵਰਤਨ"##), - ("invalid-json1.0", r##"ਫਾਈਲ ਇੱਕ ਵੈਧ `jonn 1.0 ਦਾ ਫਾਰਮੈਟ ਨਹੀਂ ਹੈ, `json5` ਦੇ ਪਾਰਸ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰ ਰਿਹਾ ਹੈ ..."##), - ], -} +ਜੇ ਇਸ ਸਾੱਫਟਵੇਅਰ ਵਿੱਚ ਅਨੁਸਾਰੀ ਕਾਰਜਸ਼ੀਲਤਾ ਸ਼ਾਮਲ ਨਹੀਂ ਹੈ, ਕਿਰਪਾ ਕਰਕੇ ਇੱਕ ਮੁੱਦਾ ਪੇਸ਼ ਕਰੋ."##, + ), + ( + "conv-error", + r##"ਤਬਦੀਲੀ ਦੀ ਗਲਤੀ"##, + ), + ( + "dst", + r##"ਟਿਕਾਣਾ ਫਾਈਲ ਮਾਰਗ"##, + ), + ( + "unsupported", + r##"ਅਸਮਰਥਿਤ ਫਾਰਮੈਟ ਪਰਿਵਰਤਨ"##, + ), + ( + "invalid-json1.0", + r##"ਫਾਈਲ ਇੱਕ ਵੈਧ `jonn 1.0 ਦਾ ਫਾਰਮੈਟ ਨਹੀਂ ਹੈ, `json5` ਦੇ ਪਾਰਸ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰ ਰਿਹਾ ਹੈ ..."##, + ), + ], + } } /// Language ID: pa; @@ -10065,16 +12975,17 @@ pub(super) const fn get_pa_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_pa_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ਸੋਧੀ ਹੋਈ ਸਮੱਗਰੀ ** ** ਨਹੀਂ ਬਚਾਈ ਜਾਏਗੀ ਕਿਉਂਕਿ `ਸ਼ਵੀ = ਨੂੰ ਨਹੀਂ ਬੁਲਾਇਆ ਜਾਏਗਾ."##), - ("new-value", r##"ਨਵਾਂ ਮੁੱਲ"##), - ("invalid-path", r##"ਅਯੋਗ ਫਾਈਲ ਮਾਰਗ."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ਸੋਧੀ ਹੋਈ ਸਮੱਗਰੀ ** ** ਨਹੀਂ ਬਚਾਈ ਜਾਏਗੀ ਕਿਉਂਕਿ `ਸ਼ਵੀ = ਨੂੰ ਨਹੀਂ ਬੁਲਾਇਆ ਜਾਏਗਾ."##, + ), + ("new-value", r##"ਨਵਾਂ ਮੁੱਲ"##), + ("invalid-path", r##"ਅਯੋਗ ਫਾਈਲ ਮਾਰਗ."##), + ], + } } /// Language ID: pa; @@ -10082,16 +12993,23 @@ pub(super) const fn get_pa_map_set() -> L10nMap { /// Description: ਪੰਜਾਬੀ, ਗੁਰਮੁਖੀ, ਭਾਰਤ; pub(super) const fn get_pa_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ਸੋਧੀ ਹੋਈ ਸਮੱਗਰੀ ** ** ਨਹੀਂ ਬਚਾਈ ਜਾਏਗੀ ਕਿਉਂਕਿ `ਸ਼ਵੀ = ਨੂੰ ਨਹੀਂ ਬੁਲਾਇਆ ਜਾਏਗਾ."##), - ("new-value", r##"ਨਵਾਂ ਮੁੱਲ"##), - ("invalid-path", r##"ਅਯੋਗ ਫਾਈਲ ਮਾਰਗ."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ਸੋਧੀ ਹੋਈ ਸਮੱਗਰੀ ** ** ਨਹੀਂ ਬਚਾਈ ਜਾਏਗੀ ਕਿਉਂਕਿ `ਸ਼ਵੀ = ਨੂੰ ਨਹੀਂ ਬੁਲਾਇਆ ਜਾਏਗਾ."##, + ), + ( + "new-value", + r##"ਨਵਾਂ ਮੁੱਲ"##, + ), + ( + "invalid-path", + r##"ਅਯੋਗ ਫਾਈਲ ਮਾਰਗ."##, + ), + ], + } } /// Language ID: pa; @@ -10107,32 +13025,28 @@ pub(super) const fn get_pa_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_pa_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"ਮੰਜ਼ਿਲ ਦਾ ਫਾਰਮੈਟ"##), - ("src-fmt", r##"ਸਰੋਤ ਫਾਇਲ ਫਾਰਮੈਟ"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"ਮੰਜ਼ਿਲ ਦਾ ਫਾਰਮੈਟ"##), + ("src-fmt", r##"ਸਰੋਤ ਫਾਇਲ ਫਾਰਮੈਟ"##), + ], + } } /// pa: ਪੰਜਾਬੀ, ਗੁਰਮੁਖੀ, ਭਾਰਤ pub(super) const fn get_pa_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_pa_map_conversion), - ("get", get_pa_map_get), - ("set_md", get_pa_map_set_md), - ("set", get_pa_map_set), - ("conversion_md", get_pa_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_pa_map_conversion), + ("get", get_pa_map_get), + ("set_md", get_pa_map_set_md), + ("set", get_pa_map_set), + ("conversion_md", get_pa_map_conversion_md), + ], + } } /// Language ID: pl; @@ -10148,26 +13062,38 @@ pub(super) const fn get_pa_map() -> SubLocaleMap { /// ``` pub(super) const fn get_pl_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Ten plik nie jest w prawidłowym formacie `json 1.0`. Próba parsowania jako `json5`..."##), - ("not-included", r##"To narzędzie **nie zawiera** funkcjonalności konwersji dla danego formatu. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Ten plik nie jest w prawidłowym formacie `json 1.0`. Próba parsowania jako `json5`..."##, + ), + ( + "not-included", + r##"To narzędzie **nie zawiera** funkcjonalności konwersji dla danego formatu. Musisz włączyć odpowiednią funkcję w pliku `Cargo.toml` i ponownie skompilować. -Jeśli to oprogramowanie nie zawiera odpowiedniej funkcjonalności, zgłoś problem."##), - ("currently-supported", r##"Aktualnie obsługiwane formaty:"##), - ("unsupported", r##"Konwersja nieobsługiwanego formatu."##), - ("auto-detection-failed", r##"Nie udało się automatycznie wykryć formatu. Proszę określić go ręcznie."##), - ("not-support-deser-sexp", r##"**Jeszcze nieobsługiwane**: konwersja z `Lisp S-Expression` na `inne formaty`."##), - ("unknown-fmt", r##"Nieznany format pliku."##), - ("not-saved", r##"Następująca zawartość **nie zostanie** zapisana, ponieważ nie została wywołana opcja `--save`."##), - ("dst", r##"Ścieżka docelowego pliku"##), - ("conv-error", r##"Błąd konwersji."##), - ], -} +Jeśli to oprogramowanie nie zawiera odpowiedniej funkcjonalności, zgłoś problem."##, + ), + ("currently-supported", r##"Aktualnie obsługiwane formaty:"##), + ("unsupported", r##"Konwersja nieobsługiwanego formatu."##), + ( + "auto-detection-failed", + r##"Nie udało się automatycznie wykryć formatu. Proszę określić go ręcznie."##, + ), + ( + "not-support-deser-sexp", + r##"**Jeszcze nieobsługiwane**: konwersja z `Lisp S-Expression` na `inne formaty`."##, + ), + ("unknown-fmt", r##"Nieznany format pliku."##), + ( + "not-saved", + r##"Następująca zawartość **nie zostanie** zapisana, ponieważ nie została wywołana opcja `--save`."##, + ), + ("dst", r##"Ścieżka docelowego pliku"##), + ("conv-error", r##"Błąd konwersji."##), + ], + } } /// Language ID: pl; @@ -10175,26 +13101,53 @@ Jeśli to oprogramowanie nie zawiera odpowiedniej funkcjonalności, zgłoś prob /// Description: polski, łacińskie, Polska; pub(super) const fn get_pl_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Ten plik nie jest w prawidłowym formacie `json 1.0`. Próba parsowania jako `json5`..."##), - ("not-included", r##"To narzędzie **nie zawiera** funkcjonalności konwersji dla danego formatu. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Ten plik nie jest w prawidłowym formacie `json 1.0`. Próba parsowania jako `json5`..."##, + ), + ( + "not-included", + r##"To narzędzie **nie zawiera** funkcjonalności konwersji dla danego formatu. Musisz włączyć odpowiednią funkcję w pliku `Cargo.toml` i ponownie skompilować. -Jeśli to oprogramowanie nie zawiera odpowiedniej funkcjonalności, zgłoś problem."##), - ("currently-supported", r##"Aktualnie obsługiwane formaty:"##), - ("unsupported", r##"Konwersja nieobsługiwanego formatu."##), - ("auto-detection-failed", r##"Nie udało się automatycznie wykryć formatu. Proszę określić go ręcznie."##), - ("not-support-deser-sexp", r##"**Jeszcze nieobsługiwane**: konwersja z `Lisp S-Expression` na `inne formaty`."##), - ("unknown-fmt", r##"Nieznany format pliku."##), - ("not-saved", r##"Następująca zawartość **nie zostanie** zapisana, ponieważ nie została wywołana opcja `--save`."##), - ("dst", r##"Ścieżka docelowego pliku"##), - ("conv-error", r##"Błąd konwersji."##), - ], -} +Jeśli to oprogramowanie nie zawiera odpowiedniej funkcjonalności, zgłoś problem."##, + ), + ( + "currently-supported", + r##"Aktualnie obsługiwane formaty:"##, + ), + ( + "unsupported", + r##"Konwersja nieobsługiwanego formatu."##, + ), + ( + "auto-detection-failed", + r##"Nie udało się automatycznie wykryć formatu. Proszę określić go ręcznie."##, + ), + ( + "not-support-deser-sexp", + r##"**Jeszcze nieobsługiwane**: konwersja z `Lisp S-Expression` na `inne formaty`."##, + ), + ( + "unknown-fmt", + r##"Nieznany format pliku."##, + ), + ( + "not-saved", + r##"Następująca zawartość **nie zostanie** zapisana, ponieważ nie została wywołana opcja `--save`."##, + ), + ( + "dst", + r##"Ścieżka docelowego pliku"##, + ), + ( + "conv-error", + r##"Błąd konwersji."##, + ), + ], + } } /// Language ID: pl; @@ -10210,16 +13163,17 @@ pub(super) const fn get_pl_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_pl_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Zmodyfikowana zawartość **nie zostanie** zapisana, ponieważ nie została wywołana opcja `--sv`."##), - ("new-value", r##"Nowa wartość"##), - ("invalid-path", r##"Nieprawidłowa ścieżka pliku."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Zmodyfikowana zawartość **nie zostanie** zapisana, ponieważ nie została wywołana opcja `--sv`."##, + ), + ("new-value", r##"Nowa wartość"##), + ("invalid-path", r##"Nieprawidłowa ścieżka pliku."##), + ], + } } /// Language ID: pl; @@ -10227,16 +13181,23 @@ pub(super) const fn get_pl_map_set() -> L10nMap { /// Description: polski, łacińskie, Polska; pub(super) const fn get_pl_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Zmodyfikowana zawartość **nie zostanie** zapisana, ponieważ nie została wywołana opcja `--sv`."##), - ("new-value", r##"Nowa wartość"##), - ("invalid-path", r##"Nieprawidłowa ścieżka pliku."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Zmodyfikowana zawartość **nie zostanie** zapisana, ponieważ nie została wywołana opcja `--sv`."##, + ), + ( + "new-value", + r##"Nowa wartość"##, + ), + ( + "invalid-path", + r##"Nieprawidłowa ścieżka pliku."##, + ), + ], + } } /// Language ID: pl; @@ -10252,32 +13213,28 @@ pub(super) const fn get_pl_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_pl_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format docelowy"##), - ("src-fmt", r##"Format pliku źródłowego"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format docelowy"##), + ("src-fmt", r##"Format pliku źródłowego"##), + ], + } } /// pl: polski, łacińskie, Polska pub(super) const fn get_pl_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_pl_map_conversion), - ("get", get_pl_map_get), - ("set_md", get_pl_map_set_md), - ("set", get_pl_map_set), - ("conversion_md", get_pl_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_pl_map_conversion), + ("get", get_pl_map_get), + ("set_md", get_pl_map_set_md), + ("set", get_pl_map_set), + ("conversion_md", get_pl_map_conversion_md), + ], + } } /// Language ID: ps; @@ -10293,25 +13250,37 @@ pub(super) const fn get_pl_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ps_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"Whoc نه دی ملاتړ **: د `لیپس ایس ایس ایس ای څرګندول 'او نور بمونه"##), - ("unknown-fmt", r##"نامعلومه دوتنه"##), - ("currently-supported", r##"اوس مهال د بیمې ملاتړ شوي فارمیټونو لیست:"##), - ("auto-detection-failed", r##"په اوتومات ډول یې ب format ه کشف کول ونشول.مهرباني وکړئ په لاسي ډول مشخص کړئ."##), - ("not-included", r##"دا بائنری ** د اړونده ب format ې لپاره د تبادلې فعالیت کې شامل ندي ** د تبادلې فعالیت. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"Whoc نه دی ملاتړ **: د `لیپس ایس ایس ایس ای څرګندول 'او نور بمونه"##, + ), + ("unknown-fmt", r##"نامعلومه دوتنه"##), + ( + "currently-supported", + r##"اوس مهال د بیمې ملاتړ شوي فارمیټونو لیست:"##, + ), + ( + "auto-detection-failed", + r##"په اوتومات ډول یې ب format ه کشف کول ونشول.مهرباني وکړئ په لاسي ډول مشخص کړئ."##, + ), + ( + "not-included", + r##"دا بائنری ** د اړونده ب format ې لپاره د تبادلې فعالیت کې شامل ندي ** د تبادلې فعالیت. تاسو اړتیا لرئ په خپل `کارګو ایوټول او بیا تنظیمولو کې اړونده ب feature ه وړ کړئ. -که چیرې دا سافټویر ورته فعالیت نه وي، مهرباني وکړئ یوه مسله وسپارئ."##), - ("conv-error", r##"د بدلولو تېروتنه"##), - ("dst", r##"منزل دوتنې لار"##), - ("unsupported", r##"د ناملاتړی نښه"##), - ("invalid-json1.0", r##"فایل د اعتبار وړ `JSon 1.0` ب format ه نه ده، هڅه کوي د `json5```````` ... ..."##), - ], -} +که چیرې دا سافټویر ورته فعالیت نه وي، مهرباني وکړئ یوه مسله وسپارئ."##, + ), + ("conv-error", r##"د بدلولو تېروتنه"##), + ("dst", r##"منزل دوتنې لار"##), + ("unsupported", r##"د ناملاتړی نښه"##), + ( + "invalid-json1.0", + r##"فایل د اعتبار وړ `JSon 1.0` ب format ه نه ده، هڅه کوي د `json5```````` ... ..."##, + ), + ], + } } /// Language ID: ps; @@ -10319,25 +13288,49 @@ pub(super) const fn get_ps_map_conversion() -> L10nMap { /// Description: پښتو, عربي, افغانستان; pub(super) const fn get_ps_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"Whoc نه دی ملاتړ **: د `لیپس ایس ایس ایس ای څرګندول 'او نور بمونه"##), - ("unknown-fmt", r##"نامعلومه دوتنه"##), - ("currently-supported", r##"اوس مهال د بیمې ملاتړ شوي فارمیټونو لیست:"##), - ("auto-detection-failed", r##"په اوتومات ډول یې ب format ه کشف کول ونشول.مهرباني وکړئ په لاسي ډول مشخص کړئ."##), - ("not-included", r##"دا بائنری ** د اړونده ب format ې لپاره د تبادلې فعالیت کې شامل ندي ** د تبادلې فعالیت. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"Whoc نه دی ملاتړ **: د `لیپس ایس ایس ایس ای څرګندول 'او نور بمونه"##, + ), + ( + "unknown-fmt", + r##"نامعلومه دوتنه"##, + ), + ( + "currently-supported", + r##"اوس مهال د بیمې ملاتړ شوي فارمیټونو لیست:"##, + ), + ( + "auto-detection-failed", + r##"په اوتومات ډول یې ب format ه کشف کول ونشول.مهرباني وکړئ په لاسي ډول مشخص کړئ."##, + ), + ( + "not-included", + r##"دا بائنری ** د اړونده ب format ې لپاره د تبادلې فعالیت کې شامل ندي ** د تبادلې فعالیت. تاسو اړتیا لرئ په خپل `کارګو ایوټول او بیا تنظیمولو کې اړونده ب feature ه وړ کړئ. -که چیرې دا سافټویر ورته فعالیت نه وي، مهرباني وکړئ یوه مسله وسپارئ."##), - ("conv-error", r##"د بدلولو تېروتنه"##), - ("dst", r##"منزل دوتنې لار"##), - ("unsupported", r##"د ناملاتړی نښه"##), - ("invalid-json1.0", r##"فایل د اعتبار وړ `JSon 1.0` ب format ه نه ده، هڅه کوي د `json5```````` ... ..."##), - ], -} +که چیرې دا سافټویر ورته فعالیت نه وي، مهرباني وکړئ یوه مسله وسپارئ."##, + ), + ( + "conv-error", + r##"د بدلولو تېروتنه"##, + ), + ( + "dst", + r##"منزل دوتنې لار"##, + ), + ( + "unsupported", + r##"د ناملاتړی نښه"##, + ), + ( + "invalid-json1.0", + r##"فایل د اعتبار وړ `JSon 1.0` ب format ه نه ده، هڅه کوي د `json5```````` ... ..."##, + ), + ], + } } /// Language ID: ps; @@ -10353,16 +13346,17 @@ pub(super) const fn get_ps_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ps_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"تغیر شوی مینځپانګه ** نه پاکه شوې ځکه چې `- - - - - - - - - - - -"##), - ("new-value", r##"نوی ارزښت"##), - ("invalid-path", r##"غلطه فایل لاره."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"تغیر شوی مینځپانګه ** نه پاکه شوې ځکه چې `- - - - - - - - - - - -"##, + ), + ("new-value", r##"نوی ارزښت"##), + ("invalid-path", r##"غلطه فایل لاره."##), + ], + } } /// Language ID: ps; @@ -10370,16 +13364,23 @@ pub(super) const fn get_ps_map_set() -> L10nMap { /// Description: پښتو, عربي, افغانستان; pub(super) const fn get_ps_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"تغیر شوی مینځپانګه ** نه پاکه شوې ځکه چې `- - - - - - - - - - - -"##), - ("new-value", r##"نوی ارزښت"##), - ("invalid-path", r##"غلطه فایل لاره."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"تغیر شوی مینځپانګه ** نه پاکه شوې ځکه چې `- - - - - - - - - - - -"##, + ), + ( + "new-value", + r##"نوی ارزښت"##, + ), + ( + "invalid-path", + r##"غلطه فایل لاره."##, + ), + ], + } } /// Language ID: ps; @@ -10395,32 +13396,28 @@ pub(super) const fn get_ps_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ps_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"د منزل ب .ه"##), - ("src-fmt", r##"د سرچینې دوسیه ب .ه"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"د منزل ب .ه"##), + ("src-fmt", r##"د سرچینې دوسیه ب .ه"##), + ], + } } /// ps: پښتو, عربي, افغانستان pub(super) const fn get_ps_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ps_map_conversion), - ("get", get_ps_map_get), - ("set_md", get_ps_map_set_md), - ("set", get_ps_map_set), - ("conversion_md", get_ps_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ps_map_conversion), + ("get", get_ps_map_get), + ("set_md", get_ps_map_set_md), + ("set", get_ps_map_set), + ("conversion_md", get_ps_map_conversion_md), + ], + } } /// Language ID: pt; @@ -10436,26 +13433,41 @@ pub(super) const fn get_ps_map() -> SubLocaleMap { /// ``` pub(super) const fn get_pt_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"O arquivo não está em formato `json 1.0` válido, tentando analisá-lo como `json5`..."##), - ("not-included", r##"Este binário **não inclui** a funcionalidade de conversão para o formato correspondente. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"O arquivo não está em formato `json 1.0` válido, tentando analisá-lo como `json5`..."##, + ), + ( + "not-included", + r##"Este binário **não inclui** a funcionalidade de conversão para o formato correspondente. Você precisa ativar a feature relevante no seu `Cargo.toml` e recompilar. -Se este software não incluir a funcionalidade correspondente, por favor, envie um problema."##), - ("currently-supported", r##"Lista de formatos atualmente suportados:"##), - ("unsupported", r##"Conversão de formato não suportada"##), - ("auto-detection-failed", r##"Falha na detecção automática do formato. Por favor especifique manualmente."##), - ("not-support-deser-sexp", r##"**Ainda não suportado**: conversão de `Lisp S-Expression` para `outros formatos`"##), - ("unknown-fmt", r##"Formato de arquivo desconhecido"##), - ("not-saved", r##"O seguinte conteúdo **não será** salvo porque `--save` não foi chamado."##), - ("dst", r##"Caminho do arquivo de destino"##), - ("conv-error", r##"Erro de conversão"##), - ], -} +Se este software não incluir a funcionalidade correspondente, por favor, envie um problema."##, + ), + ( + "currently-supported", + r##"Lista de formatos atualmente suportados:"##, + ), + ("unsupported", r##"Conversão de formato não suportada"##), + ( + "auto-detection-failed", + r##"Falha na detecção automática do formato. Por favor especifique manualmente."##, + ), + ( + "not-support-deser-sexp", + r##"**Ainda não suportado**: conversão de `Lisp S-Expression` para `outros formatos`"##, + ), + ("unknown-fmt", r##"Formato de arquivo desconhecido"##), + ( + "not-saved", + r##"O seguinte conteúdo **não será** salvo porque `--save` não foi chamado."##, + ), + ("dst", r##"Caminho do arquivo de destino"##), + ("conv-error", r##"Erro de conversão"##), + ], + } } /// Language ID: pt; @@ -10463,26 +13475,53 @@ Se este software não incluir a funcionalidade correspondente, por favor, envie /// Description: português, latim, Brasil; pub(super) const fn get_pt_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"O arquivo não está em formato `json 1.0` válido, tentando analisá-lo como `json5`..."##), - ("not-included", r##"Este binário **não inclui** a funcionalidade de conversão para o formato correspondente. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"O arquivo não está em formato `json 1.0` válido, tentando analisá-lo como `json5`..."##, + ), + ( + "not-included", + r##"Este binário **não inclui** a funcionalidade de conversão para o formato correspondente. Você precisa ativar a feature relevante no seu `Cargo.toml` e recompilar. -Se este software não incluir a funcionalidade correspondente, por favor, envie um problema."##), - ("currently-supported", r##"Lista de formatos atualmente suportados:"##), - ("unsupported", r##"Conversão de formato não suportada"##), - ("auto-detection-failed", r##"Falha na detecção automática do formato. Por favor especifique manualmente."##), - ("not-support-deser-sexp", r##"**Ainda não suportado**: conversão de `Lisp S-Expression` para `outros formatos`"##), - ("unknown-fmt", r##"Formato de arquivo desconhecido"##), - ("not-saved", r##"O seguinte conteúdo **não será** salvo porque `--save` não foi chamado."##), - ("dst", r##"Caminho do arquivo de destino"##), - ("conv-error", r##"Erro de conversão"##), - ], -} +Se este software não incluir a funcionalidade correspondente, por favor, envie um problema."##, + ), + ( + "currently-supported", + r##"Lista de formatos atualmente suportados:"##, + ), + ( + "unsupported", + r##"Conversão de formato não suportada"##, + ), + ( + "auto-detection-failed", + r##"Falha na detecção automática do formato. Por favor especifique manualmente."##, + ), + ( + "not-support-deser-sexp", + r##"**Ainda não suportado**: conversão de `Lisp S-Expression` para `outros formatos`"##, + ), + ( + "unknown-fmt", + r##"Formato de arquivo desconhecido"##, + ), + ( + "not-saved", + r##"O seguinte conteúdo **não será** salvo porque `--save` não foi chamado."##, + ), + ( + "dst", + r##"Caminho do arquivo de destino"##, + ), + ( + "conv-error", + r##"Erro de conversão"##, + ), + ], + } } /// Language ID: pt; @@ -10498,15 +13537,13 @@ pub(super) const fn get_pt_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_pt_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Formato de destino"##), - ("src-fmt", r##"Formato do arquivo de origem"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Formato de destino"##), + ("src-fmt", r##"Formato do arquivo de origem"##), + ], + } } /// Language ID: pt; @@ -10522,16 +13559,17 @@ pub(super) const fn get_pt_map_get() -> L10nMap { /// ``` pub(super) const fn get_pt_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"O conteúdo modificado **não será** salvo porque `--save` não foi chamado."##), - ("new-value", r##"Novo valor"##), - ("invalid-path", r##"Caminho de arquivo inválido."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"O conteúdo modificado **não será** salvo porque `--save` não foi chamado."##, + ), + ("new-value", r##"Novo valor"##), + ("invalid-path", r##"Caminho de arquivo inválido."##), + ], + } } /// Language ID: pt; @@ -10539,33 +13577,38 @@ pub(super) const fn get_pt_map_set() -> L10nMap { /// Description: português, latim, Brasil; pub(super) const fn get_pt_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"O conteúdo modificado **não será** salvo porque `--save` não foi chamado."##), - ("new-value", r##"Novo valor"##), - ("invalid-path", r##"Caminho de arquivo inválido."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"O conteúdo modificado **não será** salvo porque `--save` não foi chamado."##, + ), + ( + "new-value", + r##"Novo valor"##, + ), + ( + "invalid-path", + r##"Caminho de arquivo inválido."##, + ), + ], + } } /// pt: português, latim, Brasil pub(super) const fn get_pt_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_pt_map_conversion), - ("get", get_pt_map_get), - ("set_md", get_pt_map_set_md), - ("set", get_pt_map_set), - ("conversion_md", get_pt_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_pt_map_conversion), + ("get", get_pt_map_get), + ("set_md", get_pt_map_set_md), + ("set", get_pt_map_set), + ("conversion_md", get_pt_map_conversion_md), + ], + } } /// Language ID: ro; @@ -10581,26 +13624,41 @@ pub(super) const fn get_pt_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ro_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Fișierul nu este un format valabil „JSON 1.0`, încercând să analizeze ca `JSON5` ..."##), - ("not-included", r##"Acest binar ** nu include ** funcționalitatea de conversie pentru formatul relevant. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Fișierul nu este un format valabil „JSON 1.0`, încercând să analizeze ca `JSON5` ..."##, + ), + ( + "not-included", + r##"Acest binar ** nu include ** funcționalitatea de conversie pentru formatul relevant. Trebuie să activați funcția relevantă în „Cargo.toml” și să vă recompilați. -Dacă acest software nu include funcționalitatea corespunzătoare, vă rugăm să trimiteți o problemă."##), - ("currently-supported", r##"Lista formatelor acceptate în prezent:"##), - ("unsupported", r##"conversia formatului neacceptat"##), - ("auto-detection-failed", r##"nu a reușit să detecteze automat formatul.Vă rugăm să specificați manual."##), - ("not-support-deser-sexp", r##"** Nu este acceptat încă **: Conversia de la `Lisp S-Expresie` în` Alte formate`"##), - ("unknown-fmt", r##"Format de fișier necunoscut"##), - ("not-saved", r##"Următorul conținut nu va fi salvat pentru că „`--save` nu a fost apelat."##), - ("dst", r##"Calea fișierului de destinație"##), - ("conv-error", r##"eroare de conversie"##), - ], -} +Dacă acest software nu include funcționalitatea corespunzătoare, vă rugăm să trimiteți o problemă."##, + ), + ( + "currently-supported", + r##"Lista formatelor acceptate în prezent:"##, + ), + ("unsupported", r##"conversia formatului neacceptat"##), + ( + "auto-detection-failed", + r##"nu a reușit să detecteze automat formatul.Vă rugăm să specificați manual."##, + ), + ( + "not-support-deser-sexp", + r##"** Nu este acceptat încă **: Conversia de la `Lisp S-Expresie` în` Alte formate`"##, + ), + ("unknown-fmt", r##"Format de fișier necunoscut"##), + ( + "not-saved", + r##"Următorul conținut nu va fi salvat pentru că „`--save` nu a fost apelat."##, + ), + ("dst", r##"Calea fișierului de destinație"##), + ("conv-error", r##"eroare de conversie"##), + ], + } } /// Language ID: ro; @@ -10608,26 +13666,53 @@ Dacă acest software nu include funcționalitatea corespunzătoare, vă rugăm s /// Description: română, latină, România; pub(super) const fn get_ro_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Fișierul nu este un format valabil „JSON 1.0`, încercând să analizeze ca `JSON5` ..."##), - ("not-included", r##"Acest binar ** nu include ** funcționalitatea de conversie pentru formatul relevant. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Fișierul nu este un format valabil „JSON 1.0`, încercând să analizeze ca `JSON5` ..."##, + ), + ( + "not-included", + r##"Acest binar ** nu include ** funcționalitatea de conversie pentru formatul relevant. Trebuie să activați funcția relevantă în „Cargo.toml” și să vă recompilați. -Dacă acest software nu include funcționalitatea corespunzătoare, vă rugăm să trimiteți o problemă."##), - ("currently-supported", r##"Lista formatelor acceptate în prezent:"##), - ("unsupported", r##"conversia formatului neacceptat"##), - ("auto-detection-failed", r##"nu a reușit să detecteze automat formatul.Vă rugăm să specificați manual."##), - ("not-support-deser-sexp", r##"** Nu este acceptat încă **: Conversia de la `Lisp S-Expresie` în` Alte formate`"##), - ("unknown-fmt", r##"Format de fișier necunoscut"##), - ("not-saved", r##"Următorul conținut nu va fi salvat pentru că „`--save` nu a fost apelat."##), - ("dst", r##"Calea fișierului de destinație"##), - ("conv-error", r##"eroare de conversie"##), - ], -} +Dacă acest software nu include funcționalitatea corespunzătoare, vă rugăm să trimiteți o problemă."##, + ), + ( + "currently-supported", + r##"Lista formatelor acceptate în prezent:"##, + ), + ( + "unsupported", + r##"conversia formatului neacceptat"##, + ), + ( + "auto-detection-failed", + r##"nu a reușit să detecteze automat formatul.Vă rugăm să specificați manual."##, + ), + ( + "not-support-deser-sexp", + r##"** Nu este acceptat încă **: Conversia de la `Lisp S-Expresie` în` Alte formate`"##, + ), + ( + "unknown-fmt", + r##"Format de fișier necunoscut"##, + ), + ( + "not-saved", + r##"Următorul conținut nu va fi salvat pentru că „`--save` nu a fost apelat."##, + ), + ( + "dst", + r##"Calea fișierului de destinație"##, + ), + ( + "conv-error", + r##"eroare de conversie"##, + ), + ], + } } /// Language ID: ro; @@ -10643,16 +13728,17 @@ pub(super) const fn get_ro_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ro_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Conținutul modificat ** nu va fi salvat pentru că `--sv` nu a fost apelat."##), - ("new-value", r##"Valoare nouă"##), - ("invalid-path", r##"calea de fișier nevalid."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Conținutul modificat ** nu va fi salvat pentru că `--sv` nu a fost apelat."##, + ), + ("new-value", r##"Valoare nouă"##), + ("invalid-path", r##"calea de fișier nevalid."##), + ], + } } /// Language ID: ro; @@ -10660,16 +13746,23 @@ pub(super) const fn get_ro_map_set() -> L10nMap { /// Description: română, latină, România; pub(super) const fn get_ro_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Conținutul modificat ** nu va fi salvat pentru că `--sv` nu a fost apelat."##), - ("new-value", r##"Valoare nouă"##), - ("invalid-path", r##"calea de fișier nevalid."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Conținutul modificat ** nu va fi salvat pentru că `--sv` nu a fost apelat."##, + ), + ( + "new-value", + r##"Valoare nouă"##, + ), + ( + "invalid-path", + r##"calea de fișier nevalid."##, + ), + ], + } } /// Language ID: ro; @@ -10685,32 +13778,28 @@ pub(super) const fn get_ro_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ro_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format de destinație"##), - ("src-fmt", r##"Format de fișier sursă"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format de destinație"##), + ("src-fmt", r##"Format de fișier sursă"##), + ], + } } /// ro: română, latină, România pub(super) const fn get_ro_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ro_map_conversion), - ("get", get_ro_map_get), - ("set_md", get_ro_map_set_md), - ("set", get_ro_map_set), - ("conversion_md", get_ro_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ro_map_conversion), + ("get", get_ro_map_get), + ("set_md", get_ro_map_set_md), + ("set", get_ro_map_set), + ("conversion_md", get_ro_map_conversion_md), + ], + } } /// Language ID: ru; @@ -10726,26 +13815,44 @@ pub(super) const fn get_ro_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ru_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Файл не является действительным форматом `json 1.0`, пытаясь анализировать как `json5` ..."##), - ("not-included", r##"Этот двоичный ** не включает ** функциональность преобразования для соответствующего формата. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Файл не является действительным форматом `json 1.0`, пытаясь анализировать как `json5` ..."##, + ), + ( + "not-included", + r##"Этот двоичный ** не включает ** функциональность преобразования для соответствующего формата. Вам необходимо включить соответствующую функцию в вашем `Cargo.toml` и перекомпилировать. -Если это программное обеспечение не включает соответствующую функциональность, отправьте проблему."##), - ("currently-supported", r##"Список форматов поддерживаемых в настоящее время:"##), - ("unsupported", r##"Неподдерживаемое преобразование формата"##), - ("auto-detection-failed", r##"Не удалось автоматически обнаружить формат.Пожалуйста, укажите вручную."##), - ("not-support-deser-sexp", r##"** еще не поддерживается **: преобразование из `lisp s-expression` в другие форматы"##), - ("unknown-fmt", r##"Неизвестный формат файла"##), - ("not-saved", r##"Следующий содержимое ** не будет сохранено, потому что `--save` не был вызван."##), - ("dst", r##"Путь файла назначения"##), - ("conv-error", r##"ошибка преобразования"##), - ], -} +Если это программное обеспечение не включает соответствующую функциональность, отправьте проблему."##, + ), + ( + "currently-supported", + r##"Список форматов поддерживаемых в настоящее время:"##, + ), + ( + "unsupported", + r##"Неподдерживаемое преобразование формата"##, + ), + ( + "auto-detection-failed", + r##"Не удалось автоматически обнаружить формат.Пожалуйста, укажите вручную."##, + ), + ( + "not-support-deser-sexp", + r##"** еще не поддерживается **: преобразование из `lisp s-expression` в другие форматы"##, + ), + ("unknown-fmt", r##"Неизвестный формат файла"##), + ( + "not-saved", + r##"Следующий содержимое ** не будет сохранено, потому что `--save` не был вызван."##, + ), + ("dst", r##"Путь файла назначения"##), + ("conv-error", r##"ошибка преобразования"##), + ], + } } /// Language ID: ru; @@ -10753,26 +13860,53 @@ pub(super) const fn get_ru_map_conversion() -> L10nMap { /// Description: русский, кириллица, Россия; pub(super) const fn get_ru_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Файл не является действительным форматом `json 1.0`, пытаясь анализировать как `json5` ..."##), - ("not-included", r##"Этот двоичный ** не включает ** функциональность преобразования для соответствующего формата. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Файл не является действительным форматом `json 1.0`, пытаясь анализировать как `json5` ..."##, + ), + ( + "not-included", + r##"Этот двоичный ** не включает ** функциональность преобразования для соответствующего формата. Вам необходимо включить соответствующую функцию в вашем `Cargo.toml` и перекомпилировать. -Если это программное обеспечение не включает соответствующую функциональность, отправьте проблему."##), - ("currently-supported", r##"Список форматов поддерживаемых в настоящее время:"##), - ("unsupported", r##"Неподдерживаемое преобразование формата"##), - ("auto-detection-failed", r##"Не удалось автоматически обнаружить формат.Пожалуйста, укажите вручную."##), - ("not-support-deser-sexp", r##"** еще не поддерживается **: преобразование из `lisp s-expression` в другие форматы"##), - ("unknown-fmt", r##"Неизвестный формат файла"##), - ("not-saved", r##"Следующий содержимое ** не будет сохранено, потому что `--save` не был вызван."##), - ("dst", r##"Путь файла назначения"##), - ("conv-error", r##"ошибка преобразования"##), - ], -} +Если это программное обеспечение не включает соответствующую функциональность, отправьте проблему."##, + ), + ( + "currently-supported", + r##"Список форматов поддерживаемых в настоящее время:"##, + ), + ( + "unsupported", + r##"Неподдерживаемое преобразование формата"##, + ), + ( + "auto-detection-failed", + r##"Не удалось автоматически обнаружить формат.Пожалуйста, укажите вручную."##, + ), + ( + "not-support-deser-sexp", + r##"** еще не поддерживается **: преобразование из `lisp s-expression` в другие форматы"##, + ), + ( + "unknown-fmt", + r##"Неизвестный формат файла"##, + ), + ( + "not-saved", + r##"Следующий содержимое ** не будет сохранено, потому что `--save` не был вызван."##, + ), + ( + "dst", + r##"Путь файла назначения"##, + ), + ( + "conv-error", + r##"ошибка преобразования"##, + ), + ], + } } /// Language ID: ru; @@ -10788,17 +13922,18 @@ pub(super) const fn get_ru_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ru_map_set() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"Неверный путь к файлу."##), - ("new-value", r##"Новое значение"##), - ("unsave-warn", r##"Измененное содержимое **не будет** сохранено, потому что не была использована опция `--sv`."##), - ("type", r##"Тип"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ("invalid-path", r##"Неверный путь к файлу."##), + ("new-value", r##"Новое значение"##), + ( + "unsave-warn", + r##"Измененное содержимое **не будет** сохранено, потому что не была использована опция `--sv`."##, + ), + ("type", r##"Тип"##), + ], + } } /// Language ID: ru; @@ -10806,17 +13941,24 @@ pub(super) const fn get_ru_map_set() -> L10nMap { /// Description: русский, кириллица, Россия; pub(super) const fn get_ru_map_set_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"Неверный путь к файлу."##), - ("new-value", r##"Новое значение"##), - ("unsave-warn", r##"Измененное содержимое **не будет** сохранено, потому что не была использована опция `--sv`."##), - ("type", r##"Тип"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ( + "invalid-path", + r##"Неверный путь к файлу."##, + ), + ( + "new-value", + r##"Новое значение"##, + ), + ( + "unsave-warn", + r##"Измененное содержимое **не будет** сохранено, потому что не была использована опция `--sv`."##, + ), + ("type", r##"Тип"##), + ], + } } /// Language ID: ru; @@ -10832,32 +13974,28 @@ pub(super) const fn get_ru_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ru_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Формат назначения"##), - ("src-fmt", r##"Формат исходного файла"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Формат назначения"##), + ("src-fmt", r##"Формат исходного файла"##), + ], + } } /// ru: русский, кириллица, Россия pub(super) const fn get_ru_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ru_map_conversion), - ("get", get_ru_map_get), - ("set_md", get_ru_map_set_md), - ("set", get_ru_map_set), - ("conversion_md", get_ru_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ru_map_conversion), + ("get", get_ru_map_get), + ("set_md", get_ru_map_set_md), + ("set", get_ru_map_set), + ("conversion_md", get_ru_map_conversion_md), + ], + } } /// Language ID: sd; @@ -10873,25 +14011,37 @@ pub(super) const fn get_ru_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sd_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** اڃا تائين سپورٽ ناهي ڪئي وئي **: ليس ايس اظهار "کي" ٻين شڪلن کي ""##), - ("unknown-fmt", r##"نامعلوم فائل فارميٽ"##), - ("currently-supported", r##"في الحال سپورٽ ٿيل فارميٽس لسٽ:"##), - ("auto-detection-failed", r##"خودڪار طريقي سان ترتيب ڏيڻ ۾ ناڪام.مهرباني ڪري دستي طور تي وضاحت ڪريو."##), - ("not-included", r##"هي بائنري ** شامل نه آهي ** لاڳاپيل شڪل لاء تبديلي جي ڪارڪردگي. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** اڃا تائين سپورٽ ناهي ڪئي وئي **: ليس ايس اظهار "کي" ٻين شڪلن کي ""##, + ), + ("unknown-fmt", r##"نامعلوم فائل فارميٽ"##), + ( + "currently-supported", + r##"في الحال سپورٽ ٿيل فارميٽس لسٽ:"##, + ), + ( + "auto-detection-failed", + r##"خودڪار طريقي سان ترتيب ڏيڻ ۾ ناڪام.مهرباني ڪري دستي طور تي وضاحت ڪريو."##, + ), + ( + "not-included", + r##"هي بائنري ** شامل نه آهي ** لاڳاپيل شڪل لاء تبديلي جي ڪارڪردگي. توهان کي توهان جي "ڪارگو تي لاڳاپيل فيچر کي فعال ڪرڻ جي ضرورت آهي ۽ ٻيهر حاصل ڪيو. -جيڪڏهن هن سافٽ ويئر کي ملندڙ ڪارڪردگي شامل نه هجي، مهرباني ڪري هڪ مسئلو جمع ڪرايو."##), - ("conv-error", r##"تبديلي جي غلطي"##), - ("dst", r##"منزل فائل جو رستو"##), - ("unsupported", r##"سهڪار واري فارميٽ جي تبديلي"##), - ("invalid-json1.0", r##"فائل هڪ صحيح نه آهي `JSON 1.0` فارميٽ، JSON5 "جي ڪوشش ڪندي ..."##), - ], -} +جيڪڏهن هن سافٽ ويئر کي ملندڙ ڪارڪردگي شامل نه هجي، مهرباني ڪري هڪ مسئلو جمع ڪرايو."##, + ), + ("conv-error", r##"تبديلي جي غلطي"##), + ("dst", r##"منزل فائل جو رستو"##), + ("unsupported", r##"سهڪار واري فارميٽ جي تبديلي"##), + ( + "invalid-json1.0", + r##"فائل هڪ صحيح نه آهي `JSON 1.0` فارميٽ، JSON5 "جي ڪوشش ڪندي ..."##, + ), + ], + } } /// Language ID: sd; @@ -10899,25 +14049,49 @@ pub(super) const fn get_sd_map_conversion() -> L10nMap { /// Description: سنڌي, عربي, پاڪستان; pub(super) const fn get_sd_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** اڃا تائين سپورٽ ناهي ڪئي وئي **: ليس ايس اظهار "کي" ٻين شڪلن کي ""##), - ("unknown-fmt", r##"نامعلوم فائل فارميٽ"##), - ("currently-supported", r##"في الحال سپورٽ ٿيل فارميٽس لسٽ:"##), - ("auto-detection-failed", r##"خودڪار طريقي سان ترتيب ڏيڻ ۾ ناڪام.مهرباني ڪري دستي طور تي وضاحت ڪريو."##), - ("not-included", r##"هي بائنري ** شامل نه آهي ** لاڳاپيل شڪل لاء تبديلي جي ڪارڪردگي. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** اڃا تائين سپورٽ ناهي ڪئي وئي **: ليس ايس اظهار "کي" ٻين شڪلن کي ""##, + ), + ( + "unknown-fmt", + r##"نامعلوم فائل فارميٽ"##, + ), + ( + "currently-supported", + r##"في الحال سپورٽ ٿيل فارميٽس لسٽ:"##, + ), + ( + "auto-detection-failed", + r##"خودڪار طريقي سان ترتيب ڏيڻ ۾ ناڪام.مهرباني ڪري دستي طور تي وضاحت ڪريو."##, + ), + ( + "not-included", + r##"هي بائنري ** شامل نه آهي ** لاڳاپيل شڪل لاء تبديلي جي ڪارڪردگي. توهان کي توهان جي "ڪارگو تي لاڳاپيل فيچر کي فعال ڪرڻ جي ضرورت آهي ۽ ٻيهر حاصل ڪيو. -جيڪڏهن هن سافٽ ويئر کي ملندڙ ڪارڪردگي شامل نه هجي، مهرباني ڪري هڪ مسئلو جمع ڪرايو."##), - ("conv-error", r##"تبديلي جي غلطي"##), - ("dst", r##"منزل فائل جو رستو"##), - ("unsupported", r##"سهڪار واري فارميٽ جي تبديلي"##), - ("invalid-json1.0", r##"فائل هڪ صحيح نه آهي `JSON 1.0` فارميٽ، JSON5 "جي ڪوشش ڪندي ..."##), - ], -} +جيڪڏهن هن سافٽ ويئر کي ملندڙ ڪارڪردگي شامل نه هجي، مهرباني ڪري هڪ مسئلو جمع ڪرايو."##, + ), + ( + "conv-error", + r##"تبديلي جي غلطي"##, + ), + ( + "dst", + r##"منزل فائل جو رستو"##, + ), + ( + "unsupported", + r##"سهڪار واري فارميٽ جي تبديلي"##, + ), + ( + "invalid-json1.0", + r##"فائل هڪ صحيح نه آهي `JSON 1.0` فارميٽ، JSON5 "جي ڪوشش ڪندي ..."##, + ), + ], + } } /// Language ID: sd; @@ -10933,16 +14107,17 @@ pub(super) const fn get_sd_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_sd_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"تبديل ٿيل مواد ** ** ** محفوظ نه ٿيندو، ڇاڪاڻ ته - ايس وي "نه سڏيو ويو."##), - ("new-value", r##"نئين قيمت"##), - ("invalid-path", r##"غلط فائل جو رستو."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"تبديل ٿيل مواد ** ** ** محفوظ نه ٿيندو، ڇاڪاڻ ته - ايس وي "نه سڏيو ويو."##, + ), + ("new-value", r##"نئين قيمت"##), + ("invalid-path", r##"غلط فائل جو رستو."##), + ], + } } /// Language ID: sd; @@ -10950,16 +14125,23 @@ pub(super) const fn get_sd_map_set() -> L10nMap { /// Description: سنڌي, عربي, پاڪستان; pub(super) const fn get_sd_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"تبديل ٿيل مواد ** ** ** محفوظ نه ٿيندو، ڇاڪاڻ ته - ايس وي "نه سڏيو ويو."##), - ("new-value", r##"نئين قيمت"##), - ("invalid-path", r##"غلط فائل جو رستو."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"تبديل ٿيل مواد ** ** ** محفوظ نه ٿيندو، ڇاڪاڻ ته - ايس وي "نه سڏيو ويو."##, + ), + ( + "new-value", + r##"نئين قيمت"##, + ), + ( + "invalid-path", + r##"غلط فائل جو رستو."##, + ), + ], + } } /// Language ID: sd; @@ -10975,32 +14157,28 @@ pub(super) const fn get_sd_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_sd_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"منزل جي شڪل"##), - ("src-fmt", r##"ماخذ فائل فارميٽ"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"منزل جي شڪل"##), + ("src-fmt", r##"ماخذ فائل فارميٽ"##), + ], + } } /// sd: سنڌي, عربي, پاڪستان pub(super) const fn get_sd_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_sd_map_conversion), - ("get", get_sd_map_get), - ("set_md", get_sd_map_set_md), - ("set", get_sd_map_set), - ("conversion_md", get_sd_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_sd_map_conversion), + ("get", get_sd_map_get), + ("set_md", get_sd_map_set_md), + ("set", get_sd_map_set), + ("conversion_md", get_sd_map_conversion_md), + ], + } } /// Language ID: si; @@ -11016,25 +14194,34 @@ pub(super) const fn get_sd_map() -> SubLocaleMap { /// ``` pub(super) const fn get_si_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** තවමත් සහය නොදක්වා නැත **:: lisp s ප්රකාශනය 'වෙතින් පරිවර්තනය කිරීම `වෙනත් ආකෘති'"##), - ("unknown-fmt", r##"නොදන්නා ගොනු ආකෘතිය"##), - ("currently-supported", r##"දැනට සහාය දක්වන ආකෘති ලැයිස්තුව:"##), - ("auto-detection-failed", r##"ආකෘතිය ස්වයංක්රීයව හඳුනා ගැනීමට අපොහොසත් විය.කරුණාකර අතින් සඳහන් කරන්න."##), - ("not-included", r##"මෙම ද්විමය ** අදාළ ආකෘතිය සඳහා පරිවර්තන ක්රියාකාරිත්වය ඇතුළත් නොවේ. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** තවමත් සහය නොදක්වා නැත **:: lisp s ප්රකාශනය 'වෙතින් පරිවර්තනය කිරීම `වෙනත් ආකෘති'"##, + ), + ("unknown-fmt", r##"නොදන්නා ගොනු ආකෘතිය"##), + ("currently-supported", r##"දැනට සහාය දක්වන ආකෘති ලැයිස්තුව:"##), + ( + "auto-detection-failed", + r##"ආකෘතිය ස්වයංක්රීයව හඳුනා ගැනීමට අපොහොසත් විය.කරුණාකර අතින් සඳහන් කරන්න."##, + ), + ( + "not-included", + r##"මෙම ද්විමය ** අදාළ ආකෘතිය සඳහා පරිවර්තන ක්රියාකාරිත්වය ඇතුළත් නොවේ. ඔබගේ `CARGO.OML`L හි අදාළ අංගය ඔබට සක්රීය කර නැවත සකස් කරන්න. -මෙම මෘදුකාංගයට අනුරූප ක්රියාකාරිත්වය ඇතුළත් නොවේ නම්, කරුණාකර ගැටලුවක් ඉදිරිපත් කරන්න."##), - ("conv-error", r##"පරිවර්තන දෝෂයකි"##), - ("dst", r##"ගමනාන්ත ගොනු මාර්ගය"##), - ("unsupported", r##"සහාය නොදක්වන ආකෘතිය පරිවර්තනය"##), - ("invalid-json1.0", r##"ගොනුව වලංගු `JSON 1.0` ආකෘතියක් නොවන අතර එය json5` ලෙස විග්රහ කිරීමට උත්සාහ කරයි."##), - ], -} +මෙම මෘදුකාංගයට අනුරූප ක්රියාකාරිත්වය ඇතුළත් නොවේ නම්, කරුණාකර ගැටලුවක් ඉදිරිපත් කරන්න."##, + ), + ("conv-error", r##"පරිවර්තන දෝෂයකි"##), + ("dst", r##"ගමනාන්ත ගොනු මාර්ගය"##), + ("unsupported", r##"සහාය නොදක්වන ආකෘතිය පරිවර්තනය"##), + ( + "invalid-json1.0", + r##"ගොනුව වලංගු `JSON 1.0` ආකෘතියක් නොවන අතර එය json5` ලෙස විග්රහ කිරීමට උත්සාහ කරයි."##, + ), + ], + } } /// Language ID: si; @@ -11042,25 +14229,49 @@ pub(super) const fn get_si_map_conversion() -> L10nMap { /// Description: සිංහල, සිංහල, ශ්‍රී ලංකාව; pub(super) const fn get_si_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** තවමත් සහය නොදක්වා නැත **:: lisp s ප්රකාශනය 'වෙතින් පරිවර්තනය කිරීම `වෙනත් ආකෘති'"##), - ("unknown-fmt", r##"නොදන්නා ගොනු ආකෘතිය"##), - ("currently-supported", r##"දැනට සහාය දක්වන ආකෘති ලැයිස්තුව:"##), - ("auto-detection-failed", r##"ආකෘතිය ස්වයංක්රීයව හඳුනා ගැනීමට අපොහොසත් විය.කරුණාකර අතින් සඳහන් කරන්න."##), - ("not-included", r##"මෙම ද්විමය ** අදාළ ආකෘතිය සඳහා පරිවර්තන ක්රියාකාරිත්වය ඇතුළත් නොවේ. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** තවමත් සහය නොදක්වා නැත **:: lisp s ප්රකාශනය 'වෙතින් පරිවර්තනය කිරීම `වෙනත් ආකෘති'"##, + ), + ( + "unknown-fmt", + r##"නොදන්නා ගොනු ආකෘතිය"##, + ), + ( + "currently-supported", + r##"දැනට සහාය දක්වන ආකෘති ලැයිස්තුව:"##, + ), + ( + "auto-detection-failed", + r##"ආකෘතිය ස්වයංක්රීයව හඳුනා ගැනීමට අපොහොසත් විය.කරුණාකර අතින් සඳහන් කරන්න."##, + ), + ( + "not-included", + r##"මෙම ද්විමය ** අදාළ ආකෘතිය සඳහා පරිවර්තන ක්රියාකාරිත්වය ඇතුළත් නොවේ. ඔබගේ `CARGO.OML`L හි අදාළ අංගය ඔබට සක්රීය කර නැවත සකස් කරන්න. -මෙම මෘදුකාංගයට අනුරූප ක්රියාකාරිත්වය ඇතුළත් නොවේ නම්, කරුණාකර ගැටලුවක් ඉදිරිපත් කරන්න."##), - ("conv-error", r##"පරිවර්තන දෝෂයකි"##), - ("dst", r##"ගමනාන්ත ගොනු මාර්ගය"##), - ("unsupported", r##"සහාය නොදක්වන ආකෘතිය පරිවර්තනය"##), - ("invalid-json1.0", r##"ගොනුව වලංගු `JSON 1.0` ආකෘතියක් නොවන අතර එය json5` ලෙස විග්රහ කිරීමට උත්සාහ කරයි."##), - ], -} +මෙම මෘදුකාංගයට අනුරූප ක්රියාකාරිත්වය ඇතුළත් නොවේ නම්, කරුණාකර ගැටලුවක් ඉදිරිපත් කරන්න."##, + ), + ( + "conv-error", + r##"පරිවර්තන දෝෂයකි"##, + ), + ( + "dst", + r##"ගමනාන්ත ගොනු මාර්ගය"##, + ), + ( + "unsupported", + r##"සහාය නොදක්වන ආකෘතිය පරිවර්තනය"##, + ), + ( + "invalid-json1.0", + r##"ගොනුව වලංගු `JSON 1.0` ආකෘතියක් නොවන අතර එය json5` ලෙස විග්රහ කිරීමට උත්සාහ කරයි."##, + ), + ], + } } /// Language ID: si; @@ -11076,16 +14287,17 @@ pub(super) const fn get_si_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_si_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"නවීකරණය කරන ලද අන්තර්ගතය *** `--sv` නොකියා" ** ගැළවෙන්නේ නැත."##), - ("new-value", r##"නව අගය"##), - ("invalid-path", r##"අවලංගු ගොනු මාර්ගයක්."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"නවීකරණය කරන ලද අන්තර්ගතය *** `--sv` නොකියා" ** ගැළවෙන්නේ නැත."##, + ), + ("new-value", r##"නව අගය"##), + ("invalid-path", r##"අවලංගු ගොනු මාර්ගයක්."##), + ], + } } /// Language ID: si; @@ -11093,16 +14305,23 @@ pub(super) const fn get_si_map_set() -> L10nMap { /// Description: සිංහල, සිංහල, ශ්‍රී ලංකාව; pub(super) const fn get_si_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"නවීකරණය කරන ලද අන්තර්ගතය *** `--sv` නොකියා" ** ගැළවෙන්නේ නැත."##), - ("new-value", r##"නව අගය"##), - ("invalid-path", r##"අවලංගු ගොනු මාර්ගයක්."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"නවීකරණය කරන ලද අන්තර්ගතය *** `--sv` නොකියා" ** ගැළවෙන්නේ නැත."##, + ), + ( + "new-value", + r##"නව අගය"##, + ), + ( + "invalid-path", + r##"අවලංගු ගොනු මාර්ගයක්."##, + ), + ], + } } /// Language ID: si; @@ -11118,32 +14337,28 @@ pub(super) const fn get_si_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_si_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"ගමනාන්ත ආකෘතිය"##), - ("src-fmt", r##"ප්රභව ගොනු ආකෘතිය"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"ගමනාන්ත ආකෘතිය"##), + ("src-fmt", r##"ප්රභව ගොනු ආකෘතිය"##), + ], + } } /// si: සිංහල, සිංහල, ශ්‍රී ලංකාව pub(super) const fn get_si_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_si_map_conversion), - ("get", get_si_map_get), - ("set_md", get_si_map_set_md), - ("set", get_si_map_set), - ("conversion_md", get_si_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_si_map_conversion), + ("get", get_si_map_get), + ("set_md", get_si_map_set_md), + ("set", get_si_map_set), + ("conversion_md", get_si_map_conversion_md), + ], + } } /// Language ID: sk; @@ -11159,26 +14374,41 @@ pub(super) const fn get_si_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sk_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Súbor nie je platný formát `json 1.0`, ktorý sa snaží analyzovať ako `json5` ..."##), - ("not-included", r##"Tento binárny ** nezahŕňa ** funkčnosť konverzie pre príslušný formát. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Súbor nie je platný formát `json 1.0`, ktorý sa snaží analyzovať ako `json5` ..."##, + ), + ( + "not-included", + r##"Tento binárny ** nezahŕňa ** funkčnosť konverzie pre príslušný formát. Musíte povoliť relevantnú funkciu vo svojom `CARGO.Toml` a rekompilovať. -Ak tento softvér nezahŕňa zodpovedajúcu funkčnosť, predložte problém."##), - ("currently-supported", r##"V súčasnosti podporovaný zoznam formátov:"##), - ("unsupported", r##"Nepodporovaný konverzia formátu"##), - ("auto-detection-failed", r##"Nepodarilo sa automaticky zistiť formát.Zadajte ručne."##), - ("not-support-deser-sexp", r##"** ešte nie je podporovaný **: Konverzia z `lisp s-expression` na` ďalšie formáty`"##), - ("unknown-fmt", r##"Formát neznámeho súboru"##), - ("not-saved", r##"Nasledujúci obsah ** sa neuloží **, pretože `--save` nebol zavolaný."##), - ("dst", r##"Cesta cieľového súboru"##), - ("conv-error", r##"Chyba konverzie"##), - ], -} +Ak tento softvér nezahŕňa zodpovedajúcu funkčnosť, predložte problém."##, + ), + ( + "currently-supported", + r##"V súčasnosti podporovaný zoznam formátov:"##, + ), + ("unsupported", r##"Nepodporovaný konverzia formátu"##), + ( + "auto-detection-failed", + r##"Nepodarilo sa automaticky zistiť formát.Zadajte ručne."##, + ), + ( + "not-support-deser-sexp", + r##"** ešte nie je podporovaný **: Konverzia z `lisp s-expression` na` ďalšie formáty`"##, + ), + ("unknown-fmt", r##"Formát neznámeho súboru"##), + ( + "not-saved", + r##"Nasledujúci obsah ** sa neuloží **, pretože `--save` nebol zavolaný."##, + ), + ("dst", r##"Cesta cieľového súboru"##), + ("conv-error", r##"Chyba konverzie"##), + ], + } } /// Language ID: sk; @@ -11186,26 +14416,53 @@ Ak tento softvér nezahŕňa zodpovedajúcu funkčnosť, predložte problém."## /// Description: slovenčina, latinka, Slovensko; pub(super) const fn get_sk_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Súbor nie je platný formát `json 1.0`, ktorý sa snaží analyzovať ako `json5` ..."##), - ("not-included", r##"Tento binárny ** nezahŕňa ** funkčnosť konverzie pre príslušný formát. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Súbor nie je platný formát `json 1.0`, ktorý sa snaží analyzovať ako `json5` ..."##, + ), + ( + "not-included", + r##"Tento binárny ** nezahŕňa ** funkčnosť konverzie pre príslušný formát. Musíte povoliť relevantnú funkciu vo svojom `CARGO.Toml` a rekompilovať. -Ak tento softvér nezahŕňa zodpovedajúcu funkčnosť, predložte problém."##), - ("currently-supported", r##"V súčasnosti podporovaný zoznam formátov:"##), - ("unsupported", r##"Nepodporovaný konverzia formátu"##), - ("auto-detection-failed", r##"Nepodarilo sa automaticky zistiť formát.Zadajte ručne."##), - ("not-support-deser-sexp", r##"** ešte nie je podporovaný **: Konverzia z `lisp s-expression` na` ďalšie formáty`"##), - ("unknown-fmt", r##"Formát neznámeho súboru"##), - ("not-saved", r##"Nasledujúci obsah ** sa neuloží **, pretože `--save` nebol zavolaný."##), - ("dst", r##"Cesta cieľového súboru"##), - ("conv-error", r##"Chyba konverzie"##), - ], -} +Ak tento softvér nezahŕňa zodpovedajúcu funkčnosť, predložte problém."##, + ), + ( + "currently-supported", + r##"V súčasnosti podporovaný zoznam formátov:"##, + ), + ( + "unsupported", + r##"Nepodporovaný konverzia formátu"##, + ), + ( + "auto-detection-failed", + r##"Nepodarilo sa automaticky zistiť formát.Zadajte ručne."##, + ), + ( + "not-support-deser-sexp", + r##"** ešte nie je podporovaný **: Konverzia z `lisp s-expression` na` ďalšie formáty`"##, + ), + ( + "unknown-fmt", + r##"Formát neznámeho súboru"##, + ), + ( + "not-saved", + r##"Nasledujúci obsah ** sa neuloží **, pretože `--save` nebol zavolaný."##, + ), + ( + "dst", + r##"Cesta cieľového súboru"##, + ), + ( + "conv-error", + r##"Chyba konverzie"##, + ), + ], + } } /// Language ID: sk; @@ -11221,16 +14478,17 @@ pub(super) const fn get_sk_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_sk_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Upravený obsah ** nebude uložený, pretože `--sv` sa nezavolal."##), - ("new-value", r##"nová hodnota"##), - ("invalid-path", r##"Neplatná cesta súborov."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Upravený obsah ** nebude uložený, pretože `--sv` sa nezavolal."##, + ), + ("new-value", r##"nová hodnota"##), + ("invalid-path", r##"Neplatná cesta súborov."##), + ], + } } /// Language ID: sk; @@ -11238,16 +14496,23 @@ pub(super) const fn get_sk_map_set() -> L10nMap { /// Description: slovenčina, latinka, Slovensko; pub(super) const fn get_sk_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Upravený obsah ** nebude uložený, pretože `--sv` sa nezavolal."##), - ("new-value", r##"nová hodnota"##), - ("invalid-path", r##"Neplatná cesta súborov."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Upravený obsah ** nebude uložený, pretože `--sv` sa nezavolal."##, + ), + ( + "new-value", + r##"nová hodnota"##, + ), + ( + "invalid-path", + r##"Neplatná cesta súborov."##, + ), + ], + } } /// Language ID: sk; @@ -11263,32 +14528,28 @@ pub(super) const fn get_sk_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_sk_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Cieľový formát"##), - ("src-fmt", r##"Zdrojový formát súboru"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Cieľový formát"##), + ("src-fmt", r##"Zdrojový formát súboru"##), + ], + } } /// sk: slovenčina, latinka, Slovensko pub(super) const fn get_sk_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_sk_map_conversion), - ("get", get_sk_map_get), - ("set_md", get_sk_map_set_md), - ("set", get_sk_map_set), - ("conversion_md", get_sk_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_sk_map_conversion), + ("get", get_sk_map_get), + ("set_md", get_sk_map_set_md), + ("set", get_sk_map_set), + ("conversion_md", get_sk_map_conversion_md), + ], + } } /// Language ID: sl; @@ -11304,26 +14565,41 @@ pub(super) const fn get_sk_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sl_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Datoteka ni veljavna oblika `json 1.0`, ki poskuša razčleniti kot `json5` ..."##), - ("not-included", r##"Ta binarni ** ne vključuje ** funkcionalnosti pretvorbe za ustrezno obliko. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Datoteka ni veljavna oblika `json 1.0`, ki poskuša razčleniti kot `json5` ..."##, + ), + ( + "not-included", + r##"Ta binarni ** ne vključuje ** funkcionalnosti pretvorbe za ustrezno obliko. Ustrezno funkcijo morate omogočiti v svojem `tovoru.Toml` in prekucljati. -Če ta programska oprema ne vključuje ustrezne funkcionalnosti, pošljite težavo."##), - ("currently-supported", r##"Trenutno podprti seznam formati:"##), - ("unsupported", r##"Pretvorba nepodprte oblike"##), - ("auto-detection-failed", r##"ni uspelo samodejno zaznati oblike.Prosimo, navedite ročno."##), - ("not-support-deser-sexp", r##"** še ni podprta **: pretvorba iz `lisp s-expression" v `drugi formati`"##), - ("unknown-fmt", r##"Neznana oblika datoteke"##), - ("not-saved", r##"Naslednja vsebina ** ne bo ** shranjena, ker `--save` ni bilo poklicano."##), - ("dst", r##"pot ciljne datoteke"##), - ("conv-error", r##"Napaka pretvorbe"##), - ], -} +Če ta programska oprema ne vključuje ustrezne funkcionalnosti, pošljite težavo."##, + ), + ( + "currently-supported", + r##"Trenutno podprti seznam formati:"##, + ), + ("unsupported", r##"Pretvorba nepodprte oblike"##), + ( + "auto-detection-failed", + r##"ni uspelo samodejno zaznati oblike.Prosimo, navedite ročno."##, + ), + ( + "not-support-deser-sexp", + r##"** še ni podprta **: pretvorba iz `lisp s-expression" v `drugi formati`"##, + ), + ("unknown-fmt", r##"Neznana oblika datoteke"##), + ( + "not-saved", + r##"Naslednja vsebina ** ne bo ** shranjena, ker `--save` ni bilo poklicano."##, + ), + ("dst", r##"pot ciljne datoteke"##), + ("conv-error", r##"Napaka pretvorbe"##), + ], + } } /// Language ID: sl; @@ -11331,26 +14607,53 @@ Ustrezno funkcijo morate omogočiti v svojem `tovoru.Toml` in prekucljati. /// Description: slovenščina, latinica, Slovenija; pub(super) const fn get_sl_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Datoteka ni veljavna oblika `json 1.0`, ki poskuša razčleniti kot `json5` ..."##), - ("not-included", r##"Ta binarni ** ne vključuje ** funkcionalnosti pretvorbe za ustrezno obliko. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Datoteka ni veljavna oblika `json 1.0`, ki poskuša razčleniti kot `json5` ..."##, + ), + ( + "not-included", + r##"Ta binarni ** ne vključuje ** funkcionalnosti pretvorbe za ustrezno obliko. Ustrezno funkcijo morate omogočiti v svojem `tovoru.Toml` in prekucljati. -Če ta programska oprema ne vključuje ustrezne funkcionalnosti, pošljite težavo."##), - ("currently-supported", r##"Trenutno podprti seznam formati:"##), - ("unsupported", r##"Pretvorba nepodprte oblike"##), - ("auto-detection-failed", r##"ni uspelo samodejno zaznati oblike.Prosimo, navedite ročno."##), - ("not-support-deser-sexp", r##"** še ni podprta **: pretvorba iz `lisp s-expression" v `drugi formati`"##), - ("unknown-fmt", r##"Neznana oblika datoteke"##), - ("not-saved", r##"Naslednja vsebina ** ne bo ** shranjena, ker `--save` ni bilo poklicano."##), - ("dst", r##"pot ciljne datoteke"##), - ("conv-error", r##"Napaka pretvorbe"##), - ], -} +Če ta programska oprema ne vključuje ustrezne funkcionalnosti, pošljite težavo."##, + ), + ( + "currently-supported", + r##"Trenutno podprti seznam formati:"##, + ), + ( + "unsupported", + r##"Pretvorba nepodprte oblike"##, + ), + ( + "auto-detection-failed", + r##"ni uspelo samodejno zaznati oblike.Prosimo, navedite ročno."##, + ), + ( + "not-support-deser-sexp", + r##"** še ni podprta **: pretvorba iz `lisp s-expression" v `drugi formati`"##, + ), + ( + "unknown-fmt", + r##"Neznana oblika datoteke"##, + ), + ( + "not-saved", + r##"Naslednja vsebina ** ne bo ** shranjena, ker `--save` ni bilo poklicano."##, + ), + ( + "dst", + r##"pot ciljne datoteke"##, + ), + ( + "conv-error", + r##"Napaka pretvorbe"##, + ), + ], + } } /// Language ID: sl; @@ -11366,16 +14669,17 @@ pub(super) const fn get_sl_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_sl_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Spremenjena vsebina ** ne bo ** shranjena, ker `--sv` ni bil poklican."##), - ("new-value", r##"nova vrednost"##), - ("invalid-path", r##"Neveljavna pot datoteke."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Spremenjena vsebina ** ne bo ** shranjena, ker `--sv` ni bil poklican."##, + ), + ("new-value", r##"nova vrednost"##), + ("invalid-path", r##"Neveljavna pot datoteke."##), + ], + } } /// Language ID: sl; @@ -11383,16 +14687,23 @@ pub(super) const fn get_sl_map_set() -> L10nMap { /// Description: slovenščina, latinica, Slovenija; pub(super) const fn get_sl_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Spremenjena vsebina ** ne bo ** shranjena, ker `--sv` ni bil poklican."##), - ("new-value", r##"nova vrednost"##), - ("invalid-path", r##"Neveljavna pot datoteke."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Spremenjena vsebina ** ne bo ** shranjena, ker `--sv` ni bil poklican."##, + ), + ( + "new-value", + r##"nova vrednost"##, + ), + ( + "invalid-path", + r##"Neveljavna pot datoteke."##, + ), + ], + } } /// Language ID: sl; @@ -11408,32 +14719,28 @@ pub(super) const fn get_sl_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_sl_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Ciljni format"##), - ("src-fmt", r##"Oblika izvorne datoteke"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Ciljni format"##), + ("src-fmt", r##"Oblika izvorne datoteke"##), + ], + } } /// sl: slovenščina, latinica, Slovenija pub(super) const fn get_sl_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_sl_map_conversion), - ("get", get_sl_map_get), - ("set_md", get_sl_map_set_md), - ("set", get_sl_map_set), - ("conversion_md", get_sl_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_sl_map_conversion), + ("get", get_sl_map_get), + ("set_md", get_sl_map_set_md), + ("set", get_sl_map_set), + ("conversion_md", get_sl_map_conversion_md), + ], + } } /// Language ID: sm; @@ -11448,48 +14755,78 @@ pub(super) const fn get_sl_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sm_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 3), - (2, 0), - ], - entries: &[ - ("conv-error", r##"Suiga sese"##), - ("not-support-deser-sexp", r##"** E le lagolagoina A **: Liliu mai le `O Lisp S-Exp` of` o isi ituaiga o"##), - ("dst", r##"Nofoaga faila faila"##), - ("unsupported", r##"le lagolagoina o le suiga"##), - ("auto-detection-failed", r##"Ua le mafai ona otometi iloa le foliga.Faʻamolemole faʻamanino le lima."##), - ("currently-supported", r##"O loʻo lagolagoina nei pepa faʻavae:"##), - ("not-included", r##"O lenei binary ** e le aofia ai ** o le tagata faʻatau galuega mo le talafeagai lelei. + key: 12913932095322966823, + disps: &[(0, 3), (2, 0)], + entries: &[ + ("conv-error", r##"Suiga sese"##), + ( + "not-support-deser-sexp", + r##"** E le lagolagoina A **: Liliu mai le `O Lisp S-Exp` of` o isi ituaiga o"##, + ), + ("dst", r##"Nofoaga faila faila"##), + ("unsupported", r##"le lagolagoina o le suiga"##), + ( + "auto-detection-failed", + r##"Ua le mafai ona otometi iloa le foliga.Faʻamolemole faʻamanino le lima."##, + ), + ( + "currently-supported", + r##"O loʻo lagolagoina nei pepa faʻavae:"##, + ), + ( + "not-included", + r##"O lenei binary ** e le aofia ai ** o le tagata faʻatau galuega mo le talafeagai lelei. E manaʻomia ona e faʻatagaina le mea talafeagai i lau `` Cargo.toml `reco -Afai e le aofia ai le polokalama lea e fesoʻotaʻi ma le talafeagai, faʻamolemole aumai se mataupu."##), - ("unknown-fmt", r##"le le iloa faila faila"##), - ], -} +Afai e le aofia ai le polokalama lea e fesoʻotaʻi ma le talafeagai, faʻamolemole aumai se mataupu."##, + ), + ("unknown-fmt", r##"le le iloa faila faila"##), + ], + } } /// Language ID: sm; /// Map name: "conversion_md"; pub(super) const fn get_sm_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 3), - (2, 0), - ], - entries: &[ - ("conv-error", r##"Suiga sese"##), - ("not-support-deser-sexp", r##"** E le lagolagoina A **: Liliu mai le `O Lisp S-Exp` of` o isi ituaiga o"##), - ("dst", r##"Nofoaga faila faila"##), - ("unsupported", r##"le lagolagoina o le suiga"##), - ("auto-detection-failed", r##"Ua le mafai ona otometi iloa le foliga.Faʻamolemole faʻamanino le lima."##), - ("currently-supported", r##"O loʻo lagolagoina nei pepa faʻavae:"##), - ("not-included", r##"O lenei binary ** e le aofia ai ** o le tagata faʻatau galuega mo le talafeagai lelei. + key: 12913932095322966823, + disps: &[(0, 3), (2, 0)], + entries: &[ + ( + "conv-error", + r##"Suiga sese"##, + ), + ( + "not-support-deser-sexp", + r##"** E le lagolagoina A **: Liliu mai le `O Lisp S-Exp` of` o isi ituaiga o"##, + ), + ( + "dst", + r##"Nofoaga faila faila"##, + ), + ( + "unsupported", + r##"le lagolagoina o le suiga"##, + ), + ( + "auto-detection-failed", + r##"Ua le mafai ona otometi iloa le foliga.Faʻamolemole faʻamanino le lima."##, + ), + ( + "currently-supported", + r##"O loʻo lagolagoina nei pepa faʻavae:"##, + ), + ( + "not-included", + r##"O lenei binary ** e le aofia ai ** o le tagata faʻatau galuega mo le talafeagai lelei. E manaʻomia ona e faʻatagaina le mea talafeagai i lau `` Cargo.toml `reco -Afai e le aofia ai le polokalama lea e fesoʻotaʻi ma le talafeagai, faʻamolemole aumai se mataupu."##), - ("unknown-fmt", r##"le le iloa faila faila"##), - ], -} +Afai e le aofia ai le polokalama lea e fesoʻotaʻi ma le talafeagai, faʻamolemole aumai se mataupu."##, + ), + ( + "unknown-fmt", + r##"le le iloa faila faila"##, + ), + ], + } } /// Language ID: sm; @@ -11504,32 +14841,40 @@ pub(super) const fn get_sm_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_sm_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"o le toe faʻaleleia o mea ** o le a leai **"##), - ("new-value", r##"Taua fou"##), - ("invalid-path", r##"le aoga faila o le faila."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"o le toe faʻaleleia o mea ** o le a leai **"##, + ), + ("new-value", r##"Taua fou"##), + ("invalid-path", r##"le aoga faila o le faila."##), + ], + } } /// Language ID: sm; /// Map name: "set_md"; pub(super) const fn get_sm_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"o le toe faʻaleleia o mea ** o le a leai **"##), - ("new-value", r##"Taua fou"##), - ("invalid-path", r##"le aoga faila o le faila."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"o le toe faʻaleleia o mea ** o le a leai **"##, + ), + ( + "new-value", + r##"Taua fou"##, + ), + ( + "invalid-path", + r##"le aoga faila o le faila."##, + ), + ], + } } /// Language ID: sm; @@ -11544,32 +14889,28 @@ pub(super) const fn get_sm_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_sm_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Nofoaga Taunuuga"##), - ("src-fmt", r##"Punaoa faila faila"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Nofoaga Taunuuga"##), + ("src-fmt", r##"Punaoa faila faila"##), + ], + } } /// sm: sm-Latn-WS pub(super) const fn get_sm_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_sm_map_conversion), - ("get", get_sm_map_get), - ("set_md", get_sm_map_set_md), - ("set", get_sm_map_set), - ("conversion_md", get_sm_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_sm_map_conversion), + ("get", get_sm_map_get), + ("set_md", get_sm_map_set_md), + ("set", get_sm_map_set), + ("conversion_md", get_sm_map_conversion_md), + ], + } } /// Language ID: sn; @@ -11585,25 +14926,37 @@ pub(super) const fn get_sm_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sn_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"* isingatsigirwe parizvino **: Kushandurwa kubva ku `lisp S-Expression` kune mamwe mafomati`"##), - ("unknown-fmt", r##"isingazivikanwe faira fomati"##), - ("currently-supported", r##"parizvino inotsigirwa fomu rondedzero:"##), - ("auto-detection-failed", r##"Yakundikana kuti uzivewo chimiro.Ndokumbira utaure nemaoko."##), - ("not-included", r##"Iyi binary ** haina kusanganisira iyo yekushandura mashandiro emhando yakakodzera. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"* isingatsigirwe parizvino **: Kushandurwa kubva ku `lisp S-Expression` kune mamwe mafomati`"##, + ), + ("unknown-fmt", r##"isingazivikanwe faira fomati"##), + ( + "currently-supported", + r##"parizvino inotsigirwa fomu rondedzero:"##, + ), + ( + "auto-detection-failed", + r##"Yakundikana kuti uzivewo chimiro.Ndokumbira utaure nemaoko."##, + ), + ( + "not-included", + r##"Iyi binary ** haina kusanganisira iyo yekushandura mashandiro emhando yakakodzera. Iwe unofanirwa kugonesa chinhu chakakodzera mune yako `cargo.Toml` uye kudzoreredza. -Kana software iyi isingasanganisiri zvinowirirana kushanda, ndapota tumira nyaya."##), - ("conv-error", r##"Kukanganisa Kukanganisa"##), - ("dst", r##"nzira yekuenda faira"##), - ("unsupported", r##"Isingatauriki Fomati Kutendeuka"##), - ("invalid-json1.0", r##"faira haisi yechokwadi `json 1.0` fomati, kuyedza parse se `json5` ..."##), - ], -} +Kana software iyi isingasanganisiri zvinowirirana kushanda, ndapota tumira nyaya."##, + ), + ("conv-error", r##"Kukanganisa Kukanganisa"##), + ("dst", r##"nzira yekuenda faira"##), + ("unsupported", r##"Isingatauriki Fomati Kutendeuka"##), + ( + "invalid-json1.0", + r##"faira haisi yechokwadi `json 1.0` fomati, kuyedza parse se `json5` ..."##, + ), + ], + } } /// Language ID: sn; @@ -11611,25 +14964,49 @@ Kana software iyi isingasanganisiri zvinowirirana kushanda, ndapota tumira nyaya /// Description: chiShona, Latn, Zimbabwe; pub(super) const fn get_sn_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"* isingatsigirwe parizvino **: Kushandurwa kubva ku `lisp S-Expression` kune mamwe mafomati`"##), - ("unknown-fmt", r##"isingazivikanwe faira fomati"##), - ("currently-supported", r##"parizvino inotsigirwa fomu rondedzero:"##), - ("auto-detection-failed", r##"Yakundikana kuti uzivewo chimiro.Ndokumbira utaure nemaoko."##), - ("not-included", r##"Iyi binary ** haina kusanganisira iyo yekushandura mashandiro emhando yakakodzera. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"* isingatsigirwe parizvino **: Kushandurwa kubva ku `lisp S-Expression` kune mamwe mafomati`"##, + ), + ( + "unknown-fmt", + r##"isingazivikanwe faira fomati"##, + ), + ( + "currently-supported", + r##"parizvino inotsigirwa fomu rondedzero:"##, + ), + ( + "auto-detection-failed", + r##"Yakundikana kuti uzivewo chimiro.Ndokumbira utaure nemaoko."##, + ), + ( + "not-included", + r##"Iyi binary ** haina kusanganisira iyo yekushandura mashandiro emhando yakakodzera. Iwe unofanirwa kugonesa chinhu chakakodzera mune yako `cargo.Toml` uye kudzoreredza. -Kana software iyi isingasanganisiri zvinowirirana kushanda, ndapota tumira nyaya."##), - ("conv-error", r##"Kukanganisa Kukanganisa"##), - ("dst", r##"nzira yekuenda faira"##), - ("unsupported", r##"Isingatauriki Fomati Kutendeuka"##), - ("invalid-json1.0", r##"faira haisi yechokwadi `json 1.0` fomati, kuyedza parse se `json5` ..."##), - ], -} +Kana software iyi isingasanganisiri zvinowirirana kushanda, ndapota tumira nyaya."##, + ), + ( + "conv-error", + r##"Kukanganisa Kukanganisa"##, + ), + ( + "dst", + r##"nzira yekuenda faira"##, + ), + ( + "unsupported", + r##"Isingatauriki Fomati Kutendeuka"##, + ), + ( + "invalid-json1.0", + r##"faira haisi yechokwadi `json 1.0` fomati, kuyedza parse se `json5` ..."##, + ), + ], + } } /// Language ID: sn; @@ -11645,16 +15022,14 @@ pub(super) const fn get_sn_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_sn_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Zvinyorwa zvakagadziridzwa"##), - ("new-value", r##"New Kukosha"##), - ("invalid-path", r##"Isingabvumirwe Faira nzira."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ("unsave-warn", r##"Zvinyorwa zvakagadziridzwa"##), + ("new-value", r##"New Kukosha"##), + ("invalid-path", r##"Isingabvumirwe Faira nzira."##), + ], + } } /// Language ID: sn; @@ -11662,16 +15037,23 @@ pub(super) const fn get_sn_map_set() -> L10nMap { /// Description: chiShona, Latn, Zimbabwe; pub(super) const fn get_sn_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Zvinyorwa zvakagadziridzwa"##), - ("new-value", r##"New Kukosha"##), - ("invalid-path", r##"Isingabvumirwe Faira nzira."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Zvinyorwa zvakagadziridzwa"##, + ), + ( + "new-value", + r##"New Kukosha"##, + ), + ( + "invalid-path", + r##"Isingabvumirwe Faira nzira."##, + ), + ], + } } /// Language ID: sn; @@ -11687,32 +15069,28 @@ pub(super) const fn get_sn_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_sn_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Kuenda kuFomments"##), - ("src-fmt", r##"Tsime faira fomati"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Kuenda kuFomments"##), + ("src-fmt", r##"Tsime faira fomati"##), + ], + } } /// sn: chiShona, Latn, Zimbabwe pub(super) const fn get_sn_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_sn_map_conversion), - ("get", get_sn_map_get), - ("set_md", get_sn_map_set_md), - ("set", get_sn_map_set), - ("conversion_md", get_sn_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_sn_map_conversion), + ("get", get_sn_map_get), + ("set_md", get_sn_map_set_md), + ("set", get_sn_map_set), + ("conversion_md", get_sn_map_conversion_md), + ], + } } /// Language ID: so; @@ -11728,25 +15106,40 @@ pub(super) const fn get_sn_map() -> SubLocaleMap { /// ``` pub(super) const fn get_so_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-saved", r##"Waxyaabaha soo socda ee soo socda ** Ma badbaadin doono sababtoo ah `--save` weli lama wicin."##), - ("unknown-fmt", r##"Qaabka feylasha aan la aqoon"##), - ("currently-supported", r##"Hadda la taageeray liiska qaabab qaabab:"##), - ("auto-detection-failed", r##"Ku guuldareystay in si otomaatig ah loo ogaado qaabka.Fadlan gacanta ku sheeg."##), - ("not-included", r##"Binary-gu ** kuma jiraan ** waxqabadka beddelka ee qaabka ay khusayso. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-saved", + r##"Waxyaabaha soo socda ee soo socda ** Ma badbaadin doono sababtoo ah `--save` weli lama wicin."##, + ), + ("unknown-fmt", r##"Qaabka feylasha aan la aqoon"##), + ( + "currently-supported", + r##"Hadda la taageeray liiska qaabab qaabab:"##, + ), + ( + "auto-detection-failed", + r##"Ku guuldareystay in si otomaatig ah loo ogaado qaabka.Fadlan gacanta ku sheeg."##, + ), + ( + "not-included", + r##"Binary-gu ** kuma jiraan ** waxqabadka beddelka ee qaabka ay khusayso. Waxaad u baahan tahay inaad awood u yeelatid muuqaalka ku habboon 'xamuul' -Haddii software-kan uusan ku darin waxqabadka u dhigma, fadlan soo gudbi arin."##), - ("conv-error", r##"Khaladka is-beddelka"##), - ("dst", r##"Jidka faylka loo aado"##), - ("unsupported", r##"Samee loo beddelo qaab aan la taageerin"##), - ("invalid-json1.0", r##"Faylku ma aha mid ansax ah `JSON 1.0` qaabka, isku dayga inuu yahay sida `JSON5` ..."##), - ], -} +Haddii software-kan uusan ku darin waxqabadka u dhigma, fadlan soo gudbi arin."##, + ), + ("conv-error", r##"Khaladka is-beddelka"##), + ("dst", r##"Jidka faylka loo aado"##), + ( + "unsupported", + r##"Samee loo beddelo qaab aan la taageerin"##, + ), + ( + "invalid-json1.0", + r##"Faylku ma aha mid ansax ah `JSON 1.0` qaabka, isku dayga inuu yahay sida `JSON5` ..."##, + ), + ], + } } /// Language ID: so; @@ -11754,25 +15147,49 @@ Haddii software-kan uusan ku darin waxqabadka u dhigma, fadlan soo gudbi arin."# /// Description: Soomaali, Laatiin, Soomaaliya; pub(super) const fn get_so_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-saved", r##"Waxyaabaha soo socda ee soo socda ** Ma badbaadin doono sababtoo ah `--save` weli lama wicin."##), - ("unknown-fmt", r##"Qaabka feylasha aan la aqoon"##), - ("currently-supported", r##"Hadda la taageeray liiska qaabab qaabab:"##), - ("auto-detection-failed", r##"Ku guuldareystay in si otomaatig ah loo ogaado qaabka.Fadlan gacanta ku sheeg."##), - ("not-included", r##"Binary-gu ** kuma jiraan ** waxqabadka beddelka ee qaabka ay khusayso. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-saved", + r##"Waxyaabaha soo socda ee soo socda ** Ma badbaadin doono sababtoo ah `--save` weli lama wicin."##, + ), + ( + "unknown-fmt", + r##"Qaabka feylasha aan la aqoon"##, + ), + ( + "currently-supported", + r##"Hadda la taageeray liiska qaabab qaabab:"##, + ), + ( + "auto-detection-failed", + r##"Ku guuldareystay in si otomaatig ah loo ogaado qaabka.Fadlan gacanta ku sheeg."##, + ), + ( + "not-included", + r##"Binary-gu ** kuma jiraan ** waxqabadka beddelka ee qaabka ay khusayso. Waxaad u baahan tahay inaad awood u yeelatid muuqaalka ku habboon 'xamuul' -Haddii software-kan uusan ku darin waxqabadka u dhigma, fadlan soo gudbi arin."##), - ("conv-error", r##"Khaladka is-beddelka"##), - ("dst", r##"Jidka faylka loo aado"##), - ("unsupported", r##"Samee loo beddelo qaab aan la taageerin"##), - ("invalid-json1.0", r##"Faylku ma aha mid ansax ah `JSON 1.0` qaabka, isku dayga inuu yahay sida `JSON5` ..."##), - ], -} +Haddii software-kan uusan ku darin waxqabadka u dhigma, fadlan soo gudbi arin."##, + ), + ( + "conv-error", + r##"Khaladka is-beddelka"##, + ), + ( + "dst", + r##"Jidka faylka loo aado"##, + ), + ( + "unsupported", + r##"Samee loo beddelo qaab aan la taageerin"##, + ), + ( + "invalid-json1.0", + r##"Faylku ma aha mid ansax ah `JSON 1.0` qaabka, isku dayga inuu yahay sida `JSON5` ..."##, + ), + ], + } } /// Language ID: so; @@ -11788,16 +15205,17 @@ pub(super) const fn get_so_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_so_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Waxyaabaha wax laga beddelay **Ma badbaadin** doono maxaa yeelay `--sv` lama wicin."##), - ("new-value", r##"Qiimo cusub"##), - ("invalid-path", r##"Jid aan sax ahayn."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Waxyaabaha wax laga beddelay **Ma badbaadin** doono maxaa yeelay `--sv` lama wicin."##, + ), + ("new-value", r##"Qiimo cusub"##), + ("invalid-path", r##"Jid aan sax ahayn."##), + ], + } } /// Language ID: so; @@ -11805,16 +15223,23 @@ pub(super) const fn get_so_map_set() -> L10nMap { /// Description: Soomaali, Laatiin, Soomaaliya; pub(super) const fn get_so_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Waxyaabaha wax laga beddelay **Ma badbaadin** doono maxaa yeelay `--sv` lama wicin."##), - ("new-value", r##"Qiimo cusub"##), - ("invalid-path", r##"Jid aan sax ahayn."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Waxyaabaha wax laga beddelay **Ma badbaadin** doono maxaa yeelay `--sv` lama wicin."##, + ), + ( + "new-value", + r##"Qiimo cusub"##, + ), + ( + "invalid-path", + r##"Jid aan sax ahayn."##, + ), + ], + } } /// Language ID: so; @@ -11830,32 +15255,28 @@ pub(super) const fn get_so_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_so_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Qaabka loo socdo"##), - ("src-fmt", r##"Qaabka faylka ee isha"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Qaabka loo socdo"##), + ("src-fmt", r##"Qaabka faylka ee isha"##), + ], + } } /// so: Soomaali, Laatiin, Soomaaliya pub(super) const fn get_so_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_so_map_conversion), - ("get", get_so_map_get), - ("set_md", get_so_map_set_md), - ("set", get_so_map_set), - ("conversion_md", get_so_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_so_map_conversion), + ("get", get_so_map_get), + ("set_md", get_so_map_set_md), + ("set", get_so_map_set), + ("conversion_md", get_so_map_conversion_md), + ], + } } /// Language ID: sq; @@ -11871,26 +15292,41 @@ pub(super) const fn get_so_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sq_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Skedari nuk është një format i vlefshëm `JSON 1.0`, duke u përpjekur të analizojë si `JSON5` ..."##), - ("not-included", r##"Ky binar ** nuk përfshin ** funksionalitetin e konvertimit për formatin përkatës. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Skedari nuk është një format i vlefshëm `JSON 1.0`, duke u përpjekur të analizojë si `JSON5` ..."##, + ), + ( + "not-included", + r##"Ky binar ** nuk përfshin ** funksionalitetin e konvertimit për formatin përkatës. Ju duhet të aktivizoni veçorinë përkatëse në `Cargo.Toml` tuaj dhe të rikompiloni. -Nëse ky softuer nuk përfshin funksionalitetin përkatës, ju lutemi paraqisni një çështje."##), - ("currently-supported", r##"Lista e formateve të mbështetur aktualisht:"##), - ("unsupported", r##"Konvertimi i formatit të pambështetur"##), - ("auto-detection-failed", r##"Nuk arriti të zbulojë automatikisht formatin.Ju lutemi specifikoni manualisht."##), - ("not-support-deser-sexp", r##"** Nuk është mbështetur akoma **: Konvertimi nga `lisp s-shprehje` në` formate të tjera '"##), - ("unknown-fmt", r##"Formati i panjohur i skedarit"##), - ("not-saved", r##"përmbajtja e mëposhtme ** nuk do të ruhet sepse `--save` nuk u thirr."##), - ("dst", r##"Rruga e skedarit të destinacionit"##), - ("conv-error", r##"Gabim i Konvertimit"##), - ], -} +Nëse ky softuer nuk përfshin funksionalitetin përkatës, ju lutemi paraqisni një çështje."##, + ), + ( + "currently-supported", + r##"Lista e formateve të mbështetur aktualisht:"##, + ), + ("unsupported", r##"Konvertimi i formatit të pambështetur"##), + ( + "auto-detection-failed", + r##"Nuk arriti të zbulojë automatikisht formatin.Ju lutemi specifikoni manualisht."##, + ), + ( + "not-support-deser-sexp", + r##"** Nuk është mbështetur akoma **: Konvertimi nga `lisp s-shprehje` në` formate të tjera '"##, + ), + ("unknown-fmt", r##"Formati i panjohur i skedarit"##), + ( + "not-saved", + r##"përmbajtja e mëposhtme ** nuk do të ruhet sepse `--save` nuk u thirr."##, + ), + ("dst", r##"Rruga e skedarit të destinacionit"##), + ("conv-error", r##"Gabim i Konvertimit"##), + ], + } } /// Language ID: sq; @@ -11898,26 +15334,53 @@ Nëse ky softuer nuk përfshin funksionalitetin përkatës, ju lutemi paraqisni /// Description: shqip, latin, Shqipëri; pub(super) const fn get_sq_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Skedari nuk është një format i vlefshëm `JSON 1.0`, duke u përpjekur të analizojë si `JSON5` ..."##), - ("not-included", r##"Ky binar ** nuk përfshin ** funksionalitetin e konvertimit për formatin përkatës. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Skedari nuk është një format i vlefshëm `JSON 1.0`, duke u përpjekur të analizojë si `JSON5` ..."##, + ), + ( + "not-included", + r##"Ky binar ** nuk përfshin ** funksionalitetin e konvertimit për formatin përkatës. Ju duhet të aktivizoni veçorinë përkatëse në `Cargo.Toml` tuaj dhe të rikompiloni. -Nëse ky softuer nuk përfshin funksionalitetin përkatës, ju lutemi paraqisni një çështje."##), - ("currently-supported", r##"Lista e formateve të mbështetur aktualisht:"##), - ("unsupported", r##"Konvertimi i formatit të pambështetur"##), - ("auto-detection-failed", r##"Nuk arriti të zbulojë automatikisht formatin.Ju lutemi specifikoni manualisht."##), - ("not-support-deser-sexp", r##"** Nuk është mbështetur akoma **: Konvertimi nga `lisp s-shprehje` në` formate të tjera '"##), - ("unknown-fmt", r##"Formati i panjohur i skedarit"##), - ("not-saved", r##"përmbajtja e mëposhtme ** nuk do të ruhet sepse `--save` nuk u thirr."##), - ("dst", r##"Rruga e skedarit të destinacionit"##), - ("conv-error", r##"Gabim i Konvertimit"##), - ], -} +Nëse ky softuer nuk përfshin funksionalitetin përkatës, ju lutemi paraqisni një çështje."##, + ), + ( + "currently-supported", + r##"Lista e formateve të mbështetur aktualisht:"##, + ), + ( + "unsupported", + r##"Konvertimi i formatit të pambështetur"##, + ), + ( + "auto-detection-failed", + r##"Nuk arriti të zbulojë automatikisht formatin.Ju lutemi specifikoni manualisht."##, + ), + ( + "not-support-deser-sexp", + r##"** Nuk është mbështetur akoma **: Konvertimi nga `lisp s-shprehje` në` formate të tjera '"##, + ), + ( + "unknown-fmt", + r##"Formati i panjohur i skedarit"##, + ), + ( + "not-saved", + r##"përmbajtja e mëposhtme ** nuk do të ruhet sepse `--save` nuk u thirr."##, + ), + ( + "dst", + r##"Rruga e skedarit të destinacionit"##, + ), + ( + "conv-error", + r##"Gabim i Konvertimit"##, + ), + ], + } } /// Language ID: sq; @@ -11933,16 +15396,17 @@ pub(super) const fn get_sq_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_sq_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Përmbajtja e modifikuar ** nuk do të ruhet sepse `--sv` nuk u thirr."##), - ("new-value", r##"Vlera e Re"##), - ("invalid-path", r##"Rruga e pavlefshme e skedarit."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Përmbajtja e modifikuar ** nuk do të ruhet sepse `--sv` nuk u thirr."##, + ), + ("new-value", r##"Vlera e Re"##), + ("invalid-path", r##"Rruga e pavlefshme e skedarit."##), + ], + } } /// Language ID: sq; @@ -11950,16 +15414,23 @@ pub(super) const fn get_sq_map_set() -> L10nMap { /// Description: shqip, latin, Shqipëri; pub(super) const fn get_sq_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Përmbajtja e modifikuar ** nuk do të ruhet sepse `--sv` nuk u thirr."##), - ("new-value", r##"Vlera e Re"##), - ("invalid-path", r##"Rruga e pavlefshme e skedarit."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Përmbajtja e modifikuar ** nuk do të ruhet sepse `--sv` nuk u thirr."##, + ), + ( + "new-value", + r##"Vlera e Re"##, + ), + ( + "invalid-path", + r##"Rruga e pavlefshme e skedarit."##, + ), + ], + } } /// Language ID: sq; @@ -11975,32 +15446,28 @@ pub(super) const fn get_sq_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_sq_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format i destinacionit"##), - ("src-fmt", r##"Format i skedarit burimor"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format i destinacionit"##), + ("src-fmt", r##"Format i skedarit burimor"##), + ], + } } /// sq: shqip, latin, Shqipëri pub(super) const fn get_sq_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_sq_map_conversion), - ("get", get_sq_map_get), - ("set_md", get_sq_map_set_md), - ("set", get_sq_map_set), - ("conversion_md", get_sq_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_sq_map_conversion), + ("get", get_sq_map_get), + ("set_md", get_sq_map_set_md), + ("set", get_sq_map_set), + ("conversion_md", get_sq_map_conversion_md), + ], + } } /// Language ID: sr; @@ -12016,26 +15483,41 @@ pub(super) const fn get_sq_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sr_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Датотека није валидна формата `Јсон 1.0`, покушавајући да анализира као` ЈСОН5` ..."##), - ("not-included", r##"Овај бинарни ** не укључује ** функционалност конверзије за одговарајући формат. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Датотека није валидна формата `Јсон 1.0`, покушавајући да анализира као` ЈСОН5` ..."##, + ), + ( + "not-included", + r##"Овај бинарни ** не укључује ** функционалност конверзије за одговарајући формат. Морате да омогућите релевантну карактеристику у вашем `Царго.Томл` и поновној композицији. -Ако овај софтвер не укључује одговарајућу функционалност, молимо да поднесете проблем."##), - ("currently-supported", r##"Тренутно подржана листа формата:"##), - ("unsupported", r##"Неподржани формат формат"##), - ("auto-detection-failed", r##"Није успело аутоматски открити формат.Молимо наведите ручно."##), - ("not-support-deser-sexp", r##"** Још није подржана **: Претварање из `ЛИСП С-експресије` у` остале формате`"##), - ("unknown-fmt", r##"Непознати формат датотеке"##), - ("not-saved", r##"Следећи садржај ** неће ** бити сачуван јер `--save` није звао."##), - ("dst", r##"Стаза одредишта одредишта"##), - ("conv-error", r##"Грешка у конверзији"##), - ], -} +Ако овај софтвер не укључује одговарајућу функционалност, молимо да поднесете проблем."##, + ), + ( + "currently-supported", + r##"Тренутно подржана листа формата:"##, + ), + ("unsupported", r##"Неподржани формат формат"##), + ( + "auto-detection-failed", + r##"Није успело аутоматски открити формат.Молимо наведите ручно."##, + ), + ( + "not-support-deser-sexp", + r##"** Још није подржана **: Претварање из `ЛИСП С-експресије` у` остале формате`"##, + ), + ("unknown-fmt", r##"Непознати формат датотеке"##), + ( + "not-saved", + r##"Следећи садржај ** неће ** бити сачуван јер `--save` није звао."##, + ), + ("dst", r##"Стаза одредишта одредишта"##), + ("conv-error", r##"Грешка у конверзији"##), + ], + } } /// Language ID: sr; @@ -12043,26 +15525,53 @@ pub(super) const fn get_sr_map_conversion() -> L10nMap { /// Description: српски, ћирилица, Србија; pub(super) const fn get_sr_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Датотека није валидна формата `Јсон 1.0`, покушавајући да анализира као` ЈСОН5` ..."##), - ("not-included", r##"Овај бинарни ** не укључује ** функционалност конверзије за одговарајући формат. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Датотека није валидна формата `Јсон 1.0`, покушавајући да анализира као` ЈСОН5` ..."##, + ), + ( + "not-included", + r##"Овај бинарни ** не укључује ** функционалност конверзије за одговарајући формат. Морате да омогућите релевантну карактеристику у вашем `Царго.Томл` и поновној композицији. -Ако овај софтвер не укључује одговарајућу функционалност, молимо да поднесете проблем."##), - ("currently-supported", r##"Тренутно подржана листа формата:"##), - ("unsupported", r##"Неподржани формат формат"##), - ("auto-detection-failed", r##"Није успело аутоматски открити формат.Молимо наведите ручно."##), - ("not-support-deser-sexp", r##"** Још није подржана **: Претварање из `ЛИСП С-експресије` у` остале формате`"##), - ("unknown-fmt", r##"Непознати формат датотеке"##), - ("not-saved", r##"Следећи садржај ** неће ** бити сачуван јер `--save` није звао."##), - ("dst", r##"Стаза одредишта одредишта"##), - ("conv-error", r##"Грешка у конверзији"##), - ], -} +Ако овај софтвер не укључује одговарајућу функционалност, молимо да поднесете проблем."##, + ), + ( + "currently-supported", + r##"Тренутно подржана листа формата:"##, + ), + ( + "unsupported", + r##"Неподржани формат формат"##, + ), + ( + "auto-detection-failed", + r##"Није успело аутоматски открити формат.Молимо наведите ручно."##, + ), + ( + "not-support-deser-sexp", + r##"** Још није подржана **: Претварање из `ЛИСП С-експресије` у` остале формате`"##, + ), + ( + "unknown-fmt", + r##"Непознати формат датотеке"##, + ), + ( + "not-saved", + r##"Следећи садржај ** неће ** бити сачуван јер `--save` није звао."##, + ), + ( + "dst", + r##"Стаза одредишта одредишта"##, + ), + ( + "conv-error", + r##"Грешка у конверзији"##, + ), + ], + } } /// Language ID: sr; @@ -12078,16 +15587,17 @@ pub(super) const fn get_sr_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_sr_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Модификовани садржај ** неће се сачувати јер `-Св` није звао."##), - ("new-value", r##"Нова вредност"##), - ("invalid-path", r##"Неважећи пут датотека."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Модификовани садржај ** неће се сачувати јер `-Св` није звао."##, + ), + ("new-value", r##"Нова вредност"##), + ("invalid-path", r##"Неважећи пут датотека."##), + ], + } } /// Language ID: sr; @@ -12095,16 +15605,23 @@ pub(super) const fn get_sr_map_set() -> L10nMap { /// Description: српски, ћирилица, Србија; pub(super) const fn get_sr_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Модификовани садржај ** неће се сачувати јер `-Св` није звао."##), - ("new-value", r##"Нова вредност"##), - ("invalid-path", r##"Неважећи пут датотека."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Модификовани садржај ** неће се сачувати јер `-Св` није звао."##, + ), + ( + "new-value", + r##"Нова вредност"##, + ), + ( + "invalid-path", + r##"Неважећи пут датотека."##, + ), + ], + } } /// Language ID: sr; @@ -12120,32 +15637,28 @@ pub(super) const fn get_sr_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_sr_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Одредишни формат"##), - ("src-fmt", r##"Изворни формат датотеке"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Одредишни формат"##), + ("src-fmt", r##"Изворни формат датотеке"##), + ], + } } /// sr: српски, ћирилица, Србија pub(super) const fn get_sr_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_sr_map_conversion), - ("get", get_sr_map_get), - ("set_md", get_sr_map_set_md), - ("set", get_sr_map_set), - ("conversion_md", get_sr_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_sr_map_conversion), + ("get", get_sr_map_get), + ("set_md", get_sr_map_set_md), + ("set", get_sr_map_set), + ("conversion_md", get_sr_map_conversion_md), + ], + } } /// Language ID: st; @@ -12160,52 +15673,94 @@ pub(super) const fn get_sr_map() -> SubLocaleMap { /// ``` pub(super) const fn get_st_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Faele ha se sebopeho se sebetsang sa `Json 1."##), - ("not-included", r##"Binary ena ** ha e kenyeletse ** ts'ebetso ea phetoho bakeng sa sebopeho se amehang. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Faele ha se sebopeho se sebetsang sa `Json 1."##, + ), + ( + "not-included", + r##"Binary ena ** ha e kenyeletse ** ts'ebetso ea phetoho bakeng sa sebopeho se amehang. U hloka ho nolofalletsa karolo e loketseng ho `cego.toml` le hape. -Haeba software ena e sa kenyeletse ts'ebetso e lumellanang, ka kopo fana ka bothata."##), - ("currently-supported", r##"Hajoale lenane la lifoto tsa formats:"##), - ("unsupported", r##"Ho fetola sebopeho sa sebopeho sa"##), - ("auto-detection-failed", r##"E ile ea hloleha ho fumana sebopeho.Ka kopo bolela ka boomo."##), - ("not-support-deser-sexp", r##"** ha e tšehelitsoe empa ** ha e tšehelitsoe"##), - ("unknown-fmt", r##"Forama e sa tsejoeng"##), - ("not-saved", r##"Mathata a latelang ** a ke ke a pholoha hobane `--save` e ne e sa bitsoa."##), - ("dst", r##"Tsela ea faele ea faele"##), - ("conv-error", r##"Phoso ea ho soka"##), - ], -} +Haeba software ena e sa kenyeletse ts'ebetso e lumellanang, ka kopo fana ka bothata."##, + ), + ( + "currently-supported", + r##"Hajoale lenane la lifoto tsa formats:"##, + ), + ("unsupported", r##"Ho fetola sebopeho sa sebopeho sa"##), + ( + "auto-detection-failed", + r##"E ile ea hloleha ho fumana sebopeho.Ka kopo bolela ka boomo."##, + ), + ( + "not-support-deser-sexp", + r##"** ha e tšehelitsoe empa ** ha e tšehelitsoe"##, + ), + ("unknown-fmt", r##"Forama e sa tsejoeng"##), + ( + "not-saved", + r##"Mathata a latelang ** a ke ke a pholoha hobane `--save` e ne e sa bitsoa."##, + ), + ("dst", r##"Tsela ea faele ea faele"##), + ("conv-error", r##"Phoso ea ho soka"##), + ], + } } /// Language ID: st; /// Map name: "conversion_md"; pub(super) const fn get_st_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Faele ha se sebopeho se sebetsang sa `Json 1."##), - ("not-included", r##"Binary ena ** ha e kenyeletse ** ts'ebetso ea phetoho bakeng sa sebopeho se amehang. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Faele ha se sebopeho se sebetsang sa `Json 1."##, + ), + ( + "not-included", + r##"Binary ena ** ha e kenyeletse ** ts'ebetso ea phetoho bakeng sa sebopeho se amehang. U hloka ho nolofalletsa karolo e loketseng ho `cego.toml` le hape. -Haeba software ena e sa kenyeletse ts'ebetso e lumellanang, ka kopo fana ka bothata."##), - ("currently-supported", r##"Hajoale lenane la lifoto tsa formats:"##), - ("unsupported", r##"Ho fetola sebopeho sa sebopeho sa"##), - ("auto-detection-failed", r##"E ile ea hloleha ho fumana sebopeho.Ka kopo bolela ka boomo."##), - ("not-support-deser-sexp", r##"** ha e tšehelitsoe empa ** ha e tšehelitsoe"##), - ("unknown-fmt", r##"Forama e sa tsejoeng"##), - ("not-saved", r##"Mathata a latelang ** a ke ke a pholoha hobane `--save` e ne e sa bitsoa."##), - ("dst", r##"Tsela ea faele ea faele"##), - ("conv-error", r##"Phoso ea ho soka"##), - ], -} +Haeba software ena e sa kenyeletse ts'ebetso e lumellanang, ka kopo fana ka bothata."##, + ), + ( + "currently-supported", + r##"Hajoale lenane la lifoto tsa formats:"##, + ), + ( + "unsupported", + r##"Ho fetola sebopeho sa sebopeho sa"##, + ), + ( + "auto-detection-failed", + r##"E ile ea hloleha ho fumana sebopeho.Ka kopo bolela ka boomo."##, + ), + ( + "not-support-deser-sexp", + r##"** ha e tšehelitsoe empa ** ha e tšehelitsoe"##, + ), + ( + "unknown-fmt", + r##"Forama e sa tsejoeng"##, + ), + ( + "not-saved", + r##"Mathata a latelang ** a ke ke a pholoha hobane `--save` e ne e sa bitsoa."##, + ), + ( + "dst", + r##"Tsela ea faele ea faele"##, + ), + ( + "conv-error", + r##"Phoso ea ho soka"##, + ), + ], + } } /// Language ID: st; @@ -12220,32 +15775,40 @@ pub(super) const fn get_st_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_st_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Likahare tse fetotsoeng ** li ke ke tsa pholosoa hobane `--sv li ne li sa bitsoa."##), - ("new-value", r##"boleng bo bocha"##), - ("invalid-path", r##"Tsela ea faele e sa sebetseng."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Likahare tse fetotsoeng ** li ke ke tsa pholosoa hobane `--sv li ne li sa bitsoa."##, + ), + ("new-value", r##"boleng bo bocha"##), + ("invalid-path", r##"Tsela ea faele e sa sebetseng."##), + ], + } } /// Language ID: st; /// Map name: "set_md"; pub(super) const fn get_st_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Likahare tse fetotsoeng ** li ke ke tsa pholosoa hobane `--sv li ne li sa bitsoa."##), - ("new-value", r##"boleng bo bocha"##), - ("invalid-path", r##"Tsela ea faele e sa sebetseng."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Likahare tse fetotsoeng ** li ke ke tsa pholosoa hobane `--sv li ne li sa bitsoa."##, + ), + ( + "new-value", + r##"boleng bo bocha"##, + ), + ( + "invalid-path", + r##"Tsela ea faele e sa sebetseng."##, + ), + ], + } } /// Language ID: st; @@ -12260,32 +15823,28 @@ pub(super) const fn get_st_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_st_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Sebopeho sa ho ea"##), - ("src-fmt", r##"Sebopeho sa faele sa Mohloli"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Sebopeho sa ho ea"##), + ("src-fmt", r##"Sebopeho sa faele sa Mohloli"##), + ], + } } /// st: st-Latn-ZA pub(super) const fn get_st_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_st_map_conversion), - ("get", get_st_map_get), - ("set_md", get_st_map_set_md), - ("set", get_st_map_set), - ("conversion_md", get_st_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_st_map_conversion), + ("get", get_st_map_get), + ("set_md", get_st_map_set_md), + ("set", get_st_map_set), + ("conversion_md", get_st_map_conversion_md), + ], + } } /// Language ID: su; @@ -12301,23 +15860,29 @@ pub(super) const fn get_st_map() -> SubLocaleMap { /// ``` pub(super) const fn get_su_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (4, 5), - (4, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** moal dirojong **: Ngarobih tina `Inkputi S-Unprési"##), - ("unknown-fmt", r##"format file anu teu dipikanyaho"##), - ("not-included", r##"Binary ** moal kalebet ** Séktipsi konvensional pikeun format anu relevan. + key: 12913932095322966823, + disps: &[(4, 5), (4, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** moal dirojong **: Ngarobih tina `Inkputi S-Unprési"##, + ), + ("unknown-fmt", r##"format file anu teu dipikanyaho"##), + ( + "not-included", + r##"Binary ** moal kalebet ** Séktipsi konvensional pikeun format anu relevan. Anjeun kedah ngaktipkeun fitur anu relevan dina `kargo anjeun.Toml` sareng recomplile. -Upami perangkat lunak ieu henteu kalebet fungsionalitas anu pakait, punten ngalebetkeun masalah."##), - ("conv-error", r##"Kasalahan konvérsi"##), - ("unsupported", r##"konvérsi format"##), - ("auto-detection-failed", r##"Gagal sacara otomatis pikeun ngadeteksi format.Punten tulis sacara manual."##), - ("dst", r##"jalur file tujuan"##), - ], -} +Upami perangkat lunak ieu henteu kalebet fungsionalitas anu pakait, punten ngalebetkeun masalah."##, + ), + ("conv-error", r##"Kasalahan konvérsi"##), + ("unsupported", r##"konvérsi format"##), + ( + "auto-detection-failed", + r##"Gagal sacara otomatis pikeun ngadeteksi format.Punten tulis sacara manual."##, + ), + ("dst", r##"jalur file tujuan"##), + ], + } } /// Language ID: su; @@ -12325,23 +15890,41 @@ Upami perangkat lunak ieu henteu kalebet fungsionalitas anu pakait, punten ngale /// Description: Basa Sunda, Latin, Indonesia; pub(super) const fn get_su_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (4, 5), - (4, 0), - ], - entries: &[ - ("not-support-deser-sexp", r##"** moal dirojong **: Ngarobih tina `Inkputi S-Unprési"##), - ("unknown-fmt", r##"format file anu teu dipikanyaho"##), - ("not-included", r##"Binary ** moal kalebet ** Séktipsi konvensional pikeun format anu relevan. + key: 12913932095322966823, + disps: &[(4, 5), (4, 0)], + entries: &[ + ( + "not-support-deser-sexp", + r##"** moal dirojong **: Ngarobih tina `Inkputi S-Unprési"##, + ), + ( + "unknown-fmt", + r##"format file anu teu dipikanyaho"##, + ), + ( + "not-included", + r##"Binary ** moal kalebet ** Séktipsi konvensional pikeun format anu relevan. Anjeun kedah ngaktipkeun fitur anu relevan dina `kargo anjeun.Toml` sareng recomplile. -Upami perangkat lunak ieu henteu kalebet fungsionalitas anu pakait, punten ngalebetkeun masalah."##), - ("conv-error", r##"Kasalahan konvérsi"##), - ("unsupported", r##"konvérsi format"##), - ("auto-detection-failed", r##"Gagal sacara otomatis pikeun ngadeteksi format.Punten tulis sacara manual."##), - ("dst", r##"jalur file tujuan"##), - ], -} +Upami perangkat lunak ieu henteu kalebet fungsionalitas anu pakait, punten ngalebetkeun masalah."##, + ), + ( + "conv-error", + r##"Kasalahan konvérsi"##, + ), + ( + "unsupported", + r##"konvérsi format"##, + ), + ( + "auto-detection-failed", + r##"Gagal sacara otomatis pikeun ngadeteksi format.Punten tulis sacara manual."##, + ), + ( + "dst", + r##"jalur file tujuan"##, + ), + ], + } } /// Language ID: su; @@ -12357,16 +15940,17 @@ pub(super) const fn get_su_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_su_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Eusi anu dirobih ** moal ** bakal disimpen kusabab `--sv` henteu disebut."##), - ("new-value", r##"nilai anyar"##), - ("invalid-path", r##"jalur file anu salah."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Eusi anu dirobih ** moal ** bakal disimpen kusabab `--sv` henteu disebut."##, + ), + ("new-value", r##"nilai anyar"##), + ("invalid-path", r##"jalur file anu salah."##), + ], + } } /// Language ID: su; @@ -12374,16 +15958,23 @@ pub(super) const fn get_su_map_set() -> L10nMap { /// Description: Basa Sunda, Latin, Indonesia; pub(super) const fn get_su_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Eusi anu dirobih ** moal ** bakal disimpen kusabab `--sv` henteu disebut."##), - ("new-value", r##"nilai anyar"##), - ("invalid-path", r##"jalur file anu salah."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Eusi anu dirobih ** moal ** bakal disimpen kusabab `--sv` henteu disebut."##, + ), + ( + "new-value", + r##"nilai anyar"##, + ), + ( + "invalid-path", + r##"jalur file anu salah."##, + ), + ], + } } /// Language ID: su; @@ -12399,32 +15990,28 @@ pub(super) const fn get_su_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_su_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Format tujuan"##), - ("src-fmt", r##"Format file sumber"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Format tujuan"##), + ("src-fmt", r##"Format file sumber"##), + ], + } } /// su: Basa Sunda, Latin, Indonesia pub(super) const fn get_su_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_su_map_conversion), - ("get", get_su_map_get), - ("set_md", get_su_map_set_md), - ("set", get_su_map_set), - ("conversion_md", get_su_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_su_map_conversion), + ("get", get_su_map_get), + ("set_md", get_su_map_set_md), + ("set", get_su_map_set), + ("conversion_md", get_su_map_conversion_md), + ], + } } /// Language ID: sv; @@ -12440,26 +16027,41 @@ pub(super) const fn get_su_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sv_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Filen är inte ett giltigt `JSON 1.0` -format, försöker analysera som `json5` ..."##), - ("not-included", r##"Denna binära ** inkluderar inte ** Konverteringsfunktionen för det relevanta formatet. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Filen är inte ett giltigt `JSON 1.0` -format, försöker analysera som `json5` ..."##, + ), + ( + "not-included", + r##"Denna binära ** inkluderar inte ** Konverteringsfunktionen för det relevanta formatet. Du måste aktivera den relevanta funktionen i din `Cargo.toml` och kompilera om. -Om den här programvaran inte inkluderar motsvarande funktionalitet, skicka ett problem."##), - ("currently-supported", r##"För närvarande stödda formatlista:"##), - ("unsupported", r##"Osledat formatkonvertering"##), - ("auto-detection-failed", r##"Det gick inte automatiskt att upptäcka formatet.Vänligen ange manuellt."##), - ("not-support-deser-sexp", r##"** Stöds ännu inte **: Konvertering från `lisp s-expression` till` andra format`"##), - ("unknown-fmt", r##"okänt filformat"##), - ("not-saved", r##"Följande innehåll ** kommer inte ** att sparas eftersom `--save` inte kallades."##), - ("dst", r##"Destinationsfilväg"##), - ("conv-error", r##"Konverteringsfel"##), - ], -} +Om den här programvaran inte inkluderar motsvarande funktionalitet, skicka ett problem."##, + ), + ( + "currently-supported", + r##"För närvarande stödda formatlista:"##, + ), + ("unsupported", r##"Osledat formatkonvertering"##), + ( + "auto-detection-failed", + r##"Det gick inte automatiskt att upptäcka formatet.Vänligen ange manuellt."##, + ), + ( + "not-support-deser-sexp", + r##"** Stöds ännu inte **: Konvertering från `lisp s-expression` till` andra format`"##, + ), + ("unknown-fmt", r##"okänt filformat"##), + ( + "not-saved", + r##"Följande innehåll ** kommer inte ** att sparas eftersom `--save` inte kallades."##, + ), + ("dst", r##"Destinationsfilväg"##), + ("conv-error", r##"Konverteringsfel"##), + ], + } } /// Language ID: sv; @@ -12467,26 +16069,53 @@ Om den här programvaran inte inkluderar motsvarande funktionalitet, skicka ett /// Description: svenska, latinska, Sverige; pub(super) const fn get_sv_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Filen är inte ett giltigt `JSON 1.0` -format, försöker analysera som `json5` ..."##), - ("not-included", r##"Denna binära ** inkluderar inte ** Konverteringsfunktionen för det relevanta formatet. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Filen är inte ett giltigt `JSON 1.0` -format, försöker analysera som `json5` ..."##, + ), + ( + "not-included", + r##"Denna binära ** inkluderar inte ** Konverteringsfunktionen för det relevanta formatet. Du måste aktivera den relevanta funktionen i din `Cargo.toml` och kompilera om. -Om den här programvaran inte inkluderar motsvarande funktionalitet, skicka ett problem."##), - ("currently-supported", r##"För närvarande stödda formatlista:"##), - ("unsupported", r##"Osledat formatkonvertering"##), - ("auto-detection-failed", r##"Det gick inte automatiskt att upptäcka formatet.Vänligen ange manuellt."##), - ("not-support-deser-sexp", r##"** Stöds ännu inte **: Konvertering från `lisp s-expression` till` andra format`"##), - ("unknown-fmt", r##"okänt filformat"##), - ("not-saved", r##"Följande innehåll ** kommer inte ** att sparas eftersom `--save` inte kallades."##), - ("dst", r##"Destinationsfilväg"##), - ("conv-error", r##"Konverteringsfel"##), - ], -} +Om den här programvaran inte inkluderar motsvarande funktionalitet, skicka ett problem."##, + ), + ( + "currently-supported", + r##"För närvarande stödda formatlista:"##, + ), + ( + "unsupported", + r##"Osledat formatkonvertering"##, + ), + ( + "auto-detection-failed", + r##"Det gick inte automatiskt att upptäcka formatet.Vänligen ange manuellt."##, + ), + ( + "not-support-deser-sexp", + r##"** Stöds ännu inte **: Konvertering från `lisp s-expression` till` andra format`"##, + ), + ( + "unknown-fmt", + r##"okänt filformat"##, + ), + ( + "not-saved", + r##"Följande innehåll ** kommer inte ** att sparas eftersom `--save` inte kallades."##, + ), + ( + "dst", + r##"Destinationsfilväg"##, + ), + ( + "conv-error", + r##"Konverteringsfel"##, + ), + ], + } } /// Language ID: sv; @@ -12502,16 +16131,17 @@ pub(super) const fn get_sv_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_sv_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Det modifierade innehållet ** kommer inte ** att sparas eftersom `--sv` inte kallades."##), - ("new-value", r##"nytt värde"##), - ("invalid-path", r##"Ogiltig filväg."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Det modifierade innehållet ** kommer inte ** att sparas eftersom `--sv` inte kallades."##, + ), + ("new-value", r##"nytt värde"##), + ("invalid-path", r##"Ogiltig filväg."##), + ], + } } /// Language ID: sv; @@ -12519,16 +16149,23 @@ pub(super) const fn get_sv_map_set() -> L10nMap { /// Description: svenska, latinska, Sverige; pub(super) const fn get_sv_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Det modifierade innehållet ** kommer inte ** att sparas eftersom `--sv` inte kallades."##), - ("new-value", r##"nytt värde"##), - ("invalid-path", r##"Ogiltig filväg."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Det modifierade innehållet ** kommer inte ** att sparas eftersom `--sv` inte kallades."##, + ), + ( + "new-value", + r##"nytt värde"##, + ), + ( + "invalid-path", + r##"Ogiltig filväg."##, + ), + ], + } } /// Language ID: sv; @@ -12544,32 +16181,28 @@ pub(super) const fn get_sv_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_sv_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Destinationsformat"##), - ("src-fmt", r##"Källfilformat"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Destinationsformat"##), + ("src-fmt", r##"Källfilformat"##), + ], + } } /// sv: svenska, latinska, Sverige pub(super) const fn get_sv_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_sv_map_conversion), - ("get", get_sv_map_get), - ("set_md", get_sv_map_set_md), - ("set", get_sv_map_set), - ("conversion_md", get_sv_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_sv_map_conversion), + ("get", get_sv_map_get), + ("set_md", get_sv_map_set_md), + ("set", get_sv_map_set), + ("conversion_md", get_sv_map_conversion_md), + ], + } } /// Language ID: sw; @@ -12585,25 +16218,40 @@ pub(super) const fn get_sv_map() -> SubLocaleMap { /// ``` pub(super) const fn get_sw_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-saved", r##"Yaliyomo ** hayataokolewa kwa sababu `--save` haikuitwa."##), - ("unknown-fmt", r##"Fomati ya faili isiyojulikana"##), - ("currently-supported", r##"Orodha ya Fomati inayoungwa mkono kwa sasa:"##), - ("auto-detection-failed", r##"Imeshindwa kugundua kiotomatiki muundo.Tafadhali taja mwenyewe."##), - ("not-included", r##"Hii binary ** haijumuishi ** utendaji wa ubadilishaji kwa muundo husika. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-saved", + r##"Yaliyomo ** hayataokolewa kwa sababu `--save` haikuitwa."##, + ), + ("unknown-fmt", r##"Fomati ya faili isiyojulikana"##), + ( + "currently-supported", + r##"Orodha ya Fomati inayoungwa mkono kwa sasa:"##, + ), + ( + "auto-detection-failed", + r##"Imeshindwa kugundua kiotomatiki muundo.Tafadhali taja mwenyewe."##, + ), + ( + "not-included", + r##"Hii binary ** haijumuishi ** utendaji wa ubadilishaji kwa muundo husika. Unahitaji kuwezesha kipengee kinachofaa katika `Cargo.toml` yako na kurudisha. -Ikiwa programu hii haijumuishi utendaji unaolingana, tafadhali wasilisha suala."##), - ("conv-error", r##"kosa la ubadilishaji"##), - ("dst", r##"Njia ya faili ya marudio"##), - ("unsupported", r##"Ubadilishaji wa muundo ambao haujasaidiwa"##), - ("invalid-json1.0", r##"Faili sio muundo halali wa `json 1.0`, kujaribu kujaribu kama `json5` ..."##), - ], -} +Ikiwa programu hii haijumuishi utendaji unaolingana, tafadhali wasilisha suala."##, + ), + ("conv-error", r##"kosa la ubadilishaji"##), + ("dst", r##"Njia ya faili ya marudio"##), + ( + "unsupported", + r##"Ubadilishaji wa muundo ambao haujasaidiwa"##, + ), + ( + "invalid-json1.0", + r##"Faili sio muundo halali wa `json 1.0`, kujaribu kujaribu kama `json5` ..."##, + ), + ], + } } /// Language ID: sw; @@ -12611,25 +16259,49 @@ Ikiwa programu hii haijumuishi utendaji unaolingana, tafadhali wasilisha suala." /// Description: Kiswahili, Kilatini, Tanzania; pub(super) const fn get_sw_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-saved", r##"Yaliyomo ** hayataokolewa kwa sababu `--save` haikuitwa."##), - ("unknown-fmt", r##"Fomati ya faili isiyojulikana"##), - ("currently-supported", r##"Orodha ya Fomati inayoungwa mkono kwa sasa:"##), - ("auto-detection-failed", r##"Imeshindwa kugundua kiotomatiki muundo.Tafadhali taja mwenyewe."##), - ("not-included", r##"Hii binary ** haijumuishi ** utendaji wa ubadilishaji kwa muundo husika. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-saved", + r##"Yaliyomo ** hayataokolewa kwa sababu `--save` haikuitwa."##, + ), + ( + "unknown-fmt", + r##"Fomati ya faili isiyojulikana"##, + ), + ( + "currently-supported", + r##"Orodha ya Fomati inayoungwa mkono kwa sasa:"##, + ), + ( + "auto-detection-failed", + r##"Imeshindwa kugundua kiotomatiki muundo.Tafadhali taja mwenyewe."##, + ), + ( + "not-included", + r##"Hii binary ** haijumuishi ** utendaji wa ubadilishaji kwa muundo husika. Unahitaji kuwezesha kipengee kinachofaa katika `Cargo.toml` yako na kurudisha. -Ikiwa programu hii haijumuishi utendaji unaolingana, tafadhali wasilisha suala."##), - ("conv-error", r##"kosa la ubadilishaji"##), - ("dst", r##"Njia ya faili ya marudio"##), - ("unsupported", r##"Ubadilishaji wa muundo ambao haujasaidiwa"##), - ("invalid-json1.0", r##"Faili sio muundo halali wa `json 1.0`, kujaribu kujaribu kama `json5` ..."##), - ], -} +Ikiwa programu hii haijumuishi utendaji unaolingana, tafadhali wasilisha suala."##, + ), + ( + "conv-error", + r##"kosa la ubadilishaji"##, + ), + ( + "dst", + r##"Njia ya faili ya marudio"##, + ), + ( + "unsupported", + r##"Ubadilishaji wa muundo ambao haujasaidiwa"##, + ), + ( + "invalid-json1.0", + r##"Faili sio muundo halali wa `json 1.0`, kujaribu kujaribu kama `json5` ..."##, + ), + ], + } } /// Language ID: sw; @@ -12645,16 +16317,17 @@ pub(super) const fn get_sw_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_sw_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Yaliyorekebishwa ** hayataokolewa kwa sababu `--sv` haikuitwa."##), - ("new-value", r##"Thamani mpya"##), - ("invalid-path", r##"Njia batili ya faili."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Yaliyorekebishwa ** hayataokolewa kwa sababu `--sv` haikuitwa."##, + ), + ("new-value", r##"Thamani mpya"##), + ("invalid-path", r##"Njia batili ya faili."##), + ], + } } /// Language ID: sw; @@ -12662,16 +16335,23 @@ pub(super) const fn get_sw_map_set() -> L10nMap { /// Description: Kiswahili, Kilatini, Tanzania; pub(super) const fn get_sw_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Yaliyorekebishwa ** hayataokolewa kwa sababu `--sv` haikuitwa."##), - ("new-value", r##"Thamani mpya"##), - ("invalid-path", r##"Njia batili ya faili."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Yaliyorekebishwa ** hayataokolewa kwa sababu `--sv` haikuitwa."##, + ), + ( + "new-value", + r##"Thamani mpya"##, + ), + ( + "invalid-path", + r##"Njia batili ya faili."##, + ), + ], + } } /// Language ID: sw; @@ -12687,32 +16367,28 @@ pub(super) const fn get_sw_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_sw_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Muundo wa marudio"##), - ("src-fmt", r##"Muundo wa faili ya chanzo"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Muundo wa marudio"##), + ("src-fmt", r##"Muundo wa faili ya chanzo"##), + ], + } } /// sw: Kiswahili, Kilatini, Tanzania pub(super) const fn get_sw_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_sw_map_conversion), - ("get", get_sw_map_get), - ("set_md", get_sw_map_set_md), - ("set", get_sw_map_set), - ("conversion_md", get_sw_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_sw_map_conversion), + ("get", get_sw_map_get), + ("set_md", get_sw_map_set_md), + ("set", get_sw_map_set), + ("conversion_md", get_sw_map_conversion_md), + ], + } } /// Language ID: ta; @@ -12728,26 +16404,41 @@ pub(super) const fn get_sw_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ta_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"கோப்பு சரியான `JSON 1.0` வடிவம் அல்ல, `json5` என அலச முயற்சிக்கிறது ..."##), - ("not-included", r##"இந்த பைனரி ** ** தொடர்புடைய வடிவமைப்பிற்கான மாற்று செயல்பாடு இல்லை. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"கோப்பு சரியான `JSON 1.0` வடிவம் அல்ல, `json5` என அலச முயற்சிக்கிறது ..."##, + ), + ( + "not-included", + r##"இந்த பைனரி ** ** தொடர்புடைய வடிவமைப்பிற்கான மாற்று செயல்பாடு இல்லை. உங்கள் `சரக்கு.டோம்ல்` இல் தொடர்புடைய அம்சத்தை நீங்கள் இயக்க வேண்டும். -இந்த மென்பொருளில் தொடர்புடைய செயல்பாடு இல்லை என்றால், தயவுசெய்து ஒரு சிக்கலைச் சமர்ப்பிக்கவும்."##), - ("currently-supported", r##"தற்போது ஆதரிக்கப்படும் வடிவங்கள் பட்டியல்:"##), - ("unsupported", r##"ஆதரிக்கப்படாத வடிவமைப்பு மாற்றம்"##), - ("auto-detection-failed", r##"வடிவமைப்பை தானாகவே கண்டறியத் தவறிவிட்டது.கைமுறையாக குறிப்பிடவும்."##), - ("not-support-deser-sexp", r##"** இன்னும் ஆதரிக்கப்படவில்லை **: `லிஸ்ப் எஸ்-எக்ஸ்பிரஷன்` இலிருந்து` பிற வடிவங்களுக்கு` மாற்றுகிறது"##), - ("unknown-fmt", r##"தெரியாத கோப்பு வடிவம்"##), - ("not-saved", r##"பின்வரும் உள்ளடக்கம் ** ** சேமிக்கப்படாது, ஏனெனில் `--save` அழைக்கப்படவில்லை."##), - ("dst", r##"இலக்கு கோப்பு பாதை"##), - ("conv-error", r##"மாற்று பிழை"##), - ], -} +இந்த மென்பொருளில் தொடர்புடைய செயல்பாடு இல்லை என்றால், தயவுசெய்து ஒரு சிக்கலைச் சமர்ப்பிக்கவும்."##, + ), + ( + "currently-supported", + r##"தற்போது ஆதரிக்கப்படும் வடிவங்கள் பட்டியல்:"##, + ), + ("unsupported", r##"ஆதரிக்கப்படாத வடிவமைப்பு மாற்றம்"##), + ( + "auto-detection-failed", + r##"வடிவமைப்பை தானாகவே கண்டறியத் தவறிவிட்டது.கைமுறையாக குறிப்பிடவும்."##, + ), + ( + "not-support-deser-sexp", + r##"** இன்னும் ஆதரிக்கப்படவில்லை **: `லிஸ்ப் எஸ்-எக்ஸ்பிரஷன்` இலிருந்து` பிற வடிவங்களுக்கு` மாற்றுகிறது"##, + ), + ("unknown-fmt", r##"தெரியாத கோப்பு வடிவம்"##), + ( + "not-saved", + r##"பின்வரும் உள்ளடக்கம் ** ** சேமிக்கப்படாது, ஏனெனில் `--save` அழைக்கப்படவில்லை."##, + ), + ("dst", r##"இலக்கு கோப்பு பாதை"##), + ("conv-error", r##"மாற்று பிழை"##), + ], + } } /// Language ID: ta; @@ -12755,26 +16446,53 @@ pub(super) const fn get_ta_map_conversion() -> L10nMap { /// Description: தமிழ், தமிழ், இந்தியா; pub(super) const fn get_ta_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"கோப்பு சரியான `JSON 1.0` வடிவம் அல்ல, `json5` என அலச முயற்சிக்கிறது ..."##), - ("not-included", r##"இந்த பைனரி ** ** தொடர்புடைய வடிவமைப்பிற்கான மாற்று செயல்பாடு இல்லை. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"கோப்பு சரியான `JSON 1.0` வடிவம் அல்ல, `json5` என அலச முயற்சிக்கிறது ..."##, + ), + ( + "not-included", + r##"இந்த பைனரி ** ** தொடர்புடைய வடிவமைப்பிற்கான மாற்று செயல்பாடு இல்லை. உங்கள் `சரக்கு.டோம்ல்` இல் தொடர்புடைய அம்சத்தை நீங்கள் இயக்க வேண்டும். -இந்த மென்பொருளில் தொடர்புடைய செயல்பாடு இல்லை என்றால், தயவுசெய்து ஒரு சிக்கலைச் சமர்ப்பிக்கவும்."##), - ("currently-supported", r##"தற்போது ஆதரிக்கப்படும் வடிவங்கள் பட்டியல்:"##), - ("unsupported", r##"ஆதரிக்கப்படாத வடிவமைப்பு மாற்றம்"##), - ("auto-detection-failed", r##"வடிவமைப்பை தானாகவே கண்டறியத் தவறிவிட்டது.கைமுறையாக குறிப்பிடவும்."##), - ("not-support-deser-sexp", r##"** இன்னும் ஆதரிக்கப்படவில்லை **: `லிஸ்ப் எஸ்-எக்ஸ்பிரஷன்` இலிருந்து` பிற வடிவங்களுக்கு` மாற்றுகிறது"##), - ("unknown-fmt", r##"தெரியாத கோப்பு வடிவம்"##), - ("not-saved", r##"பின்வரும் உள்ளடக்கம் ** ** சேமிக்கப்படாது, ஏனெனில் `--save` அழைக்கப்படவில்லை."##), - ("dst", r##"இலக்கு கோப்பு பாதை"##), - ("conv-error", r##"மாற்று பிழை"##), - ], -} +இந்த மென்பொருளில் தொடர்புடைய செயல்பாடு இல்லை என்றால், தயவுசெய்து ஒரு சிக்கலைச் சமர்ப்பிக்கவும்."##, + ), + ( + "currently-supported", + r##"தற்போது ஆதரிக்கப்படும் வடிவங்கள் பட்டியல்:"##, + ), + ( + "unsupported", + r##"ஆதரிக்கப்படாத வடிவமைப்பு மாற்றம்"##, + ), + ( + "auto-detection-failed", + r##"வடிவமைப்பை தானாகவே கண்டறியத் தவறிவிட்டது.கைமுறையாக குறிப்பிடவும்."##, + ), + ( + "not-support-deser-sexp", + r##"** இன்னும் ஆதரிக்கப்படவில்லை **: `லிஸ்ப் எஸ்-எக்ஸ்பிரஷன்` இலிருந்து` பிற வடிவங்களுக்கு` மாற்றுகிறது"##, + ), + ( + "unknown-fmt", + r##"தெரியாத கோப்பு வடிவம்"##, + ), + ( + "not-saved", + r##"பின்வரும் உள்ளடக்கம் ** ** சேமிக்கப்படாது, ஏனெனில் `--save` அழைக்கப்படவில்லை."##, + ), + ( + "dst", + r##"இலக்கு கோப்பு பாதை"##, + ), + ( + "conv-error", + r##"மாற்று பிழை"##, + ), + ], + } } /// Language ID: ta; @@ -12790,16 +16508,17 @@ pub(super) const fn get_ta_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ta_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"மாற்றியமைக்கப்பட்ட உள்ளடக்கம் ** ** சேமிக்கப்படாது, ஏனெனில் `--sv` அழைக்கப்படவில்லை."##), - ("new-value", r##"புதிய மதிப்பு"##), - ("invalid-path", r##"தவறான கோப்பு பாதை."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"மாற்றியமைக்கப்பட்ட உள்ளடக்கம் ** ** சேமிக்கப்படாது, ஏனெனில் `--sv` அழைக்கப்படவில்லை."##, + ), + ("new-value", r##"புதிய மதிப்பு"##), + ("invalid-path", r##"தவறான கோப்பு பாதை."##), + ], + } } /// Language ID: ta; @@ -12807,16 +16526,23 @@ pub(super) const fn get_ta_map_set() -> L10nMap { /// Description: தமிழ், தமிழ், இந்தியா; pub(super) const fn get_ta_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"மாற்றியமைக்கப்பட்ட உள்ளடக்கம் ** ** சேமிக்கப்படாது, ஏனெனில் `--sv` அழைக்கப்படவில்லை."##), - ("new-value", r##"புதிய மதிப்பு"##), - ("invalid-path", r##"தவறான கோப்பு பாதை."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"மாற்றியமைக்கப்பட்ட உள்ளடக்கம் ** ** சேமிக்கப்படாது, ஏனெனில் `--sv` அழைக்கப்படவில்லை."##, + ), + ( + "new-value", + r##"புதிய மதிப்பு"##, + ), + ( + "invalid-path", + r##"தவறான கோப்பு பாதை."##, + ), + ], + } } /// Language ID: ta; @@ -12832,32 +16558,28 @@ pub(super) const fn get_ta_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ta_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"இலக்கு வடிவம்"##), - ("src-fmt", r##"மூல கோப்பு வடிவம்"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"இலக்கு வடிவம்"##), + ("src-fmt", r##"மூல கோப்பு வடிவம்"##), + ], + } } /// ta: தமிழ், தமிழ், இந்தியா pub(super) const fn get_ta_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ta_map_conversion), - ("get", get_ta_map_get), - ("set_md", get_ta_map_set_md), - ("set", get_ta_map_set), - ("conversion_md", get_ta_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ta_map_conversion), + ("get", get_ta_map_get), + ("set_md", get_ta_map_set_md), + ("set", get_ta_map_set), + ("conversion_md", get_ta_map_conversion_md), + ], + } } /// Language ID: te; @@ -12873,25 +16595,34 @@ pub(super) const fn get_ta_map() -> SubLocaleMap { /// ``` pub(super) const fn get_te_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 6), - (6, 0), - ], - entries: &[ - ("not-included", r##"ఈ బైనరీ ** ** సంబంధిత ఫార్మాట్ కోసం మార్పిడి కార్యాచరణను కలిగి లేదు. + key: 12913932095322966823, + disps: &[(6, 6), (6, 0)], + entries: &[ + ( + "not-included", + r##"ఈ బైనరీ ** ** సంబంధిత ఫార్మాట్ కోసం మార్పిడి కార్యాచరణను కలిగి లేదు. మీరు మీ `Cargo.toml` లో సంబంధిత లక్షణాన్ని ప్రారంభించాలి మరియు తిరిగి కంపైల్ చేయాలి. -ఈ సాఫ్ట్‌వేర్ సంబంధిత కార్యాచరణను కలిగి ఉండకపోతే, దయచేసి సమస్యను సమర్పించండి."##), - ("auto-detection-failed", r##"ఆకృతిని స్వయంచాలకంగా గుర్తించడంలో విఫలమైంది.దయచేసి మానవీయంగా పేర్కొనండి."##), - ("not-support-deser-sexp", r##"** ఇంకా మద్దతు లేదు **: `లిస్ప్ ఎస్-ఎక్స్‌ప్రెషన్` నుండి` ఇతర ఫార్మాట్‌లకు మార్చడం"##), - ("dst", r##"గమ్యం ఫైల్ మార్గం"##), - ("unsupported", r##"మద్దతు లేని ఫార్మాట్ మార్పిడి"##), - ("currently-supported", r##"ప్రస్తుతం మద్దతు ఉన్న ఫార్మాట్ల జాబితా:"##), - ("not-saved", r##"కింది కంటెంట్ ** ** సేవ్ చేయబడదు ఎందుకంటే `--save` అని పిలవబడలేదు."##), - ("unknown-fmt", r##"తెలియని ఫైల్ ఫార్మాట్"##), - ("conv-error", r##"మార్పిడి లోపం"##), - ], -} +ఈ సాఫ్ట్‌వేర్ సంబంధిత కార్యాచరణను కలిగి ఉండకపోతే, దయచేసి సమస్యను సమర్పించండి."##, + ), + ( + "auto-detection-failed", + r##"ఆకృతిని స్వయంచాలకంగా గుర్తించడంలో విఫలమైంది.దయచేసి మానవీయంగా పేర్కొనండి."##, + ), + ( + "not-support-deser-sexp", + r##"** ఇంకా మద్దతు లేదు **: `లిస్ప్ ఎస్-ఎక్స్‌ప్రెషన్` నుండి` ఇతర ఫార్మాట్‌లకు మార్చడం"##, + ), + ("dst", r##"గమ్యం ఫైల్ మార్గం"##), + ("unsupported", r##"మద్దతు లేని ఫార్మాట్ మార్పిడి"##), + ("currently-supported", r##"ప్రస్తుతం మద్దతు ఉన్న ఫార్మాట్ల జాబితా:"##), + ( + "not-saved", + r##"కింది కంటెంట్ ** ** సేవ్ చేయబడదు ఎందుకంటే `--save` అని పిలవబడలేదు."##, + ), + ("unknown-fmt", r##"తెలియని ఫైల్ ఫార్మాట్"##), + ("conv-error", r##"మార్పిడి లోపం"##), + ], + } } /// Language ID: te; @@ -12899,25 +16630,49 @@ pub(super) const fn get_te_map_conversion() -> L10nMap { /// Description: తెలుగు, తెలుగు, భారతదేశం; pub(super) const fn get_te_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 6), - (6, 0), - ], - entries: &[ - ("not-included", r##"ఈ బైనరీ ** ** సంబంధిత ఫార్మాట్ కోసం మార్పిడి కార్యాచరణను కలిగి లేదు. + key: 12913932095322966823, + disps: &[(6, 6), (6, 0)], + entries: &[ + ( + "not-included", + r##"ఈ బైనరీ ** ** సంబంధిత ఫార్మాట్ కోసం మార్పిడి కార్యాచరణను కలిగి లేదు. మీరు మీ `Cargo.toml` లో సంబంధిత లక్షణాన్ని ప్రారంభించాలి మరియు తిరిగి కంపైల్ చేయాలి. -ఈ సాఫ్ట్‌వేర్ సంబంధిత కార్యాచరణను కలిగి ఉండకపోతే, దయచేసి సమస్యను సమర్పించండి."##), - ("auto-detection-failed", r##"ఆకృతిని స్వయంచాలకంగా గుర్తించడంలో విఫలమైంది.దయచేసి మానవీయంగా పేర్కొనండి."##), - ("not-support-deser-sexp", r##"** ఇంకా మద్దతు లేదు **: `లిస్ప్ ఎస్-ఎక్స్‌ప్రెషన్` నుండి` ఇతర ఫార్మాట్‌లకు మార్చడం"##), - ("dst", r##"గమ్యం ఫైల్ మార్గం"##), - ("unsupported", r##"మద్దతు లేని ఫార్మాట్ మార్పిడి"##), - ("currently-supported", r##"ప్రస్తుతం మద్దతు ఉన్న ఫార్మాట్ల జాబితా:"##), - ("not-saved", r##"కింది కంటెంట్ ** ** సేవ్ చేయబడదు ఎందుకంటే `--save` అని పిలవబడలేదు."##), - ("unknown-fmt", r##"తెలియని ఫైల్ ఫార్మాట్"##), - ("conv-error", r##"మార్పిడి లోపం"##), - ], -} +ఈ సాఫ్ట్‌వేర్ సంబంధిత కార్యాచరణను కలిగి ఉండకపోతే, దయచేసి సమస్యను సమర్పించండి."##, + ), + ( + "auto-detection-failed", + r##"ఆకృతిని స్వయంచాలకంగా గుర్తించడంలో విఫలమైంది.దయచేసి మానవీయంగా పేర్కొనండి."##, + ), + ( + "not-support-deser-sexp", + r##"** ఇంకా మద్దతు లేదు **: `లిస్ప్ ఎస్-ఎక్స్‌ప్రెషన్` నుండి` ఇతర ఫార్మాట్‌లకు మార్చడం"##, + ), + ( + "dst", + r##"గమ్యం ఫైల్ మార్గం"##, + ), + ( + "unsupported", + r##"మద్దతు లేని ఫార్మాట్ మార్పిడి"##, + ), + ( + "currently-supported", + r##"ప్రస్తుతం మద్దతు ఉన్న ఫార్మాట్ల జాబితా:"##, + ), + ( + "not-saved", + r##"కింది కంటెంట్ ** ** సేవ్ చేయబడదు ఎందుకంటే `--save` అని పిలవబడలేదు."##, + ), + ( + "unknown-fmt", + r##"తెలియని ఫైల్ ఫార్మాట్"##, + ), + ( + "conv-error", + r##"మార్పిడి లోపం"##, + ), + ], + } } /// Language ID: te; @@ -12933,16 +16688,17 @@ pub(super) const fn get_te_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_te_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"సవరించిన కంటెంట్ ** ** సేవ్ చేయబడదు ఎందుకంటే `--sv` అని పిలవబడలేదు."##), - ("new-value", r##"క్రొత్త విలువ"##), - ("invalid-path", r##"చెల్లని ఫైల్ మార్గం."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"సవరించిన కంటెంట్ ** ** సేవ్ చేయబడదు ఎందుకంటే `--sv` అని పిలవబడలేదు."##, + ), + ("new-value", r##"క్రొత్త విలువ"##), + ("invalid-path", r##"చెల్లని ఫైల్ మార్గం."##), + ], + } } /// Language ID: te; @@ -12950,16 +16706,23 @@ pub(super) const fn get_te_map_set() -> L10nMap { /// Description: తెలుగు, తెలుగు, భారతదేశం; pub(super) const fn get_te_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"సవరించిన కంటెంట్ ** ** సేవ్ చేయబడదు ఎందుకంటే `--sv` అని పిలవబడలేదు."##), - ("new-value", r##"క్రొత్త విలువ"##), - ("invalid-path", r##"చెల్లని ఫైల్ మార్గం."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"సవరించిన కంటెంట్ ** ** సేవ్ చేయబడదు ఎందుకంటే `--sv` అని పిలవబడలేదు."##, + ), + ( + "new-value", + r##"క్రొత్త విలువ"##, + ), + ( + "invalid-path", + r##"చెల్లని ఫైల్ మార్గం."##, + ), + ], + } } /// Language ID: te; @@ -12975,32 +16738,28 @@ pub(super) const fn get_te_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_te_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"గమ్యం ఆకృతి"##), - ("src-fmt", r##"మూల ఫైల్ ఫార్మాట్"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"గమ్యం ఆకృతి"##), + ("src-fmt", r##"మూల ఫైల్ ఫార్మాట్"##), + ], + } } /// te: తెలుగు, తెలుగు, భారతదేశం pub(super) const fn get_te_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_te_map_conversion), - ("get", get_te_map_get), - ("set_md", get_te_map_set_md), - ("set", get_te_map_set), - ("conversion_md", get_te_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_te_map_conversion), + ("get", get_te_map_get), + ("set_md", get_te_map_set_md), + ("set", get_te_map_set), + ("conversion_md", get_te_map_conversion_md), + ], + } } /// Language ID: tg; @@ -13016,21 +16775,27 @@ pub(super) const fn get_te_map() -> SubLocaleMap { /// ``` pub(super) const fn get_tg_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - (0, 0), - ], - entries: &[ - ("currently-supported", r##"Рӯйхати форматҳои форматро дар айни замон дастгирӣ мекунад:"##), - ("unsupported", r##"Табдили формати дастгирӣнашаванда"##), - ("unknown-fmt", r##"Файзи файли номаълум"##), - ("not-support-deser-sexp", r##"** Ҳанӯз дастгирӣ намешавад **: Табдилдиҳӣ аз `lisp S-Mounce's 'ба' дигар форматҳо»"##), - ("conv-error", r##"Хатои конверсия"##), - ("invalid-json1.0", r##"Файл формати "Json 1.0" нест"##), - ("auto-detection-failed", r##"Набудани формат ба таври худкор муайян карда нашуд.Лутфан дастӣ муайян кунед."##), - ], -} + key: 15467950696543387533, + disps: &[(2, 0), (0, 0)], + entries: &[ + ( + "currently-supported", + r##"Рӯйхати форматҳои форматро дар айни замон дастгирӣ мекунад:"##, + ), + ("unsupported", r##"Табдили формати дастгирӣнашаванда"##), + ("unknown-fmt", r##"Файзи файли номаълум"##), + ( + "not-support-deser-sexp", + r##"** Ҳанӯз дастгирӣ намешавад **: Табдилдиҳӣ аз `lisp S-Mounce's 'ба' дигар форматҳо»"##, + ), + ("conv-error", r##"Хатои конверсия"##), + ("invalid-json1.0", r##"Файл формати "Json 1.0" нест"##), + ( + "auto-detection-failed", + r##"Набудани формат ба таври худкор муайян карда нашуд.Лутфан дастӣ муайян кунед."##, + ), + ], + } } /// Language ID: tg; @@ -13038,21 +16803,39 @@ pub(super) const fn get_tg_map_conversion() -> L10nMap { /// Description: тоҷикӣ, Кириллӣ, Тоҷикистон; pub(super) const fn get_tg_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - (0, 0), - ], - entries: &[ - ("currently-supported", r##"Рӯйхати форматҳои форматро дар айни замон дастгирӣ мекунад:"##), - ("unsupported", r##"Табдили формати дастгирӣнашаванда"##), - ("unknown-fmt", r##"Файзи файли номаълум"##), - ("not-support-deser-sexp", r##"** Ҳанӯз дастгирӣ намешавад **: Табдилдиҳӣ аз `lisp S-Mounce's 'ба' дигар форматҳо»"##), - ("conv-error", r##"Хатои конверсия"##), - ("invalid-json1.0", r##"Файл формати "Json 1.0" нест"##), - ("auto-detection-failed", r##"Набудани формат ба таври худкор муайян карда нашуд.Лутфан дастӣ муайян кунед."##), - ], -} + key: 15467950696543387533, + disps: &[(2, 0), (0, 0)], + entries: &[ + ( + "currently-supported", + r##"Рӯйхати форматҳои форматро дар айни замон дастгирӣ мекунад:"##, + ), + ( + "unsupported", + r##"Табдили формати дастгирӣнашаванда"##, + ), + ( + "unknown-fmt", + r##"Файзи файли номаълум"##, + ), + ( + "not-support-deser-sexp", + r##"** Ҳанӯз дастгирӣ намешавад **: Табдилдиҳӣ аз `lisp S-Mounce's 'ба' дигар форматҳо»"##, + ), + ( + "conv-error", + r##"Хатои конверсия"##, + ), + ( + "invalid-json1.0", + r##"Файл формати "Json 1.0" нест"##, + ), + ( + "auto-detection-failed", + r##"Набудани формат ба таври худкор муайян карда нашуд.Лутфан дастӣ муайян кунед."##, + ), + ], + } } /// Language ID: tg; @@ -13068,16 +16851,17 @@ pub(super) const fn get_tg_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_tg_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Мӯҳтавои тағирёфта ** нахоҳад шуд ** наҷот дода намешавад, зеро `--sv` номида намешавад."##), - ("new-value", r##"Арзиши нав"##), - ("invalid-path", r##"Танзимоти файлии нодурусти файл."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Мӯҳтавои тағирёфта ** нахоҳад шуд ** наҷот дода намешавад, зеро `--sv` номида намешавад."##, + ), + ("new-value", r##"Арзиши нав"##), + ("invalid-path", r##"Танзимоти файлии нодурусти файл."##), + ], + } } /// Language ID: tg; @@ -13085,16 +16869,23 @@ pub(super) const fn get_tg_map_set() -> L10nMap { /// Description: тоҷикӣ, Кириллӣ, Тоҷикистон; pub(super) const fn get_tg_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Мӯҳтавои тағирёфта ** нахоҳад шуд ** наҷот дода намешавад, зеро `--sv` номида намешавад."##), - ("new-value", r##"Арзиши нав"##), - ("invalid-path", r##"Танзимоти файлии нодурусти файл."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Мӯҳтавои тағирёфта ** нахоҳад шуд ** наҷот дода намешавад, зеро `--sv` номида намешавад."##, + ), + ( + "new-value", + r##"Арзиши нав"##, + ), + ( + "invalid-path", + r##"Танзимоти файлии нодурусти файл."##, + ), + ], + } } /// Language ID: tg; @@ -13110,32 +16901,28 @@ pub(super) const fn get_tg_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_tg_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Формати таъинот"##), - ("src-fmt", r##"Формати дискҳо манбаъ"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Формати таъинот"##), + ("src-fmt", r##"Формати дискҳо манбаъ"##), + ], + } } /// tg: тоҷикӣ, Кириллӣ, Тоҷикистон pub(super) const fn get_tg_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_tg_map_conversion), - ("get", get_tg_map_get), - ("set_md", get_tg_map_set_md), - ("set", get_tg_map_set), - ("conversion_md", get_tg_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_tg_map_conversion), + ("get", get_tg_map_get), + ("set_md", get_tg_map_set_md), + ("set", get_tg_map_set), + ("conversion_md", get_tg_map_conversion_md), + ], + } } /// Language ID: th; @@ -13151,26 +16938,38 @@ pub(super) const fn get_tg_map() -> SubLocaleMap { /// ``` pub(super) const fn get_th_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"ไฟล์ไม่ได้เป็นรูปแบบ `JSON 1.0` ที่ถูกต้องพยายามแยกวิเคราะห์เป็น `json5` ..."##), - ("not-included", r##"ไบนารี ** นี้ไม่รวม ** ฟังก์ชั่นการแปลงสำหรับรูปแบบที่เกี่ยวข้อง + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"ไฟล์ไม่ได้เป็นรูปแบบ `JSON 1.0` ที่ถูกต้องพยายามแยกวิเคราะห์เป็น `json5` ..."##, + ), + ( + "not-included", + r##"ไบนารี ** นี้ไม่รวม ** ฟังก์ชั่นการแปลงสำหรับรูปแบบที่เกี่ยวข้อง คุณต้องเปิดใช้งานคุณสมบัติที่เกี่ยวข้องใน `Cargo.toml` และ repompile -หากซอฟต์แวร์นี้ไม่รวมฟังก์ชั่นที่เกี่ยวข้องโปรดส่งปัญหา"##), - ("currently-supported", r##"รายการรูปแบบที่รองรับในปัจจุบัน:"##), - ("unsupported", r##"การแปลงรูปแบบที่ไม่ได้รับการสนับสนุน"##), - ("auto-detection-failed", r##"ไม่สามารถตรวจจับรูปแบบได้โดยอัตโนมัติโปรดระบุด้วยตนเอง"##), - ("not-support-deser-sexp", r##"** ยังไม่รองรับ **: การแปลงจาก `Lisp S-Expression` เป็น` รูปแบบอื่น ๆ '"##), - ("unknown-fmt", r##"รูปแบบไฟล์ที่ไม่รู้จัก"##), - ("not-saved", r##"เนื้อหาต่อไปนี้ ** จะไม่ถูกบันทึกไว้เพราะ `--save` ไม่ถูกเรียก"##), - ("dst", r##"เส้นทางไฟล์ปลายทาง"##), - ("conv-error", r##"ข้อผิดพลาดการแปลง"##), - ], -} +หากซอฟต์แวร์นี้ไม่รวมฟังก์ชั่นที่เกี่ยวข้องโปรดส่งปัญหา"##, + ), + ("currently-supported", r##"รายการรูปแบบที่รองรับในปัจจุบัน:"##), + ("unsupported", r##"การแปลงรูปแบบที่ไม่ได้รับการสนับสนุน"##), + ( + "auto-detection-failed", + r##"ไม่สามารถตรวจจับรูปแบบได้โดยอัตโนมัติโปรดระบุด้วยตนเอง"##, + ), + ( + "not-support-deser-sexp", + r##"** ยังไม่รองรับ **: การแปลงจาก `Lisp S-Expression` เป็น` รูปแบบอื่น ๆ '"##, + ), + ("unknown-fmt", r##"รูปแบบไฟล์ที่ไม่รู้จัก"##), + ( + "not-saved", + r##"เนื้อหาต่อไปนี้ ** จะไม่ถูกบันทึกไว้เพราะ `--save` ไม่ถูกเรียก"##, + ), + ("dst", r##"เส้นทางไฟล์ปลายทาง"##), + ("conv-error", r##"ข้อผิดพลาดการแปลง"##), + ], + } } /// Language ID: th; @@ -13178,26 +16977,53 @@ pub(super) const fn get_th_map_conversion() -> L10nMap { /// Description: ไทย, ไทย, ไทย; pub(super) const fn get_th_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"ไฟล์ไม่ได้เป็นรูปแบบ `JSON 1.0` ที่ถูกต้องพยายามแยกวิเคราะห์เป็น `json5` ..."##), - ("not-included", r##"ไบนารี ** นี้ไม่รวม ** ฟังก์ชั่นการแปลงสำหรับรูปแบบที่เกี่ยวข้อง + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"ไฟล์ไม่ได้เป็นรูปแบบ `JSON 1.0` ที่ถูกต้องพยายามแยกวิเคราะห์เป็น `json5` ..."##, + ), + ( + "not-included", + r##"ไบนารี ** นี้ไม่รวม ** ฟังก์ชั่นการแปลงสำหรับรูปแบบที่เกี่ยวข้อง คุณต้องเปิดใช้งานคุณสมบัติที่เกี่ยวข้องใน `Cargo.toml` และ repompile -หากซอฟต์แวร์นี้ไม่รวมฟังก์ชั่นที่เกี่ยวข้องโปรดส่งปัญหา"##), - ("currently-supported", r##"รายการรูปแบบที่รองรับในปัจจุบัน:"##), - ("unsupported", r##"การแปลงรูปแบบที่ไม่ได้รับการสนับสนุน"##), - ("auto-detection-failed", r##"ไม่สามารถตรวจจับรูปแบบได้โดยอัตโนมัติโปรดระบุด้วยตนเอง"##), - ("not-support-deser-sexp", r##"** ยังไม่รองรับ **: การแปลงจาก `Lisp S-Expression` เป็น` รูปแบบอื่น ๆ '"##), - ("unknown-fmt", r##"รูปแบบไฟล์ที่ไม่รู้จัก"##), - ("not-saved", r##"เนื้อหาต่อไปนี้ ** จะไม่ถูกบันทึกไว้เพราะ `--save` ไม่ถูกเรียก"##), - ("dst", r##"เส้นทางไฟล์ปลายทาง"##), - ("conv-error", r##"ข้อผิดพลาดการแปลง"##), - ], -} +หากซอฟต์แวร์นี้ไม่รวมฟังก์ชั่นที่เกี่ยวข้องโปรดส่งปัญหา"##, + ), + ( + "currently-supported", + r##"รายการรูปแบบที่รองรับในปัจจุบัน:"##, + ), + ( + "unsupported", + r##"การแปลงรูปแบบที่ไม่ได้รับการสนับสนุน"##, + ), + ( + "auto-detection-failed", + r##"ไม่สามารถตรวจจับรูปแบบได้โดยอัตโนมัติโปรดระบุด้วยตนเอง"##, + ), + ( + "not-support-deser-sexp", + r##"** ยังไม่รองรับ **: การแปลงจาก `Lisp S-Expression` เป็น` รูปแบบอื่น ๆ '"##, + ), + ( + "unknown-fmt", + r##"รูปแบบไฟล์ที่ไม่รู้จัก"##, + ), + ( + "not-saved", + r##"เนื้อหาต่อไปนี้ ** จะไม่ถูกบันทึกไว้เพราะ `--save` ไม่ถูกเรียก"##, + ), + ( + "dst", + r##"เส้นทางไฟล์ปลายทาง"##, + ), + ( + "conv-error", + r##"ข้อผิดพลาดการแปลง"##, + ), + ], + } } /// Language ID: th; @@ -13213,16 +17039,17 @@ pub(super) const fn get_th_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_th_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"เนื้อหาที่แก้ไข ** จะไม่ถูกบันทึกเพราะ `--sv` ไม่ถูกเรียก"##), - ("new-value", r##"ค่าใหม่"##), - ("invalid-path", r##"เส้นทางไฟล์ที่ไม่ถูกต้อง"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"เนื้อหาที่แก้ไข ** จะไม่ถูกบันทึกเพราะ `--sv` ไม่ถูกเรียก"##, + ), + ("new-value", r##"ค่าใหม่"##), + ("invalid-path", r##"เส้นทางไฟล์ที่ไม่ถูกต้อง"##), + ], + } } /// Language ID: th; @@ -13230,16 +17057,23 @@ pub(super) const fn get_th_map_set() -> L10nMap { /// Description: ไทย, ไทย, ไทย; pub(super) const fn get_th_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"เนื้อหาที่แก้ไข ** จะไม่ถูกบันทึกเพราะ `--sv` ไม่ถูกเรียก"##), - ("new-value", r##"ค่าใหม่"##), - ("invalid-path", r##"เส้นทางไฟล์ที่ไม่ถูกต้อง"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"เนื้อหาที่แก้ไข ** จะไม่ถูกบันทึกเพราะ `--sv` ไม่ถูกเรียก"##, + ), + ( + "new-value", + r##"ค่าใหม่"##, + ), + ( + "invalid-path", + r##"เส้นทางไฟล์ที่ไม่ถูกต้อง"##, + ), + ], + } } /// Language ID: th; @@ -13255,32 +17089,28 @@ pub(super) const fn get_th_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_th_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"รูปแบบปลายทาง"##), - ("src-fmt", r##"รูปแบบไฟล์ต้นฉบับ"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"รูปแบบปลายทาง"##), + ("src-fmt", r##"รูปแบบไฟล์ต้นฉบับ"##), + ], + } } /// th: ไทย, ไทย, ไทย pub(super) const fn get_th_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_th_map_conversion), - ("get", get_th_map_get), - ("set_md", get_th_map_set_md), - ("set", get_th_map_set), - ("conversion_md", get_th_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_th_map_conversion), + ("get", get_th_map_get), + ("set_md", get_th_map_set_md), + ("set", get_th_map_set), + ("conversion_md", get_th_map_conversion_md), + ], + } } /// Language ID: tr; @@ -13296,26 +17126,41 @@ pub(super) const fn get_th_map() -> SubLocaleMap { /// ``` pub(super) const fn get_tr_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Dosya geçerli bir `JSON 1.0` biçimi değil, `json5 'olarak ayrıştırmaya çalışan ..."##), - ("not-included", r##"Bu ikili ilgili format için dönüşüm işlevini içermez. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Dosya geçerli bir `JSON 1.0` biçimi değil, `json5 'olarak ayrıştırmaya çalışan ..."##, + ), + ( + "not-included", + r##"Bu ikili ilgili format için dönüşüm işlevini içermez. `Cargo.toml` ve yeniden derlemenizdeki ilgili özelliği etkinleştirmeniz gerekir. -Bu yazılım ilgili işlevleri içermiyorsa, lütfen bir sorun gönderin."##), - ("currently-supported", r##"Şu anda Desteklenen Formatlar Listesi:"##), - ("unsupported", r##"Desteklenmemiş Biçim Dönüşümü"##), - ("auto-detection-failed", r##"Biçimi otomatik olarak algılayamadı.Lütfen manuel olarak belirtin."##), - ("not-support-deser-sexp", r##"** Henüz desteklenmedi **: Lisp S-ekspresyonundan `` Diğer Biçimler '' e dönüştürülme"##), - ("unknown-fmt", r##"Bilinmeyen dosya biçimi"##), - ("not-saved", r##"Aşağıdaki içerik ** `--save` çağrılmadığı için ** kaydedilmez."##), - ("dst", r##"Hedef Dosya Yolu"##), - ("conv-error", r##"dönüşüm hatası"##), - ], -} +Bu yazılım ilgili işlevleri içermiyorsa, lütfen bir sorun gönderin."##, + ), + ( + "currently-supported", + r##"Şu anda Desteklenen Formatlar Listesi:"##, + ), + ("unsupported", r##"Desteklenmemiş Biçim Dönüşümü"##), + ( + "auto-detection-failed", + r##"Biçimi otomatik olarak algılayamadı.Lütfen manuel olarak belirtin."##, + ), + ( + "not-support-deser-sexp", + r##"** Henüz desteklenmedi **: Lisp S-ekspresyonundan `` Diğer Biçimler '' e dönüştürülme"##, + ), + ("unknown-fmt", r##"Bilinmeyen dosya biçimi"##), + ( + "not-saved", + r##"Aşağıdaki içerik ** `--save` çağrılmadığı için ** kaydedilmez."##, + ), + ("dst", r##"Hedef Dosya Yolu"##), + ("conv-error", r##"dönüşüm hatası"##), + ], + } } /// Language ID: tr; @@ -13323,26 +17168,53 @@ Bu yazılım ilgili işlevleri içermiyorsa, lütfen bir sorun gönderin."##), /// Description: Türkçe, Latin, Türkiye; pub(super) const fn get_tr_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Dosya geçerli bir `JSON 1.0` biçimi değil, `json5 'olarak ayrıştırmaya çalışan ..."##), - ("not-included", r##"Bu ikili ilgili format için dönüşüm işlevini içermez. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Dosya geçerli bir `JSON 1.0` biçimi değil, `json5 'olarak ayrıştırmaya çalışan ..."##, + ), + ( + "not-included", + r##"Bu ikili ilgili format için dönüşüm işlevini içermez. `Cargo.toml` ve yeniden derlemenizdeki ilgili özelliği etkinleştirmeniz gerekir. -Bu yazılım ilgili işlevleri içermiyorsa, lütfen bir sorun gönderin."##), - ("currently-supported", r##"Şu anda Desteklenen Formatlar Listesi:"##), - ("unsupported", r##"Desteklenmemiş Biçim Dönüşümü"##), - ("auto-detection-failed", r##"Biçimi otomatik olarak algılayamadı.Lütfen manuel olarak belirtin."##), - ("not-support-deser-sexp", r##"** Henüz desteklenmedi **: Lisp S-ekspresyonundan `` Diğer Biçimler '' e dönüştürülme"##), - ("unknown-fmt", r##"Bilinmeyen dosya biçimi"##), - ("not-saved", r##"Aşağıdaki içerik ** `--save` çağrılmadığı için ** kaydedilmez."##), - ("dst", r##"Hedef Dosya Yolu"##), - ("conv-error", r##"dönüşüm hatası"##), - ], -} +Bu yazılım ilgili işlevleri içermiyorsa, lütfen bir sorun gönderin."##, + ), + ( + "currently-supported", + r##"Şu anda Desteklenen Formatlar Listesi:"##, + ), + ( + "unsupported", + r##"Desteklenmemiş Biçim Dönüşümü"##, + ), + ( + "auto-detection-failed", + r##"Biçimi otomatik olarak algılayamadı.Lütfen manuel olarak belirtin."##, + ), + ( + "not-support-deser-sexp", + r##"** Henüz desteklenmedi **: Lisp S-ekspresyonundan `` Diğer Biçimler '' e dönüştürülme"##, + ), + ( + "unknown-fmt", + r##"Bilinmeyen dosya biçimi"##, + ), + ( + "not-saved", + r##"Aşağıdaki içerik ** `--save` çağrılmadığı için ** kaydedilmez."##, + ), + ( + "dst", + r##"Hedef Dosya Yolu"##, + ), + ( + "conv-error", + r##"dönüşüm hatası"##, + ), + ], + } } /// Language ID: tr; @@ -13358,16 +17230,17 @@ pub(super) const fn get_tr_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_tr_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Değiştirilmiş içerik **, `---sv` çağrılmadığından ** kaydedilmez."##), - ("new-value", r##"yeni değer"##), - ("invalid-path", r##"Geçersiz dosya yolu."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Değiştirilmiş içerik **, `---sv` çağrılmadığından ** kaydedilmez."##, + ), + ("new-value", r##"yeni değer"##), + ("invalid-path", r##"Geçersiz dosya yolu."##), + ], + } } /// Language ID: tr; @@ -13375,16 +17248,23 @@ pub(super) const fn get_tr_map_set() -> L10nMap { /// Description: Türkçe, Latin, Türkiye; pub(super) const fn get_tr_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Değiştirilmiş içerik **, `---sv` çağrılmadığından ** kaydedilmez."##), - ("new-value", r##"yeni değer"##), - ("invalid-path", r##"Geçersiz dosya yolu."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Değiştirilmiş içerik **, `---sv` çağrılmadığından ** kaydedilmez."##, + ), + ( + "new-value", + r##"yeni değer"##, + ), + ( + "invalid-path", + r##"Geçersiz dosya yolu."##, + ), + ], + } } /// Language ID: tr; @@ -13400,32 +17280,28 @@ pub(super) const fn get_tr_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_tr_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Hedef biçimi"##), - ("src-fmt", r##"Kaynak Dosya Biçimi"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Hedef biçimi"##), + ("src-fmt", r##"Kaynak Dosya Biçimi"##), + ], + } } /// tr: Türkçe, Latin, Türkiye pub(super) const fn get_tr_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_tr_map_conversion), - ("get", get_tr_map_get), - ("set_md", get_tr_map_set_md), - ("set", get_tr_map_set), - ("conversion_md", get_tr_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_tr_map_conversion), + ("get", get_tr_map_get), + ("set_md", get_tr_map_set_md), + ("set", get_tr_map_set), + ("conversion_md", get_tr_map_conversion_md), + ], + } } /// Language ID: ug; @@ -13441,24 +17317,33 @@ pub(super) const fn get_tr_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ug_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (5, 6), - ], - entries: &[ - ("invalid-json1.0", r##"ھۆججەت ئىناۋەتلىك ` `JSON 1.0 فورمات ئەمەس, «JSONEN5`» دەپ تەرىۋالماقچى."##), - ("not-saved", r##"تۆۋەندىكى مەزمۇن *** نى **** نى ساقلىمايدۇ ** ساقلانمايدۇ."##), - ("dst", r##"نىشان ھۆججەت يولى"##), - ("not-included", r##"بۇ ئىككىلىك ** ** سۆزنى ئۆز ئىچىگە ئالمايدۇ ** مۇناسىۋەتلىك فورماتنىڭ ئايلانما ئىقتىدارىنى ئۆز ئىچىگە ئالمايدۇ. + key: 15467950696543387533, + disps: &[(1, 0), (5, 6)], + entries: &[ + ( + "invalid-json1.0", + r##"ھۆججەت ئىناۋەتلىك ` `JSON 1.0 فورمات ئەمەس, «JSONEN5`» دەپ تەرىۋالماقچى."##, + ), + ( + "not-saved", + r##"تۆۋەندىكى مەزمۇن *** نى **** نى ساقلىمايدۇ ** ساقلانمايدۇ."##, + ), + ("dst", r##"نىشان ھۆججەت يولى"##), + ( + "not-included", + r##"بۇ ئىككىلىك ** ** سۆزنى ئۆز ئىچىگە ئالمايدۇ ** مۇناسىۋەتلىك فورماتنىڭ ئايلانما ئىقتىدارىنى ئۆز ئىچىگە ئالمايدۇ. «يۈك ساندۇقىڭىز بىلەن مۇناسىۋەتلىك ئىقتىدارنى قوزغىتىشىڭىز كېرەك. ۋە قايتا يېزىلغان. -ئەگەر بۇ يۇمشاق دېتال مۇناسىپ ئىقتىدارنى ئۆز ئىچىگە ئالمىسا, بىر مەسىلىنى يوللاڭ."##), - ("unknown-fmt", r##"نامەلۇم ھۆججەت شەكلى"##), - ("unsupported", r##"قوللىمايدىغان فورمات ئۆزگەرتىش"##), - ("conv-error", r##"ئايلاندۇرۇش خاتالىقى"##), - ("auto-detection-failed", r##"فورماتىنى ئاپتوماتىك بايقاش مەغلۇب بولدى.قولدا بەلگىلەڭ."##), - ], -} +ئەگەر بۇ يۇمشاق دېتال مۇناسىپ ئىقتىدارنى ئۆز ئىچىگە ئالمىسا, بىر مەسىلىنى يوللاڭ."##, + ), + ("unknown-fmt", r##"نامەلۇم ھۆججەت شەكلى"##), + ("unsupported", r##"قوللىمايدىغان فورمات ئۆزگەرتىش"##), + ("conv-error", r##"ئايلاندۇرۇش خاتالىقى"##), + ( + "auto-detection-failed", + r##"فورماتىنى ئاپتوماتىك بايقاش مەغلۇب بولدى.قولدا بەلگىلەڭ."##, + ), + ], + } } /// Language ID: ug; @@ -13466,24 +17351,45 @@ pub(super) const fn get_ug_map_conversion() -> L10nMap { /// Description: ئۇيغۇرچە, ئەرەب, جۇڭگو; pub(super) const fn get_ug_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (5, 6), - ], - entries: &[ - ("invalid-json1.0", r##"ھۆججەت ئىناۋەتلىك ` `JSON 1.0 فورمات ئەمەس, «JSONEN5`» دەپ تەرىۋالماقچى."##), - ("not-saved", r##"تۆۋەندىكى مەزمۇن *** نى **** نى ساقلىمايدۇ ** ساقلانمايدۇ."##), - ("dst", r##"نىشان ھۆججەت يولى"##), - ("not-included", r##"بۇ ئىككىلىك ** ** سۆزنى ئۆز ئىچىگە ئالمايدۇ ** مۇناسىۋەتلىك فورماتنىڭ ئايلانما ئىقتىدارىنى ئۆز ئىچىگە ئالمايدۇ. + key: 15467950696543387533, + disps: &[(1, 0), (5, 6)], + entries: &[ + ( + "invalid-json1.0", + r##"ھۆججەت ئىناۋەتلىك ` `JSON 1.0 فورمات ئەمەس, «JSONEN5`» دەپ تەرىۋالماقچى."##, + ), + ( + "not-saved", + r##"تۆۋەندىكى مەزمۇن *** نى **** نى ساقلىمايدۇ ** ساقلانمايدۇ."##, + ), + ( + "dst", + r##"نىشان ھۆججەت يولى"##, + ), + ( + "not-included", + r##"بۇ ئىككىلىك ** ** سۆزنى ئۆز ئىچىگە ئالمايدۇ ** مۇناسىۋەتلىك فورماتنىڭ ئايلانما ئىقتىدارىنى ئۆز ئىچىگە ئالمايدۇ. «يۈك ساندۇقىڭىز بىلەن مۇناسىۋەتلىك ئىقتىدارنى قوزغىتىشىڭىز كېرەك. ۋە قايتا يېزىلغان. -ئەگەر بۇ يۇمشاق دېتال مۇناسىپ ئىقتىدارنى ئۆز ئىچىگە ئالمىسا, بىر مەسىلىنى يوللاڭ."##), - ("unknown-fmt", r##"نامەلۇم ھۆججەت شەكلى"##), - ("unsupported", r##"قوللىمايدىغان فورمات ئۆزگەرتىش"##), - ("conv-error", r##"ئايلاندۇرۇش خاتالىقى"##), - ("auto-detection-failed", r##"فورماتىنى ئاپتوماتىك بايقاش مەغلۇب بولدى.قولدا بەلگىلەڭ."##), - ], -} +ئەگەر بۇ يۇمشاق دېتال مۇناسىپ ئىقتىدارنى ئۆز ئىچىگە ئالمىسا, بىر مەسىلىنى يوللاڭ."##, + ), + ( + "unknown-fmt", + r##"نامەلۇم ھۆججەت شەكلى"##, + ), + ( + "unsupported", + r##"قوللىمايدىغان فورمات ئۆزگەرتىش"##, + ), + ( + "conv-error", + r##"ئايلاندۇرۇش خاتالىقى"##, + ), + ( + "auto-detection-failed", + r##"فورماتىنى ئاپتوماتىك بايقاش مەغلۇب بولدى.قولدا بەلگىلەڭ."##, + ), + ], + } } /// Language ID: ug; @@ -13499,16 +17405,17 @@ pub(super) const fn get_ug_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ug_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ئۆزگەرتىلگەن مەزمۇن **** ساقلانمايدۇ ***** ساقلانمايدۇ."##), - ("new-value", r##"يېڭى قىممەت"##), - ("invalid-path", r##"ئىناۋەتسىز ھۆججەت يولى."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ئۆزگەرتىلگەن مەزمۇن **** ساقلانمايدۇ ***** ساقلانمايدۇ."##, + ), + ("new-value", r##"يېڭى قىممەت"##), + ("invalid-path", r##"ئىناۋەتسىز ھۆججەت يولى."##), + ], + } } /// Language ID: ug; @@ -13516,16 +17423,23 @@ pub(super) const fn get_ug_map_set() -> L10nMap { /// Description: ئۇيغۇرچە, ئەرەب, جۇڭگو; pub(super) const fn get_ug_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ئۆزگەرتىلگەن مەزمۇن **** ساقلانمايدۇ ***** ساقلانمايدۇ."##), - ("new-value", r##"يېڭى قىممەت"##), - ("invalid-path", r##"ئىناۋەتسىز ھۆججەت يولى."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ئۆزگەرتىلگەن مەزمۇن **** ساقلانمايدۇ ***** ساقلانمايدۇ."##, + ), + ( + "new-value", + r##"يېڭى قىممەت"##, + ), + ( + "invalid-path", + r##"ئىناۋەتسىز ھۆججەت يولى."##, + ), + ], + } } /// Language ID: ug; @@ -13541,32 +17455,28 @@ pub(super) const fn get_ug_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ug_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"مەنزىل شەكلى"##), - ("src-fmt", r##"مەنبە ھۆججەت شەكلى"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"مەنزىل شەكلى"##), + ("src-fmt", r##"مەنبە ھۆججەت شەكلى"##), + ], + } } /// ug: ئۇيغۇرچە, ئەرەب, جۇڭگو pub(super) const fn get_ug_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ug_map_conversion), - ("get", get_ug_map_get), - ("set_md", get_ug_map_set_md), - ("set", get_ug_map_set), - ("conversion_md", get_ug_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ug_map_conversion), + ("get", get_ug_map_get), + ("set_md", get_ug_map_set_md), + ("set", get_ug_map_set), + ("conversion_md", get_ug_map_conversion_md), + ], + } } /// Language ID: uk; @@ -13582,26 +17492,38 @@ pub(super) const fn get_ug_map() -> SubLocaleMap { /// ``` pub(super) const fn get_uk_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Файл не є дійсним форматом json 1.0`, намагаючись розібратися як `json5` ..."##), - ("not-included", r##"Цей двійковий ** не включає ** функціональність перетворення для відповідного формату. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Файл не є дійсним форматом json 1.0`, намагаючись розібратися як `json5` ..."##, + ), + ( + "not-included", + r##"Цей двійковий ** не включає ** функціональність перетворення для відповідного формату. Вам потрібно ввімкнути відповідну функцію у вашому `Cargo.toml` та перекомпілювати. -Якщо це програмне забезпечення не включає відповідну функціональність, надішліть проблему."##), - ("currently-supported", r##"Список форматів, що підтримуються в даний час:"##), - ("unsupported", r##"Небудова перетворення формату"##), - ("auto-detection-failed", r##"Не вдалося автоматично виявити формат.Будь ласка, вкажіть вручну."##), - ("not-support-deser-sexp", r##"4"##), - ("unknown-fmt", r##"Невідомий формат файлу"##), - ("not-saved", r##"Наступний вміст ** не буде збережено, оскільки `--save` не викликали."##), - ("dst", r##"шлях призначення"##), - ("conv-error", r##"Помилка перетворення"##), - ], -} +Якщо це програмне забезпечення не включає відповідну функціональність, надішліть проблему."##, + ), + ( + "currently-supported", + r##"Список форматів, що підтримуються в даний час:"##, + ), + ("unsupported", r##"Небудова перетворення формату"##), + ( + "auto-detection-failed", + r##"Не вдалося автоматично виявити формат.Будь ласка, вкажіть вручну."##, + ), + ("not-support-deser-sexp", r##"4"##), + ("unknown-fmt", r##"Невідомий формат файлу"##), + ( + "not-saved", + r##"Наступний вміст ** не буде збережено, оскільки `--save` не викликали."##, + ), + ("dst", r##"шлях призначення"##), + ("conv-error", r##"Помилка перетворення"##), + ], + } } /// Language ID: uk; @@ -13609,26 +17531,53 @@ pub(super) const fn get_uk_map_conversion() -> L10nMap { /// Description: українська, кирилиця, Україна; pub(super) const fn get_uk_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Файл не є дійсним форматом json 1.0`, намагаючись розібратися як `json5` ..."##), - ("not-included", r##"Цей двійковий ** не включає ** функціональність перетворення для відповідного формату. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Файл не є дійсним форматом json 1.0`, намагаючись розібратися як `json5` ..."##, + ), + ( + "not-included", + r##"Цей двійковий ** не включає ** функціональність перетворення для відповідного формату. Вам потрібно ввімкнути відповідну функцію у вашому `Cargo.toml` та перекомпілювати. -Якщо це програмне забезпечення не включає відповідну функціональність, надішліть проблему."##), - ("currently-supported", r##"Список форматів, що підтримуються в даний час:"##), - ("unsupported", r##"Небудова перетворення формату"##), - ("auto-detection-failed", r##"Не вдалося автоматично виявити формат.Будь ласка, вкажіть вручну."##), - ("not-support-deser-sexp", r##"4"##), - ("unknown-fmt", r##"Невідомий формат файлу"##), - ("not-saved", r##"Наступний вміст ** не буде збережено, оскільки `--save` не викликали."##), - ("dst", r##"шлях призначення"##), - ("conv-error", r##"Помилка перетворення"##), - ], -} +Якщо це програмне забезпечення не включає відповідну функціональність, надішліть проблему."##, + ), + ( + "currently-supported", + r##"Список форматів, що підтримуються в даний час:"##, + ), + ( + "unsupported", + r##"Небудова перетворення формату"##, + ), + ( + "auto-detection-failed", + r##"Не вдалося автоматично виявити формат.Будь ласка, вкажіть вручну."##, + ), + ( + "not-support-deser-sexp", + r##"4"##, + ), + ( + "unknown-fmt", + r##"Невідомий формат файлу"##, + ), + ( + "not-saved", + r##"Наступний вміст ** не буде збережено, оскільки `--save` не викликали."##, + ), + ( + "dst", + r##"шлях призначення"##, + ), + ( + "conv-error", + r##"Помилка перетворення"##, + ), + ], + } } /// Language ID: uk; @@ -13644,16 +17593,17 @@ pub(super) const fn get_uk_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_uk_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Змінений вміст ** не буде збережено, оскільки `--sv` не викликали."##), - ("new-value", r##"нове значення"##), - ("invalid-path", r##"Недійсний шлях файлу."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Змінений вміст ** не буде збережено, оскільки `--sv` не викликали."##, + ), + ("new-value", r##"нове значення"##), + ("invalid-path", r##"Недійсний шлях файлу."##), + ], + } } /// Language ID: uk; @@ -13661,16 +17611,23 @@ pub(super) const fn get_uk_map_set() -> L10nMap { /// Description: українська, кирилиця, Україна; pub(super) const fn get_uk_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Змінений вміст ** не буде збережено, оскільки `--sv` не викликали."##), - ("new-value", r##"нове значення"##), - ("invalid-path", r##"Недійсний шлях файлу."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Змінений вміст ** не буде збережено, оскільки `--sv` не викликали."##, + ), + ( + "new-value", + r##"нове значення"##, + ), + ( + "invalid-path", + r##"Недійсний шлях файлу."##, + ), + ], + } } /// Language ID: uk; @@ -13686,32 +17643,28 @@ pub(super) const fn get_uk_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_uk_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Формат призначення"##), - ("src-fmt", r##"Формат вихідного файлу"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Формат призначення"##), + ("src-fmt", r##"Формат вихідного файлу"##), + ], + } } /// uk: українська, кирилиця, Україна pub(super) const fn get_uk_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_uk_map_conversion), - ("get", get_uk_map_get), - ("set_md", get_uk_map_set_md), - ("set", get_uk_map_set), - ("conversion_md", get_uk_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_uk_map_conversion), + ("get", get_uk_map_get), + ("set_md", get_uk_map_set_md), + ("set", get_uk_map_set), + ("conversion_md", get_uk_map_conversion_md), + ], + } } /// Language ID: ur; @@ -13727,26 +17680,41 @@ pub(super) const fn get_uk_map() -> SubLocaleMap { /// ``` pub(super) const fn get_ur_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"فائل ایک درست `JSON 1.0` فارمیٹ نہیں ہے ، جو `JSON5` کے بطور تجزیہ کرنے کی کوشش کر رہی ہے ..."##), - ("not-included", r##"اس بائنری ** میں ** متعلقہ فارمیٹ کے لئے تبادلوں کی فعالیت شامل نہیں ہے۔ + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"فائل ایک درست `JSON 1.0` فارمیٹ نہیں ہے ، جو `JSON5` کے بطور تجزیہ کرنے کی کوشش کر رہی ہے ..."##, + ), + ( + "not-included", + r##"اس بائنری ** میں ** متعلقہ فارمیٹ کے لئے تبادلوں کی فعالیت شامل نہیں ہے۔ آپ کو اپنے `Cargo.toml` اور recompile میں متعلقہ خصوصیت کو قابل بنانے کی ضرورت ہے۔ -اگر اس سافٹ ویئر میں متعلقہ فعالیت شامل نہیں ہے تو ، براہ کرم کوئی مسئلہ پیش کریں۔"##), - ("currently-supported", r##"فی الحال معاون فارمیٹس کی فہرست:"##), - ("unsupported", r##"غیر تعاون یافتہ فارمیٹ تبادلوں"##), - ("auto-detection-failed", r##"فارمیٹ کا خود بخود پتہ لگانے میں ناکام۔براہ کرم دستی طور پر وضاحت کریں۔"##), - ("not-support-deser-sexp", r##"** ابھی تک تعاون نہیں کیا گیا **: `LISP S-expression` سے` دوسرے فارمیٹس میں تبدیل کرنا"##), - ("unknown-fmt", r##"نامعلوم فائل فارمیٹ"##), - ("not-saved", r##"مندرجہ ذیل مواد ** ** کو محفوظ نہیں کیا جائے گا کیونکہ `--save` کو نہیں بلایا گیا تھا۔"##), - ("dst", r##"منزل مقصود کا راستہ"##), - ("conv-error", r##"تبادلوں کی خرابی"##), - ], -} +اگر اس سافٹ ویئر میں متعلقہ فعالیت شامل نہیں ہے تو ، براہ کرم کوئی مسئلہ پیش کریں۔"##, + ), + ( + "currently-supported", + r##"فی الحال معاون فارمیٹس کی فہرست:"##, + ), + ("unsupported", r##"غیر تعاون یافتہ فارمیٹ تبادلوں"##), + ( + "auto-detection-failed", + r##"فارمیٹ کا خود بخود پتہ لگانے میں ناکام۔براہ کرم دستی طور پر وضاحت کریں۔"##, + ), + ( + "not-support-deser-sexp", + r##"** ابھی تک تعاون نہیں کیا گیا **: `LISP S-expression` سے` دوسرے فارمیٹس میں تبدیل کرنا"##, + ), + ("unknown-fmt", r##"نامعلوم فائل فارمیٹ"##), + ( + "not-saved", + r##"مندرجہ ذیل مواد ** ** کو محفوظ نہیں کیا جائے گا کیونکہ `--save` کو نہیں بلایا گیا تھا۔"##, + ), + ("dst", r##"منزل مقصود کا راستہ"##), + ("conv-error", r##"تبادلوں کی خرابی"##), + ], + } } /// Language ID: ur; @@ -13754,26 +17722,53 @@ pub(super) const fn get_ur_map_conversion() -> L10nMap { /// Description: اردو, عربی, پاکستان; pub(super) const fn get_ur_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"فائل ایک درست `JSON 1.0` فارمیٹ نہیں ہے ، جو `JSON5` کے بطور تجزیہ کرنے کی کوشش کر رہی ہے ..."##), - ("not-included", r##"اس بائنری ** میں ** متعلقہ فارمیٹ کے لئے تبادلوں کی فعالیت شامل نہیں ہے۔ + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"فائل ایک درست `JSON 1.0` فارمیٹ نہیں ہے ، جو `JSON5` کے بطور تجزیہ کرنے کی کوشش کر رہی ہے ..."##, + ), + ( + "not-included", + r##"اس بائنری ** میں ** متعلقہ فارمیٹ کے لئے تبادلوں کی فعالیت شامل نہیں ہے۔ آپ کو اپنے `Cargo.toml` اور recompile میں متعلقہ خصوصیت کو قابل بنانے کی ضرورت ہے۔ -اگر اس سافٹ ویئر میں متعلقہ فعالیت شامل نہیں ہے تو ، براہ کرم کوئی مسئلہ پیش کریں۔"##), - ("currently-supported", r##"فی الحال معاون فارمیٹس کی فہرست:"##), - ("unsupported", r##"غیر تعاون یافتہ فارمیٹ تبادلوں"##), - ("auto-detection-failed", r##"فارمیٹ کا خود بخود پتہ لگانے میں ناکام۔براہ کرم دستی طور پر وضاحت کریں۔"##), - ("not-support-deser-sexp", r##"** ابھی تک تعاون نہیں کیا گیا **: `LISP S-expression` سے` دوسرے فارمیٹس میں تبدیل کرنا"##), - ("unknown-fmt", r##"نامعلوم فائل فارمیٹ"##), - ("not-saved", r##"مندرجہ ذیل مواد ** ** کو محفوظ نہیں کیا جائے گا کیونکہ `--save` کو نہیں بلایا گیا تھا۔"##), - ("dst", r##"منزل مقصود کا راستہ"##), - ("conv-error", r##"تبادلوں کی خرابی"##), - ], -} +اگر اس سافٹ ویئر میں متعلقہ فعالیت شامل نہیں ہے تو ، براہ کرم کوئی مسئلہ پیش کریں۔"##, + ), + ( + "currently-supported", + r##"فی الحال معاون فارمیٹس کی فہرست:"##, + ), + ( + "unsupported", + r##"غیر تعاون یافتہ فارمیٹ تبادلوں"##, + ), + ( + "auto-detection-failed", + r##"فارمیٹ کا خود بخود پتہ لگانے میں ناکام۔براہ کرم دستی طور پر وضاحت کریں۔"##, + ), + ( + "not-support-deser-sexp", + r##"** ابھی تک تعاون نہیں کیا گیا **: `LISP S-expression` سے` دوسرے فارمیٹس میں تبدیل کرنا"##, + ), + ( + "unknown-fmt", + r##"نامعلوم فائل فارمیٹ"##, + ), + ( + "not-saved", + r##"مندرجہ ذیل مواد ** ** کو محفوظ نہیں کیا جائے گا کیونکہ `--save` کو نہیں بلایا گیا تھا۔"##, + ), + ( + "dst", + r##"منزل مقصود کا راستہ"##, + ), + ( + "conv-error", + r##"تبادلوں کی خرابی"##, + ), + ], + } } /// Language ID: ur; @@ -13789,16 +17784,17 @@ pub(super) const fn get_ur_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_ur_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ترمیم شدہ مواد ** ** کو محفوظ نہیں کیا جائے گا کیونکہ `-SV` کو نہیں بلایا گیا تھا۔"##), - ("new-value", r##"نئی قیمت"##), - ("invalid-path", r##"غلط فائل کا راستہ۔"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ترمیم شدہ مواد ** ** کو محفوظ نہیں کیا جائے گا کیونکہ `-SV` کو نہیں بلایا گیا تھا۔"##, + ), + ("new-value", r##"نئی قیمت"##), + ("invalid-path", r##"غلط فائل کا راستہ۔"##), + ], + } } /// Language ID: ur; @@ -13806,16 +17802,23 @@ pub(super) const fn get_ur_map_set() -> L10nMap { /// Description: اردو, عربی, پاکستان; pub(super) const fn get_ur_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"ترمیم شدہ مواد ** ** کو محفوظ نہیں کیا جائے گا کیونکہ `-SV` کو نہیں بلایا گیا تھا۔"##), - ("new-value", r##"نئی قیمت"##), - ("invalid-path", r##"غلط فائل کا راستہ۔"##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"ترمیم شدہ مواد ** ** کو محفوظ نہیں کیا جائے گا کیونکہ `-SV` کو نہیں بلایا گیا تھا۔"##, + ), + ( + "new-value", + r##"نئی قیمت"##, + ), + ( + "invalid-path", + r##"غلط فائل کا راستہ۔"##, + ), + ], + } } /// Language ID: ur; @@ -13831,32 +17834,28 @@ pub(super) const fn get_ur_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_ur_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"منزل مقصود"##), - ("src-fmt", r##"ماخذ فائل کی شکل"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"منزل مقصود"##), + ("src-fmt", r##"ماخذ فائل کی شکل"##), + ], + } } /// ur: اردو, عربی, پاکستان pub(super) const fn get_ur_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_ur_map_conversion), - ("get", get_ur_map_get), - ("set_md", get_ur_map_set_md), - ("set", get_ur_map_set), - ("conversion_md", get_ur_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_ur_map_conversion), + ("get", get_ur_map_get), + ("set_md", get_ur_map_set_md), + ("set", get_ur_map_set), + ("conversion_md", get_ur_map_conversion_md), + ], + } } /// Language ID: uz; @@ -13872,24 +17871,36 @@ pub(super) const fn get_ur_map() -> SubLocaleMap { /// ``` pub(super) const fn get_uz_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 3), - (2, 0), - ], - entries: &[ - ("conv-error", r##"Konversiya xato"##), - ("not-support-deser-sexp", r##"Qo'llab-quvvatlanmaydi **: "lisp s-ifoda" dan "boshqa forss" gacha o'zgarishi"##), - ("dst", r##"Belgilangan fayl yo'li"##), - ("unsupported", r##"Qo'llab-quvvatlanmaydigan formatni o'zgartirish"##), - ("auto-detection-failed", r##"Formatni avtomatik ravishda aniqlab bo'lmadi.Iltimos, qo'lda belgilang."##), - ("currently-supported", r##"Xursand qilingan formatlar ro'yxati:"##), - ("not-included", r##"Ushbu ikkilik ** tegishli format uchun konversiya funktsiyalarini o'z ichiga olmaydi. + key: 12913932095322966823, + disps: &[(0, 3), (2, 0)], + entries: &[ + ("conv-error", r##"Konversiya xato"##), + ( + "not-support-deser-sexp", + r##"Qo'llab-quvvatlanmaydi **: "lisp s-ifoda" dan "boshqa forss" gacha o'zgarishi"##, + ), + ("dst", r##"Belgilangan fayl yo'li"##), + ( + "unsupported", + r##"Qo'llab-quvvatlanmaydigan formatni o'zgartirish"##, + ), + ( + "auto-detection-failed", + r##"Formatni avtomatik ravishda aniqlab bo'lmadi.Iltimos, qo'lda belgilang."##, + ), + ( + "currently-supported", + r##"Xursand qilingan formatlar ro'yxati:"##, + ), + ( + "not-included", + r##"Ushbu ikkilik ** tegishli format uchun konversiya funktsiyalarini o'z ichiga olmaydi. Siz "yuk tashish" va qayta ishlashda tegishli xususiyatni yoqishingiz kerak. -Agar ushbu dastur mos funktsiyani o'z ichiga olmasa, iltimos, muammoni taqdim eting."##), - ("unknown-fmt", r##"Noma'lum fayl formati"##), - ], -} +Agar ushbu dastur mos funktsiyani o'z ichiga olmasa, iltimos, muammoni taqdim eting."##, + ), + ("unknown-fmt", r##"Noma'lum fayl formati"##), + ], + } } /// Language ID: uz; @@ -13897,24 +17908,45 @@ Agar ushbu dastur mos funktsiyani o'z ichiga olmasa, iltimos, muammoni taqdim et /// Description: o‘zbek, lotin, Oʻzbekiston; pub(super) const fn get_uz_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 3), - (2, 0), - ], - entries: &[ - ("conv-error", r##"Konversiya xato"##), - ("not-support-deser-sexp", r##"Qo'llab-quvvatlanmaydi **: "lisp s-ifoda" dan "boshqa forss" gacha o'zgarishi"##), - ("dst", r##"Belgilangan fayl yo'li"##), - ("unsupported", r##"Qo'llab-quvvatlanmaydigan formatni o'zgartirish"##), - ("auto-detection-failed", r##"Formatni avtomatik ravishda aniqlab bo'lmadi.Iltimos, qo'lda belgilang."##), - ("currently-supported", r##"Xursand qilingan formatlar ro'yxati:"##), - ("not-included", r##"Ushbu ikkilik ** tegishli format uchun konversiya funktsiyalarini o'z ichiga olmaydi. + key: 12913932095322966823, + disps: &[(0, 3), (2, 0)], + entries: &[ + ( + "conv-error", + r##"Konversiya xato"##, + ), + ( + "not-support-deser-sexp", + r##"Qo'llab-quvvatlanmaydi **: "lisp s-ifoda" dan "boshqa forss" gacha o'zgarishi"##, + ), + ( + "dst", + r##"Belgilangan fayl yo'li"##, + ), + ( + "unsupported", + r##"Qo'llab-quvvatlanmaydigan formatni o'zgartirish"##, + ), + ( + "auto-detection-failed", + r##"Formatni avtomatik ravishda aniqlab bo'lmadi.Iltimos, qo'lda belgilang."##, + ), + ( + "currently-supported", + r##"Xursand qilingan formatlar ro'yxati:"##, + ), + ( + "not-included", + r##"Ushbu ikkilik ** tegishli format uchun konversiya funktsiyalarini o'z ichiga olmaydi. Siz "yuk tashish" va qayta ishlashda tegishli xususiyatni yoqishingiz kerak. -Agar ushbu dastur mos funktsiyani o'z ichiga olmasa, iltimos, muammoni taqdim eting."##), - ("unknown-fmt", r##"Noma'lum fayl formati"##), - ], -} +Agar ushbu dastur mos funktsiyani o'z ichiga olmasa, iltimos, muammoni taqdim eting."##, + ), + ( + "unknown-fmt", + r##"Noma'lum fayl formati"##, + ), + ], + } } /// Language ID: uz; @@ -13930,16 +17962,17 @@ pub(super) const fn get_uz_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_uz_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"O'zgartirilgan tarkibni saqlab qolmaydi ** "- -sv" deb nomlanmagan."##), - ("new-value", r##"Yangilik"##), - ("invalid-path", r##"Noto'g'ri fayl yo'li."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"O'zgartirilgan tarkibni saqlab qolmaydi ** "- -sv" deb nomlanmagan."##, + ), + ("new-value", r##"Yangilik"##), + ("invalid-path", r##"Noto'g'ri fayl yo'li."##), + ], + } } /// Language ID: uz; @@ -13947,16 +17980,23 @@ pub(super) const fn get_uz_map_set() -> L10nMap { /// Description: o‘zbek, lotin, Oʻzbekiston; pub(super) const fn get_uz_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"O'zgartirilgan tarkibni saqlab qolmaydi ** "- -sv" deb nomlanmagan."##), - ("new-value", r##"Yangilik"##), - ("invalid-path", r##"Noto'g'ri fayl yo'li."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"O'zgartirilgan tarkibni saqlab qolmaydi ** "- -sv" deb nomlanmagan."##, + ), + ( + "new-value", + r##"Yangilik"##, + ), + ( + "invalid-path", + r##"Noto'g'ri fayl yo'li."##, + ), + ], + } } /// Language ID: uz; @@ -13972,32 +18012,28 @@ pub(super) const fn get_uz_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_uz_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Belgilangan format"##), - ("src-fmt", r##"Manba fayl formati"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Belgilangan format"##), + ("src-fmt", r##"Manba fayl formati"##), + ], + } } /// uz: o‘zbek, lotin, Oʻzbekiston pub(super) const fn get_uz_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_uz_map_conversion), - ("get", get_uz_map_get), - ("set_md", get_uz_map_set_md), - ("set", get_uz_map_set), - ("conversion_md", get_uz_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_uz_map_conversion), + ("get", get_uz_map_get), + ("set_md", get_uz_map_set_md), + ("set", get_uz_map_set), + ("conversion_md", get_uz_map_conversion_md), + ], + } } /// Language ID: vi; @@ -14013,26 +18049,38 @@ pub(super) const fn get_uz_map() -> SubLocaleMap { /// ``` pub(super) const fn get_vi_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Tệp không phải là định dạng `json 1.0` hợp lệ, cố gắng phân tích phân tích thành `json5` ..."##), - ("not-included", r##"Binary ** này không bao gồm ** Chức năng chuyển đổi cho định dạng có liên quan. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Tệp không phải là định dạng `json 1.0` hợp lệ, cố gắng phân tích phân tích thành `json5` ..."##, + ), + ( + "not-included", + r##"Binary ** này không bao gồm ** Chức năng chuyển đổi cho định dạng có liên quan. Bạn cần bật tính năng có liên quan trong `Cargo.toml` và Recompile. -Nếu phần mềm này không bao gồm chức năng tương ứng, vui lòng gửi một vấn đề."##), - ("currently-supported", r##"Danh sách các định dạng hiện được hỗ trợ:"##), - ("unsupported", r##"Chuyển đổi định dạng không được hỗ trợ"##), - ("auto-detection-failed", r##"Không thể tự động phát hiện định dạng.Vui lòng chỉ định thủ công."##), - ("not-support-deser-sexp", r##"** Chưa được hỗ trợ"##), - ("unknown-fmt", r##"Định dạng tệp không xác định"##), - ("not-saved", r##"Nội dung sau ** sẽ không ** được lưu vì `--save` không được gọi."##), - ("dst", r##"Đường dẫn tệp đích"##), - ("conv-error", r##"Lỗi chuyển đổi"##), - ], -} +Nếu phần mềm này không bao gồm chức năng tương ứng, vui lòng gửi một vấn đề."##, + ), + ( + "currently-supported", + r##"Danh sách các định dạng hiện được hỗ trợ:"##, + ), + ("unsupported", r##"Chuyển đổi định dạng không được hỗ trợ"##), + ( + "auto-detection-failed", + r##"Không thể tự động phát hiện định dạng.Vui lòng chỉ định thủ công."##, + ), + ("not-support-deser-sexp", r##"** Chưa được hỗ trợ"##), + ("unknown-fmt", r##"Định dạng tệp không xác định"##), + ( + "not-saved", + r##"Nội dung sau ** sẽ không ** được lưu vì `--save` không được gọi."##, + ), + ("dst", r##"Đường dẫn tệp đích"##), + ("conv-error", r##"Lỗi chuyển đổi"##), + ], + } } /// Language ID: vi; @@ -14040,26 +18088,53 @@ Nếu phần mềm này không bao gồm chức năng tương ứng, vui lòng g /// Description: Tiếng Việt, Chữ La tinh, Việt Nam; pub(super) const fn get_vi_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Tệp không phải là định dạng `json 1.0` hợp lệ, cố gắng phân tích phân tích thành `json5` ..."##), - ("not-included", r##"Binary ** này không bao gồm ** Chức năng chuyển đổi cho định dạng có liên quan. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Tệp không phải là định dạng `json 1.0` hợp lệ, cố gắng phân tích phân tích thành `json5` ..."##, + ), + ( + "not-included", + r##"Binary ** này không bao gồm ** Chức năng chuyển đổi cho định dạng có liên quan. Bạn cần bật tính năng có liên quan trong `Cargo.toml` và Recompile. -Nếu phần mềm này không bao gồm chức năng tương ứng, vui lòng gửi một vấn đề."##), - ("currently-supported", r##"Danh sách các định dạng hiện được hỗ trợ:"##), - ("unsupported", r##"Chuyển đổi định dạng không được hỗ trợ"##), - ("auto-detection-failed", r##"Không thể tự động phát hiện định dạng.Vui lòng chỉ định thủ công."##), - ("not-support-deser-sexp", r##"** Chưa được hỗ trợ"##), - ("unknown-fmt", r##"Định dạng tệp không xác định"##), - ("not-saved", r##"Nội dung sau ** sẽ không ** được lưu vì `--save` không được gọi."##), - ("dst", r##"Đường dẫn tệp đích"##), - ("conv-error", r##"Lỗi chuyển đổi"##), - ], -} +Nếu phần mềm này không bao gồm chức năng tương ứng, vui lòng gửi một vấn đề."##, + ), + ( + "currently-supported", + r##"Danh sách các định dạng hiện được hỗ trợ:"##, + ), + ( + "unsupported", + r##"Chuyển đổi định dạng không được hỗ trợ"##, + ), + ( + "auto-detection-failed", + r##"Không thể tự động phát hiện định dạng.Vui lòng chỉ định thủ công."##, + ), + ( + "not-support-deser-sexp", + r##"** Chưa được hỗ trợ"##, + ), + ( + "unknown-fmt", + r##"Định dạng tệp không xác định"##, + ), + ( + "not-saved", + r##"Nội dung sau ** sẽ không ** được lưu vì `--save` không được gọi."##, + ), + ( + "dst", + r##"Đường dẫn tệp đích"##, + ), + ( + "conv-error", + r##"Lỗi chuyển đổi"##, + ), + ], + } } /// Language ID: vi; @@ -14075,16 +18150,17 @@ pub(super) const fn get_vi_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_vi_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Nội dung được sửa đổi ** sẽ không được lưu ** vì `--sv` không được gọi."##), - ("new-value", r##"Giá trị mới"##), - ("invalid-path", r##"Đường dẫn tệp không hợp lệ."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Nội dung được sửa đổi ** sẽ không được lưu ** vì `--sv` không được gọi."##, + ), + ("new-value", r##"Giá trị mới"##), + ("invalid-path", r##"Đường dẫn tệp không hợp lệ."##), + ], + } } /// Language ID: vi; @@ -14092,16 +18168,23 @@ pub(super) const fn get_vi_map_set() -> L10nMap { /// Description: Tiếng Việt, Chữ La tinh, Việt Nam; pub(super) const fn get_vi_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Nội dung được sửa đổi ** sẽ không được lưu ** vì `--sv` không được gọi."##), - ("new-value", r##"Giá trị mới"##), - ("invalid-path", r##"Đường dẫn tệp không hợp lệ."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Nội dung được sửa đổi ** sẽ không được lưu ** vì `--sv` không được gọi."##, + ), + ( + "new-value", + r##"Giá trị mới"##, + ), + ( + "invalid-path", + r##"Đường dẫn tệp không hợp lệ."##, + ), + ], + } } /// Language ID: vi; @@ -14117,32 +18200,28 @@ pub(super) const fn get_vi_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_vi_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Định dạng đích"##), - ("src-fmt", r##"Định dạng tệp nguồn"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Định dạng đích"##), + ("src-fmt", r##"Định dạng tệp nguồn"##), + ], + } } /// vi: Tiếng Việt, Chữ La tinh, Việt Nam pub(super) const fn get_vi_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_vi_map_conversion), - ("get", get_vi_map_get), - ("set_md", get_vi_map_set_md), - ("set", get_vi_map_set), - ("conversion_md", get_vi_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_vi_map_conversion), + ("get", get_vi_map_get), + ("set_md", get_vi_map_set_md), + ("set", get_vi_map_set), + ("conversion_md", get_vi_map_conversion_md), + ], + } } /// Language ID: xh; @@ -14158,25 +18237,34 @@ pub(super) const fn get_vi_map() -> SubLocaleMap { /// ``` pub(super) const fn get_xh_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 6), - (6, 0), - ], - entries: &[ - ("not-included", r##"Le binary ** ayibandakanyi umsebenzi wokuguqula yefomathi efanelekileyo. + key: 12913932095322966823, + disps: &[(6, 6), (6, 0)], + entries: &[ + ( + "not-included", + r##"Le binary ** ayibandakanyi umsebenzi wokuguqula yefomathi efanelekileyo. Kuya kufuneka ukuba wenze into efanelekileyo kwi-`Cargo.toml` kwaye uphinde. -Ukuba le software ayibandakanyi ukusebenza ngokuchanekileyo, nceda ungenise umba."##), - ("auto-detection-failed", r##"Ayiphumelelanga ukufumanisa ifomathi.Nceda uchaze ngesandla."##), - ("not-support-deser-sexp", r##"*** ayixhaswanga kodwa **: Ukuguqula ukusuka kwi-Lisp s"##), - ("dst", r##"indlela yefayile yokufika"##), - ("unsupported", r##"Ifomathi engacwangciswanga"##), - ("currently-supported", r##"LOLULEKILE OLEKILEYO FRAATS:"##), - ("not-saved", r##"Lo mxholo ulandelayo ** awuyi kuba usindiswe kuba `--save` yayingabizwanga."##), - ("unknown-fmt", r##"Ifomati engaziwayo yefayile"##), - ("conv-error", r##"Impazamo yokuguqula"##), - ], -} +Ukuba le software ayibandakanyi ukusebenza ngokuchanekileyo, nceda ungenise umba."##, + ), + ( + "auto-detection-failed", + r##"Ayiphumelelanga ukufumanisa ifomathi.Nceda uchaze ngesandla."##, + ), + ( + "not-support-deser-sexp", + r##"*** ayixhaswanga kodwa **: Ukuguqula ukusuka kwi-Lisp s"##, + ), + ("dst", r##"indlela yefayile yokufika"##), + ("unsupported", r##"Ifomathi engacwangciswanga"##), + ("currently-supported", r##"LOLULEKILE OLEKILEYO FRAATS:"##), + ( + "not-saved", + r##"Lo mxholo ulandelayo ** awuyi kuba usindiswe kuba `--save` yayingabizwanga."##, + ), + ("unknown-fmt", r##"Ifomati engaziwayo yefayile"##), + ("conv-error", r##"Impazamo yokuguqula"##), + ], + } } /// Language ID: xh; @@ -14184,25 +18272,49 @@ Ukuba le software ayibandakanyi ukusebenza ngokuchanekileyo, nceda ungenise umba /// Description: IsiXhosa, IsiLatin, EMzantsi Afrika; pub(super) const fn get_xh_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 6), - (6, 0), - ], - entries: &[ - ("not-included", r##"Le binary ** ayibandakanyi umsebenzi wokuguqula yefomathi efanelekileyo. + key: 12913932095322966823, + disps: &[(6, 6), (6, 0)], + entries: &[ + ( + "not-included", + r##"Le binary ** ayibandakanyi umsebenzi wokuguqula yefomathi efanelekileyo. Kuya kufuneka ukuba wenze into efanelekileyo kwi-`Cargo.toml` kwaye uphinde. -Ukuba le software ayibandakanyi ukusebenza ngokuchanekileyo, nceda ungenise umba."##), - ("auto-detection-failed", r##"Ayiphumelelanga ukufumanisa ifomathi.Nceda uchaze ngesandla."##), - ("not-support-deser-sexp", r##"*** ayixhaswanga kodwa **: Ukuguqula ukusuka kwi-Lisp s"##), - ("dst", r##"indlela yefayile yokufika"##), - ("unsupported", r##"Ifomathi engacwangciswanga"##), - ("currently-supported", r##"LOLULEKILE OLEKILEYO FRAATS:"##), - ("not-saved", r##"Lo mxholo ulandelayo ** awuyi kuba usindiswe kuba `--save` yayingabizwanga."##), - ("unknown-fmt", r##"Ifomati engaziwayo yefayile"##), - ("conv-error", r##"Impazamo yokuguqula"##), - ], -} +Ukuba le software ayibandakanyi ukusebenza ngokuchanekileyo, nceda ungenise umba."##, + ), + ( + "auto-detection-failed", + r##"Ayiphumelelanga ukufumanisa ifomathi.Nceda uchaze ngesandla."##, + ), + ( + "not-support-deser-sexp", + r##"*** ayixhaswanga kodwa **: Ukuguqula ukusuka kwi-Lisp s"##, + ), + ( + "dst", + r##"indlela yefayile yokufika"##, + ), + ( + "unsupported", + r##"Ifomathi engacwangciswanga"##, + ), + ( + "currently-supported", + r##"LOLULEKILE OLEKILEYO FRAATS:"##, + ), + ( + "not-saved", + r##"Lo mxholo ulandelayo ** awuyi kuba usindiswe kuba `--save` yayingabizwanga."##, + ), + ( + "unknown-fmt", + r##"Ifomati engaziwayo yefayile"##, + ), + ( + "conv-error", + r##"Impazamo yokuguqula"##, + ), + ], + } } /// Language ID: xh; @@ -14218,16 +18330,17 @@ pub(super) const fn get_xh_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_xh_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Umxholo oguqulweyo ** awuyi kugcinwa kuba `--sv`"##), - ("new-value", r##"Ixabiso elitsha"##), - ("invalid-path", r##"indlela engasebenziyo yefayile."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Umxholo oguqulweyo ** awuyi kugcinwa kuba `--sv`"##, + ), + ("new-value", r##"Ixabiso elitsha"##), + ("invalid-path", r##"indlela engasebenziyo yefayile."##), + ], + } } /// Language ID: xh; @@ -14235,16 +18348,23 @@ pub(super) const fn get_xh_map_set() -> L10nMap { /// Description: IsiXhosa, IsiLatin, EMzantsi Afrika; pub(super) const fn get_xh_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Umxholo oguqulweyo ** awuyi kugcinwa kuba `--sv`"##), - ("new-value", r##"Ixabiso elitsha"##), - ("invalid-path", r##"indlela engasebenziyo yefayile."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Umxholo oguqulweyo ** awuyi kugcinwa kuba `--sv`"##, + ), + ( + "new-value", + r##"Ixabiso elitsha"##, + ), + ( + "invalid-path", + r##"indlela engasebenziyo yefayile."##, + ), + ], + } } /// Language ID: xh; @@ -14260,32 +18380,28 @@ pub(super) const fn get_xh_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_xh_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Ifomathi yendawo oya kuyo"##), - ("src-fmt", r##"Ifomati yefayile yomthombo"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Ifomathi yendawo oya kuyo"##), + ("src-fmt", r##"Ifomati yefayile yomthombo"##), + ], + } } /// xh: IsiXhosa, IsiLatin, EMzantsi Afrika pub(super) const fn get_xh_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_xh_map_conversion), - ("get", get_xh_map_get), - ("set_md", get_xh_map_set_md), - ("set", get_xh_map_set), - ("conversion_md", get_xh_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_xh_map_conversion), + ("get", get_xh_map_get), + ("set_md", get_xh_map_set_md), + ("set", get_xh_map_set), + ("conversion_md", get_xh_map_conversion_md), + ], + } } /// Language ID: yi; @@ -14301,22 +18417,31 @@ pub(super) const fn get_xh_map() -> SubLocaleMap { /// ``` pub(super) const fn get_yi_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - (2, 1), - ], - entries: &[ - ("unsupported", r##"ניט-סופּפּאָרטעד פֿאָרמאַט קאַנווערזשאַן"##), - ("conv-error", r##"קאַנווערזשאַן טעות"##), - ("not-support-deser-sexp", r##"** ניט געשטיצט נאָך **: קאַנווערטינג פון `ליספּ ס-אויסדרוק` צו` אנדערע פאָרמאַץ`"##), - ("invalid-json1.0", r##"דער טעקע איז נישט אַ גילטיק `json 1.0` פֿאָרמאַט, טריינג צו פּאַרס ווי `json5` ..."##), - ("unknown-fmt", r##"אומבאַקאַנט טעקע פֿאָרמאַט"##), - ("auto-detection-failed", r##"ניט אַנדערש צו דעטאַילס די פֿאָרמאַט.ביטע ספּעציפיצירן מאַניואַלי."##), - ("currently-supported", r##"דערווייַל געשטיצט פֿאָרמאַטירונגען רשימה:"##), - ("dst", r##"דעסטיניישאַן טעקע דרך"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0), (2, 1)], + entries: &[ + ("unsupported", r##"ניט-סופּפּאָרטעד פֿאָרמאַט קאַנווערזשאַן"##), + ("conv-error", r##"קאַנווערזשאַן טעות"##), + ( + "not-support-deser-sexp", + r##"** ניט געשטיצט נאָך **: קאַנווערטינג פון `ליספּ ס-אויסדרוק` צו` אנדערע פאָרמאַץ`"##, + ), + ( + "invalid-json1.0", + r##"דער טעקע איז נישט אַ גילטיק `json 1.0` פֿאָרמאַט, טריינג צו פּאַרס ווי `json5` ..."##, + ), + ("unknown-fmt", r##"אומבאַקאַנט טעקע פֿאָרמאַט"##), + ( + "auto-detection-failed", + r##"ניט אַנדערש צו דעטאַילס די פֿאָרמאַט.ביטע ספּעציפיצירן מאַניואַלי."##, + ), + ( + "currently-supported", + r##"דערווייַל געשטיצט פֿאָרמאַטירונגען רשימה:"##, + ), + ("dst", r##"דעסטיניישאַן טעקע דרך"##), + ], + } } /// Language ID: yi; @@ -14324,22 +18449,43 @@ pub(super) const fn get_yi_map_conversion() -> L10nMap { /// Description: ייִדיש, העברעיש, וועלט; pub(super) const fn get_yi_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (0, 0), - (2, 1), - ], - entries: &[ - ("unsupported", r##"ניט-סופּפּאָרטעד פֿאָרמאַט קאַנווערזשאַן"##), - ("conv-error", r##"קאַנווערזשאַן טעות"##), - ("not-support-deser-sexp", r##"** ניט געשטיצט נאָך **: קאַנווערטינג פון `ליספּ ס-אויסדרוק` צו` אנדערע פאָרמאַץ`"##), - ("invalid-json1.0", r##"דער טעקע איז נישט אַ גילטיק `json 1.0` פֿאָרמאַט, טריינג צו פּאַרס ווי `json5` ..."##), - ("unknown-fmt", r##"אומבאַקאַנט טעקע פֿאָרמאַט"##), - ("auto-detection-failed", r##"ניט אַנדערש צו דעטאַילס די פֿאָרמאַט.ביטע ספּעציפיצירן מאַניואַלי."##), - ("currently-supported", r##"דערווייַל געשטיצט פֿאָרמאַטירונגען רשימה:"##), - ("dst", r##"דעסטיניישאַן טעקע דרך"##), - ], -} + key: 12913932095322966823, + disps: &[(0, 0), (2, 1)], + entries: &[ + ( + "unsupported", + r##"ניט-סופּפּאָרטעד פֿאָרמאַט קאַנווערזשאַן"##, + ), + ( + "conv-error", + r##"קאַנווערזשאַן טעות"##, + ), + ( + "not-support-deser-sexp", + r##"** ניט געשטיצט נאָך **: קאַנווערטינג פון `ליספּ ס-אויסדרוק` צו` אנדערע פאָרמאַץ`"##, + ), + ( + "invalid-json1.0", + r##"דער טעקע איז נישט אַ גילטיק `json 1.0` פֿאָרמאַט, טריינג צו פּאַרס ווי `json5` ..."##, + ), + ( + "unknown-fmt", + r##"אומבאַקאַנט טעקע פֿאָרמאַט"##, + ), + ( + "auto-detection-failed", + r##"ניט אַנדערש צו דעטאַילס די פֿאָרמאַט.ביטע ספּעציפיצירן מאַניואַלי."##, + ), + ( + "currently-supported", + r##"דערווייַל געשטיצט פֿאָרמאַטירונגען רשימה:"##, + ), + ( + "dst", + r##"דעסטיניישאַן טעקע דרך"##, + ), + ], + } } /// Language ID: yi; @@ -14355,16 +18501,17 @@ pub(super) const fn get_yi_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_yi_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"די מאַדאַפייד אינהאַלט ** וועט ניט ** זיין געראטעוועט ווייַל `- - ס 'איז נישט גערופן."##), - ("new-value", r##"ניו ווערט"##), - ("invalid-path", r##"פאַרקריפּלט טעקע דרך."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"די מאַדאַפייד אינהאַלט ** וועט ניט ** זיין געראטעוועט ווייַל `- - ס 'איז נישט גערופן."##, + ), + ("new-value", r##"ניו ווערט"##), + ("invalid-path", r##"פאַרקריפּלט טעקע דרך."##), + ], + } } /// Language ID: yi; @@ -14372,16 +18519,23 @@ pub(super) const fn get_yi_map_set() -> L10nMap { /// Description: ייִדיש, העברעיש, וועלט; pub(super) const fn get_yi_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"די מאַדאַפייד אינהאַלט ** וועט ניט ** זיין געראטעוועט ווייַל `- - ס 'איז נישט גערופן."##), - ("new-value", r##"ניו ווערט"##), - ("invalid-path", r##"פאַרקריפּלט טעקע דרך."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"די מאַדאַפייד אינהאַלט ** וועט ניט ** זיין געראטעוועט ווייַל `- - ס 'איז נישט גערופן."##, + ), + ( + "new-value", + r##"ניו ווערט"##, + ), + ( + "invalid-path", + r##"פאַרקריפּלט טעקע דרך."##, + ), + ], + } } /// Language ID: yi; @@ -14397,32 +18551,28 @@ pub(super) const fn get_yi_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_yi_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"דעסטיניישאַן פֿאָרמאַט"##), - ("src-fmt", r##"מקור טעקע פֿאָרמאַט"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"דעסטיניישאַן פֿאָרמאַט"##), + ("src-fmt", r##"מקור טעקע פֿאָרמאַט"##), + ], + } } /// yi: ייִדיש, העברעיש, וועלט pub(super) const fn get_yi_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_yi_map_conversion), - ("get", get_yi_map_get), - ("set_md", get_yi_map_set_md), - ("set", get_yi_map_set), - ("conversion_md", get_yi_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_yi_map_conversion), + ("get", get_yi_map_get), + ("set_md", get_yi_map_set_md), + ("set", get_yi_map_set), + ("conversion_md", get_yi_map_conversion_md), + ], + } } /// Language ID: yo; @@ -14438,25 +18588,37 @@ pub(super) const fn get_yi_map() -> SubLocaleMap { /// ``` pub(super) const fn get_yo_map_conversion() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-saved", r##"Awọn akoonu atẹle kii yoo ni igbala nitori `--save` ko pe."##), - ("unknown-fmt", r##"Ọna kika faili aimọ"##), - ("currently-supported", r##"Lọwọlọwọ awọn ọna kika ọna kika lọwọlọwọ:"##), - ("auto-detection-failed", r##"Kuna lati wa taara ọna kika.Jọwọ ṣalaye pẹlu ọwọ."##), - ("not-included", r##"Alakomeji ** ko pẹlu ** Awọn iṣẹ iyipada fun ọna kika to wulo. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-saved", + r##"Awọn akoonu atẹle kii yoo ni igbala nitori `--save` ko pe."##, + ), + ("unknown-fmt", r##"Ọna kika faili aimọ"##), + ( + "currently-supported", + r##"Lọwọlọwọ awọn ọna kika ọna kika lọwọlọwọ:"##, + ), + ( + "auto-detection-failed", + r##"Kuna lati wa taara ọna kika.Jọwọ ṣalaye pẹlu ọwọ."##, + ), + ( + "not-included", + r##"Alakomeji ** ko pẹlu ** Awọn iṣẹ iyipada fun ọna kika to wulo. O nilo lati ṣiṣẹ ẹya ti o yẹ ni rẹ `Cargo.toml` ati commpile. -Ti sọfitiwia yii ko pẹlu iṣẹ ti o baamu, jọwọ gbe oro kan."##), - ("conv-error", r##"Aṣiṣe iyipada"##), - ("dst", r##"Ọna faili ibina"##), - ("unsupported", r##"Iyipada ọna kika ti ko ni iṣiro"##), - ("invalid-json1.0", r##"Faili naa ko si ni ọna kika `json 1.0` to wulo, o ngbiyanju lati tutumọ si `json5`..."##), - ], -} +Ti sọfitiwia yii ko pẹlu iṣẹ ti o baamu, jọwọ gbe oro kan."##, + ), + ("conv-error", r##"Aṣiṣe iyipada"##), + ("dst", r##"Ọna faili ibina"##), + ("unsupported", r##"Iyipada ọna kika ti ko ni iṣiro"##), + ( + "invalid-json1.0", + r##"Faili naa ko si ni ọna kika `json 1.0` to wulo, o ngbiyanju lati tutumọ si `json5`..."##, + ), + ], + } } /// Language ID: yo; @@ -14464,25 +18626,49 @@ Ti sọfitiwia yii ko pẹlu iṣẹ ti o baamu, jọwọ gbe oro kan."##), /// Description: Èdè Yorùbá, Èdè Látìn, Nàìjíríà; pub(super) const fn get_yo_map_conversion_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (6, 0), - (1, 0), - ], - entries: &[ - ("not-saved", r##"Awọn akoonu atẹle kii yoo ni igbala nitori `--save` ko pe."##), - ("unknown-fmt", r##"Ọna kika faili aimọ"##), - ("currently-supported", r##"Lọwọlọwọ awọn ọna kika ọna kika lọwọlọwọ:"##), - ("auto-detection-failed", r##"Kuna lati wa taara ọna kika.Jọwọ ṣalaye pẹlu ọwọ."##), - ("not-included", r##"Alakomeji ** ko pẹlu ** Awọn iṣẹ iyipada fun ọna kika to wulo. + key: 12913932095322966823, + disps: &[(6, 0), (1, 0)], + entries: &[ + ( + "not-saved", + r##"Awọn akoonu atẹle kii yoo ni igbala nitori `--save` ko pe."##, + ), + ( + "unknown-fmt", + r##"Ọna kika faili aimọ"##, + ), + ( + "currently-supported", + r##"Lọwọlọwọ awọn ọna kika ọna kika lọwọlọwọ:"##, + ), + ( + "auto-detection-failed", + r##"Kuna lati wa taara ọna kika.Jọwọ ṣalaye pẹlu ọwọ."##, + ), + ( + "not-included", + r##"Alakomeji ** ko pẹlu ** Awọn iṣẹ iyipada fun ọna kika to wulo. O nilo lati ṣiṣẹ ẹya ti o yẹ ni rẹ `Cargo.toml` ati commpile. -Ti sọfitiwia yii ko pẹlu iṣẹ ti o baamu, jọwọ gbe oro kan."##), - ("conv-error", r##"Aṣiṣe iyipada"##), - ("dst", r##"Ọna faili ibina"##), - ("unsupported", r##"Iyipada ọna kika ti ko ni iṣiro"##), - ("invalid-json1.0", r##"Faili naa ko si ni ọna kika `json 1.0` to wulo, o ngbiyanju lati tutumọ si `json5`..."##), - ], -} +Ti sọfitiwia yii ko pẹlu iṣẹ ti o baamu, jọwọ gbe oro kan."##, + ), + ( + "conv-error", + r##"Aṣiṣe iyipada"##, + ), + ( + "dst", + r##"Ọna faili ibina"##, + ), + ( + "unsupported", + r##"Iyipada ọna kika ti ko ni iṣiro"##, + ), + ( + "invalid-json1.0", + r##"Faili naa ko si ni ọna kika `json 1.0` to wulo, o ngbiyanju lati tutumọ si `json5`..."##, + ), + ], + } } /// Language ID: yo; @@ -14498,16 +18684,17 @@ pub(super) const fn get_yo_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_yo_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Akoonu ti a tunṣe ** kii yoo ni igbala nitori `sv` a ko pe."##), - ("new-value", r##"Iye tuntun"##), - ("invalid-path", r##"Ọna faili ti ko wulo."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Akoonu ti a tunṣe ** kii yoo ni igbala nitori `sv` a ko pe."##, + ), + ("new-value", r##"Iye tuntun"##), + ("invalid-path", r##"Ọna faili ti ko wulo."##), + ], + } } /// Language ID: yo; @@ -14515,16 +18702,23 @@ pub(super) const fn get_yo_map_set() -> L10nMap { /// Description: Èdè Yorùbá, Èdè Látìn, Nàìjíríà; pub(super) const fn get_yo_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Akoonu ti a tunṣe ** kii yoo ni igbala nitori `sv` a ko pe."##), - ("new-value", r##"Iye tuntun"##), - ("invalid-path", r##"Ọna faili ti ko wulo."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Akoonu ti a tunṣe ** kii yoo ni igbala nitori `sv` a ko pe."##, + ), + ( + "new-value", + r##"Iye tuntun"##, + ), + ( + "invalid-path", + r##"Ọna faili ti ko wulo."##, + ), + ], + } } /// Language ID: yo; @@ -14540,32 +18734,28 @@ pub(super) const fn get_yo_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_yo_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Ọna kika"##), - ("src-fmt", r##"Ọna kika orisun"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Ọna kika"##), + ("src-fmt", r##"Ọna kika orisun"##), + ], + } } /// yo: Èdè Yorùbá, Èdè Látìn, Nàìjíríà pub(super) const fn get_yo_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_yo_map_conversion), - ("get", get_yo_map_get), - ("set_md", get_yo_map_set_md), - ("set", get_yo_map_set), - ("conversion_md", get_yo_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_yo_map_conversion), + ("get", get_yo_map_get), + ("set_md", get_yo_map_set_md), + ("set", get_yo_map_set), + ("conversion_md", get_yo_map_conversion_md), + ], + } } /// Language ID: zh; @@ -14581,26 +18771,38 @@ pub(super) const fn get_yo_map() -> SubLocaleMap { /// ``` pub(super) const fn get_zh_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"该文件不是有效的 `json 1.0` 格式, 正在尝试解析为 `json5`..."##), - ("not-included", r##"此二进制文件 **不包含** 相关格式的转换功能。 + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"该文件不是有效的 `json 1.0` 格式, 正在尝试解析为 `json5`..."##, + ), + ( + "not-included", + r##"此二进制文件 **不包含** 相关格式的转换功能。 您需要在 `Cargo.toml` 里启用相关的功能,并重新编译。 -如果此软件不包含相关功能,请提交 issue。"##), - ("currently-supported", r##"当前支持的格式列表"##), - ("unsupported", r##"不支持的格式转换"##), - ("auto-detection-failed", r##"自动检测格式失败,请手动指定。"##), - ("not-support-deser-sexp", r##"**暂不支持** 将 `Lisp S-Expression` 转换为 `其他格式`"##), - ("unknown-fmt", r##"未知的文件格式"##), - ("not-saved", r##"由于未调用 `--save`, 故以下内容 **不会** 被保存。"##), - ("dst", r##"目标文件路径"##), - ("conv-error", r##"转换错误"##), - ], -} +如果此软件不包含相关功能,请提交 issue。"##, + ), + ("currently-supported", r##"当前支持的格式列表"##), + ("unsupported", r##"不支持的格式转换"##), + ( + "auto-detection-failed", + r##"自动检测格式失败,请手动指定。"##, + ), + ( + "not-support-deser-sexp", + r##"**暂不支持** 将 `Lisp S-Expression` 转换为 `其他格式`"##, + ), + ("unknown-fmt", r##"未知的文件格式"##), + ( + "not-saved", + r##"由于未调用 `--save`, 故以下内容 **不会** 被保存。"##, + ), + ("dst", r##"目标文件路径"##), + ("conv-error", r##"转换错误"##), + ], + } } /// Language ID: zh; @@ -14608,26 +18810,53 @@ pub(super) const fn get_zh_map_conversion() -> L10nMap { /// Description: 简体中文, 中国; pub(super) const fn get_zh_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"该文件不是有效的 `json 1.0` 格式, 正在尝试解析为 `json5`..."##), - ("not-included", r##"此二进制文件 **不包含** 相关格式的转换功能。 + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"该文件不是有效的 `json 1.0` 格式, 正在尝试解析为 `json5`..."##, + ), + ( + "not-included", + r##"此二进制文件 **不包含** 相关格式的转换功能。 您需要在 `Cargo.toml` 里启用相关的功能,并重新编译。 -如果此软件不包含相关功能,请提交 issue。"##), - ("currently-supported", r##"当前支持的格式列表"##), - ("unsupported", r##"不支持的格式转换"##), - ("auto-detection-failed", r##"自动检测格式失败,请手动指定。"##), - ("not-support-deser-sexp", r##"**暂不支持** 将 `Lisp S-Expression` 转换为 `其他格式`"##), - ("unknown-fmt", r##"未知的文件格式"##), - ("not-saved", r##"由于未调用 `--save`, 故以下内容 **不会** 被保存。"##), - ("dst", r##"目标文件路径"##), - ("conv-error", r##"转换错误"##), - ], -} +如果此软件不包含相关功能,请提交 issue。"##, + ), + ( + "currently-supported", + r##"当前支持的格式列表"##, + ), + ( + "unsupported", + r##"不支持的格式转换"##, + ), + ( + "auto-detection-failed", + r##"自动检测格式失败,请手动指定。"##, + ), + ( + "not-support-deser-sexp", + r##"**暂不支持** 将 `Lisp S-Expression` 转换为 `其他格式`"##, + ), + ( + "unknown-fmt", + r##"未知的文件格式"##, + ), + ( + "not-saved", + r##"由于未调用 `--save`, 故以下内容 **不会** 被保存。"##, + ), + ( + "dst", + r##"目标文件路径"##, + ), + ( + "conv-error", + r##"转换错误"##, + ), + ], + } } /// Language ID: zh; @@ -14643,15 +18872,10 @@ pub(super) const fn get_zh_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_zh_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"目标格式"##), - ("src-fmt", r##"源文件格式"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[("dst-fmt", r##"目标格式"##), ("src-fmt", r##"源文件格式"##)], + } } /// Language ID: zh; @@ -14667,18 +18891,19 @@ pub(super) const fn get_zh_map_get() -> L10nMap { /// ``` pub(super) const fn get_zh_map_set() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (4, 0), - ], - entries: &[ - ("value", r##"值(value)"##), - ("type", r##"类型"##), - ("unsave-warn", r##"由于未调用 `--save`, 故已修改的内容 **不会** 被保存。"##), - ("invalid-path", r##"无效的文件路径"##), - ("new-value", r##"新值(value)"##), - ], -} + key: 15467950696543387533, + disps: &[(4, 0)], + entries: &[ + ("value", r##"值(value)"##), + ("type", r##"类型"##), + ( + "unsave-warn", + r##"由于未调用 `--save`, 故已修改的内容 **不会** 被保存。"##, + ), + ("invalid-path", r##"无效的文件路径"##), + ("new-value", r##"新值(value)"##), + ], + } } /// Language ID: zh; @@ -14686,35 +18911,43 @@ pub(super) const fn get_zh_map_set() -> L10nMap { /// Description: 简体中文, 中国; pub(super) const fn get_zh_map_set_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (4, 0), - ], - entries: &[ - ("value", r##"值(value)"##), - ("type", r##"类型"##), - ("unsave-warn", r##"由于未调用 `--save`, 故已修改的内容 **不会** 被保存。"##), - ("invalid-path", r##"无效的文件路径"##), - ("new-value", r##"新值(value)"##), - ], -} + key: 15467950696543387533, + disps: &[(4, 0)], + entries: &[ + ( + "value", + r##"值(value)"##, + ), + ("type", r##"类型"##), + ( + "unsave-warn", + r##"由于未调用 `--save`, 故已修改的内容 **不会** 被保存。"##, + ), + ( + "invalid-path", + r##"无效的文件路径"##, + ), + ( + "new-value", + r##"新值(value)"##, + ), + ], + } } /// zh: 简体中文, 中国 pub(super) const fn get_zh_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_zh_map_conversion), - ("get", get_zh_map_get), - ("set_md", get_zh_map_set_md), - ("set", get_zh_map_set), - ("conversion_md", get_zh_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_zh_map_conversion), + ("get", get_zh_map_get), + ("set_md", get_zh_map_set_md), + ("set", get_zh_map_set), + ("conversion_md", get_zh_map_conversion_md), + ], + } } /// Language ID: zh-Hant; @@ -14730,26 +18963,38 @@ pub(super) const fn get_zh_map() -> SubLocaleMap { /// ``` pub(super) const fn get_zh_hant_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"該檔案不是有效的 `json 1.0` 格式, 正在嘗試解析為 `json5`..."##), - ("not-included", r##"此二進位制檔案 **不包含** 相關格式的轉換功能。 + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"該檔案不是有效的 `json 1.0` 格式, 正在嘗試解析為 `json5`..."##, + ), + ( + "not-included", + r##"此二進位制檔案 **不包含** 相關格式的轉換功能。 您需要在 `Cargo.toml` 裡啟用相關的功能,並重新編譯。 -如果此軟體不包含相關功能,請提交 issue。"##), - ("currently-supported", r##"當前支援的格式列表"##), - ("unsupported", r##"不支援的格式轉換"##), - ("auto-detection-failed", r##"自動檢測格式失敗,請手動指定。"##), - ("not-support-deser-sexp", r##"**暫不支援** 將 `Lisp S-Expression` 轉換為 `其他格式`"##), - ("unknown-fmt", r##"未知的檔案格式"##), - ("not-saved", r##"由於未呼叫 `--save`, 故以下內容 **不會** 被儲存。"##), - ("dst", r##"目標檔案路徑"##), - ("conv-error", r##"轉換錯誤"##), - ], -} +如果此軟體不包含相關功能,請提交 issue。"##, + ), + ("currently-supported", r##"當前支援的格式列表"##), + ("unsupported", r##"不支援的格式轉換"##), + ( + "auto-detection-failed", + r##"自動檢測格式失敗,請手動指定。"##, + ), + ( + "not-support-deser-sexp", + r##"**暫不支援** 將 `Lisp S-Expression` 轉換為 `其他格式`"##, + ), + ("unknown-fmt", r##"未知的檔案格式"##), + ( + "not-saved", + r##"由於未呼叫 `--save`, 故以下內容 **不會** 被儲存。"##, + ), + ("dst", r##"目標檔案路徑"##), + ("conv-error", r##"轉換錯誤"##), + ], + } } /// Language ID: zh-Hant; @@ -14757,26 +19002,53 @@ pub(super) const fn get_zh_hant_map_conversion() -> L10nMap { /// Description: 正體中文, 中國台灣; pub(super) const fn get_zh_hant_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"該檔案不是有效的 `json 1.0` 格式, 正在嘗試解析為 `json5`..."##), - ("not-included", r##"此二進位制檔案 **不包含** 相關格式的轉換功能。 + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"該檔案不是有效的 `json 1.0` 格式, 正在嘗試解析為 `json5`..."##, + ), + ( + "not-included", + r##"此二進位制檔案 **不包含** 相關格式的轉換功能。 您需要在 `Cargo.toml` 裡啟用相關的功能,並重新編譯。 -如果此軟體不包含相關功能,請提交 issue。"##), - ("currently-supported", r##"當前支援的格式列表"##), - ("unsupported", r##"不支援的格式轉換"##), - ("auto-detection-failed", r##"自動檢測格式失敗,請手動指定。"##), - ("not-support-deser-sexp", r##"**暫不支援** 將 `Lisp S-Expression` 轉換為 `其他格式`"##), - ("unknown-fmt", r##"未知的檔案格式"##), - ("not-saved", r##"由於未呼叫 `--save`, 故以下內容 **不會** 被儲存。"##), - ("dst", r##"目標檔案路徑"##), - ("conv-error", r##"轉換錯誤"##), - ], -} +如果此軟體不包含相關功能,請提交 issue。"##, + ), + ( + "currently-supported", + r##"當前支援的格式列表"##, + ), + ( + "unsupported", + r##"不支援的格式轉換"##, + ), + ( + "auto-detection-failed", + r##"自動檢測格式失敗,請手動指定。"##, + ), + ( + "not-support-deser-sexp", + r##"**暫不支援** 將 `Lisp S-Expression` 轉換為 `其他格式`"##, + ), + ( + "unknown-fmt", + r##"未知的檔案格式"##, + ), + ( + "not-saved", + r##"由於未呼叫 `--save`, 故以下內容 **不會** 被儲存。"##, + ), + ( + "dst", + r##"目標檔案路徑"##, + ), + ( + "conv-error", + r##"轉換錯誤"##, + ), + ], + } } /// Language ID: zh-Hant; @@ -14792,15 +19064,10 @@ pub(super) const fn get_zh_hant_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"目標格式"##), - ("src-fmt", r##"原始檔格式"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[("dst-fmt", r##"目標格式"##), ("src-fmt", r##"原始檔格式"##)], + } } /// Language ID: zh-Hant; @@ -14816,17 +19083,18 @@ pub(super) const fn get_zh_hant_map_get() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_map_set() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"無效的檔案路徑"##), - ("new-value", r##"新值(value)"##), - ("unsave-warn", r##"由於未呼叫 `--save`, 故已修改的內容 **不會** 被儲存。"##), - ("type", r##"型別"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ("invalid-path", r##"無效的檔案路徑"##), + ("new-value", r##"新值(value)"##), + ( + "unsave-warn", + r##"由於未呼叫 `--save`, 故已修改的內容 **不會** 被儲存。"##, + ), + ("type", r##"型別"##), + ], + } } /// Language ID: zh-Hant; @@ -14834,34 +19102,39 @@ pub(super) const fn get_zh_hant_map_set() -> L10nMap { /// Description: 正體中文, 中國台灣; pub(super) const fn get_zh_hant_map_set_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"無效的檔案路徑"##), - ("new-value", r##"新值(value)"##), - ("unsave-warn", r##"由於未呼叫 `--save`, 故已修改的內容 **不會** 被儲存。"##), - ("type", r##"型別"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ( + "invalid-path", + r##"無效的檔案路徑"##, + ), + ( + "new-value", + r##"新值(value)"##, + ), + ( + "unsave-warn", + r##"由於未呼叫 `--save`, 故已修改的內容 **不會** 被儲存。"##, + ), + ("type", r##"型別"##), + ], + } } /// zh-Hant: 正體中文, 中國台灣 pub(super) const fn get_zh_hant_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_zh_hant_map_conversion), - ("get", get_zh_hant_map_get), - ("set_md", get_zh_hant_map_set_md), - ("set", get_zh_hant_map_set), - ("conversion_md", get_zh_hant_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_zh_hant_map_conversion), + ("get", get_zh_hant_map_get), + ("set_md", get_zh_hant_map_set_md), + ("set", get_zh_hant_map_set), + ("conversion_md", get_zh_hant_map_conversion_md), + ], + } } /// Language ID: zh-Hant-HK; @@ -14877,26 +19150,38 @@ pub(super) const fn get_zh_hant_map() -> SubLocaleMap { /// ``` pub(super) const fn get_zh_hant_hk_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"該文件不是有效的 `json 1.0` 格式, 正在嘗試解析為 `json5`..."##), - ("not-included", r##"此二進制文件 **不包含** 相關格式的轉換功能。 + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"該文件不是有效的 `json 1.0` 格式, 正在嘗試解析為 `json5`..."##, + ), + ( + "not-included", + r##"此二進制文件 **不包含** 相關格式的轉換功能。 您需要在 `Cargo.toml` 裏啓用相關的功能,並重新編譯。 -如果此軟件不包含相關功能,請提交 issue。"##), - ("currently-supported", r##"當前支持的格式列表"##), - ("unsupported", r##"不支持的格式轉換"##), - ("auto-detection-failed", r##"自動檢測格式失敗,請手動指定。"##), - ("not-support-deser-sexp", r##"**暫不支持** 將 `Lisp S-Expression` 轉換為 `其他格式`"##), - ("unknown-fmt", r##"未知的文件格式"##), - ("not-saved", r##"由於未調用 `--save`, 故以下內容 **不會** 被保存。"##), - ("dst", r##"目標文件路徑"##), - ("conv-error", r##"轉換錯誤"##), - ], -} +如果此軟件不包含相關功能,請提交 issue。"##, + ), + ("currently-supported", r##"當前支持的格式列表"##), + ("unsupported", r##"不支持的格式轉換"##), + ( + "auto-detection-failed", + r##"自動檢測格式失敗,請手動指定。"##, + ), + ( + "not-support-deser-sexp", + r##"**暫不支持** 將 `Lisp S-Expression` 轉換為 `其他格式`"##, + ), + ("unknown-fmt", r##"未知的文件格式"##), + ( + "not-saved", + r##"由於未調用 `--save`, 故以下內容 **不會** 被保存。"##, + ), + ("dst", r##"目標文件路徑"##), + ("conv-error", r##"轉換錯誤"##), + ], + } } /// Language ID: zh-Hant-HK; @@ -14904,26 +19189,53 @@ pub(super) const fn get_zh_hant_hk_map_conversion() -> L10nMap { /// Description: 繁體中文, 中國香港; pub(super) const fn get_zh_hant_hk_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"該文件不是有效的 `json 1.0` 格式, 正在嘗試解析為 `json5`..."##), - ("not-included", r##"此二進制文件 **不包含** 相關格式的轉換功能。 + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"該文件不是有效的 `json 1.0` 格式, 正在嘗試解析為 `json5`..."##, + ), + ( + "not-included", + r##"此二進制文件 **不包含** 相關格式的轉換功能。 您需要在 `Cargo.toml` 裏啓用相關的功能,並重新編譯。 -如果此軟件不包含相關功能,請提交 issue。"##), - ("currently-supported", r##"當前支持的格式列表"##), - ("unsupported", r##"不支持的格式轉換"##), - ("auto-detection-failed", r##"自動檢測格式失敗,請手動指定。"##), - ("not-support-deser-sexp", r##"**暫不支持** 將 `Lisp S-Expression` 轉換為 `其他格式`"##), - ("unknown-fmt", r##"未知的文件格式"##), - ("not-saved", r##"由於未調用 `--save`, 故以下內容 **不會** 被保存。"##), - ("dst", r##"目標文件路徑"##), - ("conv-error", r##"轉換錯誤"##), - ], -} +如果此軟件不包含相關功能,請提交 issue。"##, + ), + ( + "currently-supported", + r##"當前支持的格式列表"##, + ), + ( + "unsupported", + r##"不支持的格式轉換"##, + ), + ( + "auto-detection-failed", + r##"自動檢測格式失敗,請手動指定。"##, + ), + ( + "not-support-deser-sexp", + r##"**暫不支持** 將 `Lisp S-Expression` 轉換為 `其他格式`"##, + ), + ( + "unknown-fmt", + r##"未知的文件格式"##, + ), + ( + "not-saved", + r##"由於未調用 `--save`, 故以下內容 **不會** 被保存。"##, + ), + ( + "dst", + r##"目標文件路徑"##, + ), + ( + "conv-error", + r##"轉換錯誤"##, + ), + ], + } } /// Language ID: zh-Hant-HK; @@ -14939,15 +19251,10 @@ pub(super) const fn get_zh_hant_hk_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_hk_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"目標格式"##), - ("src-fmt", r##"源文件格式"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[("dst-fmt", r##"目標格式"##), ("src-fmt", r##"源文件格式"##)], + } } /// Language ID: zh-Hant-HK; @@ -14963,17 +19270,18 @@ pub(super) const fn get_zh_hant_hk_map_get() -> L10nMap { /// ``` pub(super) const fn get_zh_hant_hk_map_set() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"無效的文件路徑"##), - ("new-value", r##"新值(value)"##), - ("unsave-warn", r##"由於未調用 `--save`, 故已修改的內容 **不會** 被保存。"##), - ("type", r##"類型"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ("invalid-path", r##"無效的文件路徑"##), + ("new-value", r##"新值(value)"##), + ( + "unsave-warn", + r##"由於未調用 `--save`, 故已修改的內容 **不會** 被保存。"##, + ), + ("type", r##"類型"##), + ], + } } /// Language ID: zh-Hant-HK; @@ -14981,34 +19289,39 @@ pub(super) const fn get_zh_hant_hk_map_set() -> L10nMap { /// Description: 繁體中文, 中國香港; pub(super) const fn get_zh_hant_hk_map_set_md() -> L10nMap { ::phf::Map { - key: 14108922650502679131, - disps: &[ - (1, 0), - ], - entries: &[ - ("invalid-path", r##"無效的文件路徑"##), - ("new-value", r##"新值(value)"##), - ("unsave-warn", r##"由於未調用 `--save`, 故已修改的內容 **不會** 被保存。"##), - ("type", r##"類型"##), - ], -} + key: 14108922650502679131, + disps: &[(1, 0)], + entries: &[ + ( + "invalid-path", + r##"無效的文件路徑"##, + ), + ( + "new-value", + r##"新值(value)"##, + ), + ( + "unsave-warn", + r##"由於未調用 `--save`, 故已修改的內容 **不會** 被保存。"##, + ), + ("type", r##"類型"##), + ], + } } /// zh-Hant-HK: 繁體中文, 中國香港 pub(super) const fn get_zh_hant_hk_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_zh_hant_hk_map_conversion), - ("get", get_zh_hant_hk_map_get), - ("set_md", get_zh_hant_hk_map_set_md), - ("set", get_zh_hant_hk_map_set), - ("conversion_md", get_zh_hant_hk_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_zh_hant_hk_map_conversion), + ("get", get_zh_hant_hk_map_get), + ("set_md", get_zh_hant_hk_map_set_md), + ("set", get_zh_hant_hk_map_set), + ("conversion_md", get_zh_hant_hk_map_conversion_md), + ], + } } /// Language ID: zu; @@ -15024,26 +19337,38 @@ pub(super) const fn get_zh_hant_hk_map() -> SubLocaleMap { /// ``` pub(super) const fn get_zu_map_conversion() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Ifayela alilona ifomethi evumelekile `JSON 1.0`, izama ukunxusa njengoba `json5` ..."##), - ("not-included", r##"Le kanambambili ** ayifaki ** Ukuguqulwa kokusebenza kwefomethi efanele. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Ifayela alilona ifomethi evumelekile `JSON 1.0`, izama ukunxusa njengoba `json5` ..."##, + ), + ( + "not-included", + r##"Le kanambambili ** ayifaki ** Ukuguqulwa kokusebenza kwefomethi efanele. Udinga ukunika amandla isici esifanelekile ku-`Cargo.toml`.Tom` kanye ne-Relompyile. -Uma le software ingafaki ukusebenza okuhambisanayo, sicela uthumele inkinga."##), - ("currently-supported", r##"Amafomethi asekelwe njengamanje Uhlu:"##), - ("unsupported", r##"Ukuguqulwa kwenkundla okungasekelwa"##), - ("auto-detection-failed", r##"Yehlulekile ukuthola ngokuzenzakalelayo ifomethi.Sicela usho ngesandla."##), - ("not-support-deser-sexp", r##"** ** AKUFUNIWE okwamanje"##), - ("unknown-fmt", r##"Angaziwa Ifayela"##), - ("not-saved", r##"Okuqukethwe okulandelayo ** ngeke kugcinwe ** kugcinwe ngoba `--save` akuzange kufonele."##), - ("dst", r##"Indlela yefayela lendawo"##), - ("conv-error", r##"Iphutha lokuguqulwa"##), - ], -} +Uma le software ingafaki ukusebenza okuhambisanayo, sicela uthumele inkinga."##, + ), + ( + "currently-supported", + r##"Amafomethi asekelwe njengamanje Uhlu:"##, + ), + ("unsupported", r##"Ukuguqulwa kwenkundla okungasekelwa"##), + ( + "auto-detection-failed", + r##"Yehlulekile ukuthola ngokuzenzakalelayo ifomethi.Sicela usho ngesandla."##, + ), + ("not-support-deser-sexp", r##"** ** AKUFUNIWE okwamanje"##), + ("unknown-fmt", r##"Angaziwa Ifayela"##), + ( + "not-saved", + r##"Okuqukethwe okulandelayo ** ngeke kugcinwe ** kugcinwe ngoba `--save` akuzange kufonele."##, + ), + ("dst", r##"Indlela yefayela lendawo"##), + ("conv-error", r##"Iphutha lokuguqulwa"##), + ], + } } /// Language ID: zu; @@ -15051,26 +19376,53 @@ Uma le software ingafaki ukusebenza okuhambisanayo, sicela uthumele inkinga."##) /// Description: isiZulu, isi-Latin, iNingizimu Afrika; pub(super) const fn get_zu_map_conversion_md() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - (6, 0), - ], - entries: &[ - ("invalid-json1.0", r##"Ifayela alilona ifomethi evumelekile `JSON 1.0`, izama ukunxusa njengoba `json5` ..."##), - ("not-included", r##"Le kanambambili ** ayifaki ** Ukuguqulwa kokusebenza kwefomethi efanele. + key: 15467950696543387533, + disps: &[(1, 0), (6, 0)], + entries: &[ + ( + "invalid-json1.0", + r##"Ifayela alilona ifomethi evumelekile `JSON 1.0`, izama ukunxusa njengoba `json5` ..."##, + ), + ( + "not-included", + r##"Le kanambambili ** ayifaki ** Ukuguqulwa kokusebenza kwefomethi efanele. Udinga ukunika amandla isici esifanelekile ku-`Cargo.toml`.Tom` kanye ne-Relompyile. -Uma le software ingafaki ukusebenza okuhambisanayo, sicela uthumele inkinga."##), - ("currently-supported", r##"Amafomethi asekelwe njengamanje Uhlu:"##), - ("unsupported", r##"Ukuguqulwa kwenkundla okungasekelwa"##), - ("auto-detection-failed", r##"Yehlulekile ukuthola ngokuzenzakalelayo ifomethi.Sicela usho ngesandla."##), - ("not-support-deser-sexp", r##"** ** AKUFUNIWE okwamanje"##), - ("unknown-fmt", r##"Angaziwa Ifayela"##), - ("not-saved", r##"Okuqukethwe okulandelayo ** ngeke kugcinwe ** kugcinwe ngoba `--save` akuzange kufonele."##), - ("dst", r##"Indlela yefayela lendawo"##), - ("conv-error", r##"Iphutha lokuguqulwa"##), - ], -} +Uma le software ingafaki ukusebenza okuhambisanayo, sicela uthumele inkinga."##, + ), + ( + "currently-supported", + r##"Amafomethi asekelwe njengamanje Uhlu:"##, + ), + ( + "unsupported", + r##"Ukuguqulwa kwenkundla okungasekelwa"##, + ), + ( + "auto-detection-failed", + r##"Yehlulekile ukuthola ngokuzenzakalelayo ifomethi.Sicela usho ngesandla."##, + ), + ( + "not-support-deser-sexp", + r##"** ** AKUFUNIWE okwamanje"##, + ), + ( + "unknown-fmt", + r##"Angaziwa Ifayela"##, + ), + ( + "not-saved", + r##"Okuqukethwe okulandelayo ** ngeke kugcinwe ** kugcinwe ngoba `--save` akuzange kufonele."##, + ), + ( + "dst", + r##"Indlela yefayela lendawo"##, + ), + ( + "conv-error", + r##"Iphutha lokuguqulwa"##, + ), + ], + } } /// Language ID: zu; @@ -15086,16 +19438,17 @@ pub(super) const fn get_zu_map_conversion_md() -> L10nMap { /// ``` pub(super) const fn get_zu_map_set() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Okuqukethwe okulungisiwe ** ngeke kugcinwe ** kugcinwe ngoba `--sv` akubizwanga."##), - ("new-value", r##"Inani elisha"##), - ("invalid-path", r##"Indlela yefayela elingavumelekile."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Okuqukethwe okulungisiwe ** ngeke kugcinwe ** kugcinwe ngoba `--sv` akubizwanga."##, + ), + ("new-value", r##"Inani elisha"##), + ("invalid-path", r##"Indlela yefayela elingavumelekile."##), + ], + } } /// Language ID: zu; @@ -15103,16 +19456,23 @@ pub(super) const fn get_zu_map_set() -> L10nMap { /// Description: isiZulu, isi-Latin, iNingizimu Afrika; pub(super) const fn get_zu_map_set_md() -> L10nMap { ::phf::Map { - key: 12913932095322966823, - disps: &[ - (1, 0), - ], - entries: &[ - ("unsave-warn", r##"Okuqukethwe okulungisiwe ** ngeke kugcinwe ** kugcinwe ngoba `--sv` akubizwanga."##), - ("new-value", r##"Inani elisha"##), - ("invalid-path", r##"Indlela yefayela elingavumelekile."##), - ], -} + key: 12913932095322966823, + disps: &[(1, 0)], + entries: &[ + ( + "unsave-warn", + r##"Okuqukethwe okulungisiwe ** ngeke kugcinwe ** kugcinwe ngoba `--sv` akubizwanga."##, + ), + ( + "new-value", + r##"Inani elisha"##, + ), + ( + "invalid-path", + r##"Indlela yefayela elingavumelekile."##, + ), + ], + } } /// Language ID: zu; @@ -15128,32 +19488,28 @@ pub(super) const fn get_zu_map_set_md() -> L10nMap { /// ``` pub(super) const fn get_zu_map_get() -> L10nMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (1, 0), - ], - entries: &[ - ("dst-fmt", r##"Ifomethi Yendawo"##), - ("src-fmt", r##"Ifomethi yefayela lomthombo"##), - ], -} + key: 15467950696543387533, + disps: &[(1, 0)], + entries: &[ + ("dst-fmt", r##"Ifomethi Yendawo"##), + ("src-fmt", r##"Ifomethi yefayela lomthombo"##), + ], + } } /// zu: isiZulu, isi-Latin, iNingizimu Afrika pub(super) const fn get_zu_map() -> SubLocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (2, 0), - ], - entries: &[ - ("conversion", get_zu_map_conversion), - ("get", get_zu_map_get), - ("set_md", get_zu_map_set_md), - ("set", get_zu_map_set), - ("conversion_md", get_zu_map_conversion_md), - ], -} + key: 15467950696543387533, + disps: &[(2, 0)], + entries: &[ + ("conversion", get_zu_map_conversion), + ("get", get_zu_map_get), + ("set_md", get_zu_map_set_md), + ("set", get_zu_map_set), + ("conversion_md", get_zu_map_conversion_md), + ], + } } /// # Example @@ -15169,140 +19525,140 @@ pub(super) const fn get_zu_map() -> SubLocaleMap { /// ``` pub(super) const fn locale_map() -> LocaleMap { ::phf::Map { - key: 15467950696543387533, - disps: &[ - (0, 1), - (13, 20), - (0, 4), - (0, 75), - (0, 30), - (0, 13), - (0, 10), - (1, 9), - (0, 80), - (6, 8), - (0, 22), - (0, 0), - (5, 55), - (1, 39), - (3, 105), - (2, 7), - (1, 1), - (0, 1), - (19, 66), - (0, 104), - (0, 5), - (1, 62), - ], - entries: &[ - ("lo", get_lo_map), - ("ml", get_ml_map), - ("ne", get_ne_map), - ("ht", get_ht_map), - ("sm", get_sm_map), - ("sl", get_sl_map), - ("en", get_en_map), - ("ro", get_ro_map), - ("yi", get_yi_map), - ("et", get_et_map), - ("mg", get_mg_map), - ("la", get_la_map), - ("no", get_no_map), - ("ur", get_ur_map), - ("hr", get_hr_map), - ("vi", get_vi_map), - ("ku", get_ku_map), - ("ru", get_ru_map), - ("haw", get_haw_map), - ("de", get_de_map), - ("sv", get_sv_map), - ("he", get_he_map), - ("yo", get_yo_map), - ("st", get_st_map), - ("mt", get_mt_map), - ("th", get_th_map), - ("tr", get_tr_map), - ("cs", get_cs_map), - ("so", get_so_map), - ("ta", get_ta_map), - ("uk", get_uk_map), - ("ar", get_ar_map), - ("ko", get_ko_map), - ("sn", get_sn_map), - ("ug", get_ug_map), - ("sr", get_sr_map), - ("jw", get_jw_map), - ("te", get_te_map), - ("ig", get_ig_map), - ("gl", get_gl_map), - ("bg", get_bg_map), - ("ceb", get_ceb_map), - ("co", get_co_map), - ("ny", get_ny_map), - ("hu", get_hu_map), - ("zu", get_zu_map), - ("eu", get_eu_map), - ("zh", get_zh_map), - ("km", get_km_map), - ("gu", get_gu_map), - ("fil", get_fil_map), - ("sk", get_sk_map), - ("sd", get_sd_map), - ("ga", get_ga_map), - ("af", get_af_map), - ("lb", get_lb_map), - ("ha", get_ha_map), - ("fa", get_fa_map), - ("ps", get_ps_map), - ("ky", get_ky_map), - ("fi", get_fi_map), - ("hy", get_hy_map), - ("fy", get_fy_map), - ("mk", get_mk_map), - ("ms", get_ms_map), - ("nl", get_nl_map), - ("da", get_da_map), - ("es", get_es_map), - ("sq", get_sq_map), - ("my", get_my_map), - ("kk", get_kk_map), - ("be", get_be_map), - ("kn", get_kn_map), - ("tg", get_tg_map), - ("xh", get_xh_map), - ("uz", get_uz_map), - ("si", get_si_map), - ("bs", get_bs_map), - ("bn", get_bn_map), - ("mi", get_mi_map), - ("pl", get_pl_map), - ("mn", get_mn_map), - ("ka", get_ka_map), - ("is", get_is_map), - ("zh-Hant", get_zh_hant_map), - ("ja", get_ja_map), - ("lv", get_lv_map), - ("pa", get_pa_map), - ("ca", get_ca_map), - ("gd", get_gd_map), - ("cy", get_cy_map), - ("hi", get_hi_map), - ("id", get_id_map), - ("eo", get_eo_map), - ("su", get_su_map), - ("lt", get_lt_map), - ("am", get_am_map), - ("az", get_az_map), - ("zh-Hant-HK", get_zh_hant_hk_map), - ("fr", get_fr_map), - ("el", get_el_map), - ("sw", get_sw_map), - ("pt", get_pt_map), - ("it", get_it_map), - ("or", get_or_map), - ("mr", get_mr_map), - ], -} + key: 15467950696543387533, + disps: &[ + (0, 1), + (13, 20), + (0, 4), + (0, 75), + (0, 30), + (0, 13), + (0, 10), + (1, 9), + (0, 80), + (6, 8), + (0, 22), + (0, 0), + (5, 55), + (1, 39), + (3, 105), + (2, 7), + (1, 1), + (0, 1), + (19, 66), + (0, 104), + (0, 5), + (1, 62), + ], + entries: &[ + ("lo", get_lo_map), + ("ml", get_ml_map), + ("ne", get_ne_map), + ("ht", get_ht_map), + ("sm", get_sm_map), + ("sl", get_sl_map), + ("en", get_en_map), + ("ro", get_ro_map), + ("yi", get_yi_map), + ("et", get_et_map), + ("mg", get_mg_map), + ("la", get_la_map), + ("no", get_no_map), + ("ur", get_ur_map), + ("hr", get_hr_map), + ("vi", get_vi_map), + ("ku", get_ku_map), + ("ru", get_ru_map), + ("haw", get_haw_map), + ("de", get_de_map), + ("sv", get_sv_map), + ("he", get_he_map), + ("yo", get_yo_map), + ("st", get_st_map), + ("mt", get_mt_map), + ("th", get_th_map), + ("tr", get_tr_map), + ("cs", get_cs_map), + ("so", get_so_map), + ("ta", get_ta_map), + ("uk", get_uk_map), + ("ar", get_ar_map), + ("ko", get_ko_map), + ("sn", get_sn_map), + ("ug", get_ug_map), + ("sr", get_sr_map), + ("jw", get_jw_map), + ("te", get_te_map), + ("ig", get_ig_map), + ("gl", get_gl_map), + ("bg", get_bg_map), + ("ceb", get_ceb_map), + ("co", get_co_map), + ("ny", get_ny_map), + ("hu", get_hu_map), + ("zu", get_zu_map), + ("eu", get_eu_map), + ("zh", get_zh_map), + ("km", get_km_map), + ("gu", get_gu_map), + ("fil", get_fil_map), + ("sk", get_sk_map), + ("sd", get_sd_map), + ("ga", get_ga_map), + ("af", get_af_map), + ("lb", get_lb_map), + ("ha", get_ha_map), + ("fa", get_fa_map), + ("ps", get_ps_map), + ("ky", get_ky_map), + ("fi", get_fi_map), + ("hy", get_hy_map), + ("fy", get_fy_map), + ("mk", get_mk_map), + ("ms", get_ms_map), + ("nl", get_nl_map), + ("da", get_da_map), + ("es", get_es_map), + ("sq", get_sq_map), + ("my", get_my_map), + ("kk", get_kk_map), + ("be", get_be_map), + ("kn", get_kn_map), + ("tg", get_tg_map), + ("xh", get_xh_map), + ("uz", get_uz_map), + ("si", get_si_map), + ("bs", get_bs_map), + ("bn", get_bn_map), + ("mi", get_mi_map), + ("pl", get_pl_map), + ("mn", get_mn_map), + ("ka", get_ka_map), + ("is", get_is_map), + ("zh-Hant", get_zh_hant_map), + ("ja", get_ja_map), + ("lv", get_lv_map), + ("pa", get_pa_map), + ("ca", get_ca_map), + ("gd", get_gd_map), + ("cy", get_cy_map), + ("hi", get_hi_map), + ("id", get_id_map), + ("eo", get_eo_map), + ("su", get_su_map), + ("lt", get_lt_map), + ("am", get_am_map), + ("az", get_az_map), + ("zh-Hant-HK", get_zh_hant_hk_map), + ("fr", get_fr_map), + ("el", get_el_map), + ("sw", get_sw_map), + ("pt", get_pt_map), + ("it", get_it_map), + ("or", get_or_map), + ("mr", get_mr_map), + ], + } } /// # Example diff --git a/core/src/assets/mod.rs b/core/src/assets/mod.rs index 37d214c..457de0e 100644 --- a/core/src/assets/mod.rs +++ b/core/src/assets/mod.rs @@ -1,10 +1,11 @@ pub(crate) mod localisation; -use crate::assets::localisation::locale_hashmap; use glossa::{ assets::{lang_id_consts, HashMap, OnceCell}, LangID, MapLoader, }; +use crate::assets::localisation::locale_hashmap; + pub(crate) fn get_l10n_text() -> &'static MapLoader { // Create a new `OnceCell` that can hold a `MapLoader` instance. static RES: OnceCell = OnceCell::new(); diff --git a/core/src/conversion/convert.rs b/core/src/conversion/convert.rs index b818af2..358829e 100644 --- a/core/src/conversion/convert.rs +++ b/core/src/conversion/convert.rs @@ -1,37 +1,31 @@ -use crate::conversion::{ - fmt::FORMATS, - get_conv_md, get_conv_text, get_static_stdin_data, is_src_stdin, - serialisation::{deser_toml, ser_toml}, - ConvFmt, -}; +use std::{borrow::Cow, fs, io}; + use hlight::{gen_syntax_highlight, HighLightRes}; use log::warn; use owo_colors::OwoColorize; -use std::{borrow::Cow, fs, io}; - -#[cfg(feature = "xml")] -use crate::conversion::serialisation::{deser_xml, ser_xml}; +#[cfg(all(feature = "json5", feature = "json"))] +use crate::conversion::serialisation::deser_json5; +#[cfg(feature = "json5")] +use crate::conversion::serialisation::ser_json5; #[cfg(feature = "lexpr")] use crate::conversion::serialisation::ser_lexpr; - #[cfg(feature = "bson")] use crate::conversion::serialisation::{deser_bson, ser_bson_to_bin}; - #[cfg(feature = "json")] use crate::conversion::serialisation::{deser_json, ser_json}; - -#[cfg(all(feature = "json5", feature = "json"))] -use crate::conversion::serialisation::deser_json5; - -#[cfg(feature = "json5")] -use crate::conversion::serialisation::ser_json5; - #[cfg(feature = "ron")] use crate::conversion::serialisation::{deser_ron, ser_ron}; - +#[cfg(feature = "xml")] +use crate::conversion::serialisation::{deser_xml, ser_xml}; #[cfg(feature = "yaml")] use crate::conversion::serialisation::{deser_yaml, ser_yaml}; +use crate::conversion::{ + fmt::FORMATS, + get_conv_md, get_conv_text, get_static_stdin_data, is_src_stdin, + serialisation::{deser_toml, ser_toml}, + ConvFmt, +}; pub(crate) fn convert_data_format( conv: ConvFmt, @@ -137,7 +131,7 @@ pub(crate) fn convert_data_format( #[cfg(feature = "json5")] ("toml", "json5") => to_dst(ser_json5(&deser_toml(&s)?)?)?, - #[cfg(all(feature = "yaml"))] + #[cfg(feature = "yaml")] ("yaml", "toml") => to_dst(ser_toml(&deser_yaml(&s)?)?)?, #[cfg(feature = "yaml")] ("yaml", "yaml") => to_dst(ser_yaml(&deser_yaml(&s)?)?)?, diff --git a/core/src/conversion/fmt.rs b/core/src/conversion/fmt.rs index 9f5589a..318b06f 100644 --- a/core/src/conversion/fmt.rs +++ b/core/src/conversion/fmt.rs @@ -1,29 +1,26 @@ -use owo_colors::OwoColorize; - -use crate::conversion::{get_conv_dft, serialisation::deser_toml, ConvFmt}; use std::{ borrow::Cow, ffi::OsStr, path::{Path, PathBuf}, }; +use owo_colors::OwoColorize; + +use crate::conversion::{get_conv_dft, serialisation::deser_toml, ConvFmt}; + // The array contains some string elements representing different data formats: TOML, YAML (both .yaml and .yml extensions), JSON, RON, BSON, S-expression, XML, and JSON5. pub(crate) const FORMATS: [&str; 9] = [ "toml", "yaml", "yml", "json", "ron", "bson", "sexp", "xml", "json5", ]; -#[cfg(all(feature = "xml", feature = "json"))] -use crate::conversion::serialisation::deser_xml; - #[cfg(feature = "json")] use crate::conversion::serialisation::deser_json; - #[cfg(feature = "json5")] use crate::conversion::serialisation::deser_json5; - #[cfg(feature = "ron")] use crate::conversion::serialisation::deser_ron; - +#[cfg(all(feature = "xml", feature = "json"))] +use crate::conversion::serialisation::deser_xml; #[cfg(feature = "yaml")] use crate::conversion::serialisation::deser_yaml; diff --git a/core/src/conversion/mod.rs b/core/src/conversion/mod.rs index 4f7038c..3b56a46 100644 --- a/core/src/conversion/mod.rs +++ b/core/src/conversion/mod.rs @@ -1,3 +1,15 @@ +use std::{ + borrow::Cow, + fs, + io::{self, Read}, + path::{Path, PathBuf}, +}; + +// json5_as_json, +use anyhow::Result; +use glossa::{assets::OnceCell, GetText}; +use hlight::HighLightRes; + use crate::{ assets::get_l10n_text, conversion::{ @@ -9,16 +21,6 @@ use crate::{ }, }, }; -// json5_as_json, -use anyhow::Result; -use glossa::{assets::OnceCell, GetText}; -use hlight::HighLightRes; -use std::{ - borrow::Cow, - fs, - io::{self, Read}, - path::{Path, PathBuf}, -}; pub(crate) mod convert; pub(crate) mod fmt; @@ -75,7 +77,7 @@ pub fn task( _ if is_src_stdin(src) => auto_detect_unknown_fmt(get_static_stdin_data()), // Otherwise, try to get the format from the file extension of the source file. If that fails, attempt to automatically detect the format using the content of the file. _ => match get_src_format(src) { - s if s.is_empty() => auto_detect_unknown_fmt(&fs::read_to_string(src)?), + "" => auto_detect_unknown_fmt(&fs::read_to_string(src)?), s => s, }, }; @@ -126,13 +128,12 @@ pub(crate) fn write_to_dst( }) }) { - let dst_fmt = - get_dst_fmt(&dst_fname, true).unwrap_or_else(|| - // + let dst_fmt = get_dst_fmt(&dst_fname, true).unwrap_or_else( + || + // // json5_as_json( - src_fmt - // ) - ); + src_fmt, // ) + ); let dst = get_dst(org_dst, dst_fmt, src); @@ -176,7 +177,7 @@ pub(crate) fn get_dst(org: &Path, dst_fmt: &str, src: &Path) -> PathBuf { match org.extension() { None if org.components().count() == 1 => match org.to_str() { Some(o) if o == dst_fmt => src.with_extension(dst_fmt), - Some(o) if o == "yml" => src.with_extension("yml"), + Some(o @ "yml") => src.with_extension(o), _ if org.is_dir() => org.join(new_dir_path()), _ => org.with_extension(dst_fmt), }, diff --git a/core/src/conversion/serialisation.rs b/core/src/conversion/serialisation.rs index 1d362bd..5be4baa 100644 --- a/core/src/conversion/serialisation.rs +++ b/core/src/conversion/serialisation.rs @@ -61,10 +61,12 @@ pub(crate) fn ser_ron(s: &S) -> Result { #[cfg(feature = "bson")] pub(crate) fn deser_bson(file: &Path) -> Result { - use crate::conversion::is_src_stdin; - use log::info; use std::io::{self, Read}; + use log::info; + + use crate::conversion::is_src_stdin; + if is_src_stdin(file) { info!("Getting bson data from stdin"); let mut buf = Vec::with_capacity(1024); diff --git a/core/src/get.rs b/core/src/get.rs index d9f3b31..b926be0 100644 --- a/core/src/get.rs +++ b/core/src/get.rs @@ -1,3 +1,16 @@ +use std::{fs, path::Path}; + +use anyhow::Result; +use comfy_table::Table; +use getset::Getters; +use glossa::GetText; +use hlight::HighLightRes; +use log::info; +use owo_colors::OwoColorize; +// use toml::Value; +// use ron::Value; +use serde_yaml::Value; + use crate::{ assets::get_l10n_text, conversion::{ @@ -12,18 +25,6 @@ use crate::{ table::set_header, }; -use anyhow::Result; -use comfy_table::Table; -use getset::Getters; -use glossa::GetText; -use hlight::HighLightRes; -use log::info; -use owo_colors::OwoColorize; -use std::{fs, path::Path}; -// use toml::Value; -// use ron::Value; -use serde_yaml::Value; - #[derive(Getters, Debug)] #[getset(get = "pub with_prefix")] pub struct ConvertedContents<'f> { @@ -37,9 +38,9 @@ impl<'f> ConvertedContents<'f> { } } -/// Generates a table from src and the associated key. +/// Generates a table from src and the associated key. /// -/// It first converts the src file to a toml string. +/// It first converts the src file to a toml string. /// If the key is empty, then it will only print the full toml document (with syntax highlighting). /// If the key is "." , then it will output a complete table. /// If key is a valid string, then it will find the data in the table by key. @@ -70,7 +71,7 @@ pub fn get_config_file<'a>( let src_fmt = match src_format { // If an optional `src_format` is provided and it's not "bson" while the source is stdin, it saves the `src_format` to `cfg_str`. Some(s) if is_stdin && s != "bson" => { - cfg_str = get_static_stdin_data().to_owned(); + get_static_stdin_data().clone_into(&mut cfg_str); s } Some(s) => { @@ -80,12 +81,12 @@ pub fn get_config_file<'a>( // If no `src_format` is provided and the source is stdin, it uses `auto_detect_unknown_fmt` to determine the format of the input data. _ if is_stdin => { let data = get_static_stdin_data(); - cfg_str = data.to_owned(); + data.clone_into(&mut cfg_str); auto_detect_unknown_fmt(data) } // If the input is not from stdin, it uses the `get_src_format` function to determine the format of the input. _ => match get_src_format(src) { - x if x.is_empty() => { + "" => { cfg_str = fs::read_to_string(src)?; auto_detect_unknown_fmt(&cfg_str) } @@ -278,7 +279,7 @@ pub fn walk_cfg(value: &Value, table: &mut Table, query: &str) -> bool { } } // Returns true if at least one row was added to the table. - matches!(table.row(0), Some(_)) + table.row(0).is_some() } /// A helper function that takes in a key, query string, prefix, and value as its arguments. diff --git a/core/src/set.rs b/core/src/set.rs index 332487c..64d400f 100644 --- a/core/src/set.rs +++ b/core/src/set.rs @@ -1,3 +1,20 @@ +use std::{ + borrow::Cow, + fs, io, + path::{Path, PathBuf}, +}; + +use anyhow::Result; +use getset::{Getters, MutGetters}; +use glossa::GetText; +use hlight::{gen_syntax_highlight, HighLightRes}; +use log::{debug, info, warn}; +use owo_colors::OwoColorize; +pub use toml_edit::{ + Array, ArrayOfTables, Datetime, InlineTable, Table as TomlTable, Value, +}; +use toml_edit::{DocumentMut as Document, Item}; + use crate::{ assets::get_l10n_text, conversion::{ @@ -14,21 +31,6 @@ use crate::{ get::{get_config_file, walk_cfg, ConvertedContents}, table::set_header, }; -use anyhow::Result; -use getset::{Getters, MutGetters}; -use glossa::GetText; -use hlight::{gen_syntax_highlight, HighLightRes}; -use log::{debug, info, warn}; -use owo_colors::OwoColorize; -use std::{ - borrow::Cow, - fs, io, - path::{Path, PathBuf}, -}; -pub use toml_edit::{ - Array, ArrayOfTables, Datetime, InlineTable, Table as TomlTable, Value, -}; -use toml_edit::{DocumentMut as Document, Item}; /// Used to get the mutable Item in toml Document. /// @@ -356,7 +358,7 @@ impl<'s, 'd> CfgOpts<'s, 'd> { fn reread_toml_str(&self, src_fmt: &str, cfg_str: &mut String) -> Result<()> { match src_fmt { "toml" if is_src_stdin(self.get_src()) => { - *cfg_str = get_static_stdin_data().to_owned() + get_static_stdin_data().clone_into(cfg_str) } "toml" => *cfg_str = fs::read_to_string(self.get_src())?, _ => *cfg_str = ser_toml(&deser_yaml(cfg_str)?)?, diff --git a/core/src/table.rs b/core/src/table.rs index 71558f6..b4369f9 100644 --- a/core/src/table.rs +++ b/core/src/table.rs @@ -1,5 +1,6 @@ -pub use comfy_table::Table; +use std::fmt::Display; +pub use comfy_table::Table; use comfy_table::{ modifiers::{UTF8_ROUND_CORNERS, UTF8_SOLID_INNER_BORDERS}, presets::{ @@ -9,14 +10,11 @@ use comfy_table::{ }, Cell, ContentArrangement, }; - #[cfg(not(target_family = "wasm"))] use comfy_table::{ Attribute, // Styling attributes for cells Color, // Text color of cells }; - -use std::fmt::Display; // Constant &str for using UTF-8 border characters const UTF8_THIN: &str = "││──├─┼┤┆╌┼├┤┬┴┌┐└┘"; diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..679dbd5 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,11 @@ +# Run: cargo +nightly fmt +# +max_width = 85 +single_line_if_else_max_width = 80 +chain_width = 32 +format_code_in_doc_comments = false + +imports_granularity = "Crate" +group_imports = "StdExternalCrate" +format_macro_matchers = true +condense_wildcard_suffixes = true