Skip to content

Commit 1d8d4f4

Browse files
committed
feat: add some more translations
1 parent 3301de8 commit 1d8d4f4

File tree

9 files changed

+18
-9
lines changed

9 files changed

+18
-9
lines changed

i18n/locales/de-DE.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@
215215
"important": "Wichtig",
216216
"warning": "Warnung",
217217
"caution": "Vorsicht"
218-
}
218+
},
219+
"copy_as_markdown": "README als Markdown kopieren"
219220
},
220221
"provenance_section": {
221222
"title": "Herkunft",

i18n/locales/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@
208208
"title": "Léeme",
209209
"no_readme": "No hay README disponible.",
210210
"view_on_github": "Ver en GitHub",
211-
"toc_title": "Índice"
211+
"toc_title": "Índice",
212+
"copy_as_markdown": "Copiar README como Markdown"
212213
},
213214
"keywords_title": "Palabras clave",
214215
"compatibility": "Compatibilidad",

i18n/locales/fr-FR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@
206206
"title": "Readme",
207207
"no_readme": "Aucun README disponible.",
208208
"view_on_github": "Voir sur GitHub",
209-
"toc_title": "Sommaire"
209+
"toc_title": "Sommaire",
210+
"copy_as_markdown": "Copier le README en markdown"
210211
},
211212
"keywords_title": "Mots-clés",
212213
"compatibility": "Compatibilité",

i18n/locales/it-IT.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@
211211
"important": "Importante",
212212
"warning": "Avvertenza",
213213
"caution": "Cautela"
214-
}
214+
},
215+
"copy_as_markdown": "Copia README come Markdown"
215216
},
216217
"provenance_section": {
217218
"title": "Provenienza",

lunaria/files/de-DE.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@
215215
"important": "Wichtig",
216216
"warning": "Warnung",
217217
"caution": "Vorsicht"
218-
}
218+
},
219+
"copy_as_markdown": "README als Markdown kopieren"
219220
},
220221
"provenance_section": {
221222
"title": "Herkunft",

lunaria/files/es-419.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@
208208
"title": "Léame",
209209
"no_readme": "No hay README disponible.",
210210
"view_on_github": "Ver en GitHub",
211-
"toc_title": "Índice"
211+
"toc_title": "Índice",
212+
"copy_as_markdown": "Copiar README como Markdown"
212213
},
213214
"keywords_title": "Palabras clave",
214215
"compatibility": "Compatibilidad",

lunaria/files/es-ES.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@
208208
"title": "Léeme",
209209
"no_readme": "No hay README disponible.",
210210
"view_on_github": "Ver en GitHub",
211-
"toc_title": "Índice"
211+
"toc_title": "Índice",
212+
"copy_as_markdown": "Copiar README como Markdown"
212213
},
213214
"keywords_title": "Palabras clave",
214215
"compatibility": "Compatibilidad",

lunaria/files/fr-FR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@
206206
"title": "Readme",
207207
"no_readme": "Aucun README disponible.",
208208
"view_on_github": "Voir sur GitHub",
209-
"toc_title": "Sommaire"
209+
"toc_title": "Sommaire",
210+
"copy_as_markdown": "Copier le README en markdown"
210211
},
211212
"keywords_title": "Mots-clés",
212213
"compatibility": "Compatibilité",

lunaria/files/it-IT.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@
211211
"important": "Importante",
212212
"warning": "Avvertenza",
213213
"caution": "Cautela"
214-
}
214+
},
215+
"copy_as_markdown": "Copia README come Markdown"
215216
},
216217
"provenance_section": {
217218
"title": "Provenienza",

0 commit comments

Comments
 (0)