-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranslations.json
More file actions
58 lines (58 loc) · 1.38 KB
/
translations.json
File metadata and controls
58 lines (58 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"process_folder_btn": {
"es": "Procesar carpeta",
"en": "Process Folder"
},
"apply_raw_chk": {
"es": "Aplicar a archivos raw",
"en": "Apply to raw files"
},
"trust_ai_chk": {
"es": "Confiar en IA",
"en": "Trust AI"
},
"stop_btn": {
"es": "Detener",
"en": "Stop"
},
"all_images_analyzed": {
"es": "\u00a1Todas las im\u00e1genes han sido analizadas!",
"en": "All images have been analyzed!"
},
"tags_applied_for": {
"es": "Etiquetas aplicadas para",
"en": "Tags applied for"
},
"apply_all": {
"es": "Aplicar todo",
"en": "Apply all"
},
"app_title": {
"es": "ImageLabelIA",
"en": "ImageLabelAI"
},
"progress_label_default": {
"es": "0/0",
"en": "0/0"
},
"keywords_title": {
"es": "Keywords",
"en": "Keywords"
},
"add_keyword_btn": {
"es": "A\u00f1adir",
"en": "Add"
},
"apply_tags_btn": {
"es": "Aplicar",
"en": "Apply"
},
"no_images_message": {
"es": "No hay im\u00e1genes en la carpeta seleccionada.",
"en": "There are no images in the selected folder."
},
"images_analyzed": {
"es": "\u00a1Todas las im\u00e1genes han sido analizadas!",
"en": "All images have been analysed!"
}
}