Skip to content

Commit b191046

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 93258bf commit b191046

6 files changed

Lines changed: 556 additions & 0 deletions

File tree

‎l10n/en_GB.js‎

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ OC.L10N.register(
332332
"Import scheme" : "Import scheme",
333333
"Import" : "Import",
334334
"Export all rows" : "Export all rows",
335+
"Import rows" : "Import rows",
335336
"Export filtered rows" : "Export filtered rows",
336337
"Filtered view" : "Filtered view",
337338
"Reset local adjustments" : "Reset local adjustments",
@@ -471,12 +472,25 @@ OC.L10N.register(
471472
"This might take a while..." : "This might take a while...",
472473
"Failed" : "Failed",
473474
"Loading table data" : "Loading table data",
475+
"Could not import due to unknown errors." : "Could not import due to unknown errors.",
476+
"Import application scheme" : "Import application scheme",
477+
"Preview application scheme changes" : "Preview application scheme changes",
478+
"No file selected for import." : "No file selected for import.",
479+
"No scheme data to import." : "No scheme data to import.",
480+
"Could not import scheme due to unknown errors." : "Could not import scheme due to unknown errors.",
481+
"The selected file is not valid JSON." : "The selected file is not valid JSON.",
482+
"Import application scheme from a file" : "Import application scheme from a file",
483+
"Supported formats: json" : "Supported formats: json",
474484
"Import completed successfully." : "Import completed successfully.",
475485
"Back" : "Back",
476486
"From" : "From",
477487
"To" : "To",
478488
"Icon" : "Icon",
489+
"New Tables" : "New Tables",
479490
"Emoji" : "Emoji",
491+
"No columns to add" : "No columns to add",
492+
"Change Tables" : "Change Tables",
493+
"No columns to change" : "No columns to change",
480494
"ID (Meta)" : "ID (Meta)",
481495
"Create new column" : "Create new column",
482496
"Import to existing column" : "Import to existing column",
@@ -490,7 +504,22 @@ OC.L10N.register(
490504
"Updated rows" : "Updated rows",
491505
"Value parsing errors" : "Value parsing errors",
492506
"Row creation errors" : "Row creation errors",
507+
"Import table scheme" : "Import table scheme",
508+
"Preview table scheme changes" : "Preview table scheme changes",
509+
"Import table scheme from a file" : "Import table scheme from a file",
510+
"New Columns" : "New Columns",
493511
"Technical name" : "Technical name",
512+
"Change Columns" : "Change Columns",
513+
"Remove Columns" : "Remove Columns",
514+
"No columns to remove" : "No columns to remove",
515+
"New Views" : "New Views",
516+
"views" : "views",
517+
"No views to add" : "No views to add",
518+
"Change Views" : "Change Views",
519+
"No views to change" : "No views to change",
520+
"Remove Views" : "Remove Views",
521+
"No views to remove" : "No views to remove",
522+
"Column Order" : "Column Order",
494523
"Sort" : "Sort",
495524
"Context \"{name}\" transferred to {user}" : "Context \"{name}\" transferred to {user}",
496525
"Transfer the application \"{context}\" to another user" : "Transfer the application \"{context}\" to another user",
@@ -525,6 +554,7 @@ OC.L10N.register(
525554
"These settings are stored separately for each table and view." : "These settings are stored separately for each table and view.",
526555
"Loading notification settings" : "Loading notification settings",
527556
"Saving..." : "Saving...",
557+
"Export scheme" : "Export scheme",
528558
"Delete application" : "Delete application",
529559
"Do you really want to delete the table \"{table}\"?" : "Do you really want to delete the table \"{table}\"?",
530560
"Export" : "Export",
@@ -707,6 +737,9 @@ OC.L10N.register(
707737
"Select multiple items" : "Select multiple items",
708738
"Show user status" : "Show user status",
709739
"Please select a new time" : "Please select a new time",
740+
"Enter a value between {min} and {max}." : "Enter a value between {min} and {max}.",
741+
"Enter a value of {min} or more." : "Enter a value of {min} or more.",
742+
"Enter a value of {max} or less." : "Enter a value of {max} or less.",
710743
"This field is mandatory" : "This field is mandatory",
711744
"You can not insert any links in this field. Please configure at least one link provider in the column configuration." : "You can not insert any links in this field. Please configure at least one link provider in the column configuration.",
712745
"Copy link" : "Copy link",
@@ -753,6 +786,7 @@ OC.L10N.register(
753786
"Is lower than" : "Is lower than",
754787
"Is lower than or equal" : "Is lower than or equal",
755788
"Is empty" : "Is empty",
789+
"Is not empty" : "Is not empty",
756790
"Magic field" : "Magic field",
757791
"Me (user ID)" : "Me (user ID)",
758792
"Me (name)" : "Me (name)",
@@ -784,6 +818,7 @@ OC.L10N.register(
784818
"Request not allowed." : "Request not allowed.",
785819
"Resource not found." : "Resource not found.",
786820
"Could not load columns." : "Could not load columns.",
821+
"Could not load view." : "Could not load view.",
787822
"Could not insert column." : "Could not insert column.",
788823
"Could not update column." : "Could not update column.",
789824
"Could not remove column." : "Could not remove column.",

‎l10n/en_GB.json‎

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@
330330
"Import scheme" : "Import scheme",
331331
"Import" : "Import",
332332
"Export all rows" : "Export all rows",
333+
"Import rows" : "Import rows",
333334
"Export filtered rows" : "Export filtered rows",
334335
"Filtered view" : "Filtered view",
335336
"Reset local adjustments" : "Reset local adjustments",
@@ -469,12 +470,25 @@
469470
"This might take a while..." : "This might take a while...",
470471
"Failed" : "Failed",
471472
"Loading table data" : "Loading table data",
473+
"Could not import due to unknown errors." : "Could not import due to unknown errors.",
474+
"Import application scheme" : "Import application scheme",
475+
"Preview application scheme changes" : "Preview application scheme changes",
476+
"No file selected for import." : "No file selected for import.",
477+
"No scheme data to import." : "No scheme data to import.",
478+
"Could not import scheme due to unknown errors." : "Could not import scheme due to unknown errors.",
479+
"The selected file is not valid JSON." : "The selected file is not valid JSON.",
480+
"Import application scheme from a file" : "Import application scheme from a file",
481+
"Supported formats: json" : "Supported formats: json",
472482
"Import completed successfully." : "Import completed successfully.",
473483
"Back" : "Back",
474484
"From" : "From",
475485
"To" : "To",
476486
"Icon" : "Icon",
487+
"New Tables" : "New Tables",
477488
"Emoji" : "Emoji",
489+
"No columns to add" : "No columns to add",
490+
"Change Tables" : "Change Tables",
491+
"No columns to change" : "No columns to change",
478492
"ID (Meta)" : "ID (Meta)",
479493
"Create new column" : "Create new column",
480494
"Import to existing column" : "Import to existing column",
@@ -488,7 +502,22 @@
488502
"Updated rows" : "Updated rows",
489503
"Value parsing errors" : "Value parsing errors",
490504
"Row creation errors" : "Row creation errors",
505+
"Import table scheme" : "Import table scheme",
506+
"Preview table scheme changes" : "Preview table scheme changes",
507+
"Import table scheme from a file" : "Import table scheme from a file",
508+
"New Columns" : "New Columns",
491509
"Technical name" : "Technical name",
510+
"Change Columns" : "Change Columns",
511+
"Remove Columns" : "Remove Columns",
512+
"No columns to remove" : "No columns to remove",
513+
"New Views" : "New Views",
514+
"views" : "views",
515+
"No views to add" : "No views to add",
516+
"Change Views" : "Change Views",
517+
"No views to change" : "No views to change",
518+
"Remove Views" : "Remove Views",
519+
"No views to remove" : "No views to remove",
520+
"Column Order" : "Column Order",
492521
"Sort" : "Sort",
493522
"Context \"{name}\" transferred to {user}" : "Context \"{name}\" transferred to {user}",
494523
"Transfer the application \"{context}\" to another user" : "Transfer the application \"{context}\" to another user",
@@ -523,6 +552,7 @@
523552
"These settings are stored separately for each table and view." : "These settings are stored separately for each table and view.",
524553
"Loading notification settings" : "Loading notification settings",
525554
"Saving..." : "Saving...",
555+
"Export scheme" : "Export scheme",
526556
"Delete application" : "Delete application",
527557
"Do you really want to delete the table \"{table}\"?" : "Do you really want to delete the table \"{table}\"?",
528558
"Export" : "Export",
@@ -705,6 +735,9 @@
705735
"Select multiple items" : "Select multiple items",
706736
"Show user status" : "Show user status",
707737
"Please select a new time" : "Please select a new time",
738+
"Enter a value between {min} and {max}." : "Enter a value between {min} and {max}.",
739+
"Enter a value of {min} or more." : "Enter a value of {min} or more.",
740+
"Enter a value of {max} or less." : "Enter a value of {max} or less.",
708741
"This field is mandatory" : "This field is mandatory",
709742
"You can not insert any links in this field. Please configure at least one link provider in the column configuration." : "You can not insert any links in this field. Please configure at least one link provider in the column configuration.",
710743
"Copy link" : "Copy link",
@@ -751,6 +784,7 @@
751784
"Is lower than" : "Is lower than",
752785
"Is lower than or equal" : "Is lower than or equal",
753786
"Is empty" : "Is empty",
787+
"Is not empty" : "Is not empty",
754788
"Magic field" : "Magic field",
755789
"Me (user ID)" : "Me (user ID)",
756790
"Me (name)" : "Me (name)",
@@ -782,6 +816,7 @@
782816
"Request not allowed." : "Request not allowed.",
783817
"Resource not found." : "Resource not found.",
784818
"Could not load columns." : "Could not load columns.",
819+
"Could not load view." : "Could not load view.",
785820
"Could not insert column." : "Could not insert column.",
786821
"Could not update column." : "Could not update column.",
787822
"Could not remove column." : "Could not remove column.",

0 commit comments

Comments
 (0)