Skip to content

Commit

Permalink
Update locales
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Reynolds <[email protected]>
  • Loading branch information
gsreynolds committed Jul 12, 2024
1 parent 52eb921 commit 49bc0ad
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/ColumnsModal/ColumnsModalComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ const TableColumnsModalComponent = () => {
</CardHeader>
<CardBody>
<Box id="custom-columns-card-body">
alert:
{t('alert')}
:
{alertCustomDetailFields.map((column) => (
<ColumnsModalItem
key={column.value}
Expand All @@ -283,7 +284,8 @@ const TableColumnsModalComponent = () => {
/>
))}
<br />
computed:
{t('computed')}
:
{computedFields.map((column) => (
<ColumnsModalItem
key={column.value}
Expand Down
6 changes: 6 additions & 0 deletions src/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Adding note": "Notiz hinzufügen",
"Adding responders": "Responder hinzufügen",
"Age": "Alter",
"alert": "benachrichtigung",
"Alerts": "Benachrichtigungen",
"Alerts for incident X": "Benachrichtigungen für Vorfall {{incident_number}}",
"An unexpected error has occurred:": "Ein unerwarteter Fehler ist aufgetreten:",
Expand All @@ -34,14 +35,17 @@
"Catastrophic Error": "Katastrophaler Fehler",
"characters remaining": "Zeichen verbleibend",
"Class": "Klasse",
"Clear": "Löschen",
"Clear Alerts": "Benachrichtigungen löschen",
"Clear Filter": "Filter löschen",
"Clear Local Cache": "Lokalen Cache löschen",
"Clear Notes": "Notizen löschen",
"Close": "Schließen",
"Closed Incidents": "Geschlossene Vorfälle",
"Column Filters": "Spaltenfilter",
"Columns": "Spalten",
"Component": "Komponente",
"computed": "berechnet",
"Connect using PagerDuty OAuth to use this app": "Verbindung unter Verwendung von PagerDuty OAuth herstellen, um diese App zu verwenden",
"Connected": "Verbunden",
"Connecting": "Verbinden",
Expand Down Expand Up @@ -140,6 +144,7 @@
"n/a": "n/a",
"New Incidents": "Neue Vorfälle",
"No Incidents Found": "Keine Vorfälle gefunden",
"No incidents match your search criteria.": "Keine Vorfälle entsprechen Ihren Suchkriterien.",
"Not requested": "Nicht angefordert",
"Notes": "Notizen",
"Now": "Now",
Expand All @@ -163,6 +168,7 @@
"Refresh Incidents": "Vorfälle aktualisieren",
"Refresh OAuth Token": "OAuth-Token aktualisieren",
"Refreshing": "Aktualisieren",
"Regex": "Regex",
"Relative Dates": "Relative Daten",
"Requested additional response for": "Zusätzliche Antwort angefordert für",
"Resolve": "Schließen",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Adding note": "Adding note",
"Adding responders": "Adding responders",
"Age": "Age",
"alert": "alert",
"Alerts": "Alerts",
"Alerts for incident X": "Alerts for incident {{incident_number}}",
"An unexpected error has occurred:": "An unexpected error has occurred:",
Expand All @@ -34,14 +35,17 @@
"Catastrophic Error": "Catastrophic Error",
"characters remaining": "characters remaining",
"Class": "Class",
"Clear": "Clear",
"Clear Alerts": "Clear Alerts",
"Clear Filter": "Clear Filter",
"Clear Local Cache": "Clear Local Cache",
"Clear Notes": "Clear Notes",
"Close": "Close",
"Closed Incidents": "Closed Incidents",
"Column Filters": "Column Filters",
"Columns": "Columns",
"Component": "Component",
"computed": "computed",
"Connect using PagerDuty OAuth to use this app": "Connect using PagerDuty OAuth to use this app",
"Connected": "Connected",
"Connecting": "Connecting",
Expand Down Expand Up @@ -140,6 +144,7 @@
"n/a": "n/a",
"New Incidents": "New Incidents",
"No Incidents Found": "No Incidents Found",
"No incidents match your search criteria.": "No incidents match your search criteria.",
"Not requested": "Not requested",
"Notes": "Notes",
"Now": "Now",
Expand All @@ -163,6 +168,7 @@
"Refresh Incidents": "Refresh Incidents",
"Refresh OAuth Token": "Refresh OAuth Token",
"Refreshing": "Refreshing",
"Regex": "Regex",
"Relative Dates": "Relative Dates",
"Requested additional response for": "Requested additional response for",
"Resolve": "Resolve",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Adding note": "Añadiendo nota",
"Adding responders": "Añadiendo responsables",
"Age": "Edad",
"alert": "alerta",
"Alerts": "Alertas",
"Alerts for incident X": "Alertas para incidente {{incident_number}}",
"An unexpected error has occurred:": "Se ha producido un error inesperado:",
Expand All @@ -34,14 +35,17 @@
"Catastrophic Error": "Error Catastrófico",
"characters remaining": "caracteres restantes",
"Class": "Clase",
"Clear": "Borrar",
"Clear Alerts": "Borrar alertas",
"Clear Filter": "Borrar filtro",
"Clear Local Cache": "Borrar caché local",
"Clear Notes": "Borrar notas",
"Close": "Cerrar",
"Closed Incidents": "Incidentes cerrados",
"Column Filters": "Filtros de columna",
"Columns": "Columnas",
"Component": "Componente",
"computed": "calculado",
"Connect using PagerDuty OAuth to use this app": "Conectar usando PagerDuty OAuth para usar esta aplicación",
"Connected": "Conectado",
"Connecting": "Conectando",
Expand Down Expand Up @@ -142,6 +146,7 @@
"n/a": "n/a",
"New Incidents": "Nuevos incidentes",
"No Incidents Found": "No se encontraron incidentes",
"No incidents match your search criteria.": "No hay incidentes que coincidan con tus criterios de búsqueda.",
"Not requested": "No solicitado",
"Notes": "Notas",
"Now": "Ahora",
Expand All @@ -165,6 +170,7 @@
"Refresh Incidents": "Actualizar incidentes",
"Refresh OAuth Token": "Actualizar token OAuth",
"Refreshing": "Actualizando",
"Regex": "Regex",
"Relative Dates": "Fechas relativas",
"Requested additional response for": "Solicitó una respuesta adicional para",
"Resolve": "Resolver",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Adding note": "Ajout de note",
"Adding responders": "Ajout d'intervenants",
"Age": "Âge",
"alert": "alerte",
"Alerts": "Alertes",
"Alerts for incident X": "Alertes pour l'incident {{incident_number}}",
"An unexpected error has occurred:": "Une erreur inattendue s'est produite :",
Expand All @@ -34,14 +35,17 @@
"Catastrophic Error": "Erreur catastrophique",
"characters remaining": "caractères restants",
"Class": "Classe",
"Clear": "Effacer",
"Clear Alerts": "Effacer les alertes",
"Clear Filter": "Effacer le filtre",
"Clear Local Cache": "Effacer le cache local",
"Clear Notes": "Effacer les notes",
"Close": "Fermer",
"Closed Incidents": "Incidents fermés",
"Column Filters": "Filtres de colonne",
"Columns": "Colonnes",
"Component": "Composant",
"computed": "calculé",
"Connect using PagerDuty OAuth to use this app": "Connectez-vous en utilisant l'OAuth PagerDuty pour utiliser cette application",
"Connected": "Connecté",
"Connecting": "Connexion",
Expand Down Expand Up @@ -142,6 +146,7 @@
"n/a": "n/a",
"New Incidents": "Nouveaux incidents",
"No Incidents Found": "Aucun incident trouvé",
"No incidents match your search criteria.": "Aucun incident ne correspond à vos critères de recherche.",
"Not requested": "Non demandé",
"Notes": "Notes",
"Now": "Maintenant",
Expand All @@ -165,6 +170,7 @@
"Refresh Incidents": "Actualiser les incidents",
"Refresh OAuth Token": "Actualiser le jeton OAuth",
"Refreshing": "Rafraîchissement",
"Regex": "Regex",
"Relative Dates": "Dates relatives",
"Requested additional response for": "Demande de réponse supplémentaire pour",
"Resolve": "Résoudre",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/id/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Adding note": "Menambahkan catatan",
"Adding responders": "Menambahkan penjawab",
"Age": "Usia",
"alert": "peringatan",
"Alerts": "Peringatan",
"Alerts for incident X": "Peringatan untuk insiden {{incident_number}}",
"An unexpected error has occurred:": "Terjadi error yang tidak terduga:",
Expand All @@ -34,14 +35,17 @@
"Catastrophic Error": "Error Kategori Tinggi",
"characters remaining": "karakter yang tersisa",
"Class": "Kelas",
"Clear": "Hapus",
"Clear Alerts": "Hapus Peringatan",
"Clear Filter": "Hapus Filter",
"Clear Local Cache": "Hapus Cache Lokal",
"Clear Notes": "Hapus Catatan",
"Close": "Tutup",
"Closed Incidents": "Insiden yang Ditutup",
"Column Filters": "Filter Kolom",
"Columns": "Kolom",
"Component": "Komponen",
"computed": "dihitung",
"Connect using PagerDuty OAuth to use this app": "Untuk menggunakan app ini, hubungkan dengan menggunakan PagerDuty OAuth",
"Connected": "Terhubung",
"Connecting": "Menghubungkan",
Expand Down Expand Up @@ -138,6 +142,7 @@
"n/a": "n/a",
"New Incidents": "Insiden Baru",
"No Incidents Found": "Tidak ada insiden yang ditemukan",
"No incidents match your search criteria.": "Tidak ada insiden yang cocok dengan kriteria pencarian Anda.",
"Not requested": "Tidak diminta",
"Notes": "Catatan",
"Now": "Sekarang",
Expand All @@ -161,6 +166,7 @@
"Refresh Incidents": "Segarkan insiden",
"Refresh OAuth Token": "Segarkan Token OAuth",
"Refreshing": "Sedang refresh",
"Regex": "Regex",
"Relative Dates": "Tanggal Relatif",
"Requested additional response for": "Meminta tanggapan tambahan untuk",
"Resolve": "Selesaikan",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Adding note": "メモを追加中",
"Adding responders": "レスポンダーを追加中",
"Age": "経過時間",
"alert": "アラート",
"Alerts": "アラート",
"Alerts for incident X": "インシデント {{incident_number}} のアラート",
"An unexpected error has occurred:": "予期しないエラーが発生しました:",
Expand All @@ -34,14 +35,17 @@
"Catastrophic Error": "致命的エラー",
"characters remaining": "文字まで入力可能",
"Class": "クラス",
"Clear": "クリア",
"Clear Alerts": "アラートをクリア",
"Clear Filter": "フィルターをクリア",
"Clear Local Cache": "ローカルキャッシュをクリア",
"Clear Notes": "メモをクリア",
"Close": "クローズ",
"Closed Incidents": "クローズ済みインシデント",
"Column Filters": "カラムフィルター",
"Columns": "カラム",
"Component": "コンポーネント",
"computed": "計算済み",
"Connect using PagerDuty OAuth to use this app": "このアプリを利用するのに、PagerDuty OAuthに接続してください",
"Connected": "接続済み",
"Connecting": "接続中",
Expand Down Expand Up @@ -138,6 +142,7 @@
"n/a": "n/a",
"New Incidents": "新規インシデント",
"No Incidents Found": "インシデントが見つかりません",
"No incidents match your search criteria.": "検索条件に一致するインシデントがありません。",
"Not requested": "リクエストされていません",
"Notes": "メモ",
"Now": "",
Expand All @@ -161,6 +166,7 @@
"Refresh Incidents": "インシデントを更新",
"Refresh OAuth Token": "OAuthトークンをリフレッシュ",
"Refreshing": "リフレッシュ中",
"Regex": "Regex",
"Relative Dates": "相対日付",
"Requested additional response for": "追加対応を依頼対象",
"Resolve": "解決",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/pt-br/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Adding note": "Adicionando anotação",
"Adding responders": "Adicionando respondentes",
"Age": "Idade",
"alert": "alerta",
"Alerts": "Alertas",
"Alerts for incident X": "Alertas para incidente {{incident_number}}",
"An unexpected error has occurred:": "Ocorreu um erro inesperado:",
Expand All @@ -34,14 +35,17 @@
"Catastrophic Error": "Erro Catastrófico",
"characters remaining": "caracteres restantes",
"Class": "Classe",
"Clear": "Limpar",
"Clear Alerts": "Limpar Alertas",
"Clear Filter": "Limpar Filtro",
"Clear Local Cache": "Limpar Cache Local",
"Clear Notes": "Limpar Anotações",
"Close": "Fechar",
"Closed Incidents": "Incidentes Fechados",
"Column Filters": "Filtros de Coluna",
"Columns": "Colunas",
"Component": "Componente",
"computed": "calculado",
"Connect using PagerDuty OAuth to use this app": "Conectar usando PagerDuty OAuth para usar esta aplicação",
"Connected": "Conectado",
"Connecting": "Conectando",
Expand Down Expand Up @@ -142,6 +146,7 @@
"n/a": "n/d",
"New Incidents": "Novos Incidentes",
"No Incidents Found": "Nenhum Incidente Encontrado",
"No incidents match your search criteria.": "Nenhum incidente corresponde aos seus critérios de pesquisa.",
"Not requested": "Não solicitado",
"Notes": "Anotações",
"Now": "Agora",
Expand All @@ -165,6 +170,7 @@
"Refresh Incidents": "Atualizar Incidentes",
"Refresh OAuth Token": "Atualizar Token OAuth",
"Refreshing": "Atualizando",
"Regex": "Regex",
"Relative Dates": "Datas Relativas",
"Requested additional response for": "Resposta adicional solicitada para",
"Resolve": "Resolver",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Adding note": "A adicionar nota",
"Adding responders": "A adicionar respondentes",
"Age": "Idade",
"alert": "alerta",
"Alerts": "Alertas",
"Alerts for incident X": "Alertas para incidente {{incident_number}}",
"An unexpected error has occurred:": "Ocorreu um erro inesperado:",
Expand All @@ -34,14 +35,17 @@
"Catastrophic Error": "Erro Catastrófico",
"characters remaining": "caracteres restantes",
"Class": "Classe",
"Clear": "Limpar",
"Clear Alerts": "Limpar Alertas",
"Clear Filter": "Limpar Filtro",
"Clear Local Cache": "Limpar Cache Local",
"Clear Notes": "Limpar Notas",
"Close": "Fechar",
"Closed Incidents": "Incidentes Fechados",
"Column Filters": "Filtros de Coluna",
"Columns": "Colunas",
"Component": "Componente",
"computed": "calculado",
"Connect using PagerDuty OAuth to use this app": "Ligue usando PagerDuty OAuth para usar esta aplicação",
"Connected": "Ligado",
"Connecting": "A ligar",
Expand Down Expand Up @@ -142,6 +146,7 @@
"n/a": "n/d",
"New Incidents": "Novos Incidentes",
"No Incidents Found": "Nenhum Incidente Encontrado",
"No incidents match your search criteria.": "Nenhum incidente corresponde aos seus critérios de pesquisa.",
"Not requested": "Não solicitado",
"Notes": "Notas",
"Now": "Agora",
Expand All @@ -165,6 +170,7 @@
"Refresh Incidents": "Atualizar Incidentes",
"Refresh OAuth Token": "Atualizar Token OAuth",
"Refreshing": "Atualizando",
"Regex": "Regex",
"Relative Dates": "Datas Relativas",
"Requested additional response for": "Resposta adicional solicitada para",
"Resolve": "Resolver",
Expand Down

0 comments on commit 49bc0ad

Please sign in to comment.