Skip to content

Commit

Permalink
Merge pull request #17 from FabienBounoir/beta
Browse files Browse the repository at this point in the history
feat: 🎸 Add missing traduction texte
  • Loading branch information
FabienBounoir authored May 17, 2024
2 parents b8ce40f + 30e236c commit e84991b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/dashboardElements/_dashboardElements.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
-moz-appearance: none;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5v14M5 12h14" /></svg>') no-repeat right center;
padding-right: 20px;
color: transparent;
border: 1px solid rgba(var(--color-red), var(--color-green), var(--color-blue), 0.4);
border-radius: 0.3em;
background-color: rgba(var(--color-red), var(--color-green), var(--color-blue), 0.2);
Expand Down Expand Up @@ -556,7 +555,6 @@ svg.disableSVGButton {
-moz-appearance: none;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5v14M5 12h14" /></svg>') no-repeat right center;
padding-right: 20px;
color: transparent;
border: 1px solid rgba(var(--color-red), var(--color-green), var(--color-blue), 0.4);
border-radius: 0.3em;
background-color: rgba(var(--color-red), var(--color-green), var(--color-blue), 0.2);
Expand Down Expand Up @@ -621,7 +619,6 @@ svg.disableSVGButton {
-moz-appearance: none;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5v14M5 12h14" /></svg>') no-repeat right center;
padding-right: 20px;
color: transparent;
border: 1px solid rgba(var(--color-red), var(--color-green), var(--color-blue), 0.4);
border-radius: 0.3em;
background-color: rgba(var(--color-red), var(--color-green), var(--color-blue), 0.2);
Expand Down
3 changes: 3 additions & 0 deletions src/locales/ar/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@
"invites": "القدرة على تنظيم الدعوات المختلفة التي تم إنشاؤها على الخادم",
"emotes_stickers": "رؤية التغييرات المختلفة التي تمت على الرموز التعبيرية والملصقات",
"infractions": "رؤية المخالفات المختلفة التي تمت على الخادم"
},
"other": {
"excludeChannel": "استبعاد القنوات"
}
},
"send": {
Expand Down
3 changes: 3 additions & 0 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@
"invites": "Ability to moderate different invites created on the guild",
"emotes_stickers": "See different changes made to Emotes and Stickers",
"infractions": "See different infractions made on the server"
},
"other": {
"excludeChannel": "Exclude channels"
}
},
"send": {
Expand Down
3 changes: 3 additions & 0 deletions src/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@
"invites": "Poder moderar las diferentes invitaciones creadas en el servidor",
"emotes_stickers": "Ver los diferentes cambios realizados en los Emojis y Pegatinas",
"infractions": "Ver las diferentes infracciones creadas en el servidor"
},
"other": {
"excludeChannel": "Excluir canales"
}
},
"send": {
Expand Down
3 changes: 3 additions & 0 deletions src/locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@
"invites": "Possibilità di moderare gli inviti creati sulla gilda",
"emotes_stickers": "Visualizzare le diverse modifiche apportate alle Emote e agli adesivi",
"infractions": "Visualizzare le diverse infrazioni commesse dagli utenti"
},
"other": {
"excludeChannel": "Escludi canali"
}
},
"send": {
Expand Down
3 changes: 3 additions & 0 deletions src/locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@
"invites": "Возможность модерировать различные приглашения, созданные на сервере",
"emotes_stickers": "Смотреть за различными изменениями, внесенными в эмодзи и стикеры",
"infractions": "Смотреть за различными нарушениями, совершенными на сервере"
},
"other": {
"excludeChannel": "Исключить каналы"
}
},
"send": {
Expand Down
3 changes: 3 additions & 0 deletions src/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@
"invites": "能够在服务器上管理不同的邀请",
"emotes_stickers": "查看对表情符号和贴纸进行的不同更改",
"infractions": "查看对用户的不同违规"
},
"other": {
"excludeChannel": "排除频道"
}
},
"send": {
Expand Down

0 comments on commit e84991b

Please sign in to comment.