@rebasepro/app 0.11.1-canary.gfd39654 → 0.12.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.
- package/dist/collections/filter-operator-resolution.d.ts +27 -2
- package/dist/components/LoginView/LoginView.d.ts +9 -1
- package/dist/components/RebaseAuth.d.ts +3 -3
- package/dist/core/Rebase.d.ts +1 -1
- package/dist/core/RebaseProps.d.ts +8 -11
- package/dist/hooks/useBuildModeController.d.ts +1 -1
- package/dist/hooks/useCustomizationController.d.ts +1 -1
- package/dist/hooks/useRebaseRegistry.d.ts +4 -4
- package/dist/hooks/useStudioBridge.d.ts +10 -10
- package/dist/index.es.js +169 -94
- package/dist/index.es.js.map +1 -1
- package/package.json +7 -7
- package/src/collections/filter-operator-resolution.ts +40 -2
- package/src/collections/property_presentation.ts +9 -4
- package/src/collections/title-property.ts +2 -2
- package/src/components/LoginView/LoginView.tsx +61 -5
- package/src/components/RebaseAuth.tsx +3 -3
- package/src/components/common/useColumnsIds.tsx +1 -1
- package/src/core/Rebase.tsx +2 -3
- package/src/core/RebaseProps.tsx +8 -10
- package/src/hooks/useBuildModeController.tsx +1 -1
- package/src/hooks/useCustomizationController.tsx +1 -1
- package/src/hooks/useRebaseContext.tsx +1 -1
- package/src/hooks/useRebaseRegistry.tsx +9 -9
- package/src/hooks/useStudioBridge.tsx +10 -10
- package/src/index.ts +1 -1
- package/src/locales/de.ts +10 -9
- package/src/locales/en.ts +10 -9
- package/src/locales/es.ts +10 -9
- package/src/locales/fr.ts +10 -9
- package/src/locales/hi.ts +11 -10
- package/src/locales/it.ts +11 -10
- package/src/locales/pt.ts +10 -9
package/src/locales/en.ts
CHANGED
|
@@ -68,6 +68,7 @@ export const en: RebaseTranslations = {
|
|
|
68
68
|
dark_mode: "Dark",
|
|
69
69
|
light_mode: "Light",
|
|
70
70
|
system_mode: "System",
|
|
71
|
+
join_newsletter: "Join the newsletter, no spam",
|
|
71
72
|
ok: "Ok",
|
|
72
73
|
save_collection_config: "Save collection structure",
|
|
73
74
|
search_for_more_icons: "Search for more icons…",
|
|
@@ -290,7 +291,7 @@ export const en: RebaseTranslations = {
|
|
|
290
291
|
action_defined_in_code: "This action is defined in code with key",
|
|
291
292
|
add_custom_entity_action: "Add custom entity action",
|
|
292
293
|
remove_this_action: "Remove this action?",
|
|
293
|
-
remove_action_warning: "This will not delete any data, only the action in the
|
|
294
|
+
remove_action_warning: "This will not delete any data, only the action in the admin panel",
|
|
294
295
|
|
|
295
296
|
subcollections_of: "Subcollections of",
|
|
296
297
|
add_subcollection: "Add subcollection",
|
|
@@ -299,14 +300,14 @@ export const en: RebaseTranslations = {
|
|
|
299
300
|
view_defined_in_code: "This view is defined in code with key",
|
|
300
301
|
add_custom_entity_view: "Add custom entity view",
|
|
301
302
|
delete_this_subcollection: "Delete this subcollection?",
|
|
302
|
-
remove_collection_warning: "This will not delete any data, only the collection in the
|
|
303
|
+
remove_collection_warning: "This will not delete any data, only the collection in the admin panel",
|
|
303
304
|
remove_this_view: "Remove this view?",
|
|
304
|
-
remove_view_warning: "This will not delete any data, only the view in the
|
|
305
|
+
remove_view_warning: "This will not delete any data, only the view in the admin panel",
|
|
305
306
|
|
|
306
307
|
no_collection_selected: "No collection selected",
|
|
307
308
|
code_for_collection: "Code for",
|
|
308
309
|
use_config_define_json: "Use this config to define the collection in JSON format.",
|
|
309
|
-
customise_collection_code: "If you want to customise the collection in code, you can add this collection code to your
|
|
310
|
+
customise_collection_code: "If you want to customise the collection in code, you can add this collection code to your admin app configuration.",
|
|
310
311
|
copied: "Copied",
|
|
311
312
|
|
|
312
313
|
property_cant_be_edited: "This property can't be edited",
|
|
@@ -576,7 +577,7 @@ export const en: RebaseTranslations = {
|
|
|
576
577
|
continue_from_scratch: "Continue from scratch",
|
|
577
578
|
|
|
578
579
|
/** Admin views config */
|
|
579
|
-
|
|
580
|
+
admin_users: "Admin Users",
|
|
580
581
|
roles_menu: "Roles",
|
|
581
582
|
project_settings: "Project settings",
|
|
582
583
|
|
|
@@ -795,8 +796,8 @@ export const en: RebaseTranslations = {
|
|
|
795
796
|
studio_sql_error_executing: "An error occurred while executing the query.",
|
|
796
797
|
studio_sql_error_explaining: "An error occurred while explaining the query.",
|
|
797
798
|
studio_sql_save_first_to_favorite: "Please save the snippet first before favoriting.",
|
|
798
|
-
|
|
799
|
-
|
|
799
|
+
studio_sql_collections_label: "Collections:",
|
|
800
|
+
studio_sql_admin_collections_tooltip: "Tables in this query that are mapped to collections",
|
|
800
801
|
studio_sql_edit_entity: "Open {{name}} #{{id}}",
|
|
801
802
|
studio_sql_sql_not_supported: "SQL execution not supported by this data source",
|
|
802
803
|
studio_sql_fetch_error: "Failed to fetch connection options: {{message}}",
|
|
@@ -911,7 +912,7 @@ export const en: RebaseTranslations = {
|
|
|
911
912
|
studio_add_kanban_column_add: "Add",
|
|
912
913
|
studio_add_kanban_column_cancel: "Cancel",
|
|
913
914
|
studio_collection_view_sql: "SQL Editor",
|
|
914
|
-
|
|
915
|
+
studio_collection_view_admin: "Admin View",
|
|
915
916
|
studio_editor_collection_tooltip: "Edit collection schema",
|
|
916
917
|
studio_editor_collection_no_permission: "You don't have permission to edit this collection",
|
|
917
918
|
studio_editor_collection_start_tooltip: "Copy path or edit schema",
|
|
@@ -944,7 +945,7 @@ export const en: RebaseTranslations = {
|
|
|
944
945
|
studio_editor_collection_start_saved: "Default config saved",
|
|
945
946
|
studio_home_duplicate_collection: "Duplicate",
|
|
946
947
|
studio_home_delete: "Delete",
|
|
947
|
-
studio_home_confirm_delete_no_data: "This will not delete any data, only the collection in the
|
|
948
|
+
studio_home_confirm_delete_no_data: "This will not delete any data, only the collection in the admin panel",
|
|
948
949
|
studio_home_collection_deleted: "Collection deleted",
|
|
949
950
|
studio_kanban_configure: "Configure Kanban",
|
|
950
951
|
studio_missing_reference_error: "No collection for path: {{path}}",
|
package/src/locales/es.ts
CHANGED
|
@@ -66,6 +66,7 @@ export const es: RebaseTranslations = {
|
|
|
66
66
|
dark_mode: "Oscuro",
|
|
67
67
|
light_mode: "Claro",
|
|
68
68
|
system_mode: "Sistema",
|
|
69
|
+
join_newsletter: "Únete a la newsletter, sin spam",
|
|
69
70
|
ok: "Aceptar",
|
|
70
71
|
save_collection_config: "Guardar la estructura de la colección",
|
|
71
72
|
search_for_more_icons: "Buscar más iconos…",
|
|
@@ -285,7 +286,7 @@ export const es: RebaseTranslations = {
|
|
|
285
286
|
action_defined_in_code: "Esta acción está definida en el código con la clave",
|
|
286
287
|
add_custom_entity_action: "Añadir acción personalizada de entidad",
|
|
287
288
|
remove_this_action: "¿Eliminar esta acción?",
|
|
288
|
-
remove_action_warning: "Esto no eliminará ningún dato, sólo se retirará del
|
|
289
|
+
remove_action_warning: "Esto no eliminará ningún dato, sólo se retirará del panel de administración",
|
|
289
290
|
|
|
290
291
|
subcollections_of: "Subcolecciones de",
|
|
291
292
|
add_subcollection: "Añadir subcolección",
|
|
@@ -294,14 +295,14 @@ export const es: RebaseTranslations = {
|
|
|
294
295
|
view_defined_in_code: "Esta vista se define en el código con la clave",
|
|
295
296
|
add_custom_entity_view: "Añadir vista de entidad personalizada",
|
|
296
297
|
delete_this_subcollection: "¿Eliminar esta subcolección?",
|
|
297
|
-
remove_collection_warning: "Esto no eliminará ningún dato, sólo la colección en el
|
|
298
|
+
remove_collection_warning: "Esto no eliminará ningún dato, sólo la colección en el panel de administración",
|
|
298
299
|
remove_this_view: "¿Eliminar esta vista?",
|
|
299
|
-
remove_view_warning: "Esto no eliminará ningún dato, sólo la vista en el
|
|
300
|
+
remove_view_warning: "Esto no eliminará ningún dato, sólo la vista en el panel de administración",
|
|
300
301
|
|
|
301
302
|
no_collection_selected: "Ninguna colección seleccionada",
|
|
302
303
|
code_for_collection: "Código para",
|
|
303
304
|
use_config_define_json: "Usa esta configuración para definir la colección en formato JSON.",
|
|
304
|
-
customise_collection_code: "Si deseas personalizar la colección en código, puedes añadir este código a la configuración de tu aplicación de
|
|
305
|
+
customise_collection_code: "Si deseas personalizar la colección en código, puedes añadir este código a la configuración de tu aplicación de administración.",
|
|
305
306
|
copied: "Copiado",
|
|
306
307
|
|
|
307
308
|
property_cant_be_edited: "Esta propiedad no se puede editar",
|
|
@@ -472,7 +473,7 @@ export const es: RebaseTranslations = {
|
|
|
472
473
|
continue_from_scratch: "Continuar desde cero",
|
|
473
474
|
|
|
474
475
|
/** Admin views config */
|
|
475
|
-
|
|
476
|
+
admin_users: "Usuarios del panel de administración",
|
|
476
477
|
roles_menu: "Roles",
|
|
477
478
|
project_settings: "Ajustes del proyecto",
|
|
478
479
|
|
|
@@ -747,8 +748,8 @@ no_filter: "No filter",
|
|
|
747
748
|
studio_sql_error_executing: "An error occurred while executing the query.",
|
|
748
749
|
studio_sql_error_explaining: "An error occurred while explaining the query.",
|
|
749
750
|
studio_sql_save_first_to_favorite: "Please save the snippet first before favoriting.",
|
|
750
|
-
|
|
751
|
-
|
|
751
|
+
studio_sql_collections_label: "Collections:",
|
|
752
|
+
studio_sql_admin_collections_tooltip: "Tables in this query that are mapped as admin collections",
|
|
752
753
|
studio_sql_edit_entity: "Edit {{name}} #{{id}}",
|
|
753
754
|
studio_sql_sql_not_supported: "SQL execution not supported by this data source",
|
|
754
755
|
studio_sql_fetch_error: "Failed to fetch connection options: {{message}}",
|
|
@@ -853,7 +854,7 @@ no_filter: "No filter",
|
|
|
853
854
|
studio_add_kanban_column_add: "Add",
|
|
854
855
|
studio_add_kanban_column_cancel: "Cancel",
|
|
855
856
|
studio_collection_view_sql: "SQL Editor",
|
|
856
|
-
|
|
857
|
+
studio_collection_view_admin: "Admin View",
|
|
857
858
|
studio_editor_collection_tooltip: "Edit collection schema",
|
|
858
859
|
studio_editor_collection_no_permission: "You don't have permission to edit this collection",
|
|
859
860
|
studio_editor_collection_start_tooltip: "Copy path or edit schema",
|
|
@@ -886,7 +887,7 @@ no_filter: "No filter",
|
|
|
886
887
|
studio_editor_collection_start_saved: "Default config saved",
|
|
887
888
|
studio_home_duplicate_collection: "Duplicate",
|
|
888
889
|
studio_home_delete: "Delete",
|
|
889
|
-
studio_home_confirm_delete_no_data: "This will not delete any data, only the collection in the
|
|
890
|
+
studio_home_confirm_delete_no_data: "This will not delete any data, only the collection in the admin panel",
|
|
890
891
|
studio_home_collection_deleted: "Collection deleted",
|
|
891
892
|
studio_kanban_configure: "Configure Kanban",
|
|
892
893
|
studio_missing_reference_error: "No collection for path: {{path}}",
|
package/src/locales/fr.ts
CHANGED
|
@@ -58,6 +58,7 @@ export const fr: RebaseTranslations = {
|
|
|
58
58
|
dark_mode: "Sombre",
|
|
59
59
|
light_mode: "Clair",
|
|
60
60
|
system_mode: "Système",
|
|
61
|
+
join_newsletter: "Rejoignez la newsletter, pas de spam",
|
|
61
62
|
ok: "Ok",
|
|
62
63
|
save_collection_config: "Enregistrer la structure de la collection",
|
|
63
64
|
search_for_more_icons: "Rechercher d'autres icônes…",
|
|
@@ -277,7 +278,7 @@ export const fr: RebaseTranslations = {
|
|
|
277
278
|
action_defined_in_code: "Cette action est définie dans le code avec la clé",
|
|
278
279
|
add_custom_entity_action: "Ajouter une action d'entité personnalisée",
|
|
279
280
|
remove_this_action: "Supprimer cette action ?",
|
|
280
|
-
remove_action_warning: "Cela ne supprimera aucune donnée, uniquement l'action dans le
|
|
281
|
+
remove_action_warning: "Cela ne supprimera aucune donnée, uniquement l'action dans le panneau d'administration",
|
|
281
282
|
|
|
282
283
|
subcollections_of: "Sous-collections de",
|
|
283
284
|
add_subcollection: "Ajouter une sous-collection",
|
|
@@ -286,14 +287,14 @@ export const fr: RebaseTranslations = {
|
|
|
286
287
|
view_defined_in_code: "Cette vue est définie dans le code avec la clé",
|
|
287
288
|
add_custom_entity_view: "Ajouter une vue d'entité personnalisée",
|
|
288
289
|
delete_this_subcollection: "Supprimer cette sous-collection ?",
|
|
289
|
-
remove_collection_warning: "Cela ne supprimera aucune donnée, uniquement la collection dans le
|
|
290
|
+
remove_collection_warning: "Cela ne supprimera aucune donnée, uniquement la collection dans le panneau d'administration",
|
|
290
291
|
remove_this_view: "Supprimer cette vue ?",
|
|
291
|
-
remove_view_warning: "Cela ne supprimera aucune donnée, uniquement la vue dans le
|
|
292
|
+
remove_view_warning: "Cela ne supprimera aucune donnée, uniquement la vue dans le panneau d'administration",
|
|
292
293
|
|
|
293
294
|
no_collection_selected: "Aucune collection sélectionnée",
|
|
294
295
|
code_for_collection: "Code pour",
|
|
295
296
|
use_config_define_json: "Utilisez cette configuration pour définir la collection au format JSON.",
|
|
296
|
-
customise_collection_code: "Si vous souhaitez personnaliser la collection dans le code, vous pouvez ajouter ce code de collection à la configuration de votre application
|
|
297
|
+
customise_collection_code: "Si vous souhaitez personnaliser la collection dans le code, vous pouvez ajouter ce code de collection à la configuration de votre application d'administration.",
|
|
297
298
|
copied: "Copié",
|
|
298
299
|
|
|
299
300
|
property_cant_be_edited: "Cette propriété ne peut pas être modifiée",
|
|
@@ -464,7 +465,7 @@ export const fr: RebaseTranslations = {
|
|
|
464
465
|
continue_from_scratch: "Continuer à partir de zéro",
|
|
465
466
|
|
|
466
467
|
/** Admin views config */
|
|
467
|
-
|
|
468
|
+
admin_users: "Utilisateurs du panneau d'administration",
|
|
468
469
|
roles_menu: "Rôles",
|
|
469
470
|
project_settings: "Paramètres du projet",
|
|
470
471
|
|
|
@@ -726,8 +727,8 @@ no_filter: "No filter",
|
|
|
726
727
|
studio_sql_error_executing: "An error occurred while executing the query.",
|
|
727
728
|
studio_sql_error_explaining: "An error occurred while explaining the query.",
|
|
728
729
|
studio_sql_save_first_to_favorite: "Please save the snippet first before favoriting.",
|
|
729
|
-
|
|
730
|
-
|
|
730
|
+
studio_sql_collections_label: "Collections:",
|
|
731
|
+
studio_sql_admin_collections_tooltip: "Tables in this query that are mapped as admin collections",
|
|
731
732
|
studio_sql_edit_entity: "Edit {{name}} #{{id}}",
|
|
732
733
|
studio_sql_sql_not_supported: "SQL execution not supported by this data source",
|
|
733
734
|
studio_sql_fetch_error: "Failed to fetch connection options: {{message}}",
|
|
@@ -832,7 +833,7 @@ no_filter: "No filter",
|
|
|
832
833
|
studio_add_kanban_column_add: "Add",
|
|
833
834
|
studio_add_kanban_column_cancel: "Cancel",
|
|
834
835
|
studio_collection_view_sql: "SQL Editor",
|
|
835
|
-
|
|
836
|
+
studio_collection_view_admin: "Admin View",
|
|
836
837
|
studio_editor_collection_tooltip: "Edit collection schema",
|
|
837
838
|
studio_editor_collection_no_permission: "You don't have permission to edit this collection",
|
|
838
839
|
studio_editor_collection_start_tooltip: "Copy path or edit schema",
|
|
@@ -865,7 +866,7 @@ no_filter: "No filter",
|
|
|
865
866
|
studio_editor_collection_start_saved: "Default config saved",
|
|
866
867
|
studio_home_duplicate_collection: "Duplicate",
|
|
867
868
|
studio_home_delete: "Delete",
|
|
868
|
-
studio_home_confirm_delete_no_data: "This will not delete any data, only the collection in the
|
|
869
|
+
studio_home_confirm_delete_no_data: "This will not delete any data, only the collection in the admin panel",
|
|
869
870
|
studio_home_collection_deleted: "Collection deleted",
|
|
870
871
|
studio_kanban_configure: "Configure Kanban",
|
|
871
872
|
studio_missing_reference_error: "No collection for path: {{path}}",
|
package/src/locales/hi.ts
CHANGED
|
@@ -58,6 +58,7 @@ export const hi: RebaseTranslations = {
|
|
|
58
58
|
dark_mode: "डार्क",
|
|
59
59
|
light_mode: "लाइट",
|
|
60
60
|
system_mode: "सिस्टम",
|
|
61
|
+
join_newsletter: "न्यूज़लेटर से जुड़ें, कोई स्पैम नहीं",
|
|
61
62
|
ok: "ठीक है",
|
|
62
63
|
save_collection_config: "संग्रह संरचना सहेजें",
|
|
63
64
|
search_for_more_icons: "और आइकन खोजें…",
|
|
@@ -277,7 +278,7 @@ export const hi: RebaseTranslations = {
|
|
|
277
278
|
action_defined_in_code: "यह क्रिया कोड में कुंजी (key) के साथ परिभाषित की गई है",
|
|
278
279
|
add_custom_entity_action: "कस्टम इकाई कार्रवाई जोड़ें",
|
|
279
280
|
remove_this_action: "यह क्रिया हटाएँ?",
|
|
280
|
-
remove_action_warning: "यह कोई डेटा नहीं हटाएगा, केवल
|
|
281
|
+
remove_action_warning: "यह कोई डेटा नहीं हटाएगा, केवल एडमिन पैनल में कार्रवाई को हटाएगा",
|
|
281
282
|
|
|
282
283
|
subcollections_of: "के उपसंग्रह",
|
|
283
284
|
add_subcollection: "उपसंग्रह जोड़ें",
|
|
@@ -286,14 +287,14 @@ export const hi: RebaseTranslations = {
|
|
|
286
287
|
view_defined_in_code: "यह दृश्य कोड में कुंजी (key) के साथ परिभाषित किया गया है",
|
|
287
288
|
add_custom_entity_view: "कस्टम इकाई दृश्य जोड़ें",
|
|
288
289
|
delete_this_subcollection: "इस उपसंग्रह को हटाएं?",
|
|
289
|
-
remove_collection_warning: "यह कोई डेटा नहीं हटाएगा, केवल
|
|
290
|
+
remove_collection_warning: "यह कोई डेटा नहीं हटाएगा, केवल एडमिन पैनल में संग्रह को हटाएगा",
|
|
290
291
|
remove_this_view: "यह दृश्य हटाएँ?",
|
|
291
|
-
remove_view_warning: "यह कोई डेटा नहीं हटाएगा, केवल
|
|
292
|
+
remove_view_warning: "यह कोई डेटा नहीं हटाएगा, केवल एडमिन पैनल में दृश्य को हटाएगा",
|
|
292
293
|
|
|
293
294
|
no_collection_selected: "कोई संग्रह नहीं चुना गया",
|
|
294
295
|
code_for_collection: "संग्रह के लिए कोड",
|
|
295
296
|
use_config_define_json: "संग्रह को JSON प्रारूप में परिभाषित करने के लिए इस कॉन्फ़िगरेशन का उपयोग करें।",
|
|
296
|
-
customise_collection_code: "यदि आप कोड में संग्रह को अनुकूलित करना चाहते हैं, तो आप इस संग्रह कोड को अपने
|
|
297
|
+
customise_collection_code: "यदि आप कोड में संग्रह को अनुकूलित करना चाहते हैं, तो आप इस संग्रह कोड को अपने एडमिन ऐप कॉन्फ़िगरेशन में जोड़ सकते हैं।",
|
|
297
298
|
copied: "कॉपी किया गया",
|
|
298
299
|
|
|
299
300
|
property_cant_be_edited: "इस विशेषता को संपादित नहीं किया जा सकता",
|
|
@@ -464,7 +465,7 @@ export const hi: RebaseTranslations = {
|
|
|
464
465
|
continue_from_scratch: "शुरुआत से जारी रखें",
|
|
465
466
|
|
|
466
467
|
/** Admin views config */
|
|
467
|
-
|
|
468
|
+
admin_users: "एडमिन पैनल उपयोगकर्ता",
|
|
468
469
|
roles_menu: "भूमिकाएँ",
|
|
469
470
|
project_settings: "परियोजना सेटिंग",
|
|
470
471
|
|
|
@@ -497,7 +498,7 @@ export const hi: RebaseTranslations = {
|
|
|
497
498
|
|
|
498
499
|
auto_setup_collections_button: "संग्रहों को स्वचालित रूप से सेट करें",
|
|
499
500
|
auto_setup_collections_title: "संग्रहों की स्वचालित सेटअप",
|
|
500
|
-
auto_setup_collections_desc: "अपने मौजूदा Firestore डेटा के आधार पर संग्रहों को स्वचालित रूप से सेट करें। Rebase को आपके लिए परफेक्ट
|
|
501
|
+
auto_setup_collections_desc: "अपने मौजूदा Firestore डेटा के आधार पर संग्रहों को स्वचालित रूप से सेट करें। Rebase को आपके लिए परफेक्ट एडमिन पैनल कॉन्फ़िगर करने दें।",
|
|
501
502
|
this_can_take_a_minute: "इसमें एक मिनट लग सकता है",
|
|
502
503
|
no_collections_found_to_setup: "सेट करने के लिए कोई संग्रह नहीं मिला",
|
|
503
504
|
collections_have_been_setup: "संग्रहों को सेट कर दिया गया है",
|
|
@@ -726,8 +727,8 @@ no_filter: "No filter",
|
|
|
726
727
|
studio_sql_error_executing: "An error occurred while executing the query.",
|
|
727
728
|
studio_sql_error_explaining: "An error occurred while explaining the query.",
|
|
728
729
|
studio_sql_save_first_to_favorite: "Please save the snippet first before favoriting.",
|
|
729
|
-
|
|
730
|
-
|
|
730
|
+
studio_sql_collections_label: "Collections:",
|
|
731
|
+
studio_sql_admin_collections_tooltip: "Tables in this query that are mapped as admin collections",
|
|
731
732
|
studio_sql_edit_entity: "Edit {{name}} #{{id}}",
|
|
732
733
|
studio_sql_sql_not_supported: "SQL execution not supported by this data source",
|
|
733
734
|
studio_sql_fetch_error: "Failed to fetch connection options: {{message}}",
|
|
@@ -832,7 +833,7 @@ no_filter: "No filter",
|
|
|
832
833
|
studio_add_kanban_column_add: "Add",
|
|
833
834
|
studio_add_kanban_column_cancel: "Cancel",
|
|
834
835
|
studio_collection_view_sql: "SQL Editor",
|
|
835
|
-
|
|
836
|
+
studio_collection_view_admin: "Admin View",
|
|
836
837
|
studio_editor_collection_tooltip: "Edit collection schema",
|
|
837
838
|
studio_editor_collection_no_permission: "You don't have permission to edit this collection",
|
|
838
839
|
studio_editor_collection_start_tooltip: "Copy path or edit schema",
|
|
@@ -865,7 +866,7 @@ no_filter: "No filter",
|
|
|
865
866
|
studio_editor_collection_start_saved: "Default config saved",
|
|
866
867
|
studio_home_duplicate_collection: "Duplicate",
|
|
867
868
|
studio_home_delete: "Delete",
|
|
868
|
-
studio_home_confirm_delete_no_data: "This will not delete any data, only the collection in the
|
|
869
|
+
studio_home_confirm_delete_no_data: "This will not delete any data, only the collection in the admin panel",
|
|
869
870
|
studio_home_collection_deleted: "Collection deleted",
|
|
870
871
|
studio_kanban_configure: "Configure Kanban",
|
|
871
872
|
studio_missing_reference_error: "No collection for path: {{path}}",
|
package/src/locales/it.ts
CHANGED
|
@@ -58,6 +58,7 @@ export const it: RebaseTranslations = {
|
|
|
58
58
|
dark_mode: "Scuro",
|
|
59
59
|
light_mode: "Chiaro",
|
|
60
60
|
system_mode: "Sistema",
|
|
61
|
+
join_newsletter: "Iscriviti alla newsletter, niente spam",
|
|
61
62
|
ok: "Ok",
|
|
62
63
|
save_collection_config: "Salva struttura della collezione",
|
|
63
64
|
search_for_more_icons: "Cerca altre icone…",
|
|
@@ -277,7 +278,7 @@ export const it: RebaseTranslations = {
|
|
|
277
278
|
action_defined_in_code: "Questa azione è definita dal codice con la chiave",
|
|
278
279
|
add_custom_entity_action: "Aggiungi azione di entità personalizzata",
|
|
279
280
|
remove_this_action: "Rimuovi questa azione?",
|
|
280
|
-
remove_action_warning: "Questa operazione non eliminerà dati, ma solo l'azione dal
|
|
281
|
+
remove_action_warning: "Questa operazione non eliminerà dati, ma solo l'azione dal pannello di amministrazione",
|
|
281
282
|
|
|
282
283
|
subcollections_of: "Sottocollezioni di",
|
|
283
284
|
add_subcollection: "Aggiungi sottocollezione",
|
|
@@ -286,14 +287,14 @@ export const it: RebaseTranslations = {
|
|
|
286
287
|
view_defined_in_code: "Questa vista è definita nel codice dalla chiave",
|
|
287
288
|
add_custom_entity_view: "Aggiungi vista ad entità personalizzata",
|
|
288
289
|
delete_this_subcollection: "Vuoi eliminare questa sottocollezione?",
|
|
289
|
-
remove_collection_warning: "Attenzione: questo rimuoverà solo la collezione configurata nel
|
|
290
|
+
remove_collection_warning: "Attenzione: questo rimuoverà solo la collezione configurata nel pannello di amministrazione, senza eliminare i dati effettivi.",
|
|
290
291
|
remove_this_view: "Desideri rimuovere questa vista?",
|
|
291
|
-
remove_view_warning: "Questa azione rimuoverà solo la visualizzazione dal
|
|
292
|
+
remove_view_warning: "Questa azione rimuoverà solo la visualizzazione dal pannello di amministrazione; i dati rimarranno intatti.",
|
|
292
293
|
|
|
293
294
|
no_collection_selected: "Nessuna collezione selezionata",
|
|
294
295
|
code_for_collection: "Codice per",
|
|
295
296
|
use_config_define_json: "Utilizza questa configurazione per definire la collezione in formato JSON.",
|
|
296
|
-
customise_collection_code: "Se desideri personalizzare ulteriormente tramite codice la collezione, puoi aggiungere questo frammento di codice nel tuo
|
|
297
|
+
customise_collection_code: "Se desideri personalizzare ulteriormente tramite codice la collezione, puoi aggiungere questo frammento di codice nel tuo pannello di amministrazione.",
|
|
297
298
|
copied: "Copiato",
|
|
298
299
|
|
|
299
300
|
property_cant_be_edited: "Non è possibile modificare questa proprietà",
|
|
@@ -464,7 +465,7 @@ export const it: RebaseTranslations = {
|
|
|
464
465
|
continue_from_scratch: "Continua da zero",
|
|
465
466
|
|
|
466
467
|
/** Admin views config */
|
|
467
|
-
|
|
468
|
+
admin_users: "Utenti del pannello di amministrazione",
|
|
468
469
|
roles_menu: "Ruoli",
|
|
469
470
|
project_settings: "Impostazioni del progetto",
|
|
470
471
|
|
|
@@ -497,7 +498,7 @@ export const it: RebaseTranslations = {
|
|
|
497
498
|
|
|
498
499
|
auto_setup_collections_button: "Configura le collezioni automaticamente",
|
|
499
500
|
auto_setup_collections_title: "Configurazione automatica delle collezioni",
|
|
500
|
-
auto_setup_collections_desc: "Configura le collezioni automaticamente in base ai dati Firestore esistenti. Lascia che Rebase configuri il
|
|
501
|
+
auto_setup_collections_desc: "Configura le collezioni automaticamente in base ai dati Firestore esistenti. Lascia che Rebase configuri il pannello di amministrazione perfetto per te.",
|
|
501
502
|
this_can_take_a_minute: "Potrebbe richiedere qualche minuto",
|
|
502
503
|
no_collections_found_to_setup: "Nessuna collezione trovata da configurare",
|
|
503
504
|
collections_have_been_setup: "Le collezioni sono state configurate",
|
|
@@ -726,8 +727,8 @@ no_filter: "No filter",
|
|
|
726
727
|
studio_sql_error_executing: "An error occurred while executing the query.",
|
|
727
728
|
studio_sql_error_explaining: "An error occurred while explaining the query.",
|
|
728
729
|
studio_sql_save_first_to_favorite: "Please save the snippet first before favoriting.",
|
|
729
|
-
|
|
730
|
-
|
|
730
|
+
studio_sql_collections_label: "Collections:",
|
|
731
|
+
studio_sql_admin_collections_tooltip: "Tables in this query that are mapped as admin collections",
|
|
731
732
|
studio_sql_edit_entity: "Edit {{name}} #{{id}}",
|
|
732
733
|
studio_sql_sql_not_supported: "SQL execution not supported by this data source",
|
|
733
734
|
studio_sql_fetch_error: "Failed to fetch connection options: {{message}}",
|
|
@@ -832,7 +833,7 @@ no_filter: "No filter",
|
|
|
832
833
|
studio_add_kanban_column_add: "Add",
|
|
833
834
|
studio_add_kanban_column_cancel: "Cancel",
|
|
834
835
|
studio_collection_view_sql: "SQL Editor",
|
|
835
|
-
|
|
836
|
+
studio_collection_view_admin: "Admin View",
|
|
836
837
|
studio_editor_collection_tooltip: "Edit collection schema",
|
|
837
838
|
studio_editor_collection_no_permission: "You don't have permission to edit this collection",
|
|
838
839
|
studio_editor_collection_start_tooltip: "Copy path or edit schema",
|
|
@@ -865,7 +866,7 @@ no_filter: "No filter",
|
|
|
865
866
|
studio_editor_collection_start_saved: "Default config saved",
|
|
866
867
|
studio_home_duplicate_collection: "Duplicate",
|
|
867
868
|
studio_home_delete: "Delete",
|
|
868
|
-
studio_home_confirm_delete_no_data: "This will not delete any data, only the collection in the
|
|
869
|
+
studio_home_confirm_delete_no_data: "This will not delete any data, only the collection in the admin panel",
|
|
869
870
|
studio_home_collection_deleted: "Collection deleted",
|
|
870
871
|
studio_kanban_configure: "Configure Kanban",
|
|
871
872
|
studio_missing_reference_error: "No collection for path: {{path}}",
|
package/src/locales/pt.ts
CHANGED
|
@@ -63,6 +63,7 @@ export const pt: RebaseTranslations = {
|
|
|
63
63
|
dark_mode: "Escuro",
|
|
64
64
|
light_mode: "Claro",
|
|
65
65
|
system_mode: "Sistema",
|
|
66
|
+
join_newsletter: "Assine a newsletter, sem spam",
|
|
66
67
|
ok: "Ok",
|
|
67
68
|
save_collection_config: "Guardar estrutura da coleção",
|
|
68
69
|
search_for_more_icons: "Pesquisar mais ícones…",
|
|
@@ -282,7 +283,7 @@ export const pt: RebaseTranslations = {
|
|
|
282
283
|
action_defined_in_code: "Esta ação está definida em código com a chave",
|
|
283
284
|
add_custom_entity_action: "Adicionar ação de entidade personalizada",
|
|
284
285
|
remove_this_action: "Remover esta ação?",
|
|
285
|
-
remove_action_warning: "Isto não eliminará nenhum dado, apenas a ação no
|
|
286
|
+
remove_action_warning: "Isto não eliminará nenhum dado, apenas a ação no painel de administração",
|
|
286
287
|
|
|
287
288
|
subcollections_of: "Subcoleções de",
|
|
288
289
|
add_subcollection: "Adicionar subcoleção",
|
|
@@ -291,14 +292,14 @@ export const pt: RebaseTranslations = {
|
|
|
291
292
|
view_defined_in_code: "Esta vista está definida em código com a chave",
|
|
292
293
|
add_custom_entity_view: "Adicionar vista de entidade personalizada",
|
|
293
294
|
delete_this_subcollection: "Eliminar esta subcoleção?",
|
|
294
|
-
remove_collection_warning: "Isto não eliminará nenhum dado, apenas a coleção no
|
|
295
|
+
remove_collection_warning: "Isto não eliminará nenhum dado, apenas a coleção no painel de administração",
|
|
295
296
|
remove_this_view: "Remover esta vista?",
|
|
296
|
-
remove_view_warning: "Isto não eliminará nenhum dado, apenas a vista no
|
|
297
|
+
remove_view_warning: "Isto não eliminará nenhum dado, apenas a vista no painel de administração",
|
|
297
298
|
|
|
298
299
|
no_collection_selected: "Nenhuma coleção selecionada",
|
|
299
300
|
code_for_collection: "Código para",
|
|
300
301
|
use_config_define_json: "Use esta configuração para definir a coleção em formato JSON.",
|
|
301
|
-
customise_collection_code: "Se quiser personalizar a coleção em código, pode adicionar este código de coleção à configuração da sua aplicação
|
|
302
|
+
customise_collection_code: "Se quiser personalizar a coleção em código, pode adicionar este código de coleção à configuração da sua aplicação de administração.",
|
|
302
303
|
copied: "Copiado",
|
|
303
304
|
|
|
304
305
|
property_cant_be_edited: "Esta propriedade não pode ser editada",
|
|
@@ -469,7 +470,7 @@ export const pt: RebaseTranslations = {
|
|
|
469
470
|
continue_from_scratch: "Continuar do zero",
|
|
470
471
|
|
|
471
472
|
/** Admin views config */
|
|
472
|
-
|
|
473
|
+
admin_users: "Utilizadores do painel de administração",
|
|
473
474
|
roles_menu: "Funções",
|
|
474
475
|
project_settings: "Definições do projeto",
|
|
475
476
|
|
|
@@ -734,8 +735,8 @@ no_filter: "No filter",
|
|
|
734
735
|
studio_sql_error_executing: "An error occurred while executing the query.",
|
|
735
736
|
studio_sql_error_explaining: "An error occurred while explaining the query.",
|
|
736
737
|
studio_sql_save_first_to_favorite: "Please save the snippet first before favoriting.",
|
|
737
|
-
|
|
738
|
-
|
|
738
|
+
studio_sql_collections_label: "Collections:",
|
|
739
|
+
studio_sql_admin_collections_tooltip: "Tables in this query that are mapped as admin collections",
|
|
739
740
|
studio_sql_edit_entity: "Edit {{name}} #{{id}}",
|
|
740
741
|
studio_sql_sql_not_supported: "SQL execution not supported by this data source",
|
|
741
742
|
studio_sql_fetch_error: "Failed to fetch connection options: {{message}}",
|
|
@@ -840,7 +841,7 @@ no_filter: "No filter",
|
|
|
840
841
|
studio_add_kanban_column_add: "Add",
|
|
841
842
|
studio_add_kanban_column_cancel: "Cancel",
|
|
842
843
|
studio_collection_view_sql: "SQL Editor",
|
|
843
|
-
|
|
844
|
+
studio_collection_view_admin: "Admin View",
|
|
844
845
|
studio_editor_collection_tooltip: "Edit collection schema",
|
|
845
846
|
studio_editor_collection_no_permission: "You don't have permission to edit this collection",
|
|
846
847
|
studio_editor_collection_start_tooltip: "Copy path or edit schema",
|
|
@@ -873,7 +874,7 @@ no_filter: "No filter",
|
|
|
873
874
|
studio_editor_collection_start_saved: "Default config saved",
|
|
874
875
|
studio_home_duplicate_collection: "Duplicate",
|
|
875
876
|
studio_home_delete: "Delete",
|
|
876
|
-
studio_home_confirm_delete_no_data: "This will not delete any data, only the collection in the
|
|
877
|
+
studio_home_confirm_delete_no_data: "This will not delete any data, only the collection in the admin panel",
|
|
877
878
|
studio_home_collection_deleted: "Collection deleted",
|
|
878
879
|
studio_kanban_configure: "Configure Kanban",
|
|
879
880
|
studio_missing_reference_error: "No collection for path: {{path}}",
|