8000 Include new Name setting in UG translations tables #4583 · robotframework/robotframework@1ad6c52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ad6c52

Browse files
committed
Include new Name setting in UG translations tables #4583
1 parent 9e675bb commit 1ad6c52

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

doc/userguide/src/Appendices/Translations.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Settings
6565
- Ресурс
6666
* - Variables
6767
- Променлива
68+
* - Name
69+
-
6870
* - Documentation
6971
- Документация
7072
* - Metadata
@@ -190,6 +192,8 @@ Settings
190192
- Resursi
191193
* - Variables
192194
- Varijable
195+
* - Name
196+
-
193197
* - Documentation
194198
- Dokumentacija
195199
* - Metadata
@@ -315,6 +319,8 @@ Settings
315319
- Zdroj
316320
* - Variables
317321
- Proměnná
322+
* - Name
323+
-
318324
* - Documentation
319325
- Dokumentace
320326
* - Metadata
@@ -440,6 +446,8 @@ Settings
440446
- Ressource
441447
* - Variables
442448
- Variablen
449+
* - Name
450+
-
443451
* - Documentation
444452
- Dokumentation
445453
* - Metadata
@@ -565,6 +573,8 @@ Settings
565573
- Recursos
566574
* - Variables
567575
- Variable
576+
* - Name
577+
-
568578
* - Documentation
569579
- Documentación
570580
* - Metadata
@@ -690,6 +700,8 @@ Settings
690700
- Resurssi
691701
* - Variables
692702
- Muuttujat
703+
* - Name
704+
- Nimi
693705
* - Documentation
694706
- Dokumentaatio
695707
* - Metadata
@@ -815,6 +827,8 @@ Settings
815827
- Ressource
816828
* - Variables
817829
- Variable
830+
* - Name
831+
-
818832
* - Documentation
819833
- Documentation
820834
* - Metadata
@@ -940,6 +954,8 @@ Settings
940954
- संसाधन
941955
* - Variables
942956
- चर
957+
* - Name
958+
-
943959
* - Documentation
944960
- प्रलेखन
945961
* - Metadata
@@ -1065,6 +1081,8 @@ Settings
10651081
- Risorsa
10661082
* - Variables
10671083
- Variabile
1084+
* - Name
1085+
-
10681086
* - Documentation
10691087
- Documentazione
10701088
* - Metadata
@@ -1190,6 +1208,8 @@ Settings
11901208
- Resource
11911209
* - Variables
11921210
- Variabele
1211+
* - Name
1212+
-
11931213
* - Documentation
11941214
- Documentatie
11951215
* - Metadata
@@ -1315,6 +1335,8 @@ Settings
13151335
- Zasób
13161336
* - Variables
13171337
- Zmienne
1338+ * - Name
1339+
- Nazwa
13181340
* - Documentation
13191341
- Dokumentacja
13201342
* - Metadata
@@ -1440,6 +1462,8 @@ Settings
14401462
- Recurso
14411463
* - Variables
14421464
- Variável
1465+
* - Name
1466+
-
14431467
* - Documentation
14441468
- Documentação
14451469
* - Metadata
@@ -1565,6 +1589,8 @@ Settings
15651589
- Recurso
15661590
* - Variables
15671591
- Variável
1592+
* - Name
1593+
-
15681594
* - Documentation
15691595
- Documentação
15701596
* - Metadata
@@ -1690,6 +1716,8 @@ Settings
16901716
- Resursa
16911717
* - Variables
16921718
- Variabila
1719+
* - Name
1720+
-
16931721
* - Documentation
16941722
- Documentatie
16951723
* - Metadata
@@ -1815,6 +1843,8 @@ Settings
18151843
- Ресурс
18161844
* - Variables
18171845
- Переменные
1846+
* - Name
1847+
-
18181848
* - Documentation
18191849
- Документация
18201850
* - Metadata
@@ -1940,6 +1970,8 @@ Settings
19401970
- Resurs
19411971
* - Variables
19421972
- Variabel
1973+
* - Name
1974+
-
19431975
* - Documentation
19441976
- Dokumentation
19451977
* - Metadata
@@ -2065,6 +2097,8 @@ Settings
20652097
- ไฟล์ที่ใช้
20662098
* - Variables
20672099
- ชุดตัวแปร
2100+
* - Name
2101+
-
20682102
* - Documentation
20692103
- เอกสาร
20702104
* - Metadata
@@ -2190,6 +2224,8 @@ Settings
21902224
- Kaynak
21912225
* - Variables
21922226
- Değişkenler
2227+
* - Name
2228+
-
21932229
* - Documentation
21942230
- Dokümantasyon
21952231
* - Metadata
@@ -2315,6 +2351,8 @@ Settings
23152351
- Ресурс
23162352
* - Variables
23172353
- Змінна
2354+
* - Name
2355+
-
23182356
* - Documentation
23192357
- Документація
23202358< EF5E code class="diff-text syntax-highlighted-line">
* - Metadata
@@ -2440,6 +2478,8 @@ Settings
24402478
- 资源文件
24412479
* - Variables
24422480
- 变量文件
2481+
* - Name
2482+
-
24432483
* - Documentation
24442484
- 说明
24452485
* - Metadata
@@ -2565,6 +2605,8 @@ Settings
25652605
- 資源文件
25662606
* - Variables
25672607
- 變量文件
2608+
* - Name
2609+
-
25682610
* - Documentation
25692611
- 說明
25702612
* - Metadata

doc/userguide/translations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ def false_strings(self):
100100
- {lang.resource_setting}
101101
* - Variables
102102
- {lang.variables_setting}
103+
* - Name
104+
- {lang.name_setting}
103105
* - Documentation
104106
- {lang.documentation_setting}
105107
* - Metadata

0 commit comments

Comments
 (0)
0