Substitute quantity with count

This commit is contained in:
Nicola Benaglia 2025-06-08 02:39:07 +02:00
parent 973afc309a
commit 11d307fc83
9 changed files with 41 additions and 41 deletions

View File

@ -134,11 +134,11 @@
"ban": "Möchten Sie dieser Anwendung die Berechtigung geben, {{ partecipant }} aus der Gruppe zu verbannen?",
"buy_name_detail": "{{ name }} für {{ price }} QORT kaufen",
"buy_name": "Möchten Sie dieser Anwendung die Berechtigung geben, einen Namen zu kaufen?",
"buy_order_fee_estimation_one": "Diese Gebühr ist eine Schätzung basierend auf {{ quantity }} Auftrag mit einer Größe von ca. 300 Byte und einem Satz von {{ fee }} {{ ticker }} pro KB.",
"buy_order_fee_estimation_other": "Diese Gebühr ist eine Schätzung basierend auf {{ quantity }} Aufträgen mit einer Größe von ca. 300 Byte und einem Satz von {{ fee }} {{ ticker }} pro KB.",
"buy_order_fee_estimation_one": "Diese Gebühr ist eine Schätzung basierend auf {{ count }} Auftrag mit einer Größe von ca. 300 Byte und einem Satz von {{ fee }} {{ ticker }} pro KB.",
"buy_order_fee_estimation_other": "Diese Gebühr ist eine Schätzung basierend auf {{ count }} Aufträgen mit einer Größe von ca. 300 Byte und einem Satz von {{ fee }} {{ ticker }} pro KB.",
"buy_order_per_kb": "{{ fee }} {{ ticker }} pro KB",
"buy_order_quantity_one": "{{ quantity }} Kaufauftrag",
"buy_order_quantity_other": "{{ quantity }} Kaufaufträge",
"buy_order_quantity_one": "{{ count }} Kaufauftrag",
"buy_order_quantity_other": "{{ count }} Kaufaufträge",
"buy_order_ticker": "{{ qort_amount }} QORT für {{ foreign_amount }} {{ ticker }}",
"buy_order": "Möchten Sie dieser Anwendung die Berechtigung geben, einen Kaufauftrag auszuführen?",
"cancel_ban": "Möchten Sie dieser Anwendung die Berechtigung geben, das Gruppenverbot für Benutzer {{ partecipant }} aufzuheben?",

View File

@ -87,7 +87,7 @@
"server_info": "error in retrieving server info",
"server_remove": "failed to remove server",
"submit_sell_order": "failed to submit sell order",
"synchronization_attempts": "failed to synchronize after {{ quantity }} attempts",
"synchronization_attempts": "failed to synchronize after {{ count }} attempts",
"timeout_request": "request timed out",
"token_not_supported": "{{ token }} is not supported for this call",
"transaction_activity_summary": "error in transaction activity summary",
@ -134,11 +134,11 @@
"ban": "do you give this application permission to ban {{ partecipant }} from the group?",
"buy_name_detail": "buying {{ name }} for {{ price }} QORT",
"buy_name": "do you give this application permission to buy a name?",
"buy_order_fee_estimation_one": "this fee is an estimate based on {{ quantity }} order, assuming a 300-byte size at a rate of {{ fee }} {{ ticker }} per KB.",
"buy_order_fee_estimation_other": "this fee is an estimate based on {{ quantity }} orders, assuming a 300-byte size at a rate of {{ fee }} {{ ticker }} per KB.",
"buy_order_fee_estimation_one": "this fee is an estimate based on {{ count }} order, assuming a 300-byte size at a rate of {{ fee }} {{ ticker }} per KB.",
"buy_order_fee_estimation_other": "this fee is an estimate based on {{ count }} orders, assuming a 300-byte size at a rate of {{ fee }} {{ ticker }} per KB.",
"buy_order_per_kb": "{{ fee }} {{ ticker }} per kb",
"buy_order_quantity_one": "{{ quantity }} buy order",
"buy_order_quantity_other": "{{ quantity }} buy orders",
"buy_order_quantity_one": "{{ count }} buy order",
"buy_order_quantity_other": "{{ count }} buy orders",
"buy_order_ticker": "{{ qort_amount }} QORT for {{ foreign_amount }} {{ ticker }}",
"buy_order": "do you give this application permission to perform a buy order?",
"cancel_ban": "do you give this application permission to cancel the group ban for user {{ partecipant }}?",

