Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update translations #1495

Merged
merged 1 commit into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/ar/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/da/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/es-ES/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/fa/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/fi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/hi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/hu/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "Nessun risultato trovato",
"invalidCapType": "Tipo di capability non valido: {{type}}",
"whitespaceDetected": "Il testo inizia e/o termina con uno spazio bianco",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "一致する結果が見つかりませんでした",
"invalidCapType": "無効な Capability: {{type}}",
"whitespaceDetected": "空白文字で開始または終了します",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/kn/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/ko/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/ml-IN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/nl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/no/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/pa-IN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/pl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/pt-BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "Nenhum resultado encontrado",
"invalidCapType": "Tipo de recurso inválido: {{type}}",
"whitespaceDetected": "Texto começa e/ou termina com espaço em branco",
"pcloudyCredentialsRequired": "O nome de usuário e a chave de API do pCloudy são necessários!"
"pcloudyCredentialsRequired": "O nome de usuário e a chave de API do pCloudy são necessários!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/pt-PT/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "Результатов не найдено",
"invalidCapType": "Неверный тип возможности: {{type}}",
"whitespaceDetected": "Текст начинается и/или заканчивается с пробелом",
"pcloudyCredentialsRequired": "Требуется имя пользователя и ключ API pCloudy!"
"pcloudyCredentialsRequired": "Требуется имя пользователя и ключ API pCloudy!",
"duplicateCapabilityNameError": "Набор возможностей с таким именем уже существует"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/sv-SE/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/te/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/tr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/uk/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "Результатів не знайдено",
"invalidCapType": "Недійсний тип можливості: {{type}}",
"whitespaceDetected": "Текст починається та/або закінчується пробілом",
"pcloudyCredentialsRequired": "Необхідні ім'я користувача та API ключ від pCloudy!"
"pcloudyCredentialsRequired": "Необхідні ім'я користувача та API ключ від pCloudy!",
"duplicateCapabilityNameError": "Набір можливостей з таким ім'ям вже існує"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "未找到结果",
"invalidCapType": "无效的capability类型: {{type}}",
"whitespaceDetected": "文本开始和/或以空格结束",
"pcloudyCredentialsRequired": "需要 pCloudy 用户名和 api 密钥!"
"pcloudyCredentialsRequired": "需要 pCloudy 用户名和 api 密钥!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}
3 changes: 2 additions & 1 deletion app/renderer/src/assets/locales/zh-TW/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@
"noResultsFound": "No results found",
"invalidCapType": "Invalid capability type: {{type}}",
"whitespaceDetected": "Text Starts and/or Ends With Whitespace",
"pcloudyCredentialsRequired": "pCloudy username and api key are required!"
"pcloudyCredentialsRequired": "pCloudy username and api key are required!",
"duplicateCapabilityNameError": "A capability set with the same name already exists"
}