Skip to content
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
2 changes: 1 addition & 1 deletion src/components/CallAlert/i18n/en-AU.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
[callErrors.noInternational]: "You don't have permissions to make international calls. Please contact your {brand} account administrator for an upgrade.",
[callErrors.noRingoutEnable]: 'Your extension is allowed to make calls with desktop app.\n If you wish to switch to other calling options,\n please contact your account administrator for an upgrade.',
areaCode: 'area code',
telus911: 'Emergency dialing is not supported.',
telus911: 'Emergency dialling is not supported.',
};

// @key: @#@"[callErrors.noToNumber]"@#@ @source: @#@"Please enter a valid phone number."@#@
Expand Down
2 changes: 1 addition & 1 deletion src/components/CallAlert/i18n/en-GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
[callErrors.noInternational]: "You don't have permissions to make international calls. Please contact your {brand} account administrator for an upgrade.",
[callErrors.noRingoutEnable]: 'Your extension is allowed to make calls with desktop app.\n If you wish to switch to other calling options,\n please contact your account administrator for an upgrade.',
areaCode: 'area code',
telus911: 'Emergency dialing is not supported.',
telus911: 'Emergency dialling is not supported.',
};

// @key: @#@"[callErrors.noToNumber]"@#@ @source: @#@"Please enter a valid phone number."@#@
Expand Down
2 changes: 1 addition & 1 deletion src/components/MessageSenderAlert/i18n/ja-JP.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
[messageSenderMessages.recipientsEmpty]: '有効な受信者番号を入力してください\u3002',
[messageSenderMessages.textTooLong]: 'テキストが長すぎます\u3002上限は1,000文字です',
[messageSenderMessages.multipartTextTooLong]: 'テキストが長すぎます\u3002上限は5,000文字です',
[messageSenderMessages.recipientNumberInvalids]: 'Veuillez entrer un numéro de téléphone valide.',
[messageSenderMessages.recipientNumberInvalids]: '有効な電話番号を入力してください\u3002',
[messageSenderMessages.noAreaCode]: '7桁の国内電話番号を使用するには\u3001{areaCodeLink}を設定してください\u3002',
[messageSenderMessages.specialNumber]: '緊急サービスまたは特別なサービスの番号へのテキストの送信はサポートされていません。',
[messageSenderMessages.connectFailed]: '接続に失敗しました\u3002後でもう一度やり直してください\u3002',
Expand Down