View File

@ -87,7 +87,7 @@
"server_info": "error al recuperar la información del servidor",
"server_remove": "no se pudo eliminar el servidor",
"submit_sell_order": "no se pudo enviar la orden de venta",
"synchronization_attempts": "no se pudo sincronizar después de {{ quantity }} intentos",
"synchronization_attempts": "no se pudo sincronizar después de {{ count }} intentos",
"timeout_request": "la solicitud excedió el tiempo límite",
"token_not_supported": "{{ token }} no es compatible con esta llamada",
"transaction_activity_summary": "error en el resumen de actividad de transacción",
@ -134,11 +134,11 @@
"ban": "¿Deseas permitir que esta aplicación expulse a {{ partecipant }} del grupo?",
"buy_name_detail": "comprando {{ name }} por {{ price }} QORT",
"buy_name": "¿Deseas permitir que esta aplicación compre un nombre?",
"buy_order_fee_estimation_one": "Esta tarifa es una estimación basada en {{ quantity }} orden, asumiendo un tamaño de 300 bytes y una tasa de {{ fee }} {{ ticker }} por KB.",
"buy_order_fee_estimation_other": "Esta tarifa es una estimación basada en {{ quantity }} órdenes, asumiendo un tamaño de 300 bytes y una tasa de {{ fee }} {{ ticker }} por KB.",
"buy_order_fee_estimation_one": "Esta tarifa es una estimación basada en {{ count }} orden, asumiendo un tamaño de 300 bytes y una tasa de {{ fee }} {{ ticker }} por KB.",
"buy_order_fee_estimation_other": "Esta tarifa es una estimación basada en {{ count }} órdenes, asumiendo un tamaño de 300 bytes y una tasa de {{ fee }} {{ ticker }} por KB.",
"buy_order_per_kb": "{{ fee }} {{ ticker }} por KB",
"buy_order_quantity_one": "{{ quantity }} orden de compra",
"buy_order_quantity_other": "{{ quantity }} órdenes de compra",
"buy_order_quantity_one": "{{ count }} orden de compra",
"buy_order_quantity_other": "{{ count }} órdenes de compra",
"buy_order_ticker": "{{ qort_amount }} QORT por {{ foreign_amount }} {{ ticker }}",
"buy_order": "¿Deseas permitir que esta aplicación realice una orden de compra?",
"cancel_ban": "¿Deseas permitir que esta aplicación cancele la expulsión del usuario {{ partecipant }} del grupo?",

View File

