Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • adaures/castopod
  • mkljczk/castopod-host
  • spaetz/castopod-host
  • PatrykMis/castopod
  • jonas/castopod
  • ajeremias/castopod
  • misuzu/castopod
  • KrzysztofDomanczyk/castopod
  • Behel/castopod
  • nebulon/castopod
  • ewen/castopod
  • NeoluxConsulting/castopod
  • nateritter/castopod-og
  • prcutler/castopod
14 results
Show changes
Showing
with 569 additions and 338 deletions
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'title' => "دیدگاه {actorDisplayName} روی {episodeTitle}",
'back_to_comments' => 'بازکشت به نظرها',
'form' => [
'episode_message_placeholder' => 'نوشتن دیدگاه…',
'reply_to_placeholder' => 'پاسخ به @{actorUsername}',
'submit' => 'فرستادن',
'submit_reply' => 'پاسخ',
],
'likes' => '{numberOfLikes, plural,
other {# پسند}
}',
'replies' => '{numberOfReplies, plural,
other {# پاسخ}
}',
'like' => 'پسند',
'reply' => 'پاسخ',
'view_replies' => 'دیدن پاسخ‌ها ({numberOfReplies})',
'block_actor' => 'انسداد کاربر @{actorUsername}',
'block_domain' => 'انسداد دامنهٔ @{actorDomain}',
'delete' => 'حذف دیدگاه',
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'yes' => 'بله',
'no' => 'نه',
'cancel' => 'لغو',
'optional' => 'اختیاری',
'close' => 'بستن',
'home' => 'خانه',
'explicit' => 'صریح',
'powered_by' => 'نیرو گرفته از {castopod}',
'go_back' => 'بازگشت',
'play_episode_button' => [
'play' => 'پخش',
'playing' => 'در حال پخش',
],
'read_more' => 'خواندن بیش‌تر',
'read_less' => 'خواندن کم‌تر',
'see_more' => 'دیدن بیش‌تر',
'see_less' => 'دیدن کم‌تر',
'legal_notice' => 'نکات قانونی',
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'season' => 'فصل {seasonNumber}',
'season_abbr' => 'ف{seasonNumber}',
'number' => 'قسمت {episodeNumber}',
'number_abbr' => 'ق. {episodeNumber}',
'season_episode' => 'قسمت {episodeNumber} فصل {seasonNumber}',
'season_episode_abbr' => 'ف{seasonNumber}: ق{episodeNumber}',
'persons' => '{personsCount, plural,
other {# نفر}
}',
'persons_list' => 'نفر',
'back_to_episodes' => 'بازگشت به قسمت‌های {podcast}',
'comments' => 'دیدگاه‌ها',
'activity' => 'فعّالیت',
'chapters' => 'Chapters',
'transcript' => 'Transcript',
'description' => 'شرح قسمت',
'number_of_comments' => '{numberOfComments, plural,
other {# نظر}
}',
'all_podcast_episodes' => 'تمامی قسمت‌های پادکست',
'back_to_podcast' => 'بازگشت به پادکست',
'preview' => [
'title' => 'Preview',
'not_published' => 'Not published',
'text' => '{publication_status, select,
published {This episode is not yet published.}
scheduled {This episode is scheduled for publication on {publication_date}.}
with_podcast {This episode will be published at the same time as the podcast.}
other {This episode is not yet published.}
}',
'publish' => 'Publish',
'publish_edit' => 'Edit publication',
],
'no_chapters' => 'No chapters are available for this episode.',
'download_transcript' => 'Download transcript ({extension})',
'no_transcript' => 'No transcript available for this episode.',
];
<?php
declare(strict_types=1);
/**
* @copyright 2021 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'your_handle' => 'شناسه‌تان',
'your_handle_hint' => '@username@domainای که می‌خواهید کنشتان از آن باشد را وارد کنید.',
'follow' => [
'label' => 'پی‌گیری',
'title' => 'پی‌گیری {actorDisplayName}',
'subtitle' => 'دارید پی می‌گیرید:',
'accountNotFound' => 'حساب پیدا نشد.',
'remoteFollowNotAllowed' => 'به نظر کارساز حساب اجازهٔ پی‌گیری‌های دوردست را نمی‌دهد…',
'submit' => 'ادامه برای پی‌گیری',
],
'favourite' => [
'title' => "برگزیدن فرستهٔ {actorDisplayName}",
'subtitle' => 'دارید برمی‌گزینید:',
'submit' => 'ادامه برای برگزیدن',
],
'reblog' => [
'title' => "هم‌رسانی فرستهٔ {actorDisplayName}",
'subtitle' => 'دارید هم می‌رسانید:',
'submit' => 'ادامه برای هم‌رسانی',
],
'reply' => [
'title' => "پاسخ به فرستهٔ {actorDisplayName}",
'subtitle' => 'دارید پاسخ می‌دهید به:',
'submit' => 'ادامه برای پاسخ',
],
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'all_podcasts' => 'تمامی پادکست‌ها',
'sort_by' => 'چینش بر اساس',
'sort_options' => [
'activity' => 'فعّالیت اخیر',
'created_desc' => 'نخست جدیدترین',
'created_asc' => 'نخست قدیمی‌ترین',
],
'no_podcast' => 'هیچ پادکستی پیدا نشد',
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'back_to_home' => 'بازگشت به خانه',
'map' => [
'title' => 'نقشه',
'description' => 'کشف قسمت‌های پادکست روی {siteName} که روی نقشه‌ای قرار داده شده‌اند! سفر درون نقشه و گوش دادن به قسمت‌هایی که دربارهٔ مکان‌های خاص صحبت می‌کنند.',
],
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'feed' => 'خوراک RSS پادکست',
'season' => 'فصل {seasonNumber}',
'list_of_episodes_year' => 'قسمت‌های {year} ({episodeCount})',
'list_of_episodes_season' =>
'قسمت‌های فصل {seasonNumber} ({episodeCount})',
'no_episode' => 'هیچ قسمتی پیدا نشد!',
'follow' => 'پی‌گیری',
'followTitle' => 'پی‌گیری {actorDisplayName} روی فدیورس!',
'followers' => '{numberOfFollowers, plural,
other {# پی‌گیر}
}',
'posts' => '{numberOfPosts, plural,
other {# فرسته}
}',
'links' => 'Links',
'activity' => 'فعّالیت',
'episodes' => 'قسمت‌ها',
'episodes_title' => 'قسمت‌های {podcastTitle}',
'about' => 'درباره',
'stats' => [
'title' => 'آمار',
'number_of_seasons' => '{0, plural,
other {# فصل}
}',
'number_of_episodes' => '{0, plural,
other {# قسمت}
}',
'first_published_at' => 'قسمت نخست منتشر شده روی {0, date, medium}',
],
'sponsor' => 'حامی',
'funding_links' => 'پیوندهای حمایت مالی از {podcastTitle}',
'find_on' => 'یافتن {podcastTitle} روی',
'listen_on' => 'شنیدن روی',
'persons' => '{personsCount, plural,
other {# نفر}
}',
'persons_list' => 'نفر',
'castopod_website' => 'Castopod (website)',
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'title' => "فرستهٔ {actorDisplayName}",
'back_to_actor_posts' => 'بازگشت به فرسته‌های {actor}',
'actor_shared' => '{actor} هم‌رساند',
'reply_to' => 'پاسخ به @{actorUsername}',
'form' => [
'message_placeholder' => 'نوشتن پیام…',
'episode_message_placeholder' => 'نوشتن پیامی برای قسمت…',
'episode_url_placeholder' => 'نشانی قسمت',
'reply_to_placeholder' => 'پاسخ به @{actorUsername}',
'submit' => 'فرستادن',
'submit_reply' => 'پاسخ',
],
'favourites' => '{numberOfFavourites, plural,
other {# برگزیده}
}',
'reblogs' => '{numberOfReblogs, plural,
other {# هم‌رسانی}
}',
'replies' => '{numberOfReplies, plural,
other {# پاسخ}
}',
'expand' => 'گسترش فرسته',
'block_actor' => 'انسداد کاربر @{actorUsername}',
'block_domain' => 'انسداد دامنهٔ @{actorDomain}',
'delete' => 'حذف فرسته',
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'title' => "{actorDisplayName}'s comment for {episodeTitle}",
'back_to_comments' => 'Back to comments',
'form' => [
'episode_message_placeholder' => 'Write a comment…',
'reply_to_placeholder' => 'Reply to @{actorUsername}',
'submit' => 'Send',
'submit_reply' => 'Reply',
],
'likes' => '{numberOfLikes, plural,
one {# like}
other {# likes}
}',
'replies' => '{numberOfReplies, plural,
one {# reply}
other {# replies}
}',
'like' => 'Like',
'reply' => 'Reply',
'view_replies' => 'View replies ({numberOfReplies})',
'block_actor' => 'Block user @{actorUsername}',
'block_domain' => 'Block domain @{actorDomain}',
'delete' => 'Delete comment',
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'yes' => 'Yes',
'no' => 'No',
'cancel' => 'Cancel',
'optional' => 'Optional',
'close' => 'Close',
'home' => 'Home',
'explicit' => 'Explicit',
'powered_by' => 'Powered by {castopod}',
'go_back' => 'Go back',
'play_episode_button' => [
'play' => 'Play',
'playing' => 'Playing',
],
'read_more' => 'Read more',
'read_less' => 'Read less',
'see_more' => 'See more',
'see_less' => 'See less',
'legal_notice' => 'Legal notice',
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'season' => 'Season {seasonNumber}',
'season_abbr' => 'S{seasonNumber}',
'number' => 'Episode {episodeNumber}',
'number_abbr' => 'Ep. {episodeNumber}',
'season_episode' => 'Season {seasonNumber} episode {episodeNumber}',
'season_episode_abbr' => 'S{seasonNumber}:E{episodeNumber}',
'persons' => '{personsCount, plural,
one {# person}
other {# persons}
}',
'persons_list' => 'Persons',
'back_to_episodes' => 'Back to episodes of {podcast}',
'comments' => 'Comments',
'activity' => 'Activity',
'chapters' => 'Chapters',
'transcript' => 'Transcript',
'description' => 'Episode description',
'number_of_comments' => '{numberOfComments, plural,
one {# comment}
other {# comments}
}',
'all_podcast_episodes' => 'All podcast episodes',
'back_to_podcast' => 'Go back to podcast',
'preview' => [
'title' => 'Preview',
'not_published' => 'Not published',
'text' => '{publication_status, select,
published {This episode is not yet published.}
scheduled {This episode is scheduled for publication on {publication_date}.}
with_podcast {This episode will be published at the same time as the podcast.}
other {This episode is not yet published.}
}',
'publish' => 'Publish',
'publish_edit' => 'Edit publication',
],
'no_chapters' => 'No chapters are available for this episode.',
'download_transcript' => 'Download transcript ({extension})',
'no_transcript' => 'No transcript available for this episode.',
];
<?php
declare(strict_types=1);
/**
* @copyright 2021 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'your_handle' => 'Your handle',
'your_handle_hint' => 'Enter the @username@domain you want to act from.',
'follow' => [
'label' => 'Follow',
'title' => 'Follow {actorDisplayName}',
'subtitle' => 'You are going to follow:',
'accountNotFound' => 'The account could not be found.',
'remoteFollowNotAllowed' => 'Seems like the account server does not allow remote follows…',
'submit' => 'Proceed to follow',
],
'favourite' => [
'title' => "Favourite {actorDisplayName}'s post",
'subtitle' => 'You are going to favourite:',
'submit' => 'Proceed to favourite',
],
'reblog' => [
'title' => "Share {actorDisplayName}'s post",
'subtitle' => 'You are going to share:',
'submit' => 'Proceed to share',
],
'reply' => [
'title' => "Reply to {actorDisplayName}'s post",
'subtitle' => 'You are going to reply to:',
'submit' => 'Proceed to reply',
],
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'all_podcasts' => 'All podcasts',
'sort_by' => 'Sort by',
'sort_options' => [
'activity' => 'Recent activity',
'created_desc' => 'Newest first',
'created_asc' => 'Oldest first',
],
'no_podcast' => 'No podcast found',
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'back_to_home' => 'Back to home',
'map' => [
'title' => 'Map',
'description' => 'Discover podcast episodes on {siteName} that are placed on a map! Travel through the map and listen to episodes that talk about specific locations.',
],
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'feed' => 'RSS Podcast feed',
'season' => 'Season {seasonNumber}',
'list_of_episodes_year' => '{year} episodes ({episodeCount})',
'list_of_episodes_season' =>
'Season {seasonNumber} episodes ({episodeCount})',
'no_episode' => 'No episode found!',
'follow' => 'Follow',
'followTitle' => 'Follow {actorDisplayName} on the fediverse!',
'followers' => '{numberOfFollowers, plural,
one {# follower}
other {# followers}
}',
'posts' => '{numberOfPosts, plural,
one {# post}
other {# posts}
}',
'links' => 'Links',
'activity' => 'Activity',
'episodes' => 'Episodes',
'episodes_title' => 'Episodes of {podcastTitle}',
'about' => 'About',
'stats' => [
'title' => 'Stats',
'number_of_seasons' => '{0, plural,
one {# season}
other {# seasons}
}',
'number_of_episodes' => '{0, plural,
one {# episode}
other {# episodes}
}',
'first_published_at' => 'First episode published on {0, date, medium}',
],
'sponsor' => 'Sponsor',
'funding_links' => 'Funding links for {podcastTitle}',
'find_on' => 'Find {podcastTitle} on',
'listen_on' => 'Listen on',
'persons' => '{personsCount, plural,
one {# person}
other {# persons}
}',
'persons_list' => 'Persons',
'castopod_website' => 'Castopod (website)',
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'title' => "{actorDisplayName}'s post",
'back_to_actor_posts' => 'Back to {actor} posts',
'actor_shared' => '{actor} shared',
'reply_to' => 'Reply to @{actorUsername}',
'form' => [
'message_placeholder' => 'Write a message…',
'episode_message_placeholder' => 'Write a message for the episode…',
'episode_url_placeholder' => 'Episode URL',
'reply_to_placeholder' => 'Reply to @{actorUsername}',
'submit' => 'Send',
'submit_reply' => 'Reply',
],
'favourites' => '{numberOfFavourites, plural,
one {# favourite}
other {# favourites}
}',
'reblogs' => '{numberOfReblogs, plural,
one {# share}
other {# shares}
}',
'replies' => '{numberOfReplies, plural,
one {# reply}
other {# replies}
}',
'expand' => 'Expand post',
'block_actor' => 'Block user @{actorUsername}',
'block_domain' => 'Block domain @{actorDomain}',
'delete' => 'Delete post',
];
...@@ -3,24 +3,28 @@ ...@@ -3,24 +3,28 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright 2020 Podlibre * @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3 * @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/ * @link https://castopod.org/
*/ */
return [ return [
'title' => "Commentaire de {actorDisplayName} pour {episodeTitle}",
'back_to_comments' => 'Retour à la liste des commentaires',
'form' => [ 'form' => [
'episode_message_placeholder' => 'Saisissez un commentaire...', 'episode_message_placeholder' => 'Saisissez un commentaire',
'reply_to_placeholder' => 'Répondre à @{actorUsername}', 'reply_to_placeholder' => 'Répondre à @{actorUsername}',
'submit' => 'Envoyer !', 'submit' => 'Envoyer !',
'submit_reply' => 'Répondre', 'submit_reply' => 'Répondre',
], ],
'like' => 'J’aime', 'likes' => '{numberOfLikes} j\'aime',
'reply' => 'Répondre',
'replies' => '{numberOfReplies, plural, 'replies' => '{numberOfReplies, plural,
one {# réponse} one {# réponse}
other {# réponses} other {# réponses}
}', }',
'like' => 'J’aime',
'reply' => 'Répondre',
'view_replies' => 'Voir les réponses ({numberOfReplies})',
'block_actor' => 'Bloquer l’utilisateur @{actorUsername}', 'block_actor' => 'Bloquer l’utilisateur @{actorUsername}',
'block_domain' => 'Bloquer le domaine @{actorDomain}', 'block_domain' => 'Bloquer le domaine @{actorDomain}',
'delete' => 'Supprimer le commentaire', 'delete' => 'Supprimer le commentaire',
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright 2020 Podlibre * @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3 * @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/ * @link https://castopod.org/
*/ */
...@@ -13,39 +13,18 @@ return [ ...@@ -13,39 +13,18 @@ return [
'no' => 'Non', 'no' => 'Non',
'cancel' => 'Annuler', 'cancel' => 'Annuler',
'optional' => 'Optionnel', 'optional' => 'Optionnel',
'more' => 'Plus',
'no_data' => 'Aucune donnée trouvée !',
'close' => 'Fermer', 'close' => 'Fermer',
'edit' => 'Modifier',
'copy' => 'Copier',
'copied' => 'Copié !',
'home' => 'Accueil', 'home' => 'Accueil',
'explicit' => 'Explicite', 'explicit' => 'Explicite',
'mediumDate' => '{0,date,medium}', 'powered_by' => 'Propulsé par {castopod}',
'powered_by' => 'Propulsé par {castopod}.',
'actions' => 'Actions',
'pageInfo' => 'Page {currentPage} sur {pageCount}',
'go_back' => 'Retour en arrière', 'go_back' => 'Retour en arrière',
'forms' => [
'editor' => [
'write' => 'Écrire',
'preview' => 'Aperçu',
'help' => 'Propulsé par markdown',
],
'multiSelect' => [
'selectText' => 'Cliquez pour selectionner',
'loadingText' => 'Chargement...',
'noResultsText' => 'Aucun résultat trouvé',
'noChoicesText' => 'Aucune sélection possible',
'maxItemText' => 'Impossible de rajouter un élément',
],
'image_size_hint' =>
'L’image doit être carrée, avec au minimum 1400px de long et de large.',
'upload_file' => 'Téléversez un fichier',
'remote_url' => 'URL distante',
],
'play_episode_button' => [ 'play_episode_button' => [
'play' => 'Lire', 'play' => 'Lire',
'playing' => 'En cours', 'playing' => 'En cours',
], ],
'read_more' => 'Lire plus',
'read_less' => 'Lire moins',
'see_more' => 'Voir plus',
'see_less' => 'Voir moins',
'legal_notice' => 'Mentions légales',
]; ];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Podlibre
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'podcast_contributors' => 'Contributeurs du podcast',
'view' => 'Contribution de {username} à {podcastTitle}',
'add' => 'Ajouter un contributeur',
'add_contributor' => 'Ajouter un contributeur pour {0}',
'edit_role' => 'Modifier le rôle de {0}',
'edit' => 'Modifier',
'remove' => 'Supprimer',
'list' => [
'username' => 'Identifiant',
'role' => 'Rôle',
],
'form' => [
'user' => 'Utilisateur',
'user_placeholder' => 'Sélectionnez un utilisateur…',
'role' => 'Rôle',
'role_placeholder' => 'Sélectionnez son rôle…',
'submit_add' => 'Ajouter le contributeur',
'submit_edit' => 'Mettre à jour le rôle',
],
'roles' => [
'podcast_admin' => 'Administrateur de Podcasts',
],
'messages' => [
'removeOwnerContributorError' =>
'Vous ne pouvez pas retirer le propriétaire du podcast !',
'removeContributorSuccess' =>
'Vous avez retiré {username} de {podcastTitle}',
'alreadyAddedError' =>
'Le contributeur que vous essayez d’ajouter est déjà présent.',
],
];
<?php
declare(strict_types=1);
/**
* ISO 3166 country codes
*
* @copyright 2020 Podlibre
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'AF ' => 'Afghanistan',
'ZA ' => 'Afrique Du Sud',
'AX ' => 'Åland, Îles',
'AL ' => 'Albanie',
'DZ ' => 'Algérie',
'DE ' => 'Allemagne',
'AD ' => 'Andorre',
'AO ' => 'Angola',
'AI ' => 'Anguilla',
'AQ ' => 'Antarctique',
'AG ' => 'Antigua-Et-Barbuda',
'SA ' => 'Arabie Saoudite',
'AR ' => 'Argentine',
'AM ' => 'Arménie',
'AW ' => 'Aruba',
'AU ' => 'Australie',
'AT ' => 'Autriche',
'AZ ' => 'Azerbaïdjan',
'BS ' => 'Bahamas',
'BH ' => 'Bahreïn',
'BD ' => 'Bangladesh',
'BB ' => 'Barbade',
'BY ' => 'Bélarus',
'BE ' => 'Belgique',
'BZ ' => 'Belize',
'BJ ' => 'Bénin',
'BM ' => 'Bermudes',
'BT ' => 'Bhoutan',
'BO ' => 'Bolivie, État Plurinational De',
'BQ ' => 'Bonaire, Saint-Eustache Et Saba',
'BA ' => 'Bosnie-Herzégovine',
'BW ' => 'Botswana',
'BV ' => 'Bouvet, Île',
'BR ' => 'Brésil',
'BN ' => 'Brunéi Darussalam',
'BG ' => 'Bulgarie',
'BF ' => 'Burkina Faso',
'BI ' => 'Burundi',
'KY ' => 'Caïmanes, Îles',
'KH ' => 'Cambodge',
'CM ' => 'Cameroun',
'CA ' => 'Canada',
'CV ' => 'Cabo Verde',
'CF ' => 'Centrafricaine, République',
'CL ' => 'Chili',
'CN ' => 'Chine',
'CX ' => 'Christmas, Île',
'CY ' => 'Chypre',
'CC ' => 'Cocos (Keeling), Îles',
'CO ' => 'Colombie',
'KM ' => 'Comores',
'CG ' => 'Congo',
'CD ' => 'Congo, La République Démocratique Du',
'CK ' => 'Cook, Îles',
'KR ' => 'Corée, République De',
'KP ' => 'Corée, République Populaire Démocratique De',
'CR ' => 'Costa Rica',
'CI ' => 'Côte D’ivoire',
'HR ' => 'Croatie',
'CU ' => 'Cuba',
'CW ' => 'Curaçao',
'DK ' => 'Danemark',
'DJ ' => 'Djibouti',
'DO ' => 'Dominicaine, République',
'DM ' => 'Dominique',
'EG ' => 'Égypte',
'SV ' => 'El Salvador',
'AE ' => 'Émirats Arabes Unis',
'EC ' => 'Équateur',
'ER ' => 'Érythrée',
'ES ' => 'Espagne',
'EE ' => 'Estonie',
'US ' => 'États-Unis',
'ET ' => 'Éthiopie',
'FK ' => 'Falkland, Îles (Malvinas)',
'FO ' => 'Féroé, Îles',
'FJ ' => 'Fidji',
'FI ' => 'Finlande',
'FR ' => 'France',
'GA ' => 'Gabon',
'GM ' => 'Gambie',
'GE ' => 'Géorgie',
'GS ' => 'Géorgie Du Sud Et Les Îles Sandwich Du Sud',
'GH ' => 'Ghana',
'GI ' => 'Gibraltar',
'GR ' => 'Grèce',
'GD ' => 'Grenade',
'GL ' => 'Groenland',
'GP ' => 'Guadeloupe',
'GU ' => 'Guam',
'GT ' => 'Guatemala',
'GG ' => 'Guernesey',
'GN ' => 'Guinée',
'GW ' => 'Guinée-Bissau',
'GQ ' => 'Guinée Équatoriale',
'GY ' => 'Guyana',
'GF ' => 'Guyane Française',
'HT ' => 'Haïti',
'HM ' => 'Heard Et Macdonald, Îles',
'HN ' => 'Honduras',
'HK ' => 'Hong Kong',
'HU ' => 'Hongrie',
'IM ' => 'Île De Man',
'UM ' => 'Îles Mineures Éloignées Des États-Unis',
'VG ' => 'Îles Vierges Britanniques',
'VI ' => 'Îles Vierges Des États-Unis',
'IN ' => 'Inde',
'ID ' => 'Indonésie',
'IR ' => "Iran, République Islamique D'",
'IQ ' => 'Iraq',
'IE ' => 'Irlande',
'IS ' => 'Islande',
'IL ' => 'Israël',
'IT ' => 'Italie',
'JM ' => 'Jamaïque',
'JP ' => 'Japon',
'JE ' => 'Jersey',
'JO ' => 'Jordanie',
'KZ ' => 'Kazakhstan',
'KE ' => 'Kenya',
'KG ' => 'Kirghizistan',
'KI ' => 'Kiribati',
'KW ' => 'Koweït',
'LA ' => 'Lao, République Démocratique Populaire',
'LS ' => 'Lesotho',
'LV ' => 'Lettonie',
'LB ' => 'Liban',
'LR ' => 'Libéria',
'LY ' => 'Libye',
'LI ' => 'Liechtenstein',
'LT ' => 'Lituanie',
'LU ' => 'Luxembourg',
'MO ' => 'Macao',
'MK ' => 'République De Macédoine',
'MG ' => 'Madagascar',
'MY ' => 'Malaisie',
'MW ' => 'Malawi',
'MV ' => 'Maldives',
'ML ' => 'Mali',
'MT ' => 'Malte',
'MP ' => 'Mariannes Du Nord, Îles',
'MA ' => 'Maroc',
'MH ' => 'Marshall, Îles',
'MQ ' => 'Martinique',
'MU ' => 'Maurice',
'MR ' => 'Mauritanie',
'YT ' => 'Mayotte',
'MX ' => 'Mexique',
'FM ' => 'Micronésie, États Fédérés De',
'MD ' => 'Moldavie',
'MC ' => 'Monaco',
'MN ' => 'Mongolie',
'ME ' => 'Monténégro',
'MS ' => 'Montserrat',
'MZ ' => 'Mozambique',
'MM ' => 'Myanmar',
'NA ' => 'Namibie',
'N/A' => 'Non Applicable (IP locale…)',
'NR ' => 'Nauru',
'NP ' => 'Népal',
'NI ' => 'Nicaragua',
'NE ' => 'Niger',
'NG ' => 'Nigéria',
'NU ' => 'Niué',
'NF ' => 'Norfolk, Île',
'NO ' => 'Norvège',
'NC ' => 'Nouvelle-Calédonie',
'NZ ' => 'Nouvelle-Zélande',
'IO ' => "Océan Indien, Territoire Britannique De L'",
'OM ' => 'Oman',
'UG ' => 'Ouganda',
'UZ ' => 'Ouzbékistan',
'PK ' => 'Pakistan',
'PW ' => 'Palaos',
'PS ' => 'État De Palestine',
'PA ' => 'Panama',
'PG ' => 'Papouasie-Nouvelle-Guinée',
'PY ' => 'Paraguay',
'NL ' => 'Pays-Bas',
'PE ' => 'Pérou',
'PH ' => 'Philippines',
'PN ' => 'Pitcairn',
'PL ' => 'Pologne',
'PF ' => 'Polynésie Française',
'PR ' => 'Porto Rico',
'PT ' => 'Portugal',
'QA ' => 'Qatar',
'RE ' => 'Réunion',
'RO ' => 'Roumanie',
'GB ' => 'Royaume-Uni',
'RU ' => 'Russie, Fédération De',
'RW ' => 'Rwanda',
'EH ' => 'Sahara Occidental',
'BL ' => 'Saint-Barthélemy',
'KN ' => 'Saint-Kitts-Et-Nevis',
'SM ' => 'Saint-Marin',
'MF ' => 'Saint-Martin (Partie Française)',
'SX ' => 'Saint-Martin (Partie Néerlandaise)',
'PM ' => 'Saint-Pierre-Et-Miquelon',
'VA ' => 'Saint-Siège (État De La Cité Du Vatican)',
'VC ' => 'Saint-Vincent-Et-Les-Grenadines',
'SH ' => 'Sainte-Hélène, Ascension Et Tristan Da Cunha',
'LC ' => 'Sainte-Lucie',
'SB ' => 'Salomon, Îles',
'WS ' => 'Samoa',
'AS ' => 'Samoa Américaines',
'ST ' => 'Sao Tomé-Et-Principe',
'SN ' => 'Sénégal',
'RS ' => 'Serbie',
'SC ' => 'Seychelles',
'SL ' => 'Sierra Leone',
'SG ' => 'Singapour',
'SK ' => 'Slovaquie',
'SI ' => 'Slovénie',
'SO ' => 'Somalie',
'SD ' => 'Soudan',
'SS ' => 'Soudan Du Sud',
'LK ' => 'Sri Lanka',
'SE ' => 'Suède',
'CH ' => 'Suisse',
'SR ' => 'Suriname',
'SJ ' => 'Svalbard Et Île Jan Mayen',
'SZ ' => 'Eswatini',
'SY ' => 'Syrienne, République Arabe',
'TJ ' => 'Tadjikistan',
'TW ' => 'Taïwan, Province De Chine',
'TZ ' => 'Tanzanie, République Unie De',
'TD ' => 'Tchad',
'CZ ' => 'Tchéquie',
'TF ' => 'Terres Australes Françaises',
'TH ' => 'Thaïlande',
'TL ' => 'Timor-Leste',
'TG ' => 'Togo',
'TK ' => 'Tokelau',
'TO ' => 'Tonga',
'TT ' => 'Trinité-Et-Tobago',
'TN ' => 'Tunisie',
'TM ' => 'Turkménistan',
'TC ' => 'Turks Et Caïques, Îles',
'TR ' => 'Turquie',
'TV ' => 'Tuvalu',
'UA ' => 'Ukraine',
'UY ' => 'Uruguay',
'VU ' => 'Vanuatu',
'VE ' => 'Venezuela, République Bolivarienne Du',
'VN ' => 'Viet Nam',
'WF ' => 'Wallis-Et-Futuna',
'YE ' => 'Yémen',
'ZM ' => 'Zambie',
'ZW ' => 'Zimbabwe',
];