Skip to content

Commit c91c46b

Browse files
i18n: translations for namespace icons (#477)
1 parent 741c615 commit c91c46b

File tree

5 files changed

+59
-11
lines changed

5 files changed

+59
-11
lines changed

public/locales/de/icons.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"actions_copyIconName": "Icon-Namen kopieren",
3+
"actions_copyLink": "Link kopieren",
4+
"actions_copied": "Kopiert",
5+
"actions_copyReactComponent": "React-Komponente kopieren",
6+
"actions_copySvgImport": "SVG-Import kopieren",
7+
"actions_downloadSvg": "SVG herunterladen",
8+
"title": "Icons",
9+
"goToLibrary": "Zur Bibliothek wechseln",
10+
"filterPlaceholder": "Nach Icon-Namen filtern",
11+
"keywords": "Schlagwörter",
12+
"empty_title": "Keine Ergebnisse für Ihre Anfrage gefunden",
13+
"empty_subTitle": "Bitte überprüfen Sie die Schreibweise oder versuchen Sie es mit anderen Schlagwörtern.",
14+
"usage_reactComponent": "React-Komponente",
15+
"usage_svg": "SVG"
16+
}

public/locales/es/icons.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
{
2-
"actions_copyIconName": "Copiar nombre de icono",
1+
{
2+
"actions_copyIconName": "Copiar nombre del icono",
33
"actions_copyLink": "Copiar enlace",
44
"actions_copied": "Copiado",
5-
"actions_copyReactComponent": "Copiar el componente React",
6-
"actions_copySvgImport": "Copiar importación de SVG",
5+
"actions_copyReactComponent": "Copiar componente React",
6+
"actions_copySvgImport": "Copiar importación SVG",
77
"actions_downloadSvg": "Descargar SVG",
88
"title": "Iconos",
99
"goToLibrary": "Ir a la biblioteca",
1010
"filterPlaceholder": "Filtrar por nombre de icono",
1111
"keywords": "Palabras clave",
12-
"empty_title": "No se han encontrado resultados para su solicitud",
13-
"empty_subTitle": "Compruebe la ortografía o pruebe con otras palabras clave.",
12+
"empty_title": "No se encontraron resultados para tu búsqueda",
13+
"empty_subTitle": "Por favor, comprueba la ortografía o prueba con otras palabras clave.",
1414
"usage_reactComponent": "Componente React",
1515
"usage_svg": "SVG"
16-
}
16+
}

public/locales/fr/icons.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"actions_copyIconName": "Copier le nom de l'icône",
3+
"actions_copyLink": "Copier le lien",
4+
"actions_copied": "Copié",
5+
"actions_copyReactComponent": "Copier le composant React",
6+
"actions_copySvgImport": "Copier l'importation SVG",
7+
"actions_downloadSvg": "Télécharger le SVG",
8+
"title": "Icônes",
9+
"goToLibrary": "Aller à la bibliothèque",
10+
"filterPlaceholder": "Filtrer par nom d'icône",
11+
"keywords": "Mots-clés",
12+
"empty_title": "Aucun résultat trouvé pour votre recherche",
13+
"empty_subTitle": "Veuillez vérifier l'orthographe ou essayer d'autres mots-clés.",
14+
"usage_reactComponent": "Composant React",
15+
"usage_svg": "SVG"
16+
}

public/locales/ko/icons.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"actions_copyIconName": "아이콘 이름 복사",
3+
"actions_copyLink": "링크 복사",
4+
"actions_copied": "복사됨",
5+
"actions_copyReactComponent": "React 컴포넌트 복사",
6+
"actions_copySvgImport": "SVG 가져오기 복사",
7+
"actions_downloadSvg": "SVG 다운로드",
8+
"title": "아이콘",
9+
"goToLibrary": "라이브러리로 이동",
10+
"filterPlaceholder": "아이콘 이름으로 필터링",
11+
"keywords": "키워드",
12+
"empty_title": "요청하신 결과가 없습니다.",
13+
"empty_subTitle": "철자를 확인하거나 다른 키워드를 사용해 보세요.",
14+
"usage_reactComponent": "React 컴포넌트",
15+
"usage_svg": "SVG"
16+
}

public/locales/zh/icons.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
{
1+
{
22
"actions_copyIconName": "复制图标名称",
33
"actions_copyLink": "复制链接",
44
"actions_copied": "已复制",
55
"actions_copyReactComponent": "复制 React 组件",
66
"actions_copySvgImport": "复制 SVG 导入",
77
"actions_downloadSvg": "下载 SVG",
88
"title": "图标",
9-
"goToLibrary": "去图书馆",
9+
"goToLibrary": "前往库",
1010
"filterPlaceholder": "按图标名称筛选",
1111
"keywords": "关键词",
12-
"empty_title": "未找到与您的请求相匹配的结果",
13-
"empty_subTitle": "请检查拼写或尝试其他关键字",
12+
"empty_title": "未找到您请求的结果",
13+
"empty_subTitle": "请检查拼写或尝试其他关键词",
1414
"usage_reactComponent": "React 组件",
1515
"usage_svg": "SVG"
1616
}

0 commit comments

Comments
 (0)