@ -87,7 +87,7 @@
"server_info": "erreur lors de la récupération des informations du serveur",
"server_remove": "échec de la suppression du serveur",
"submit_sell_order": "échec de l'envoi de l'ordre de vente",
"synchronization_attempts": "échec de la synchronisation après {{ quantity }} tentatives",
"synchronization_attempts": "échec de la synchronisation après {{ count }} tentatives",
"timeout_request": "la requête a expiré",
"token_not_supported": "{{ token }} n'est pas pris en charge pour cet appel",
"transaction_activity_summary": "erreur dans le résumé d'activité des transactions",
@ -134,11 +134,11 @@
"ban": "Souhaitez-vous autoriser cette application à bannir {{ partecipant }} du groupe ?",
"buy_name_detail": "achat de {{ name }} pour {{ price }} QORT",
"buy_name": "Souhaitez-vous autoriser cette application à acheter un nom ?",
"buy_order_fee_estimation_one": "Ces frais sont estimés sur la base de {{ quantity }} ordre, supposant une taille de 300 octets à un taux de {{ fee }} {{ ticker }} par KB.",
"buy_order_fee_estimation_other": "Ces frais sont estimés sur la base de {{ quantity }} ordres, supposant une taille de 300 octets à un taux de {{ fee }} {{ ticker }} par KB.",
"buy_order_fee_estimation_one": "Ces frais sont estimés sur la base de {{ count }} ordre, supposant une taille de 300 octets à un taux de {{ fee }} {{ ticker }} par KB.",
"buy_order_fee_estimation_other": "Ces frais sont estimés sur la base de {{ count }} ordres, supposant une taille de 300 octets à un taux de {{ fee }} {{ ticker }} par KB.",
"buy_order_per_kb": "{{ fee }} {{ ticker }} par KB",
"buy_order_quantity_one": "{{ quantity }} ordre d'achat",
"buy_order_quantity_other": "{{ quantity }} ordres d'achat",
"buy_order_quantity_one": "{{ count }} ordre d'achat",
"buy_order_quantity_other": "{{ count }} ordres d'achat",
"buy_order_ticker": "{{ qort_amount }} QORT pour {{ foreign_amount }} {{ ticker }}",
"buy_order": "Souhaitez-vous autoriser cette application à passer un ordre d'achat ?",
"cancel_ban": "Souhaitez-vous autoriser cette application à lever le bannissement de {{ partecipant }} dans le groupe ?",

View File

@ -87,7 +87,7 @@
"server_info": "errore nel recupero informazioni del server",
"server_remove": "rimozione server fallita",
"submit_sell_order": "invio ordine di vendita fallito",
"synchronization_attempts": "sincronizzazione fallita dopo {{ quantity }} tentativi",
"synchronization_attempts": "sincronizzazione fallita dopo {{ count }} tentativi",
"timeout_request": "richiesta scaduta",
"token_not_supported": "{{ token }} non è supportato per questa operazione",
"transaction_activity_summary": "errore nel riepilogo attività transazioni",
@ -134,11 +134,11 @@
"ban": "consenti a questa applicazione di escludere {{ partecipant }} dal gruppo?",
"buy_name_detail": "acquisto di {{ name }} per {{ price }} QORT",
"buy_name": "consenti a questa applicazione di acquistare un nome?",
"buy_order_fee_estimation_one": "questa commissione è una stima basata su {{ quantity }} ordine, assumendo una dimensione di 300 byte e una tariffa di {{ fee }} {{ ticker }} per KB.",
"buy_order_fee_estimation_other": "questa commissione è una stima basata su {{ quantity }} ordini, assumendo una dimensione di 300 byte e una tariffa di {{ fee }} {{ ticker }} per KB.",
"buy_order_fee_estimation_one": "questa commissione è una stima basata su {{ count }} ordine, assumendo una dimensione di 300 byte e una tariffa di {{ fee }} {{ ticker }} per KB.",
"buy_order_fee_estimation_other": "questa commissione è una stima basata su {{ count }} ordini, assumendo una dimensione di 300 byte e una tariffa di {{ fee }} {{ ticker }} per KB.",
"buy_order_per_kb": "{{ fee }} {{ ticker }} per KB",
"buy_order_quantity_one": "{{ quantity }} ordine di acquisto",
"buy_order_quantity_other": "{{ quantity }} ordini di acquisto",
"buy_order_quantity_one": "{{ count }} ordine di acquisto",
"buy_order_quantity_other": "{{ count }} ordini di acquisto",
"buy_order_ticker": "{{ qort_amount }} QORT per {{ foreign_amount }} {{ ticker }}",
"buy_order": "consenti a questa applicazione di eseguire un ordine di acquisto?",
"cancel_ban": "consenti a questa applicazione di annullare il ban del gruppo per l'utente {{ partecipant }}?",

