You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/el.js
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,9 @@ OC.L10N.register(
68
68
"Reset table" : "Επαναφορά πίνακα",
69
69
"Table options" : "Επιλογές πίνακα",
70
70
"Add" : "Προσθήκη",
71
+
"Percentage" : "Ποσοστό",
72
+
"Up" : "Πάνω",
73
+
"Down" : "Κάτω",
71
74
"Remove" : "Αφαίρεση",
72
75
"Sort order" : "Σειρά ταξινόμησης",
73
76
"Default" : "Προεπιλογή",
@@ -125,6 +128,7 @@ OC.L10N.register(
125
128
"Aggregation" : "Συσσωμάτωση",
126
129
"Disaggregation" : "Διάσπαση",
127
130
"Report" : "Αναφορά",
131
+
"No templates available" : "Δεν υπάρχουν διαθέσιμα πρότυπα",
128
132
"Text variables can be used in the name or subheader.<br>They are replaced when the report is executed." : "Οι μεταβλητές κειμένου μπορούν να χρησιμοποιηθούν στο όνομα ή την υποκεφαλίδα.<br>Αντικαθίστανται όταν εκτελείται η αναφορά.",
129
133
"Reports can be grouped into a folder structure." : "Οι αναφορές μπορούν να ομαδοποιηθούν σε μια δομή φακέλου.",
130
134
"Do you want to create a new group folder?" : "Θέλετε να δημιουργήσετε έναν νέο ομαδικό φάκελο;",
Copy file name to clipboardExpand all lines: l10n/el.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,9 @@
66
66
"Reset table" : "Επαναφορά πίνακα",
67
67
"Table options" : "Επιλογές πίνακα",
68
68
"Add" : "Προσθήκη",
69
+
"Percentage" : "Ποσοστό",
70
+
"Up" : "Πάνω",
71
+
"Down" : "Κάτω",
69
72
"Remove" : "Αφαίρεση",
70
73
"Sort order" : "Σειρά ταξινόμησης",
71
74
"Default" : "Προεπιλογή",
@@ -123,6 +126,7 @@
123
126
"Aggregation" : "Συσσωμάτωση",
124
127
"Disaggregation" : "Διάσπαση",
125
128
"Report" : "Αναφορά",
129
+
"No templates available" : "Δεν υπάρχουν διαθέσιμα πρότυπα",
126
130
"Text variables can be used in the name or subheader.<br>They are replaced when the report is executed." : "Οι μεταβλητές κειμένου μπορούν να χρησιμοποιηθούν στο όνομα ή την υποκεφαλίδα.<br>Αντικαθίστανται όταν εκτελείται η αναφορά.",
127
131
"Reports can be grouped into a folder structure." : "Οι αναφορές μπορούν να ομαδοποιηθούν σε μια δομή φακέλου.",
128
132
"Do you want to create a new group folder?" : "Θέλετε να δημιουργήσετε έναν νέο ομαδικό φάκελο;",
Copy file name to clipboardExpand all lines: l10n/en_GB.js
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@ OC.L10N.register(
9
9
"Loading more..." : "Loading more...",
10
10
"Datasources still loading. Retry" : "Datasources still loading. Retry",
11
11
"Data source not available anymore" : "Data source not available anymore",
12
+
"Edit text variables" : "Edit text variables",
13
+
"Edit file name" : "Edit file name",
12
14
"File name" : "File name",
15
+
"Keep the selected path and replace parts of the file name with text variables, for example report_%today%(Y-m-d).csv. The variable is resolved when the data load runs. See the {linkstart}Wiki{linkend}." : "Keep the selected path and replace parts of the file name with text variables, for example report_%today%(Y-m-d).csv. The variable is resolved when the data load runs. See the {linkstart}Wiki{linkend}.",
13
16
"Column Picker" : "Column Picker",
14
17
"Parameter missing" : "Parameter missing",
15
18
"Custom Column" : "Custom Column",
@@ -81,20 +84,32 @@ OC.L10N.register(
81
84
"Reset table" : "Reset table",
82
85
"Table options" : "Table options",
83
86
"Configure the source layout, calculated columns, and table display settings." : "Configure the source layout, calculated columns, and table display settings.",
87
+
"A pivoted table needs fields in Rows, Columns, and Measures." : "A pivoted table needs fields in Rows, Columns, and Measures.",
"Existing calculated columns could not be parsed. The current raw value stays unchanged until you save a new calculated-column configuration." : "Existing calculated columns could not be parsed. The current raw value stays unchanged until you save a new calculated-column configuration.",
89
98
"No calculated columns configured" : "No calculated columns configured",
90
99
"{operation} using {count} source columns" : "{operation} using {count} source columns",
91
100
"Column {column}" : "Column {column}",
101
+
"No formula entered" : "No formula entered",
92
102
"No source columns selected" : "No source columns selected",
"A table column used by this calculation is not available in the selected layout." : "A table column used by this calculation is not available in the selected layout.",
95
106
"Choose a column" : "Choose a column",
107
+
"Select a source column to insert its reference into the formula." : "Select a source column to insert its reference into the formula.",
108
+
"Formula source columns are read from the formula." : "Formula source columns are read from the formula.",
96
109
"Select the numerator first and the denominator second." : "Select the numerator first and the denominator second.",
97
110
"The first source column is the base value. All following columns are subtracted from it." : "The first source column is the base value. All following columns are subtracted from it.",
111
+
"The first source column is divided by all following columns." : "The first source column is divided by all following columns.",
112
+
"All selected source columns are multiplied." : "All selected source columns are multiplied.",
98
113
"Select at least two source columns. Their order is preserved in the calculation." : "Select at least two source columns. Their order is preserved in the calculation.",
99
114
"Up" : "Up",
100
115
"Down" : "Down",
@@ -103,11 +118,15 @@ OC.L10N.register(
103
118
"Denominator" : "Denominator",
104
119
"Base value" : "Base value",
105
120
"Subtract value" : "Subtract value",
121
+
"Divide by" : "Divide by",
122
+
"Factor {position}" : "Factor {position}",
106
123
"Source {position}" : "Source {position}",
107
124
"Choose a source column first." : "Choose a source column first.",
108
125
"This source column is already selected." : "This source column is already selected.",
109
126
"A percentage calculation needs exactly two source columns." : "A percentage calculation needs exactly two source columns.",
110
127
"Enter a title for the calculated column." : "Enter a title for the calculated column.",
128
+
"Enter a formula for the calculated column." : "Enter a formula for the calculated column.",
129
+
"The formula could not be parsed." : "The formula could not be parsed.",
111
130
"Select at least two source columns." : "Select at least two source columns.",
112
131
"Sort order" : "Sort order",
113
132
"Default" : "Default",
@@ -244,6 +263,7 @@ OC.L10N.register(
244
263
"<strong>Analytics</strong>: New reports" : "<strong>Analytics</strong>: New reports",
245
264
"Visualize data in Analytics" : "Visualize data in Analytics",
246
265
"No valid timestamp found in datasource filename" : "No valid timestamp found in datasource filename",
266
+
"File not found: %s" : "File not found: %s",
247
267
"Total" : "Total",
248
268
"External" : "External",
249
269
"External URL" : "External URL",
@@ -361,6 +381,8 @@ OC.L10N.register(
361
381
"Group by" : "Group by",
362
382
"Option" : "Option",
363
383
"with others" : "with others",
384
+
"Select the source columns available to the chart and table." : "Select the source columns available to the chart and table.",
Copy file name to clipboardExpand all lines: l10n/en_GB.json
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,10 @@
7
7
"Loading more..." : "Loading more...",
8
8
"Datasources still loading. Retry" : "Datasources still loading. Retry",
9
9
"Data source not available anymore" : "Data source not available anymore",
10
+
"Edit text variables" : "Edit text variables",
11
+
"Edit file name" : "Edit file name",
10
12
"File name" : "File name",
13
+
"Keep the selected path and replace parts of the file name with text variables, for example report_%today%(Y-m-d).csv. The variable is resolved when the data load runs. See the {linkstart}Wiki{linkend}." : "Keep the selected path and replace parts of the file name with text variables, for example report_%today%(Y-m-d).csv. The variable is resolved when the data load runs. See the {linkstart}Wiki{linkend}.",
11
14
"Column Picker" : "Column Picker",
12
15
"Parameter missing" : "Parameter missing",
13
16
"Custom Column" : "Custom Column",
@@ -79,20 +82,32 @@
79
82
"Reset table" : "Reset table",
80
83
"Table options" : "Table options",
81
84
"Configure the source layout, calculated columns, and table display settings." : "Configure the source layout, calculated columns, and table display settings.",
85
+
"A pivoted table needs fields in Rows, Columns, and Measures." : "A pivoted table needs fields in Rows, Columns, and Measures.",
"Existing calculated columns could not be parsed. The current raw value stays unchanged until you save a new calculated-column configuration." : "Existing calculated columns could not be parsed. The current raw value stays unchanged until you save a new calculated-column configuration.",
87
96
"No calculated columns configured" : "No calculated columns configured",
88
97
"{operation} using {count} source columns" : "{operation} using {count} source columns",
89
98
"Column {column}" : "Column {column}",
99
+
"No formula entered" : "No formula entered",
90
100
"No source columns selected" : "No source columns selected",
"A table column used by this calculation is not available in the selected layout." : "A table column used by this calculation is not available in the selected layout.",
93
104
"Choose a column" : "Choose a column",
105
+
"Select a source column to insert its reference into the formula." : "Select a source column to insert its reference into the formula.",
106
+
"Formula source columns are read from the formula." : "Formula source columns are read from the formula.",
94
107
"Select the numerator first and the denominator second." : "Select the numerator first and the denominator second.",
95
108
"The first source column is the base value. All following columns are subtracted from it." : "The first source column is the base value. All following columns are subtracted from it.",
109
+
"The first source column is divided by all following columns." : "The first source column is divided by all following columns.",
110
+
"All selected source columns are multiplied." : "All selected source columns are multiplied.",
96
111
"Select at least two source columns. Their order is preserved in the calculation." : "Select at least two source columns. Their order is preserved in the calculation.",
97
112
"Up" : "Up",
98
113
"Down" : "Down",
@@ -101,11 +116,15 @@
101
116
"Denominator" : "Denominator",
102
117
"Base value" : "Base value",
103
118
"Subtract value" : "Subtract value",
119
+
"Divide by" : "Divide by",
120
+
"Factor {position}" : "Factor {position}",
104
121
"Source {position}" : "Source {position}",
105
122
"Choose a source column first." : "Choose a source column first.",
106
123
"This source column is already selected." : "This source column is already selected.",
107
124
"A percentage calculation needs exactly two source columns." : "A percentage calculation needs exactly two source columns.",
108
125
"Enter a title for the calculated column." : "Enter a title for the calculated column.",
126
+
"Enter a formula for the calculated column." : "Enter a formula for the calculated column.",
127
+
"The formula could not be parsed." : "The formula could not be parsed.",
109
128
"Select at least two source columns." : "Select at least two source columns.",
110
129
"Sort order" : "Sort order",
111
130
"Default" : "Default",
@@ -242,6 +261,7 @@
242
261
"<strong>Analytics</strong>: New reports" : "<strong>Analytics</strong>: New reports",
243
262
"Visualize data in Analytics" : "Visualize data in Analytics",
244
263
"No valid timestamp found in datasource filename" : "No valid timestamp found in datasource filename",
264
+
"File not found: %s" : "File not found: %s",
245
265
"Total" : "Total",
246
266
"External" : "External",
247
267
"External URL" : "External URL",
@@ -359,6 +379,8 @@
359
379
"Group by" : "Group by",
360
380
"Option" : "Option",
361
381
"with others" : "with others",
382
+
"Select the source columns available to the chart and table." : "Select the source columns available to the chart and table.",
Copy file name to clipboardExpand all lines: l10n/ga.js
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@ OC.L10N.register(
9
9
"Loading more..." : "Ag lódáil níos mó...",
10
10
"Datasources still loading. Retry" : "Foinsí sonraí fós ag lódáil. Déan iarracht eile.",
11
11
"Data source not available anymore" : "Níl foinse sonraí ar fáil a thuilleadh",
12
+
"Edit text variables" : "Athróga téacs a chur in eagar",
13
+
"Edit file name" : "Cuir ainm comhaid in eagar",
12
14
"File name" : "Ainm comhaid",
15
+
"Keep the selected path and replace parts of the file name with text variables, for example report_%today%(Y-m-d).csv. The variable is resolved when the data load runs. See the {linkstart}Wiki{linkend}." : "Coinnigh an cosán roghnaithe agus cuir athróga téacs in ionad codanna den ainm comhaid, mar shampla report_%today%(Y-m-d).csv. Réitítear an athróg nuair a ritheann an luchtú sonraí. Féach ar an {linkstart}Vicí{linkend}.",
13
16
"Column Picker" : "Roghnóir Colún",
14
17
"Parameter missing" : "Paraiméadar in easnamh",
15
18
"Custom Column" : "Colún Saincheaptha",
@@ -81,6 +84,7 @@ OC.L10N.register(
81
84
"Reset table" : "Athshocraigh tábla",
82
85
"Table options" : "Roghanna tábla",
83
86
"Configure the source layout, calculated columns, and table display settings." : "Cumraigh leagan amach an fhoinse, na colúin ríofa, agus socruithe taispeána tábla.",
87
+
"A pivoted table needs fields in Rows, Columns, and Measures." : "Teastaíonn réimsí i Ró, i gColúin, agus i dTomhais ó thábla pivotáilte.",
84
88
"Untitled calculated column" : "Colún ríofa gan teideal",
85
89
"Calculated column" : "Colún ríofa",
86
90
"Add" : "Cuir",
@@ -89,6 +93,7 @@ OC.L10N.register(
89
93
"Divide" : "Roinn",
90
94
"Percentage" : "Céatadán",
91
95
"Own Formular" : "Foirmle Féin",
96
+
"Unavailable column" : "Colún nach bhfuil ar fáil",
92
97
"Existing calculated columns could not be parsed. The current raw value stays unchanged until you save a new calculated-column configuration." : "Níorbh fhéidir na colúin ríofa atá ann cheana a pharsáil. Fanann an luach amh reatha gan athrú go dtí go sábhálann tú cumraíocht nua colúin ríofa.",
93
98
"No calculated columns configured" : "Níl aon cholúin ríofa cumraithe",
94
99
"{operation} using {count} source columns" : "{operation} ag baint úsáide as colúin foinse {count}",
@@ -97,6 +102,7 @@ OC.L10N.register(
97
102
"No source columns selected" : "Níl aon cholúin foinse roghnaithe",
"Edit calculated column" : "Cuir colún ríofa in eagar",
105
+
"A table column used by this calculation is not available in the selected layout." : "Níl colún tábla a úsáideann an ríomh seo ar fáil sa leagan amach roghnaithe.",
100
106
"Choose a column" : "Roghnaigh colún",
101
107
"Select a source column to insert its reference into the formula." : "Roghnaigh colún foinse chun a thagairt a chur isteach san fhoirmle.",
102
108
"Formula source columns are read from the formula." : "Léitear colúin foinse na foirmle ón bhfoirmle.",
@@ -257,6 +263,7 @@ OC.L10N.register(
257
263
"<strong>Analytics</strong>: New reports" : "<strong>Anailísíocht</strong>: Tuarascálacha nua",
258
264
"Visualize data in Analytics" : "Amharcléiriú sonraí in Analytics",
259
265
"No valid timestamp found in datasource filename" : "Níor aimsíodh stampa ama bailí in ainm comhaid an fhoinse sonraí",
266
+
"File not found: %s" : "Comhad gan aimsiú: %s",
260
267
"Total" : "Iomlán",
261
268
"External" : "Seachtrach",
262
269
"External URL" : "URL seachtrach",
@@ -374,6 +381,8 @@ OC.L10N.register(
374
381
"Group by" : "Grúpáil de réir",
375
382
"Option" : "Rogha",
376
383
"with others" : "le daoine eile",
384
+
"Select the source columns available to the chart and table." : "Roghnaigh na colúin foinse atá ar fáil don chairt agus don tábla.",
"Use the displayed column names, fixed numbers, +, -, *, /, parentheses, and ROUND(value, decimals)." : "Bain úsáid as ainmneacha na gcolún a thaispeántar, uimhreacha seasta, +, -, *, /, lúibíní, agus ROUND(luach, deachúlacha).",
444
455
"Remove calculated column" : "Bain an colún ríofa",
445
456
"Show totals" : "Taispeáin iomláin",
446
457
"Format all numbers in local format" : "Formáidigh na huimhreacha go léir i bhformáid áitiúil",
0 commit comments