diff --git a/web/public/locales/ar/audio.json b/web/public/locales/ar/audio.json index 0967ef424..5477a3fda 100644 --- a/web/public/locales/ar/audio.json +++ b/web/public/locales/ar/audio.json @@ -1 +1,71 @@ -{} +{ + "bark": "نُبَاح", + "snort": "نَفْخَة", + "heartbeat": "نَبْض القَلْب", + "pets": "حَيَوَانَات أَلِيفَة", + "whoop": "هُتَاف", + "humming": "هَمْهَمَة", + "chewing": "مَضْغ", + "yodeling": "تَزَلْغُط", + "howl": "عُوَاء", + "speech": "كَلَام", + "hiccup": "فُوَاق", + "dog": "كَلْب", + "yip": "نُبَيْحَة", + "babbling": "ثَرْثَرَة", + "yell": "صُرَاخ", + "bellow": "خُوَار", + "whispering": "هَمْس", + "laughter": "ضَحِك", + "snicker": "تَضَاحُك", + "crying": "بُكَاء", + "sigh": "تَنَهُّد", + "singing": "غِنَاء", + "choir": "جَوْقَة", + "chant": "تَرْنِيم", + "mantra": "تَرْنِيمَة", + "child_singing": "غِنَاء طِفْل", + "synthetic_singing": "غِنَاء اِصْطِنَاعِيّ", + "rapping": "رَاب", + "groan": "أَنِين", + "grunt": "خَنِين", + "whistling": "صَفِير", + "breathing": "تَنَفُّس", + "wheeze": "أَزِيز", + "snoring": "شَخِير", + "gasp": "شَهْقَة", + "pant": "لَهَث", + "cough": "سُعَال", + "throat_clearing": "تَنْحِيم", + "sneeze": "عُطَاس", + "sniff": "شَمَّ", + "run": "رَكْض", + "shuffle": "خَلْط", + "footsteps": "خُطُوَات", + "biting": "عَضّ", + "gargling": "غَرْغَرَة", + "stomach_rumble": "قَرْقَرَة المَعِدَة", + "burping": "تَجَشُّؤ", + "fart": "ضُرَاط", + "hands": "أَيْدِي", + "finger_snapping": "طَقْطَقَة الأَصَابِع", + "clapping": "تَصْفِيق", + "heart_murmur": "لَغَط القَلْب", + "cheering": "صِيَاح", + "applause": "تَصْفِيق", + "chatter": "حَدِيث", + "crowd": "جُمْهُور", + "children_playing": "لَعِب الأَطْفَال", + "animal": "حَيَوَان", + "bow_wow": "نُبَاح الكَلْب", + "growling": "زَمْجَرَ", + "whimper_dog": "أَنِين الكَلْب", + "cat": "قِطّ", + "purr": "خَرْخَرَة", + "meow": "مُوَاء", + "hiss": "فَحِيح", + "caterwaul": "صُرَاخ مُتَوَاصِل", + "livestock": "مَاشِيَة", + "horse": "حِصَان", + "clip_clop": "حَوَافِر الخَيْل" +} diff --git a/web/public/locales/ar/objects.json b/web/public/locales/ar/objects.json index 0967ef424..be6a702ac 100644 --- a/web/public/locales/ar/objects.json +++ b/web/public/locales/ar/objects.json @@ -1 +1,7 @@ -{} +{ + "dog": "كَلْب", + "cat": "قِطّ", + "horse": "حِصَان", + "animal": "حَيَوَان", + "bark": "نُبَاح" +}