View File

@ -87,7 +87,7 @@
"server_info": "サーバー情報の取得時にエラーが発生しました",
"server_remove": "サーバーの削除に失敗しました",
"submit_sell_order": "売却注文の送信に失敗しました",
"synchronization_attempts": "{{ quantity }} 回の試行後に同期に失敗しました",
"synchronization_attempts": "{{ count }} 回の試行後に同期に失敗しました",
"timeout_request": "リクエストがタイムアウトしました",
"token_not_supported": "{{ token }} はこの呼び出しではサポートされていません",
"transaction_activity_summary": "取引アクティビティの要約でエラーが発生しました",
@ -134,11 +134,11 @@
"ban": "このアプリに {{ partecipant }} をグループから追放することを許可しますか?",
"buy_name_detail": "{{ price }} QORTで{{ name }}を購入",
"buy_name": "このアプリに名前を購入することを許可しますか?",
"buy_order_fee_estimation_one": "{{ quantity }} 件の注文に基づく推定手数料です。300バイトのサイズで {{ fee }} {{ ticker }}/KB のレートに基づいています。",
"buy_order_fee_estimation_other": "{{ quantity }} 件の注文に基づく推定手数料です。300バイトのサイズで {{ fee }} {{ ticker }}/KB のレートに基づいています。",
"buy_order_fee_estimation_one": "{{ count }} 件の注文に基づく推定手数料です。300バイトのサイズで {{ fee }} {{ ticker }}/KB のレートに基づいています。",
"buy_order_fee_estimation_other": "{{ count }} 件の注文に基づく推定手数料です。300バイトのサイズで {{ fee }} {{ ticker }}/KB のレートに基づいています。",
"buy_order_per_kb": "{{ fee }} {{ ticker }}/KB",
"buy_order_quantity_one": "{{ quantity }} 件の買い注文",
"buy_order_quantity_other": "{{ quantity }} 件の買い注文",
"buy_order_quantity_one": "{{ count }} 件の買い注文",
"buy_order_quantity_other": "{{ count }} 件の買い注文",
"buy_order_ticker": "{{ foreign_amount }} {{ ticker }} に対して {{ qort_amount }} QORT",
"buy_order": "このアプリに買い注文を実行することを許可しますか?",
"cancel_ban": "このアプリにユーザー {{ partecipant }} のグループ禁止を解除することを許可しますか?",

View File

@ -87,7 +87,7 @@
"server_info": "ошибка при получении информации о сервере",
"server_remove": "не удалось удалить сервер",
"submit_sell_order": "не удалось отправить ордер на продажу",
"synchronization_attempts": "не удалось синхронизироваться после {{ quantity }} попыток",
"synchronization_attempts": "не удалось синхронизироваться после {{ count }} попыток",
"timeout_request": "время ожидания запроса истекло",
"token_not_supported": "{{ token }} не поддерживается этим вызовом",
"transaction_activity_summary": "ошибка при получении сводки транзакционной активности",
@ -134,11 +134,11 @@
"ban": "Разрешить этому приложению забанить {{ partecipant }} в группе?",
"buy_name_detail": "покупка {{ name }} за {{ price }} QORT",
"buy_name": "Разрешить этому приложению купить имя?",
"buy_order_fee_estimation_one": "Комиссия рассчитывается исходя из {{ quantity }} ордера, размером 300 байт при ставке {{ fee }} {{ ticker }} за KB.",
"buy_order_fee_estimation_other": "Комиссия рассчитывается исходя из {{ quantity }} ордеров, размером 300 байт при ставке {{ fee }} {{ ticker }} за KB.",
"buy_order_fee_estimation_one": "Комиссия рассчитывается исходя из {{ count }} ордера, размером 300 байт при ставке {{ fee }} {{ ticker }} за KB.",
"buy_order_fee_estimation_other": "Комиссия рассчитывается исходя из {{ count }} ордеров, размером 300 байт при ставке {{ fee }} {{ ticker }} за KB.",
"buy_order_per_kb": "{{ fee }} {{ ticker }} за KB",
"buy_order_quantity_one": "{{ quantity }} ордер на покупку",
"buy_order_quantity_other": "{{ quantity }} ордеров на покупку",
"buy_order_quantity_one": "{{ count }} ордер на покупку",
"buy_order_quantity_other": "{{ count }} ордеров на покупку",
"buy_order_ticker": "{{ qort_amount }} QORT за {{ foreign_amount }} {{ ticker }}",
"buy_order": "Разрешить этому приложению выполнить ордер на покупку?",
"cancel_ban": "Разрешить этому приложению снять бан с пользователя {{ partecipant }} в группе?",

