{"id":1216,"date":"2025-12-18T12:13:17","date_gmt":"2025-12-18T12:13:17","guid":{"rendered":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1216"},"modified":"2026-04-28T09:48:41","modified_gmt":"2026-04-28T09:48:41","slug":"5%ef%b8%8f%e2%83%a3-%f0%9f%87%ac%f0%9f%87%a7-internacionalitzacio","status":"publish","type":"page","link":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1216","title":{"rendered":"5\ufe0f\u20e3 &#8211; \ud83c\uddec\ud83c\udde7 &#8211; Internacionalitzaci\u00f3"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ca\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>5\ufe0f\u20e3 \u00b7 \ud83c\uddec\ud83c\udde7 \u2013 Internacionalitzaci\u00f3<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Rajdhani:wght@500;700&#038;family=Barlow+Condensed:wght@400;600&#038;display=swap\" rel=\"stylesheet\"\/>\n  <style>\n    :root {\n      --gold: #c9972a; --gold-light: #e8b84b; --gold-dim: #7a5a14;\n      --dark: #0d0d0f; --dark-card: #1a1a20;\n      --text: #d6cfc0; --text-dim: #7a7570;\n      --accent-cyan: #00d4ff22;\n    }\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n    body {\n      background: var(--dark); font-family: 'Barlow Condensed', sans-serif;\n      color: var(--text); padding: 48px 32px; min-height: 100vh;\n    }\n    body::after {\n      content: ''; position: fixed; inset: 0;\n      background: repeating-linear-gradient(to bottom, transparent 0, transparent 3px, rgba(0,0,0,0.06) 3px, rgba(0,0,0,0.06) 4px);\n      pointer-events: none; z-index: 999;\n    }\n    .back-btn {\n      display: inline-flex; align-items: center; gap: 8px;\n      font-family: 'Rajdhani', sans-serif; font-size: 11px;\n      letter-spacing: 0.3em; text-transform: uppercase;\n      color: var(--gold); text-decoration: none;\n      border: 1px solid var(--gold-dim); padding: 7px 16px; margin-bottom: 28px;\n      clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);\n      transition: background 0.3s, color 0.3s;\n    }\n    .back-btn:hover { background: var(--gold); color: #0d0d0f; }\n    .section-label {\n      font-family: 'Rajdhani', sans-serif; font-size: 11px;\n      letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px;\n    }\n    .section-title {\n      font-family: 'Rajdhani', sans-serif; font-size: clamp(28px, 5vw, 44px);\n      font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;\n      color: #fff; line-height: 1;\n    }\n    .title-bar { width: 56px; height: 2px; background: var(--gold); margin: 16px 0 40px; }\n    .grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));\n      gap: 14px; max-width: 1100px;\n    }\n    .btn-card {\n      display: flex; align-items: center; gap: 22px;\n      background: var(--dark-card); border: 1px solid #2a2a30;\n      padding: 26px 28px; text-decoration: none; color: var(--text);\n      position: relative; overflow: hidden;\n      transition: border-color 0.3s, transform 0.25s; cursor: pointer;\n      clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));\n    }\n    .btn-card::before {\n      content: ''; position: absolute; inset: 0;\n      background: linear-gradient(120deg, var(--accent-cyan) 0%, transparent 60%);\n      opacity: 0; transition: opacity 0.35s;\n    }\n    .btn-card::after {\n      content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;\n      background: var(--gold); transform: scaleY(0); transform-origin: bottom;\n      transition: transform 0.3s ease;\n    }\n    .btn-card:hover { border-color: var(--gold-dim); transform: translateX(5px); }\n    .btn-card:hover::before { opacity: 1; }\n    .btn-card:hover::after { transform: scaleY(1); }\n    .num {\n      font-family: 'Rajdhani', sans-serif; font-size: 42px; font-weight: 700;\n      color: var(--gold-dim); line-height: 1; min-width: 56px; transition: color 0.3s;\n    }\n    .btn-card:hover .num { color: var(--gold); }\n    .btn-text { flex: 1; }\n    .btn-title {\n      font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 600;\n      letter-spacing: 0.05em; text-transform: uppercase; color: #e8e0d0;\n      line-height: 1.3; transition: color 0.3s;\n    }\n    .btn-sub {\n      font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;\n      color: var(--text-dim); margin-top: 3px; transition: color 0.3s;\n    }\n    .btn-card:hover .btn-title { color: var(--gold-light); }\n    .btn-card:hover .btn-sub { color: var(--gold-dim); }\n    .arrow { font-size: 26px; color: var(--gold-dim); transition: color 0.3s, transform 0.3s; flex-shrink: 0; }\n    .btn-card:hover .arrow { color: var(--gold); transform: translateX(5px); }\n    .grid-section-header {\n      grid-column: 1 \/ -1; display: flex; align-items: center; gap: 14px;\n      margin-top: 18px; padding-top: 18px; border-top: 1px solid #222228;\n    }\n    .grid-section-header:first-child { margin-top: 0; padding-top: 0; border-top: none; }\n    .grid-section-header span {\n      font-family: 'Rajdhani', sans-serif; font-size: 11px;\n      letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); white-space: nowrap;\n    }\n    .grid-section-header hr { flex: 1; border: none; border-top: 1px solid #2a2a30; }\n  <\/style>\n<\/head>\n<body>\n\n  <a class=\"back-btn\" href=\"javascript:history.back()\">\u2039 Tornar<\/a>\n\n  <p class=\"section-label\">5\ufe0f\u20e3 \u00b7 \ud83c\uddec\ud83c\udde7 \u2014 Internacionalitzaci\u00f3<\/p>\n  <h2 class=\"section-title\">\ud83c\uddec\ud83c\udde7 Internaciona-<br>litzaci\u00f3<\/h2>\n  <div class=\"title-bar\"><\/div>\n\n  <div class=\"grid\">\n\n    <div class=\"grid-section-header\"><span>Adrian<\/span><hr><\/div>\n\n    <a class=\"btn-card\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1172\" target=\"_blank\">\n      <span class=\"num\">01<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Review your comprehension<\/div>\n        <div class=\"btn-sub\">Adrian \u00b7 INT \u00b7 01<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <div class=\"grid-section-header\"><span>Iker<\/span><hr><\/div>\n\n    <a rel=\"nofollow\" class=\"btn-card\" href=\"https:\/\/idiaz.inscastellbisbal.net\/repte-1-2\/5%ef%b8%8f%e2%83%a3-%f0%9f%87%ac%f0%9f%87%a7-internacionalitzacio\/cheat-sheet-about-linux-commands-2\/\" target=\"_blank\">\n      <span class=\"num\">02<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Cheat Sheet about Linux commands<\/div>\n        <div class=\"btn-sub\">Iker \u00b7 INT \u00b7 02<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <a rel=\"nofollow\" class=\"btn-card\" href=\"https:\/\/idiaz.inscastellbisbal.net\/repte-1-2\/5%ef%b8%8f%e2%83%a3-%f0%9f%87%ac%f0%9f%87%a7-internacionalitzacio\/moodles-guide-quizzes\/\" target=\"_blank\">\n      <span class=\"num\">03<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Moodle (quizzes)<\/div>\n        <div class=\"btn-sub\">Iker \u00b7 INT \u00b7 03<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <div class=\"grid-section-header\"><span>Gerard<\/span><hr><\/div>\n\n    <a rel=\"nofollow\" class=\"btn-card\" href=\"https:\/\/gmartin.inscastellbisbal.net\/repte-1-2\/5%ef%b8%8f%e2%83%a3-%f0%9f%87%ac%f0%9f%87%a7-internacionalitzacio\/infographics-of-linux-operating-systems\/\" target=\"_blank\">\n      <span class=\"num\">04<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Infographics of Linux Operating Systems<\/div>\n        <div class=\"btn-sub\">Gerard \u00b7 INT \u00b7 04<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n  <\/div>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>5\ufe0f\u20e3 \u00b7 \ud83c\uddec\ud83c\udde7 \u2013 Internacionalitzaci\u00f3 \u2039 Tornar 5\ufe0f\u20e3 \u00b7 \ud83c\uddec\ud83c\udde7 \u2014 Internacionalitzaci\u00f3 \ud83c\uddec\ud83c\udde7 Internaciona-litzaci\u00f3 Adrian 01 Review your comprehension Adrian \u00b7 INT \u00b7 01 \u203a Iker 02 Cheat Sheet about Linux commands Iker \u00b7 INT \u00b7 02 \u203a 03 Moodle (quizzes) Iker \u00b7 INT \u00b7 03 \u203a Gerard 04 Infographics of Linux Operating Systems Gerard [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1220,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"saved_in_kubio":false,"_dseop_meta":"{\"noFollowLinks\":{\"linkList\":[],\"ignoredGlobalDomains\":[],\"textboxValue\":\"\"},\"schemaMarkup\":{\"schemas\":[{\"templateId\":\"WebpageSchema\",\"name\":\"Webpage\",\"id\":\"WebpageSchema\",\"schemaData\":{\"@type\":\"WebPage\",\"@id\":\"\",\"name\":\"\",\"url\":\"\",\"description\":\"\",\"breadcrumb\":{\"@type\":\"BreadcrumbList\",\"@id\":\"\"},\"datePublished\":\"\",\"dateModified\":\"\",\"inLanguage\":\"\"}}],\"schemaTemplates\":[]},\"metaDescription\":{\"metaData\":[]},\"keywordAppearance\":{\"contentDetails\":[{\"name\":\"Word count\",\"count\":452,\"id\":\"wordCount\",\"status\":\"average\",\"detailStatus\":\"shortAverage\",\"tooltip\":\"words count should be greater then 1500.\"},{\"id\":\"heading1\",\"name\":\"heading 1\",\"count\":1,\"status\":\"excellent\",\"detailStatus\":\"excellent\",\"tooltip\":\"good use of h1 tag.\"},{\"id\":\"heading2\",\"name\":\"heading 2\",\"count\":1,\"status\":\"excellent\",\"detailStatus\":\"excellent\",\"tooltip\":\"good use of h2 tags.\"},{\"id\":\"heading3\",\"name\":\"heading 3\",\"count\":0,\"status\":\"poor\",\"detailStatus\":\"missing\",\"tooltip\":\"web page should have h3 tags for better SEO\"},{\"id\":\"paragraphTags\",\"name\":\"paragraph tags\",\"count\":1,\"status\":\"excellent\",\"detailStatus\":\"excellent\",\"tooltip\":\"good use of paragraph tags.\"},{\"id\":\"boldAndStrongTags\",\"name\":\"bold and strong tags list\",\"count\":0,\"status\":\"success\",\"detailStatus\":\"success\",\"tooltip\":\"web page should have bold and strong tags for better SEO\"},{\"name\":\"Avg. Stopword percentage\",\"count\":1,\"id\":\"averageStopwordPercentage\"},{\"name\":\"Avg. Words per sentence\",\"count\":0,\"id\":\"averageWordsPerSentence\"},{\"name\":\"Stopword count\",\"count\":4,\"id\":\"sentenceCount\"},{\"name\":\"Sentence count\",\"count\":0,\"id\":\"sentenceCount\"},{\"name\":\"Letter count\",\"count\":2684,\"id\":\"letterCount\"},{\"name\":\"Difficult word\",\"count\":60,\"id\":\"difficultWord\"}],\"advanceOptions\":[],\"modifyStopwords\":{\"customStopwords\":[],\"disabledStopwords\":[]}},\"socialMedia\":{\"openGraphData\":[],\"twitterData\":{\"xSummaryCardData\":[],\"xAppCardData\":{\"iphoneAppName\":\"\",\"iphoneAppId\":\"\",\"iphoneAppUrl\":\"\",\"ipadAppName\":\"\",\"ipadAppId\":\"\",\"ipadAppUrl\":\"\",\"googlePlayAppName\":\"\",\"googlePlayAppId\":\"\",\"googlePlayAppUrl\":\"\",\"appCountry\":\"\"},\"xPlayerCardData\":{\"player\":\"\",\"playerWidth\":\"\",\"streamUrl\":\"\",\"streamContentType\":\"\"}}},\"readability\":{\"readabilityFactorList\":[{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Flesch - Kincaid reading ease\",\"score\":35.01,\"description\":\"The Flesch-Kincaid Reading Ease score measures the readability of your text. A higher score indicates easier-to-read content. Aim for a score between 60 and 70 for most web content.\",\"grade\":\"Difficult (College)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Gunning fog score\",\"score\":8.93,\"description\":\"The Gunning Fog Score estimates the years of formal education needed to understand your text. Lower scores indicate easier readability. Aim for a score of 7 to 8 for general audiences.\",\"grade\":\"High School (Grade 9-12)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Coleman liau index\",\"score\":15.84,\"description\":\"The Coleman-Liau Index calculates readability based on characters per word and sentence length. It estimates the U.S. school grade level required to comprehend the text. A lower score suggests easier content.\",\"grade\":\"College (Grade 13-16)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Flesch - Kincaid grade level\",\"score\":10.62,\"description\":\"The Flesch-Kincaid Grade Level formula evaluates the readability of your text by calculating the U.S. school grade level. A lower grade level indicates easier readability.\",\"grade\":\"High School (Grade 9-12)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Smog index\",\"score\":9.39,\"description\":\"The SMOG (Simple Measure of Gobbledygook) Index estimates the years of education a person needs to understand a text. A lower score means simpler text, while a higher score suggests more complex content.\",\"grade\":\"High School (Grade 9-12)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Automated readability index\",\"score\":11.06,\"description\":\"The Automated Readability Index calculates the readability of your content using characters per word and words per sentence. It estimates the U.S. school grade level needed to understand the text.\",\"grade\":\"High School (Grade 9-12)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Dale chall readability score\",\"score\":6.18,\"description\":\"The Dale-Chall Readability Score evaluates the readability of your text based on familiar words and sentence structure. A lower score indicates that the content is easier to read.\",\"grade\":\"7th-8th grade\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Spache readability score\",\"score\":1.75,\"description\":\"The Spache Readability Score measures the readability of texts for younger readers. It identifies words that are unfamiliar to children and calculates a score accordingly. A lower score indicates easier content.\",\"grade\":\"2nd grade\"}]},\"advanceSetting\":{\"advanceRobotsMeta\":[],\"breadcrumbTitle\":\"\",\"canonicalURL\":\"\",\"criticalOptions\":[]},\"scoring\":{\"subScoring\":{\"metaDescriptionScore\":7,\"schemaMarkupScore\":8,\"outwardInterlinkingScore\":0,\"inwardInterlinkingScore\":0,\"socialMediaScore\":3,\"misspelledWordsScore\":0,\"advanceSettingScore\":3,\"noFollowLinksScore\":0,\"keywordAppearanceScore\":2,\"imageAnalyticsScore\":0},\"singlePostScore\":35},\"misspelledWords\":[],\"pointsToImprove\":{\"count\":{\"criticalPointsCount\":0,\"recommendedPointsCount\":0},\"pointsToImproveDetails\":{\"searchEngineAppearance\":[{\"id\":\"recommended_keyword_missing_meta_title\",\"name\":{\"label\":\"Keyword is missing in meta title.\"},\"type\":\"Critical\",\"priority\":\"too_high\"},{\"id\":\"critical_meta_description_short\",\"name\":{\"label\":\"Meta description is Short\"},\"type\":\"Critical\"},{\"id\":\"recommended_meta_description_with_no_selected_keyword\",\"name\":{\"label\":\"There in no keyword in your meta description.\"},\"type\":\"Critical\"},{\"id\":\"recommended_keyword_missing_permalink\",\"name\":{\"label\":\"Keyword is missing in permalink.\"},\"type\":\"Critical\"}],\"searchEngineVisibility\":[],\"redirectedLink301\":[],\"socialMedia\":[{\"id\":\"critical_missing_social_media_image\",\"name\":{\"label\":\"Image is missing in social media appearance.\"},\"type\":\"Critical\",\"priority\":\"high\"},{\"id\":\"recommended_keyword_missing_open_graph_title\",\"name\":{\"label\":\"Keyword is missing in social media title.\"},\"type\":\"Recommended\"},{\"id\":\"recommended_keyword_missing_open_graph_description\",\"name\":{\"label\":\"Keyword is missing in social media description.\"},\"type\":\"Recommended\"},{\"id\":\"recommended_short_social_media_description\",\"name\":{\"label\":\"Description is short in social media appearance.\"},\"type\":\"Critical\"},{\"id\":\"critical_missing_social_media_twitter_image\",\"name\":{\"label\":\"X(Twitter) image is missing in social media appearance.\"},\"type\":\"Critical\",\"priority\":\"high\"},{\"id\":\"recommended_keyword_missing_twitter_title\",\"name\":{\"label\":\"Keyword is missing in X(Twitter) title.\"},\"type\":\"Recommended\"},{\"id\":\"recommended_keyword_missing_twitter_description\",\"name\":{\"label\":\"Keyword is missing in X(Twitter) description.\"},\"type\":\"Recommended\"},{\"id\":\"recommended_short_social_media_twitter_description\",\"name\":{\"label\":\"X(Twitter) description is short in social media appearance.\"},\"type\":\"Critical\"}],\"noFollowLink\":[],\"misspelledWords\":[],\"inwardLinks\":[],\"outwardLinks\":[],\"keywordAppearance\":[{\"id\":\"critical_no_selected_keyword\",\"name\":{\"label\":\"Selected keyword missing in keyword appearance.\"},\"type\":\"Critical\",\"priority\":\"too_high\"},{\"id\":\"critical_word_count_is_low\",\"name\":{\"label\":\"Word count is low in your content add more words.\"},\"type\":\"Recommended\"},{\"id\":\"critical_heading3_is_missing\",\"name\":{\"label\":\"Missing H3 tags, consider adding H3 for better SEO.\"},\"type\":\"Critical\"}],\"advanceSettings\":[],\"schemaMarkup\":[],\"imageAnalytics\":[{\"id\":\"critical_no_images_in_your_content\",\"name\":{\"label\":\"There is no images in your content.\"},\"type\":\"Critical\",\"priority\":\"high\"}],\"productGtins\":[]}},\"imageAnalytics\":{\"imageAnalysis\":[{\"id\":\"TotalImages\",\"name\":\"Total images\",\"value\":\"0\"},{\"id\":\"ImagesHasTitle\",\"name\":\"Images has title\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"ImageHasAltAttribute\",\"name\":\"Images has alt\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"ImagesHasProperFileName\",\"name\":\"Images has proper filename format\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"KeywordInTitleAttribute\",\"name\":\"Keyword in image title\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"KeywordInAltAttribute\",\"name\":\"Keyword in image Alt\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"KeywordInFilename\",\"name\":\"Keyword in image filename\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"}]}}","_dseop_selected_keywords":"","footnotes":""},"class_list":["post-1216","page","type-page","status-publish","hentry"],"kubio_ai_page_context":{"short_desc":"","purpose":"general"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>5\ufe0f\u20e3 - \ud83c\uddec\ud83c\udde7 - Internacionalitzaci\u00f3 - Adrian Jaimes<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1216\" \/>\n<meta property=\"og:locale\" content=\"ca_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5\ufe0f\u20e3 - \ud83c\uddec\ud83c\udde7 - Internacionalitzaci\u00f3 - Adrian Jaimes\" \/>\n<meta property=\"og:description\" content=\"5\ufe0f\u20e3 \u00b7 \ud83c\uddec\ud83c\udde7 \u2013 Internacionalitzaci\u00f3 \u2039 Tornar 5\ufe0f\u20e3 \u00b7 \ud83c\uddec\ud83c\udde7 \u2014 Internacionalitzaci\u00f3 \ud83c\uddec\ud83c\udde7 Internaciona-litzaci\u00f3 Adrian 01 Review your comprehension Adrian \u00b7 INT \u00b7 01 \u203a Iker 02 Cheat Sheet about Linux commands Iker \u00b7 INT \u00b7 02 \u203a 03 Moodle (quizzes) Iker \u00b7 INT \u00b7 03 \u203a Gerard 04 Infographics of Linux Operating Systems Gerard [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1216\" \/>\n<meta property=\"og:site_name\" content=\"Adrian Jaimes\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-28T09:48:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Temps estimat de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1216\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1216\",\"name\":\"5\ufe0f\u20e3 - \ud83c\uddec\ud83c\udde7 - Internacionalitzaci\u00f3 - Adrian Jaimes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#website\"},\"datePublished\":\"2025-12-18T12:13:17+00:00\",\"dateModified\":\"2026-04-28T09:48:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1216#breadcrumb\"},\"inLanguage\":\"ca\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1216\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1216#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inici\",\"item\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"1r SMX\",\"item\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1084\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Repte 1.2\",\"item\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1220\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"5\ufe0f\u20e3 &#8211; \ud83c\uddec\ud83c\udde7 &#8211; Internacionalitzaci\u00f3\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#website\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/\",\"name\":\"Adrian Jaimes\",\"description\":\"S\u00f3c estudiant d&#039;inform\u00e0tica i aqu\u00ed podr\u00e0s veure el meu cam\u00ed acad\u00e8mic, els projectes que he realitzat i els coneixements que he adquirit durant la meva formaci\u00f3. Aquesta p\u00e0gina \u00e9s un reflex de la meva passi\u00f3 per la tecnologia i el meu comprom\u00eds per seguir aprenent i millorant cada dia.  Explora els meus treballs i seguiment acad\u00e8mic!\",\"publisher\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ca\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#organization\",\"name\":\"Adrian Jaimes\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ca\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-cropped-cropped-width_550_009.webp\",\"contentUrl\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-cropped-cropped-width_550_009.webp\",\"width\":512,\"height\":512,\"caption\":\"Adrian Jaimes\"},\"image\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5\ufe0f\u20e3 - \ud83c\uddec\ud83c\udde7 - Internacionalitzaci\u00f3 - Adrian Jaimes","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1216","og_locale":"ca_ES","og_type":"article","og_title":"5\ufe0f\u20e3 - \ud83c\uddec\ud83c\udde7 - Internacionalitzaci\u00f3 - Adrian Jaimes","og_description":"5\ufe0f\u20e3 \u00b7 \ud83c\uddec\ud83c\udde7 \u2013 Internacionalitzaci\u00f3 \u2039 Tornar 5\ufe0f\u20e3 \u00b7 \ud83c\uddec\ud83c\udde7 \u2014 Internacionalitzaci\u00f3 \ud83c\uddec\ud83c\udde7 Internaciona-litzaci\u00f3 Adrian 01 Review your comprehension Adrian \u00b7 INT \u00b7 01 \u203a Iker 02 Cheat Sheet about Linux commands Iker \u00b7 INT \u00b7 02 \u203a 03 Moodle (quizzes) Iker \u00b7 INT \u00b7 03 \u203a Gerard 04 Infographics of Linux Operating Systems Gerard [&hellip;]","og_url":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1216","og_site_name":"Adrian Jaimes","article_modified_time":"2026-04-28T09:48:41+00:00","twitter_card":"summary_large_image","twitter_misc":{"Temps estimat de lectura":"1 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1216","url":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1216","name":"5\ufe0f\u20e3 - \ud83c\uddec\ud83c\udde7 - Internacionalitzaci\u00f3 - Adrian Jaimes","isPartOf":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/#website"},"datePublished":"2025-12-18T12:13:17+00:00","dateModified":"2026-04-28T09:48:41+00:00","breadcrumb":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1216#breadcrumb"},"inLanguage":"ca","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1216"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1216#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inici","item":"https:\/\/ajaimes.inscastellbisbal.net\/"},{"@type":"ListItem","position":2,"name":"1r SMX","item":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1084"},{"@type":"ListItem","position":3,"name":"Repte 1.2","item":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1220"},{"@type":"ListItem","position":4,"name":"5\ufe0f\u20e3 &#8211; \ud83c\uddec\ud83c\udde7 &#8211; Internacionalitzaci\u00f3"}]},{"@type":"WebSite","@id":"https:\/\/ajaimes.inscastellbisbal.net\/#website","url":"https:\/\/ajaimes.inscastellbisbal.net\/","name":"Adrian Jaimes","description":"S\u00f3c estudiant d&#039;inform\u00e0tica i aqu\u00ed podr\u00e0s veure el meu cam\u00ed acad\u00e8mic, els projectes que he realitzat i els coneixements que he adquirit durant la meva formaci\u00f3. Aquesta p\u00e0gina \u00e9s un reflex de la meva passi\u00f3 per la tecnologia i el meu comprom\u00eds per seguir aprenent i millorant cada dia.  Explora els meus treballs i seguiment acad\u00e8mic!","publisher":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ajaimes.inscastellbisbal.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ca"},{"@type":"Organization","@id":"https:\/\/ajaimes.inscastellbisbal.net\/#organization","name":"Adrian Jaimes","url":"https:\/\/ajaimes.inscastellbisbal.net\/","logo":{"@type":"ImageObject","inLanguage":"ca","@id":"https:\/\/ajaimes.inscastellbisbal.net\/#\/schema\/logo\/image\/","url":"https:\/\/ajaimes.inscastellbisbal.net\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-width_550_009.webp","contentUrl":"https:\/\/ajaimes.inscastellbisbal.net\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-width_550_009.webp","width":512,"height":512,"caption":"Adrian Jaimes"},"image":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/1216","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1216"}],"version-history":[{"count":5,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/1216\/revisions"}],"predecessor-version":[{"id":3176,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/1216\/revisions\/3176"}],"up":[{"embeddable":true,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/1220"}],"wp:attachment":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}