ultra_settings 2.8.0 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +24 -1
- data/MIT-LICENSE.txt +1 -1
- data/README.md +108 -1
- data/VERSION +1 -1
- data/app/AGENTS.md +7 -0
- data/app/_config_description.html.erb +22 -25
- data/app/_config_list.html.erb +2 -14
- data/app/_data_source.html.erb +53 -0
- data/app/application.css +1078 -259
- data/app/application.js +818 -91
- data/app/application_vars.css.erb +136 -81
- data/app/configuration.html.erb +60 -107
- data/app/index.html.erb +164 -20
- data/app/layout.css +81 -16
- data/app/layout.html.erb +67 -5
- data/app/layout_vars.css.erb +29 -5
- data/app/locales/ar.json +71 -0
- data/app/locales/cs.json +71 -0
- data/app/locales/da.json +71 -0
- data/app/locales/de.json +71 -0
- data/app/locales/el.json +71 -0
- data/app/locales/en.json +85 -0
- data/app/locales/es.json +71 -0
- data/app/locales/fa.json +71 -0
- data/app/locales/fr.json +71 -0
- data/app/locales/gd.json +71 -0
- data/app/locales/he.json +71 -0
- data/app/locales/hi.json +71 -0
- data/app/locales/it.json +71 -0
- data/app/locales/ja.json +71 -0
- data/app/locales/ko.json +71 -0
- data/app/locales/lt.json +71 -0
- data/app/locales/nb.json +71 -0
- data/app/locales/nl.json +71 -0
- data/app/locales/pl.json +71 -0
- data/app/locales/pt-br.json +71 -0
- data/app/locales/pt.json +71 -0
- data/app/locales/ru.json +71 -0
- data/app/locales/sv.json +71 -0
- data/app/locales/ta.json +71 -0
- data/app/locales/tr.json +71 -0
- data/app/locales/uk.json +71 -0
- data/app/locales/ur.json +71 -0
- data/app/locales/vi.json +71 -0
- data/app/locales/zh-cn.json +71 -0
- data/app/locales/zh-tw.json +71 -0
- data/lib/ultra_settings/application_view.rb +21 -3
- data/lib/ultra_settings/audit_data_sources.rb +98 -0
- data/lib/ultra_settings/coerce.rb +0 -6
- data/lib/ultra_settings/config_helper.rb +4 -4
- data/lib/ultra_settings/configuration.rb +28 -7
- data/lib/ultra_settings/configuration_view.rb +117 -56
- data/lib/ultra_settings/mini_i18n.rb +110 -0
- data/lib/ultra_settings/rack_app.rb +51 -1
- data/lib/ultra_settings/railtie.rb +8 -0
- data/lib/ultra_settings/tasks/audit_data_sources.rake +76 -0
- data/lib/ultra_settings/tasks/utils.rb +23 -0
- data/lib/ultra_settings/version.rb +1 -1
- data/lib/ultra_settings/web_view.rb +33 -2
- data/lib/ultra_settings.rb +56 -22
- data/ultra_settings.gemspec +3 -0
- metadata +38 -3
- data/app/_select_menu.html.erb +0 -53
data/app/locales/en.json
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
"page.title": "Application Configuration",
|
|
3
|
+
"page.brand_title": "UltraSettings",
|
|
4
|
+
"page.brand_subtitle": "Configuration Inspector",
|
|
5
|
+
|
|
6
|
+
"sidebar.open_nav_menu": "Open navigation menu",
|
|
7
|
+
"sidebar.config_list": "Configuration list",
|
|
8
|
+
"sidebar.filter_placeholder": "Filter configs & fields…",
|
|
9
|
+
"sidebar.filter_aria_label": "Filter configurations",
|
|
10
|
+
"sidebar.configurations_label": "Configurations",
|
|
11
|
+
"sidebar.config_nav": "Configuration navigation",
|
|
12
|
+
|
|
13
|
+
"search.placeholder": "Search configurations…",
|
|
14
|
+
"search.filter_aria_label": "Search configurations",
|
|
15
|
+
"search.clear_aria": "Clear selection and return to list",
|
|
16
|
+
"config_list.fields": "fields",
|
|
17
|
+
|
|
18
|
+
"field.secret": "Secret",
|
|
19
|
+
"field.static": "Static",
|
|
20
|
+
"field.nil": "nil",
|
|
21
|
+
"field.click_to_expand": "Click to expand",
|
|
22
|
+
"field.not_set": "not set",
|
|
23
|
+
|
|
24
|
+
"source.env": "ENV",
|
|
25
|
+
"source.setting": "SETTING",
|
|
26
|
+
"source.yaml": "YAML",
|
|
27
|
+
"source.default": "DEFAULT",
|
|
28
|
+
"source.active": "● Active",
|
|
29
|
+
"source.overridden": "Overridden",
|
|
30
|
+
|
|
31
|
+
"detail.field_detail": "Field detail",
|
|
32
|
+
"detail.close_panel": "Close panel",
|
|
33
|
+
"detail.type_label": "Type:",
|
|
34
|
+
"detail.secret_badge": "SECRET",
|
|
35
|
+
"detail.secret_value": "•••••••• (secret)",
|
|
36
|
+
|
|
37
|
+
"config.file_not_found": "(not found)",
|
|
38
|
+
"config.edit_tooltip": "Edit ${name}",
|
|
39
|
+
|
|
40
|
+
"edit.title": "Edit Runtime Setting",
|
|
41
|
+
"edit.open_dashboard": "Open in settings dashboard ↗",
|
|
42
|
+
"edit.loading": "Loading setting…",
|
|
43
|
+
"edit.close_panel": "Close panel",
|
|
44
|
+
"edit.edit_setting": "Edit runtime setting",
|
|
45
|
+
|
|
46
|
+
"edit.key_label": "Key",
|
|
47
|
+
"edit.value_type_label": "Value Type",
|
|
48
|
+
"edit.value_label": "Value",
|
|
49
|
+
"edit.description_label": "Description",
|
|
50
|
+
|
|
51
|
+
"edit.type_string": "string",
|
|
52
|
+
"edit.type_integer": "integer",
|
|
53
|
+
"edit.type_float": "float",
|
|
54
|
+
"edit.type_boolean": "boolean",
|
|
55
|
+
"edit.type_datetime": "datetime",
|
|
56
|
+
"edit.type_array": "array",
|
|
57
|
+
|
|
58
|
+
"edit.enabled": "Enabled",
|
|
59
|
+
"edit.cancel": "Cancel",
|
|
60
|
+
"edit.save": "Save",
|
|
61
|
+
"edit.saving": "Saving\u2026",
|
|
62
|
+
|
|
63
|
+
"edit.placeholder_array": "One entry per line",
|
|
64
|
+
"edit.placeholder_integer": "Enter an integer",
|
|
65
|
+
"edit.placeholder_float": "Enter a number",
|
|
66
|
+
"edit.placeholder_datetime": "Enter a datetime (e.g. 2025-01-15T10:30:00Z)",
|
|
67
|
+
"edit.save_error": "Failed to save setting.",
|
|
68
|
+
"edit.http_error": "The server returned an error (HTTP ${status}). Please try again.",
|
|
69
|
+
"edit.network_error": "Unable to reach the server. Please check your connection and try again.",
|
|
70
|
+
|
|
71
|
+
"edit.view_history": "View history",
|
|
72
|
+
"edit.back_to_edit": "\u2190 Back to editing",
|
|
73
|
+
"edit.history_empty": "No history found for this setting.",
|
|
74
|
+
"edit.history_loading": "Loading history\u2026",
|
|
75
|
+
"edit.history_prev": "\u2190 Newer",
|
|
76
|
+
"edit.history_next": "Older \u2192",
|
|
77
|
+
"edit.history_by": "by",
|
|
78
|
+
"edit.history_deleted": "Deleted",
|
|
79
|
+
"edit.history_created": "Created",
|
|
80
|
+
|
|
81
|
+
"language.label": "Language",
|
|
82
|
+
"language.name": "English",
|
|
83
|
+
|
|
84
|
+
"dir": "ltr"
|
|
85
|
+
}
|
data/app/locales/es.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"page.title": "Configuración de la aplicación",
|
|
3
|
+
"page.brand_title": "UltraSettings",
|
|
4
|
+
"page.brand_subtitle": "Inspector de configuración",
|
|
5
|
+
"sidebar.open_nav_menu": "Abrir menú de navegación",
|
|
6
|
+
"sidebar.config_list": "Lista de configuraciones",
|
|
7
|
+
"sidebar.filter_placeholder": "Filtrar configuraciones y campos…",
|
|
8
|
+
"sidebar.filter_aria_label": "Filtrar configuraciones",
|
|
9
|
+
"sidebar.configurations_label": "Configuraciones",
|
|
10
|
+
"sidebar.config_nav": "Navegación de configuraciones",
|
|
11
|
+
"search.placeholder": "Buscar configuraciones…",
|
|
12
|
+
"search.filter_aria_label": "Buscar configuraciones",
|
|
13
|
+
"search.clear_aria": "Borrar selección y volver a la lista",
|
|
14
|
+
"config_list.fields": "campos",
|
|
15
|
+
"field.secret": "Secreto",
|
|
16
|
+
"field.static": "Estático",
|
|
17
|
+
"field.nil": "nil",
|
|
18
|
+
"field.click_to_expand": "Haz clic para expandir",
|
|
19
|
+
"field.not_set": "sin establecer",
|
|
20
|
+
"source.env": "ENV",
|
|
21
|
+
"source.setting": "CONFIGURACIÓN",
|
|
22
|
+
"source.yaml": "YAML",
|
|
23
|
+
"source.default": "POR DEFECTO",
|
|
24
|
+
"source.active": "● Activo",
|
|
25
|
+
"source.overridden": "Sobrescrito",
|
|
26
|
+
"detail.field_detail": "Detalle del campo",
|
|
27
|
+
"detail.close_panel": "Cerrar panel",
|
|
28
|
+
"detail.type_label": "Tipo:",
|
|
29
|
+
"detail.secret_badge": "SECRETO",
|
|
30
|
+
"detail.secret_value": "•••••••• (secreto)",
|
|
31
|
+
"config.file_not_found": "(no encontrado)",
|
|
32
|
+
"config.edit_tooltip": "Editar ${name}",
|
|
33
|
+
"edit.title": "Editar configuración de tiempo de ejecución",
|
|
34
|
+
"edit.open_dashboard": "Abrir en el panel de configuración ↗",
|
|
35
|
+
"edit.loading": "Cargando configuración…",
|
|
36
|
+
"edit.close_panel": "Cerrar panel",
|
|
37
|
+
"edit.edit_setting": "Editar configuración de tiempo de ejecución",
|
|
38
|
+
"edit.key_label": "Clave",
|
|
39
|
+
"edit.value_type_label": "Tipo de valor",
|
|
40
|
+
"edit.value_label": "Valor",
|
|
41
|
+
"edit.description_label": "Descripción",
|
|
42
|
+
"edit.type_string": "cadena",
|
|
43
|
+
"edit.type_integer": "entero",
|
|
44
|
+
"edit.type_float": "decimal",
|
|
45
|
+
"edit.type_boolean": "booleano",
|
|
46
|
+
"edit.type_datetime": "fecha y hora",
|
|
47
|
+
"edit.type_array": "arreglo",
|
|
48
|
+
"edit.enabled": "Habilitado",
|
|
49
|
+
"edit.cancel": "Cancelar",
|
|
50
|
+
"edit.save": "Guardar",
|
|
51
|
+
"edit.saving": "Guardando…",
|
|
52
|
+
"edit.placeholder_array": "Una entrada por línea",
|
|
53
|
+
"edit.placeholder_integer": "Introduce un entero",
|
|
54
|
+
"edit.placeholder_float": "Introduce un número",
|
|
55
|
+
"edit.placeholder_datetime": "Introduce una fecha y hora (p. ej. 2025-01-15T10:30:00Z)",
|
|
56
|
+
"edit.save_error": "No se pudo guardar la configuración.",
|
|
57
|
+
"edit.http_error": "El servidor devolvió un error (HTTP ${status}). Por favor, inténtelo de nuevo.",
|
|
58
|
+
"edit.network_error": "No se puede llegar al servidor. Por favor verifique su conexión e intente nuevamente.",
|
|
59
|
+
"edit.view_history": "Ver historial",
|
|
60
|
+
"edit.back_to_edit": "← Volver a editar",
|
|
61
|
+
"edit.history_empty": "No se encontró historial para esta configuración.",
|
|
62
|
+
"edit.history_loading": "Cargando historial…",
|
|
63
|
+
"edit.history_prev": "← Más reciente",
|
|
64
|
+
"edit.history_next": "Más antiguo →",
|
|
65
|
+
"edit.history_by": "por",
|
|
66
|
+
"edit.history_deleted": "Eliminado",
|
|
67
|
+
"edit.history_created": "Creado",
|
|
68
|
+
"language.label": "Idioma",
|
|
69
|
+
"language.name": "Español",
|
|
70
|
+
"dir": "ltr"
|
|
71
|
+
}
|
data/app/locales/fa.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"page.title": "پیکربندی برنامه",
|
|
3
|
+
"page.brand_title": "UltraSettings",
|
|
4
|
+
"page.brand_subtitle": "بازرس پیکربندی",
|
|
5
|
+
"sidebar.open_nav_menu": "باز کردن منوی ناوبری",
|
|
6
|
+
"sidebar.config_list": "فهرست پیکربندیها",
|
|
7
|
+
"sidebar.filter_placeholder": "فیلتر کردن پیکربندیها و فیلدها…",
|
|
8
|
+
"sidebar.filter_aria_label": "فیلتر کردن پیکربندیها",
|
|
9
|
+
"sidebar.configurations_label": "پیکربندیها",
|
|
10
|
+
"sidebar.config_nav": "ناوبری پیکربندی",
|
|
11
|
+
"search.placeholder": "جستجوی پیکربندیها…",
|
|
12
|
+
"search.filter_aria_label": "جستجوی پیکربندیها",
|
|
13
|
+
"search.clear_aria": null,
|
|
14
|
+
"config_list.fields": null,
|
|
15
|
+
"field.secret": "محرمانه",
|
|
16
|
+
"field.static": "ایستا",
|
|
17
|
+
"field.nil": "nil",
|
|
18
|
+
"field.click_to_expand": "برای باز کردن کلیک کنید",
|
|
19
|
+
"field.not_set": "تنظیم نشده",
|
|
20
|
+
"source.env": "ENV",
|
|
21
|
+
"source.setting": "تنظیم",
|
|
22
|
+
"source.yaml": "YAML",
|
|
23
|
+
"source.default": "پیشفرض",
|
|
24
|
+
"source.active": "● فعال",
|
|
25
|
+
"source.overridden": "جایگزین شده",
|
|
26
|
+
"detail.field_detail": "جزئیات فیلد",
|
|
27
|
+
"detail.close_panel": "بستن پنل",
|
|
28
|
+
"detail.type_label": "نوع:",
|
|
29
|
+
"detail.secret_badge": "محرمانه",
|
|
30
|
+
"detail.secret_value": "•••••••• (محرمانه)",
|
|
31
|
+
"config.file_not_found": "(یافت نشد)",
|
|
32
|
+
"config.edit_tooltip": "ویرایش ${name}",
|
|
33
|
+
"edit.title": "ویرایش تنظیم زمان اجرا",
|
|
34
|
+
"edit.open_dashboard": "باز کردن در داشبورد تنظیمات ↗",
|
|
35
|
+
"edit.loading": "در حال بارگذاری تنظیم…",
|
|
36
|
+
"edit.close_panel": "بستن پنل",
|
|
37
|
+
"edit.edit_setting": "ویرایش تنظیم زمان اجرا",
|
|
38
|
+
"edit.key_label": "کلید",
|
|
39
|
+
"edit.value_type_label": "نوع مقدار",
|
|
40
|
+
"edit.value_label": "مقدار",
|
|
41
|
+
"edit.description_label": "توضیح",
|
|
42
|
+
"edit.type_string": "رشته",
|
|
43
|
+
"edit.type_integer": "عدد صحیح",
|
|
44
|
+
"edit.type_float": "اعشاری",
|
|
45
|
+
"edit.type_boolean": "بولی",
|
|
46
|
+
"edit.type_datetime": "تاریخ و زمان",
|
|
47
|
+
"edit.type_array": "آرایه",
|
|
48
|
+
"edit.enabled": "فعال",
|
|
49
|
+
"edit.cancel": "انصراف",
|
|
50
|
+
"edit.save": "ذخیره",
|
|
51
|
+
"edit.saving": "در حال ذخیره…",
|
|
52
|
+
"edit.placeholder_array": "هر مورد در یک خط",
|
|
53
|
+
"edit.placeholder_integer": "یک عدد صحیح وارد کنید",
|
|
54
|
+
"edit.placeholder_float": "یک عدد وارد کنید",
|
|
55
|
+
"edit.placeholder_datetime": "تاریخ و زمان را وارد کنید (مثلاً 2025-01-15T10:30:00Z)",
|
|
56
|
+
"edit.save_error": "ذخیره تنظیم انجام نشد.",
|
|
57
|
+
"edit.http_error": "سرور خطایی را برگرداند (HTTP ${status}). لطفاً دوباره تلاش کنید.",
|
|
58
|
+
"edit.network_error": "ارتباط با سرور امکانپذیر نیست. لطفاً اتصال خود را بررسی کرده و دوباره تلاش کنید.",
|
|
59
|
+
"edit.view_history": "مشاهده تاریخچه",
|
|
60
|
+
"edit.back_to_edit": "← بازگشت به ویرایش",
|
|
61
|
+
"edit.history_empty": "هیچ تاریخچهای برای این تنظیم یافت نشد.",
|
|
62
|
+
"edit.history_loading": "در حال بارگیری تاریخچه…",
|
|
63
|
+
"edit.history_prev": "← جدیدتر",
|
|
64
|
+
"edit.history_next": "قدیمیتر →",
|
|
65
|
+
"edit.history_by": "توسط",
|
|
66
|
+
"edit.history_deleted": "حذف شد",
|
|
67
|
+
"edit.history_created": "ایجاد شد",
|
|
68
|
+
"language.label": "زبان",
|
|
69
|
+
"language.name": "فارسی",
|
|
70
|
+
"dir": "rtl"
|
|
71
|
+
}
|
data/app/locales/fr.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"page.title": "Configuration de l’application",
|
|
3
|
+
"page.brand_title": "UltraSettings",
|
|
4
|
+
"page.brand_subtitle": "Inspecteur de configuration",
|
|
5
|
+
"sidebar.open_nav_menu": "Ouvrir le menu de navigation",
|
|
6
|
+
"sidebar.config_list": "Liste des configurations",
|
|
7
|
+
"sidebar.filter_placeholder": "Filtrer les configurations et les champs…",
|
|
8
|
+
"sidebar.filter_aria_label": "Filtrer les configurations",
|
|
9
|
+
"sidebar.configurations_label": "Configurations",
|
|
10
|
+
"sidebar.config_nav": "Navigation de configuration",
|
|
11
|
+
"search.placeholder": "Rechercher des configurations…",
|
|
12
|
+
"search.filter_aria_label": "Rechercher des configurations",
|
|
13
|
+
"search.clear_aria": "Effacer la sélection et retourner à la liste",
|
|
14
|
+
"config_list.fields": "champs",
|
|
15
|
+
"field.secret": "Secret",
|
|
16
|
+
"field.static": "Statique",
|
|
17
|
+
"field.nil": "nil",
|
|
18
|
+
"field.click_to_expand": "Cliquer pour développer",
|
|
19
|
+
"field.not_set": "non défini",
|
|
20
|
+
"source.env": "ENV",
|
|
21
|
+
"source.setting": "PARAMÈTRE",
|
|
22
|
+
"source.yaml": "YAML",
|
|
23
|
+
"source.default": "PAR DÉFAUT",
|
|
24
|
+
"source.active": "● Actif",
|
|
25
|
+
"source.overridden": "Remplacé",
|
|
26
|
+
"detail.field_detail": "Détail du champ",
|
|
27
|
+
"detail.close_panel": "Fermer le panneau",
|
|
28
|
+
"detail.type_label": "Type :",
|
|
29
|
+
"detail.secret_badge": "SECRET",
|
|
30
|
+
"detail.secret_value": "•••••••• (secret)",
|
|
31
|
+
"config.file_not_found": "(introuvable)",
|
|
32
|
+
"config.edit_tooltip": "Modifier ${name}",
|
|
33
|
+
"edit.title": "Modifier le paramètre d’exécution",
|
|
34
|
+
"edit.open_dashboard": "Ouvrir dans le tableau de bord des paramètres ↗",
|
|
35
|
+
"edit.loading": "Chargement du paramètre…",
|
|
36
|
+
"edit.close_panel": "Fermer le panneau",
|
|
37
|
+
"edit.edit_setting": "Modifier le paramètre d’exécution",
|
|
38
|
+
"edit.key_label": "Clé",
|
|
39
|
+
"edit.value_type_label": "Type de valeur",
|
|
40
|
+
"edit.value_label": "Valeur",
|
|
41
|
+
"edit.description_label": "Description",
|
|
42
|
+
"edit.type_string": "chaîne",
|
|
43
|
+
"edit.type_integer": "entier",
|
|
44
|
+
"edit.type_float": "nombre décimal",
|
|
45
|
+
"edit.type_boolean": "booléen",
|
|
46
|
+
"edit.type_datetime": "date et heure",
|
|
47
|
+
"edit.type_array": "tableau",
|
|
48
|
+
"edit.enabled": "Activé",
|
|
49
|
+
"edit.cancel": "Annuler",
|
|
50
|
+
"edit.save": "Enregistrer",
|
|
51
|
+
"edit.saving": "Enregistrement…",
|
|
52
|
+
"edit.placeholder_array": "Une entrée par ligne",
|
|
53
|
+
"edit.placeholder_integer": "Saisissez un entier",
|
|
54
|
+
"edit.placeholder_float": "Saisissez un nombre",
|
|
55
|
+
"edit.placeholder_datetime": "Saisissez une date et une heure (p. ex. 2025-01-15T10:30:00Z)",
|
|
56
|
+
"edit.save_error": "Échec de l’enregistrement du paramètre.",
|
|
57
|
+
"edit.http_error": "Le serveur a renvoyé une erreur (HTTP ${status}). Veuillez réessayer.",
|
|
58
|
+
"edit.network_error": "Impossible de joindre le serveur. Veuillez vérifier votre connexion et réessayer.",
|
|
59
|
+
"edit.view_history": "Voir l'historique",
|
|
60
|
+
"edit.back_to_edit": "← Retour à l'édition",
|
|
61
|
+
"edit.history_empty": "Aucun historique trouvé pour ce paramètre.",
|
|
62
|
+
"edit.history_loading": "Chargement de l'historique…",
|
|
63
|
+
"edit.history_prev": "← Plus récent",
|
|
64
|
+
"edit.history_next": "Plus ancien →",
|
|
65
|
+
"edit.history_by": "par",
|
|
66
|
+
"edit.history_deleted": "Supprimé",
|
|
67
|
+
"edit.history_created": "Créé",
|
|
68
|
+
"language.label": "Langue",
|
|
69
|
+
"language.name": "Français",
|
|
70
|
+
"dir": "ltr"
|
|
71
|
+
}
|
data/app/locales/gd.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"page.title": "Rèiteachadh an aplacaid",
|
|
3
|
+
"page.brand_title": "UltraSettings",
|
|
4
|
+
"page.brand_subtitle": "Neach-sgrùdaidh rèiteachaidh",
|
|
5
|
+
"sidebar.open_nav_menu": "Fosgail clàr-seòlaidh",
|
|
6
|
+
"sidebar.config_list": "Liosta rèiteachaidhean",
|
|
7
|
+
"sidebar.filter_placeholder": "Criathraich rèiteachaidhean is raointean…",
|
|
8
|
+
"sidebar.filter_aria_label": "Criathraich rèiteachaidhean",
|
|
9
|
+
"sidebar.configurations_label": "Rèiteachaidhean",
|
|
10
|
+
"sidebar.config_nav": "Seòladh rèiteachaidhean",
|
|
11
|
+
"search.placeholder": "Lorg rèiteachaidhean…",
|
|
12
|
+
"search.filter_aria_label": "Lorg rèiteachaidhean",
|
|
13
|
+
"search.clear_aria": "Glan an taghadh is till dhan liosta",
|
|
14
|
+
"config_list.fields": "raointean",
|
|
15
|
+
"field.secret": "Dìomhair",
|
|
16
|
+
"field.static": "Statach",
|
|
17
|
+
"field.nil": "nil",
|
|
18
|
+
"field.click_to_expand": "Briog gus leudachadh",
|
|
19
|
+
"field.not_set": "gun suidheachadh",
|
|
20
|
+
"source.env": "ENV",
|
|
21
|
+
"source.setting": "SUIDHEACHADH",
|
|
22
|
+
"source.yaml": "YAML",
|
|
23
|
+
"source.default": "BUN-ROGHAILTE",
|
|
24
|
+
"source.active": "● Gnìomhach",
|
|
25
|
+
"source.overridden": "Air a chur na àite",
|
|
26
|
+
"detail.field_detail": "Mion-fhiosrachadh an raoin",
|
|
27
|
+
"detail.close_panel": "Dùin am pannal",
|
|
28
|
+
"detail.type_label": "Seòrsa:",
|
|
29
|
+
"detail.secret_badge": "DÌOMHAIR",
|
|
30
|
+
"detail.secret_value": "•••••••• (dìomhair)",
|
|
31
|
+
"config.file_not_found": "(cha deach a lorg)",
|
|
32
|
+
"config.edit_tooltip": "Deasaich ${name}",
|
|
33
|
+
"edit.title": "Deasaich suidheachadh ruith-ùine",
|
|
34
|
+
"edit.open_dashboard": "Fosgail ann am deas-bhòrd nan suidheachaidhean ↗",
|
|
35
|
+
"edit.loading": "A’ luchdadh suidheachaidh…",
|
|
36
|
+
"edit.close_panel": "Dùin am pannal",
|
|
37
|
+
"edit.edit_setting": "Deasaich suidheachadh ruith-ùine",
|
|
38
|
+
"edit.key_label": "Iuchair",
|
|
39
|
+
"edit.value_type_label": "Seòrsa luach",
|
|
40
|
+
"edit.value_label": "Luach",
|
|
41
|
+
"edit.description_label": "Tuairisgeul",
|
|
42
|
+
"edit.type_string": "sreang",
|
|
43
|
+
"edit.type_integer": "àireamh slàn",
|
|
44
|
+
"edit.type_float": "àireamh dheicheach",
|
|
45
|
+
"edit.type_boolean": "booleach",
|
|
46
|
+
"edit.type_datetime": "ceann-latha is àm",
|
|
47
|
+
"edit.type_array": "eagar",
|
|
48
|
+
"edit.enabled": "An comas",
|
|
49
|
+
"edit.cancel": "Sguir dheth",
|
|
50
|
+
"edit.save": "Sàbhail",
|
|
51
|
+
"edit.saving": "A’ sàbhaladh…",
|
|
52
|
+
"edit.placeholder_array": "Aon inntrigeadh gach loidhne",
|
|
53
|
+
"edit.placeholder_integer": "Cuir a-steach àireamh slàn",
|
|
54
|
+
"edit.placeholder_float": "Cuir a-steach àireamh",
|
|
55
|
+
"edit.placeholder_datetime": "Cuir a-steach ceann-latha is àm (m.e. 2025-01-15T10:30:00Z)",
|
|
56
|
+
"edit.save_error": "Cha b’ urrainn dhuinn an suidheachadh a shàbhaladh.",
|
|
57
|
+
"edit.http_error": "Thill am fòghlaiche mearachd (HTTP ${status}). Feuch a-rithist.",
|
|
58
|
+
"edit.network_error": "Chan eil e comasach an fòghlaiche a ruighinn. Faigh a-mach do cheangal is feuch a-rithist.",
|
|
59
|
+
"edit.view_history": "Seall eachdraidh",
|
|
60
|
+
"edit.back_to_edit": "← Air ais gu deasachadh",
|
|
61
|
+
"edit.history_empty": "Cha deach eachdraidh a lorg airson an roghainn seo.",
|
|
62
|
+
"edit.history_loading": "A' luchdadh eachdraidh…",
|
|
63
|
+
"edit.history_prev": "← Nas ùire",
|
|
64
|
+
"edit.history_next": "Nas sine →",
|
|
65
|
+
"edit.history_by": "le",
|
|
66
|
+
"edit.history_deleted": "Air a sguabadh às",
|
|
67
|
+
"edit.history_created": "Air a chruthachadh",
|
|
68
|
+
"language.label": "Cànan",
|
|
69
|
+
"language.name": "Gàidhlig",
|
|
70
|
+
"dir": "ltr"
|
|
71
|
+
}
|
data/app/locales/he.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"page.title": "תצורת היישום",
|
|
3
|
+
"page.brand_title": "UltraSettings",
|
|
4
|
+
"page.brand_subtitle": "בודק התצורה",
|
|
5
|
+
"sidebar.open_nav_menu": "פתח תפריט ניווט",
|
|
6
|
+
"sidebar.config_list": "רשימת תצורות",
|
|
7
|
+
"sidebar.filter_placeholder": "סנן תצורות ושדות…",
|
|
8
|
+
"sidebar.filter_aria_label": "סנן תצורות",
|
|
9
|
+
"sidebar.configurations_label": "תצורות",
|
|
10
|
+
"sidebar.config_nav": "ניווט תצורות",
|
|
11
|
+
"search.placeholder": "חפש תצורות…",
|
|
12
|
+
"search.filter_aria_label": "חפש תצורות",
|
|
13
|
+
"search.clear_aria": "נקה בחירה וחזור לרשימה",
|
|
14
|
+
"config_list.fields": "שדות",
|
|
15
|
+
"field.secret": "סודי",
|
|
16
|
+
"field.static": "סטטי",
|
|
17
|
+
"field.nil": "nil",
|
|
18
|
+
"field.click_to_expand": "לחץ כדי להרחיב",
|
|
19
|
+
"field.not_set": "לא הוגדר",
|
|
20
|
+
"source.env": "ENV",
|
|
21
|
+
"source.setting": "הגדרה",
|
|
22
|
+
"source.yaml": "YAML",
|
|
23
|
+
"source.default": "ברירת מחדל",
|
|
24
|
+
"source.active": "● פעיל",
|
|
25
|
+
"source.overridden": "נדרס",
|
|
26
|
+
"detail.field_detail": "פרטי שדה",
|
|
27
|
+
"detail.close_panel": "סגור חלונית",
|
|
28
|
+
"detail.type_label": "סוג:",
|
|
29
|
+
"detail.secret_badge": "סודי",
|
|
30
|
+
"detail.secret_value": "•••••••• (סודי)",
|
|
31
|
+
"config.file_not_found": "(לא נמצא)",
|
|
32
|
+
"config.edit_tooltip": "ערוך את ${name}",
|
|
33
|
+
"edit.title": "עריכת הגדרת זמן ריצה",
|
|
34
|
+
"edit.open_dashboard": "פתח בלוח ההגדרות ↗",
|
|
35
|
+
"edit.loading": "טוען הגדרה…",
|
|
36
|
+
"edit.close_panel": "סגור חלונית",
|
|
37
|
+
"edit.edit_setting": "עריכת הגדרת זמן ריצה",
|
|
38
|
+
"edit.key_label": "מפתח",
|
|
39
|
+
"edit.value_type_label": "סוג הערך",
|
|
40
|
+
"edit.value_label": "ערך",
|
|
41
|
+
"edit.description_label": "תיאור",
|
|
42
|
+
"edit.type_string": "מחרוזת",
|
|
43
|
+
"edit.type_integer": "מספר שלם",
|
|
44
|
+
"edit.type_float": "מספר עשרוני",
|
|
45
|
+
"edit.type_boolean": "בוליאני",
|
|
46
|
+
"edit.type_datetime": "תאריך ושעה",
|
|
47
|
+
"edit.type_array": "מערך",
|
|
48
|
+
"edit.enabled": "מופעל",
|
|
49
|
+
"edit.cancel": "ביטול",
|
|
50
|
+
"edit.save": "שמור",
|
|
51
|
+
"edit.saving": "שומר…",
|
|
52
|
+
"edit.placeholder_array": "ערך אחד בכל שורה",
|
|
53
|
+
"edit.placeholder_integer": "הזן מספר שלם",
|
|
54
|
+
"edit.placeholder_float": "הזן מספר",
|
|
55
|
+
"edit.placeholder_datetime": "הזן תאריך ושעה (למשל 2025-01-15T10:30:00Z)",
|
|
56
|
+
"edit.save_error": "שמירת ההגדרה נכשלה.",
|
|
57
|
+
"edit.http_error": "השרת החזיר שגיאה (HTTP ${status}). אנא נסה שוב.",
|
|
58
|
+
"edit.network_error": "לא ניתן להגיע לשרת. בדוק את החיבור שלך ונסה שוב.",
|
|
59
|
+
"edit.view_history": "הצג היסטוריה",
|
|
60
|
+
"edit.back_to_edit": "← חזרה לעריכה",
|
|
61
|
+
"edit.history_empty": "לא נמצאה היסטוריה להגדרה זו.",
|
|
62
|
+
"edit.history_loading": "טוען היסטוריה…",
|
|
63
|
+
"edit.history_prev": "← חדש יותר",
|
|
64
|
+
"edit.history_next": "ישן יותר →",
|
|
65
|
+
"edit.history_by": "על ידי",
|
|
66
|
+
"edit.history_deleted": "נמחק",
|
|
67
|
+
"edit.history_created": "נוצר",
|
|
68
|
+
"language.label": "שפה",
|
|
69
|
+
"language.name": "עברית",
|
|
70
|
+
"dir": "rtl"
|
|
71
|
+
}
|
data/app/locales/hi.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"page.title": "एप्लिकेशन कॉन्फ़िगरेशन",
|
|
3
|
+
"page.brand_title": "UltraSettings",
|
|
4
|
+
"page.brand_subtitle": "कॉन्फ़िगरेशन निरीक्षक",
|
|
5
|
+
"sidebar.open_nav_menu": "नेविगेशन मेनू खोलें",
|
|
6
|
+
"sidebar.config_list": "कॉन्फ़िगरेशन सूची",
|
|
7
|
+
"sidebar.filter_placeholder": "कॉन्फ़िगरेशन और फ़ील्ड फ़िल्टर करें…",
|
|
8
|
+
"sidebar.filter_aria_label": "कॉन्फ़िगरेशन फ़िल्टर करें",
|
|
9
|
+
"sidebar.configurations_label": "कॉन्फ़िगरेशन",
|
|
10
|
+
"sidebar.config_nav": "कॉन्फ़िगरेशन नेविगेशन",
|
|
11
|
+
"search.placeholder": "कॉन्फ़िगरेशन खोजें…",
|
|
12
|
+
"search.filter_aria_label": "कॉन्फ़िगरेशन खोजें",
|
|
13
|
+
"search.clear_aria": "चयन साफ़ करें और सूची पर वापस लौटें",
|
|
14
|
+
"config_list.fields": "फ़ील्ड्स",
|
|
15
|
+
"field.secret": "गुप्त",
|
|
16
|
+
"field.static": "स्थिर",
|
|
17
|
+
"field.nil": "nil",
|
|
18
|
+
"field.click_to_expand": "विस्तार करने के लिए क्लिक करें",
|
|
19
|
+
"field.not_set": "सेट नहीं",
|
|
20
|
+
"source.env": "ENV",
|
|
21
|
+
"source.setting": "सेटिंग",
|
|
22
|
+
"source.yaml": "YAML",
|
|
23
|
+
"source.default": "डिफ़ॉल्ट",
|
|
24
|
+
"source.active": "● सक्रिय",
|
|
25
|
+
"source.overridden": "ओवरराइड किया गया",
|
|
26
|
+
"detail.field_detail": "फ़ील्ड विवरण",
|
|
27
|
+
"detail.close_panel": "पैनल बंद करें",
|
|
28
|
+
"detail.type_label": "प्रकार:",
|
|
29
|
+
"detail.secret_badge": "गुप्त",
|
|
30
|
+
"detail.secret_value": "•••••••• (गुप्त)",
|
|
31
|
+
"config.file_not_found": "(नहीं मिला)",
|
|
32
|
+
"config.edit_tooltip": "${name} संपादित करें",
|
|
33
|
+
"edit.title": "रनटाइम सेटिंग संपादित करें",
|
|
34
|
+
"edit.open_dashboard": "सेटिंग डैशबोर्ड में खोलें ↗",
|
|
35
|
+
"edit.loading": "सेटिंग लोड हो रही है…",
|
|
36
|
+
"edit.close_panel": "पैनल बंद करें",
|
|
37
|
+
"edit.edit_setting": "रनटाइम सेटिंग संपादित करें",
|
|
38
|
+
"edit.key_label": "कुंजी",
|
|
39
|
+
"edit.value_type_label": "मान का प्रकार",
|
|
40
|
+
"edit.value_label": "मान",
|
|
41
|
+
"edit.description_label": "विवरण",
|
|
42
|
+
"edit.type_string": "स्ट्रिंग",
|
|
43
|
+
"edit.type_integer": "पूर्णांक",
|
|
44
|
+
"edit.type_float": "दशमलव",
|
|
45
|
+
"edit.type_boolean": "बूलियन",
|
|
46
|
+
"edit.type_datetime": "दिनांक और समय",
|
|
47
|
+
"edit.type_array": "ऐरे",
|
|
48
|
+
"edit.enabled": "सक्षम",
|
|
49
|
+
"edit.cancel": "रद्द करें",
|
|
50
|
+
"edit.save": "सहेजें",
|
|
51
|
+
"edit.saving": "सहेजा जा रहा है…",
|
|
52
|
+
"edit.placeholder_array": "प्रति पंक्ति एक प्रविष्टि",
|
|
53
|
+
"edit.placeholder_integer": "एक पूर्णांक दर्ज करें",
|
|
54
|
+
"edit.placeholder_float": "एक संख्या दर्ज करें",
|
|
55
|
+
"edit.placeholder_datetime": "दिनांक और समय दर्ज करें (उदा. 2025-01-15T10:30:00Z)",
|
|
56
|
+
"edit.save_error": "सेटिंग सहेजी नहीं जा सकी।",
|
|
57
|
+
"edit.http_error": "सर्वर ने एक त्रुटि दी है (HTTP ${status})। कृपया फिर से प्रयास करें।",
|
|
58
|
+
"edit.network_error": "सर्वर तक पहुँचने में असमर्थ। कृपया अपना कनेक्शन जांचें और फिर से प्रयास करें।",
|
|
59
|
+
"edit.view_history": "इतिहास देखें",
|
|
60
|
+
"edit.back_to_edit": "← संपादन पर वापस जाएँ",
|
|
61
|
+
"edit.history_empty": "इस सेटिंग के लिए कोई इतिहास नहीं मिला।",
|
|
62
|
+
"edit.history_loading": "इतिहास लोड हो रहा है…",
|
|
63
|
+
"edit.history_prev": "← नया",
|
|
64
|
+
"edit.history_next": "पुराना →",
|
|
65
|
+
"edit.history_by": "द्वारा",
|
|
66
|
+
"edit.history_deleted": "हटाया गया",
|
|
67
|
+
"edit.history_created": "बनाया गया",
|
|
68
|
+
"language.label": "भाषा",
|
|
69
|
+
"language.name": "हिन्दी",
|
|
70
|
+
"dir": "ltr"
|
|
71
|
+
}
|
data/app/locales/it.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"page.title": "Configurazione dell’applicazione",
|
|
3
|
+
"page.brand_title": "UltraSettings",
|
|
4
|
+
"page.brand_subtitle": "Ispettore della configurazione",
|
|
5
|
+
"sidebar.open_nav_menu": "Apri menu di navigazione",
|
|
6
|
+
"sidebar.config_list": "Elenco configurazioni",
|
|
7
|
+
"sidebar.filter_placeholder": "Filtra configurazioni e campi…",
|
|
8
|
+
"sidebar.filter_aria_label": "Filtra configurazioni",
|
|
9
|
+
"sidebar.configurations_label": "Configurazioni",
|
|
10
|
+
"sidebar.config_nav": "Navigazione configurazioni",
|
|
11
|
+
"search.placeholder": "Cerca configurazioni…",
|
|
12
|
+
"search.filter_aria_label": "Cerca configurazioni",
|
|
13
|
+
"search.clear_aria": "Cancella la selezione e torna alla lista",
|
|
14
|
+
"config_list.fields": "campi",
|
|
15
|
+
"field.secret": "Segreto",
|
|
16
|
+
"field.static": "Statico",
|
|
17
|
+
"field.nil": "nil",
|
|
18
|
+
"field.click_to_expand": "Fai clic per espandere",
|
|
19
|
+
"field.not_set": "non impostato",
|
|
20
|
+
"source.env": "ENV",
|
|
21
|
+
"source.setting": "IMPOSTAZIONE",
|
|
22
|
+
"source.yaml": "YAML",
|
|
23
|
+
"source.default": "PREDEFINITO",
|
|
24
|
+
"source.active": "● Attivo",
|
|
25
|
+
"source.overridden": "Sovrascritto",
|
|
26
|
+
"detail.field_detail": "Dettaglio campo",
|
|
27
|
+
"detail.close_panel": "Chiudi pannello",
|
|
28
|
+
"detail.type_label": "Tipo:",
|
|
29
|
+
"detail.secret_badge": "SEGRETO",
|
|
30
|
+
"detail.secret_value": "•••••••• (segreto)",
|
|
31
|
+
"config.file_not_found": "(non trovato)",
|
|
32
|
+
"config.edit_tooltip": "Modifica ${name}",
|
|
33
|
+
"edit.title": "Modifica impostazione di runtime",
|
|
34
|
+
"edit.open_dashboard": "Apri nel pannello delle impostazioni ↗",
|
|
35
|
+
"edit.loading": "Caricamento impostazione…",
|
|
36
|
+
"edit.close_panel": "Chiudi pannello",
|
|
37
|
+
"edit.edit_setting": "Modifica impostazione di runtime",
|
|
38
|
+
"edit.key_label": "Chiave",
|
|
39
|
+
"edit.value_type_label": "Tipo di valore",
|
|
40
|
+
"edit.value_label": "Valore",
|
|
41
|
+
"edit.description_label": "Descrizione",
|
|
42
|
+
"edit.type_string": "stringa",
|
|
43
|
+
"edit.type_integer": "intero",
|
|
44
|
+
"edit.type_float": "decimale",
|
|
45
|
+
"edit.type_boolean": "booleano",
|
|
46
|
+
"edit.type_datetime": "data e ora",
|
|
47
|
+
"edit.type_array": "array",
|
|
48
|
+
"edit.enabled": "Abilitato",
|
|
49
|
+
"edit.cancel": "Annulla",
|
|
50
|
+
"edit.save": "Salva",
|
|
51
|
+
"edit.saving": "Salvataggio…",
|
|
52
|
+
"edit.placeholder_array": "Una voce per riga",
|
|
53
|
+
"edit.placeholder_integer": "Inserisci un intero",
|
|
54
|
+
"edit.placeholder_float": "Inserisci un numero",
|
|
55
|
+
"edit.placeholder_datetime": "Inserisci data e ora (ad es. 2025-01-15T10:30:00Z)",
|
|
56
|
+
"edit.save_error": "Impossibile salvare l’impostazione.",
|
|
57
|
+
"edit.http_error": "Il server ha restituito un errore (HTTP ${status}). Si prega di riprovare.",
|
|
58
|
+
"edit.network_error": "Impossibile raggiungere il server. Controlla la tua connessione e riprova.",
|
|
59
|
+
"edit.view_history": "Visualizza cronologia",
|
|
60
|
+
"edit.back_to_edit": "← Torna alla modifica",
|
|
61
|
+
"edit.history_empty": "Nessuna cronologia trovata per questa impostazione.",
|
|
62
|
+
"edit.history_loading": "Caricamento cronologia…",
|
|
63
|
+
"edit.history_prev": "← Più recente",
|
|
64
|
+
"edit.history_next": "Più vecchi →",
|
|
65
|
+
"edit.history_by": "da",
|
|
66
|
+
"edit.history_deleted": "Eliminato",
|
|
67
|
+
"edit.history_created": "Creato",
|
|
68
|
+
"language.label": "Lingua",
|
|
69
|
+
"language.name": "Italiano",
|
|
70
|
+
"dir": "ltr"
|
|
71
|
+
}
|