View File

@ -87,7 +87,7 @@
"server_info": "获取服务器信息失败",
"server_remove": "删除服务器失败",
"submit_sell_order": "提交出售订单失败",
"synchronization_attempts": "在 {{ quantity }} 次尝试后仍未同步成功",
"synchronization_attempts": "在 {{ count }} 次尝试后仍未同步成功",
"timeout_request": "请求超时",
"token_not_supported": "{{ token }} 不支持该调用",
"transaction_activity_summary": "获取交易活动摘要时出错",
@ -134,11 +134,11 @@
"ban": "是否允许该应用将 {{ partecipant }} 从群组中封禁?",
"buy_name_detail": "以 {{ price }} QORT 购买 {{ name }}",
"buy_name": "是否允许该应用购买名称?",
"buy_order_fee_estimation_one": "该费用是基于 {{ quantity }} 个订单的估算,假设每个交易大小为 300 字节,费率为每 KB {{ fee }} {{ ticker }}。",
"buy_order_fee_estimation_other": "该费用是基于 {{ quantity }} 个订单的估算,假设每个交易大小为 300 字节,费率为每 KB {{ fee }} {{ ticker }}。",
"buy_order_fee_estimation_one": "该费用是基于 {{ count }} 个订单的估算,假设每个交易大小为 300 字节,费率为每 KB {{ fee }} {{ ticker }}。",
"buy_order_fee_estimation_other": "该费用是基于 {{ count }} 个订单的估算,假设每个交易大小为 300 字节,费率为每 KB {{ fee }} {{ ticker }}。",
"buy_order_per_kb": "{{ fee }} {{ ticker }} / KB",
"buy_order_quantity_one": "{{ quantity }} 个买单",
"buy_order_quantity_other": "{{ quantity }} 个买单",
"buy_order_quantity_one": "{{ count }} 个买单",
"buy_order_quantity_other": "{{ count }} 个买单",
"buy_order_ticker": "{{ qort_amount }} QORT 兑换 {{ foreign_amount }} {{ ticker }}",
"buy_order": "是否允许该应用执行买单操作?",
"cancel_ban": "是否允许该应用取消对用户 {{ partecipant }} 的群组封禁?",

View File

@ -1523,7 +1523,7 @@ export const checkArrrSyncStatus = async (seed) => {
// If we exceed N tries, throw an error
throw new Error(
i18n.t('question:message.error.synchronization_attempts', {
quantity: 36,
count: 36,
postProcess: 'capitalizeFirstChar',
})
);
@ -4694,7 +4694,7 @@ export const createBuyOrder = async (data, isFromExtension) => {
<div>${(+buyingFees?.unlock?.fee * atAddresses?.length)?.toFixed(8)} ${buyingFees.ticker}</div>
<div class="fee-description">
${i18n.t('question:permission.buy_order_fee_estimation', {
quantity: atAddresses?.length,
count: atAddresses?.length,
fee: buyingFees?.unlock?.feePerKb?.toFixed(8),
ticker: buyingFees.ticker,
postProcess: 'capitalizeFirstChar',