40
40
// `translation` is the default namespace.
41
41
// More details about namespaces shortly.
42
42
translation : {
43
+ // Generic
44
+ copy_url : "Copy URL" ,
45
+ copied : "Copied!" ,
46
+ download_button : "Download" ,
47
+
48
+ // Share page
43
49
drag_area : "Drag files here or click to select files" ,
50
+
51
+ sorry_share_expired : "Sorry, this share has expired." ,
52
+ share_does_not_exists : "Share does not exists." ,
53
+ please_check_link : "Please check the link used to access this page." ,
54
+ reload : "Reload" ,
55
+
56
+ download_all : "Download all" ,
57
+
58
+ // Shares page
44
59
no_shares : "There are currently no shares." ,
45
60
create_share : "Create Share" ,
46
61
your_shares : "Your Shares" ,
47
62
other_shares : "Other Shares" ,
63
+ create : "Create" ,
48
64
65
+ // Share component
49
66
guests_can_upload : "Guests can upload" ,
50
67
guests_can_download : "Guests can download" ,
51
68
guests_can_upload_and_download : "Guests can upload & download" ,
57
74
unlimited : "Unlimited" ,
58
75
expired : "Expired" ,
59
76
created : "Created" ,
77
+ delete_share : "Delete Share" ,
78
+ edit_share : "Edit" ,
79
+ update : "Update" ,
80
+
81
+ // Item Component
82
+ delete_file : "Delete" ,
83
+ delete_this_item : "Delete this file?" ,
60
84
85
+ // Share editor
61
86
exposure : "Exposure" ,
62
87
you_want_to : "You want to :" ,
63
88
send : "Send" ,
68
93
number_of_days_the_share_is_valid : "Number of days the share is valid. 0 is unlimited." ,
69
94
description : "Description" ,
70
95
71
- create : "Create" ,
72
-
96
+ // Markdown Editor
73
97
message : "Message" ,
74
98
markdown_description : "This markdown will be displayed to the user" ,
75
99
76
- sorry_share_expired : "Sorry, this share has expired." ,
77
- share_does_not_exists : "Share does not exists." ,
78
- please_check_link : "Please check the link used to access this page." ,
79
- reload : "Reload" ,
80
-
81
- delete_share : "Delete Share" ,
82
- edit_share : "Edit" ,
83
-
84
- copy_url : "Copy URL" ,
85
- copied : "Copied!" ,
86
- download_all : "Download all" ,
87
- download_button : "Download" ,
88
- delete_file : "Delete" ,
89
- delete_this_item : "Delete this file?" ,
100
+ // Haffix
101
+ shares : "Shares" ,
102
+ logout : "Logout" ,
90
103
} ,
91
104
} ,
92
105
// Arabic
93
106
fr : {
94
107
translation : {
108
+ // Generic
109
+ copy_url : "Copier le lien" ,
110
+ copied : "Copié!" ,
111
+ download_button : "Télécharger" ,
112
+
113
+ // Share page
95
114
drag_area : "Glissez des fichiers ou cliquez pour sélectionner" ,
115
+
116
+ sorry_share_expired : "Désolé, ce partage a expiré." ,
117
+ share_does_not_exists : "Ce partage n'existe pas." ,
118
+ please_check_link : "Merci de vérifier le lien qui vous a été transmis." ,
119
+ reload : "Recharger" ,
120
+
121
+ download_all : "Tout Télécharger" ,
122
+
123
+ // Shares page
96
124
no_shares : "Il n'y a aucun partage." ,
97
125
create_share : "Créer un partage" ,
98
126
your_shares : "Vos Partages" ,
99
127
other_shares : "Autres Partages" ,
128
+ create : "Créer" ,
100
129
130
+ // Share component
101
131
guests_can_upload : "Les invités peuvent envoyer" ,
102
132
guests_can_download : "Les invités peuvent télécharger" ,
103
133
guests_can_upload_and_download : "Les invités peuvent envoyer & télécharger" ,
@@ -109,7 +139,15 @@ i18n
109
139
unlimited : "Illimité" ,
110
140
expired : "Expiré" ,
111
141
created : "Créé le" ,
142
+ delete_share : "Supprimer" ,
143
+ edit_share : "Modifier" ,
144
+ update : "Mettre à jour" ,
112
145
146
+ // Item Component
147
+ delete_file : "Supprimer" ,
148
+ delete_this_item : "Supprimer ce fichier ?" ,
149
+
150
+ // Share editor
113
151
exposure : "Type de partage" ,
114
152
you_want_to : "Vous souhaitez :" ,
115
153
send : "Envoyer" ,
@@ -120,24 +158,13 @@ i18n
120
158
number_of_days_the_share_is_valid : "Nombre de jours pendant lesquels le partage est valide. 0 signifie illimité." ,
121
159
description : "Description" ,
122
160
123
- create : "Créer" ,
124
-
161
+ // Markdown Editor
125
162
message : "Message" ,
126
163
markdown_description : "Ce markdown sera affiché à l'utilisateur" ,
127
164
128
- sorry_share_expired : "Désolé, ce partage a expiré." ,
129
- share_does_not_exists : "Ce partage n'existe pas." ,
130
- please_check_link : "Merci de vérifier le lien qui vous a été transmis." ,
131
- reload : "Recharger" ,
132
-
133
- delete_share : "Supprimer" ,
134
- edit_share : "Modifier" ,
135
- copy_url : "Copier le lien" ,
136
- copied : "Copié!" ,
137
- download_all : "Tout Télécharger" ,
138
- download_button : "Télécharger" ,
139
- delete_file : "Supprimer" ,
140
- delete_this_item : "Supprimer ce fichier ?" ,
165
+ // Haffix
166
+ shares : "Partages" ,
167
+ logout : "Quitter" ,
141
168
} ,
142
169
} ,
143
170
} ,
0 commit comments